@keyframes menu-open{0%{transform:translateX(120%)}100%{transform:translateX(0%)}}@keyframes menu-close{0%{transform:translateX(0%)}100%{transform:translateX(120%)}}@keyframes dropdown-open{0%{margin-top:5px;opacity:0}100%{margin-top:0;opacity:1}}@keyframes menu-fade-in{0%{opacity:0;transform:translateY(5px)}100%{opacity:1;transform:translateY(0px)}}@keyframes menu-fade-out{0%{opacity:1;transform:translateY(0px)}100%{opacity:0;transform:translateY(5px)}}@keyframes cloud-bounce{0%{transform:translate3d(0, 0, 0)}100%{transform:translate3d(0, 10px, 0)}}@keyframes close-service{0%{opacity:1;transform:translateY(0px)}100%{opacity:0;transform:translateY(25px)}}@keyframes close-service-preview{0%{opacity:1}100%{opacity:0}}@keyframes open-service{0%{opacity:0;transform:translateY(25px)}100%{opacity:1;transform:translateY(0px)}}@keyframes open-service-preview{0%{opacity:0}100%{opacity:1}}@keyframes essay-popup{0%{top:20px;opacity:0;transform:perspective(1600px) rotateX(0deg) rotateY(360deg) rotateZ(0deg)}100%{top:0;opacity:1;transform:perspective(1600px) rotateX(7deg) rotateY(348deg) rotateZ(2deg)}}@keyframes essay-popup-bubbles{0%{opacity:0}100%{opacity:1}}@keyframes open-dropdown{0%{opacity:0}100%{opacity:1}}.navbar{display:grid;grid-template-columns:auto 1fr;grid-column-gap:calc(2 * 1rem);align-items:center;position:relative;z-index:3;margin-top:var(--space-xxl)}.navbar.container{margin-top:var(--space-xxl);margin-bottom:calc(var(--space-base) * 3)}.navbar label{font-size:unset;color:unset}.navbar a{text-decoration:none;display:grid}.navbar .text--sm{font-size:calc(20px / 1.2)}.navbar .shadow--100{box-shadow:0 5.7px 3.9px -11px rgba(110,76,22,.07),0 10px 8px -11px rgba(110,76,22,.2)}@media(max-width: 768px){.navbar{margin-bottom:calc(4.5 * 1rem)}}.navbar__logo{display:flex;align-items:center;height:42px}.navbar__links{display:grid;justify-items:end;grid-auto-flow:column;grid-auto-columns:auto;grid-template-columns:1fr;grid-column-gap:calc(2 * 1rem);align-items:center}.navbar__link{position:relative;display:flex;justify-content:center}.navbar__link:hover .navbar__dropdown-container{animation:open-dropdown .2s ease forwards;pointer-events:all}.navbar__link>a,.navbar__link>label,.navbar__link>label>a,.navbar__link>label:not(.checkbox-container){cursor:pointer;margin-bottom:0;color:#684112}.navbar__dropdown-container{position:absolute;top:100%;padding-top:calc(calc(.5 * 1rem) * 3);opacity:0;pointer-events:none}.navbar__dropdown{background-color:#fff;border-radius:8px;padding:12px;display:grid;grid-template-columns:1fr 1fr;grid-gap:calc(.5 * 1rem) calc(.5 * 1rem);position:relative}.navbar__dropdown--column{grid-template-columns:1fr}.navbar__dropdown:after{content:"";position:absolute;width:0;height:0;border:6px solid;border-color:transparent transparent #fff transparent;top:-12px;left:50%;transform:translateX(-50%)}.navbar__dropdown a{width:270px;border-radius:4px;padding:calc(.5 * 1rem);color:#4e4c4a;transition:.2s background-color ease}.navbar__dropdown a:hover{background-color:#f5f5f5}.dropdown-box__title{font-weight:500;display:flex;align-items:center;margin-bottom:calc(calc(.5 * 1rem) / 2)}.dropdown-box__title i{font-size:calc(20px / (1.2 * 1.2));margin-right:calc(.5 * 1rem)}.navbar__button.button.green{padding:calc(.5 * 1rem) calc(1.5 * 1rem);line-height:24px;font-size:calc(20px / 1.2)}.navbar input,.navbar>label,.navbar .navbar__links>label{display:none}@media(max-width: 1024px){@keyframes open-menu{0%{-webkit-transform:translateX(100%);transform:translateX(100%)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes close-menu{0%{-webkit-transform:translateX(0);transform:translateX(0)}100%{-webkit-transform:translateX(100%);transform:translateX(100%)}}.navbar--mobile .navbar__links{display:grid;grid-auto-columns:unset;grid-auto-flow:unset;grid-auto-rows:auto;align-content:start;justify-items:start;position:fixed;height:100vh;right:0;top:0;padding:calc(4 * 1rem) 0;background-color:#684112;row-gap:calc(1rem);flex-direction:column;align-items:flex-start;width:100%;max-width:300px;z-index:2;-webkit-transform:translateX(100%);transform:translateX(100%);will-change:transform;box-shadow:-5.7px 0 3.9px -11px rgba(110,76,22,.072),-10px 0 8px -11px rgba(110,76,22,.2)}.navbar--mobile .navbar__links.navbar__links--close{animation:close-menu forwards .5s ease}.navbar--mobile .navbar__links.navbar__links--open{animation:open-menu forwards .5s ease}.navbar--mobile .navbar__link{flex-direction:column;width:100%}.navbar--mobile .navbar__link>a,.navbar--mobile .navbar__link>label,.navbar__link>label>a{padding:0 calc(2* 1rem);color:#fff;font-weight:500;cursor:pointer;user-select:none}.navbar__link>label>a{pointer-events:none;padding:0}.navbar--mobile .navbar__link>input:checked+label+div{display:block;animation:none}.navbar--mobile .navbar__dropdown-container{display:none;visibility:visible;position:relative;top:unset;padding-top:unset;margin-top:calc(1rem);opacity:1;pointer-events:all}.navbar--mobile .navbar__dropdown{display:grid;flex-direction:column;grid-template-columns:unset;grid-gap:unset;background-color:#7d5726;border-radius:0;padding:calc(1rem) calc(2* 1rem) calc(1rem - 2px);row-gap:calc(1rem)}.navbar--mobile .navbar__dropdown a{width:100%;color:#fff;padding:0}.navbar--mobile .navbar__dropdown a .dropdown-box__description{display:none}.navbar--mobile .navbar__dropdown a:hover{background-color:unset}.navbar--mobile .navbar__dropdown:after{display:none}.navbar--mobile .navbar__button{margin:calc(1rem) calc(2* 1rem) 0 calc(2* 1rem);width:180px}.navbar--mobile>label,.navbar--mobile>label:not(.checkbox-container){display:flex;margin-left:auto;cursor:pointer;margin-bottom:0}.navbar--mobile .navbar__links>label{display:block;position:absolute;z-index:3;top:calc(2 * 1rem);right:calc(2 * 1rem);color:#fff;cursor:pointer}}@media(max-width: 768px){.navbar.container{margin-bottom:calc(var(--space-base) * 3.2)}}@media(max-width: 425px){.navbar__logo img{width:160px;height:auto}}.footer{width:100%;background-color:#2d2d2d;color:#fff;padding:calc(var(--space-xl) * 2) 0;box-sizing:border-box;line-height:1.4;margin-top:calc(7 * 1rem)}.footer p{line-height:1.4}.footer__notice{font-size:calc(20px / 1.2);color:#777}.footer__notice a{color:#777 !important;border-bottom:1px dashed rgba(255,255,255,.22)}.footer__signup-form{max-width:500px}.footer__signup-form input{width:100%;margin-bottom:1rem}.footer__signup-form .button{width:100%}.footer__cols{display:grid;grid-auto-flow:column;justify-content:start;gap:100px}.footer__divider{width:100%;height:1px;background-color:#404040;margin:calc(var(--space-xs) * 4.5) 0 calc(var(--space-xs) * 4) 0}.footer__col{max-width:230px}.footer__col__title{font-weight:600}.footer__col:last-of-type{margin-right:0}.footer__col>div{margin-bottom:calc(var(--space-xs) * 2)}.footer__col>div:last-of-type{margin-bottom:0}.footer__col>div p:last-of-type{margin-bottom:0}.footer__col__links div{margin-bottom:1rem}.footer__col__links div:last-of-type{margin-bottom:0}.footer a{color:#fff;text-decoration:none}.footer a:visited,.footer a:active,.footer a:focus,.footer a:hover{color:#fff;outline:0}.footer__base{justify-content:space-between;font-size:calc(20px / 1.2);align-items:flex-end;line-height:33px;display:flex}.footer__base__label{margin-right:calc(1rem * 3);color:#777}.footer__socials-container{display:flex;flex-direction:column;align-items:flex-end}.footer__socials{display:flex;justify-content:space-between;align-items:center;margin-top:1rem}.footer__socials>a{margin-right:1rem;transform:scale(0.9);cursor:pointer;opacity:.4;transition:.2s ease opacity}.footer__socials>a:hover{opacity:1}.footer__socials>a:last-of-type{margin-right:0}.footer__socials__facebook{background:url(images/ff0dd3ce9e3a7e0f1a103ddd84c90385.svg) no-repeat 0 0;background-size:150px;width:24px;height:25px}.footer__socials__instagram{background:url(images/ff0dd3ce9e3a7e0f1a103ddd84c90385.svg) no-repeat 0 -35px;background-size:150px;width:24px;height:24px}.footer__socials__tiktok{background:url(images/ff0dd3ce9e3a7e0f1a103ddd84c90385.svg) no-repeat -129px 0;background-size:150px;width:21px;height:25px}.footer__socials__linkedin{background:url(images/ff0dd3ce9e3a7e0f1a103ddd84c90385.svg) no-repeat -63px 0;background-size:150px;width:25px;height:25px}.footer__socials__youtube{background:url(images/ff0dd3ce9e3a7e0f1a103ddd84c90385.svg) no-repeat -126px -38px;background-size:150px;width:24px;height:18px}.footer__socials__twitter{background:url(images/ff0dd3ce9e3a7e0f1a103ddd84c90385.svg) no-repeat -63px -37px;background-size:150px;width:24px;height:20px}@media(max-width: 1220px){.footer__cols{gap:calc(1rem * 3.5)}}@media(max-width: 1024px){.footer__cols{gap:calc(1rem * 4)}.footer__col{max-width:200px}.footer__col img{width:200px;height:auto}}@media(max-width: 930px){.footer__base{flex-direction:column;align-items:center;text-align:center}.footer__base__label{margin-right:0}.footer__base__text-name{display:none}.footer__base>div{margin-bottom:30px}.footer__base>div:last-of-type{margin-bottom:0}}@media(max-width: 900px){.footer__cols{grid-auto-flow:row}.footer__col{max-width:290px}.footer__col img{width:230px;height:auto}}@media(max-width: 425px){.footer__cols{gap:calc(3 * 1rem)}.footer__col img{width:180px;height:auto}.footer__base,.footer__notice{font-size:calc(18px / 1.2)}}a.button{text-decoration:none}.button,button{border:0;outline:0;cursor:pointer;font-weight:500;border-radius:8px;user-select:none;width:fit-content;position:relative;box-sizing:border-box;text-align:center;font-family:"futura-pt",arial,sans-serif !important;line-height:24px;font-size:var(--text-sm);padding:8px;border-bottom:2px solid #4b4b4b;color:#4b4b4b;background-color:#fff;display:flex;display:inline-flex;align-items:center;justify-content:center;margin-top:2px !important;margin-bottom:-2px !important}.button:hover,button:hover{background-color:#ccc}.button:active,button:active{border-bottom-color:transparent !important;border-width:0 !important;margin-top:4px !important}.button:focus,button:focus{outline:0}.button svg,.button i,button svg,button i{margin-right:6px}.button.green,button.green{color:#fff;background-color:#60a159;border-bottom:2px solid #365c33}.button.green:hover,button.green:hover{background-color:#528a4d}.button.light-green,button.light-green{background-color:#8fd388;border-bottom:2px solid #287b31;color:#397640}.button.light-green:hover,button.light-green:hover{background-color:#82c77b}.button.dark-green,button.dark-green{background-color:var(--green-800);border-bottom:2px solid #1c391a;color:#fff}.button.dark-green:hover,button.dark-green:hover{background-color:var(--green-700)}.button.white-green,button.white-green{color:#365c33;border-bottom:2px solid #365c33}.button.white-green:hover,button.white-green:hover{background-color:#447340;color:#fff}.button.light-brown,button.light-brown{color:#fff;background-color:#cba97b;border-bottom:2px solid #7d5726}.button.light-brown:hover,button.light-brown:hover{background-color:#b99465;color:#fff}.button.yellow,button.yellow{background-color:var(--yellow-primary-400);border-color:var(--brown-850);color:var(--brown-850)}.button.yellow:hover,button.yellow:hover{background-color:var(--yellow-primary-450)}.button.white-brown,button.white-brown{background-color:var(--white);border-color:var(--brown-850);color:var(--brown-850)}.button.white-brown:hover,button.white-brown:hover{background-color:var(--yellow-800);color:var(--white)}.button.processing,button.processing{border-bottom-color:transparent !important;margin-top:2px;background-color:gray;cursor:default;color:#fff !important}.button.processing:hover,button.processing:hover{background-color:gray}.button.large,button.large{padding:var(--space-xs)}.button.extra-large,button.extra-large{padding:15px 30px}.button.wide,button.wide{width:100%;justify-content:center}.alert-box{padding:10px;background-color:#fff;color:#4b4b4b;border-bottom:2px solid #4b4b4b;text-align:center;border-radius:8px;font-size:var(--text-base-size);cursor:pointer;justify-content:center;display:flex;z-index:70;align-items:center}.alert-box .close{align-self:center;left:14px;position:absolute;font-size:var(--text-sm)}.alert-box .message{font-size:var(--text-base-size)}.alert-box.static{margin-bottom:var(--space-base)}.alert-box.from-top{position:fixed;left:50%;transform:translateX(-50%) translate3d(0, var(--space-base), 0);width:80vw;max-width:500px;padding:14px 37px 14px 56px;animation:display-message 3.5s ease-in-out forwards}.alert-box.from-top.fade-out{animation:hide-message .5s ease-in-out forwards !important;cursor:default}.alert-box.red{background-color:#ff9c9c;color:#963f3f;border-bottom:2px solid #994242}.alert-box.green{background-color:#a3e4a5 !important;color:#518252 !important;border-bottom:2px solid #518252 !important}label{font-size:var(--text-base);color:#7d5726}label:not(.checkbox-container){margin-bottom:var(--space-sm)}.checkbox-container,.radio-container{display:flex;align-items:center}.checkbox-container input,.radio-container input{opacity:0;width:0;height:0;margin:0}.checkbox-container .checkmark,.radio-container .checkmark{min-width:30px;width:30px;height:30px;background-color:#fff;border-radius:8px;border:2px solid #efefef;display:inline-block;position:relative;cursor:pointer;margin-right:15px;box-sizing:border-box}.checkbox-container .checkmark:after,.radio-container .checkmark:after{content:"";position:absolute;left:9px;top:4px;width:8px;height:14px;border:solid #6f9a5f;border-width:0 3px 3px 0;-webkit-transform:rotate(45deg);transform:rotate(45deg);display:none;box-sizing:border-box}.radio-container .checkmark{border-radius:50px}input[type=checkbox]:checked~.checkmark:after,input[type=radio]:checked~.checkmark:after{display:block}input[type=checkbox]:checked~.checkmark,input[type=radio]:checked~.checkmark{border-color:#c8e6bd}.brown-fade{background-color:#e3c091;position:relative}.brown-fade.green{background:#60a159}.brown-fade h3{margin-bottom:var(--space-base)}@media(max-width: 1024px){.brown-fade__content{flex-direction:column}.brown-fade__content__left{margin-right:0 !important;margin-bottom:var(--space-xxxl);flex-basis:100%}.brown-fade__content--column-reverse{flex-direction:column-reverse}.brown-fade__content--column-reverse .brown-fade__content__left{margin-right:0 !important;flex-basis:100%}.brown-fade__content--column-reverse .brown-fade__content__right{margin-bottom:var(--space-xxxl)}.brown-fade__content h3,.brown-fade__content h6{text-align:center}.brown-fade__content h3{margin-bottom:var(--space-lg)}}.gradient-divider{width:100%;height:125px;margin-top:-82px;-webkit-clip-path:polygon(0 80px, 100% 0, 100% calc(100% - 80px), 0% 100%);clip-path:polygon(0 80px, 100% 0, 100% calc(100% - 80px), 0% 100%);background:-moz-linear-gradient(45deg, #E3C091 0%, #E3C091 10%, rgba(218, 187, 139, 0) 100%);background:-webkit-linear-gradient(45deg, #E3C091 0%, #E3C091 10%, rgba(218, 187, 139, 0) 100%);background:linear-gradient(45deg, #E3C091 0%, #E3C091 10%, rgba(218, 187, 139, 0) 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr="#dabb8b", endColorstr="#00dabb8b",GradientType=1 );position:relative;z-index:1}.gradient-divider--services{height:90px;margin-top:-45px;-webkit-clip-path:polygon(0 40px, 100% 0, 100% calc(100% - 40px), 0 100%);clip-path:polygon(0 40px, 100% 0, 100% calc(100% - 40px), 0 100%);background:-moz-linear-gradient(-45deg, #F1D1A7 30%, #E3C091 100%);background:-webkit-linear-gradient(-45deg, #F1D1A7 30%, #E3C091 100%);background:linear-gradient(135deg, #F1D1A7 30%, #E3C091 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr="#e4caa2", endColorstr="#e4caa2",GradientType=1 )}.gradient-divider--top{margin-bottom:-81px}.gradient-divider--reverse{background:-moz-linear-gradient(45deg, rgba(218, 187, 139, 0) 0%, rgba(218, 187, 139, 0) 11%, #E3C091 100%);background:-webkit-linear-gradient(45deg, rgba(218, 187, 139, 0) 0%, rgba(218, 187, 139, 0) 11%, #E3C091 100%);background:linear-gradient(45deg, rgba(218, 187, 139, 0) 0%, rgba(218, 187, 139, 0) 11%, #E3C091 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr="#00dabb8b", endColorstr="#dabb8b",GradientType=1 )}.gradient-divider--green{background:-moz-linear-gradient(45deg, #60A159 0%, #60A159 10%, rgba(95, 175, 104, 0) 100%);background:-webkit-linear-gradient(45deg, #60A159 0%, #60A159 10%, rgba(95, 175, 104, 0) 100%);background:linear-gradient(45deg, #60A159 0%, #60A159 10%, rgba(95, 175, 104, 0) 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr="#60A159", endColorstr="#60A159",GradientType=1 )}.gradient-divider--green-reverse{background:-moz-linear-gradient(left, rgba(95, 175, 104, 0) 0%, #60A159 90%, #60A159 100%);background:-webkit-linear-gradient(left, rgba(95, 175, 104, 0) 0%, #60A159 90%, #60A159 100%);background:linear-gradient(to right, rgba(95, 175, 104, 0) 0%, #60A159 90%, #60A159 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr="#60A159", endColorstr="#60A159",GradientType=1 )}.gradient-divider--yellow{background:-moz-linear-gradient(45deg, #f7d887 0%, #f7d887 10%, rgba(247, 216, 135, 0) 100%);background:-webkit-linear-gradient(45deg, #f7d887 0%, #f7d887 10%, rgba(247, 216, 135, 0) 100%);background:linear-gradient(45deg, #f7d887 0%, #f7d887 10%, rgba(247, 216, 135, 0) 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr="#f7d887", endColorstr="#00f7d887",GradientType=1 )}.gradient-divider--yellow-reverse{background:-moz-linear-gradient(45deg, rgba(247, 216, 135, 0) 0%, #f7d887 90%, #f7d887 100%);background:-webkit-linear-gradient(45deg, rgba(247, 216, 135, 0) 0%, #f7d887 90%, #f7d887 100%);background:linear-gradient(45deg, rgba(247, 216, 135, 0) 0%, #f7d887 90%, #f7d887 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr="#00f7d887", endColorstr="#f7d887",GradientType=1 )}.panel-1{position:absolute;top:0;left:0;height:100vh;width:100vw;overflow:hidden;padding-top:130px;background-color:#f1d1a7;z-index:2;min-height:900px}.other-panels-container{margin-top:max(100vh, 900px);position:absolute;top:0;left:0;width:100%}.hero-text-container{position:absolute;top:0;left:0;width:100%;height:100%;z-index:10;display:flex}.hero-text{color:#684112;align-self:center}.hero-text a,.hero-text a:visited{text-decoration:none;color:#fff}.hero-text__seen-in{font-size:var(--text-base);margin-top:var(--space-xl);display:flex;align-items:center;color:#7d5726}.hero-text__seen-in span,.hero-text__seen-in img{margin-right:var(--space-md)}@media(max-width: 500px){.hero-text__seen-in{flex-direction:column}.hero-text__seen-in span,.hero-text__seen-in img{margin-right:0}.hero-text__seen-in span{margin-bottom:var(--space-lg)}.hero-text__seen-in img{margin-bottom:var(--space-md)}}.hero-text__main{font-weight:bold;margin-bottom:var(--space-xxs)}.hero-text__secondary{margin-top:2px;padding-bottom:var(--space-lg)}.hero-text__button{display:flex}.hero-text__button .button{padding:20px 40px;display:table}.background{position:absolute;width:100%;height:100%;top:0;left:0}.background>div{position:absolute}.background__cloud{background:url(images/f3e3fde449ea76c9b46607d41b838ed1.png) no-repeat;height:109px;width:190px;background-size:190px;z-index:2;top:140px;left:180px;animation:cloud-bounce 3s ease-in-out infinite alternate-reverse}.background__cloud-small{background:url(images/231cf5080cfbd04f15555e20866d181b.png) no-repeat;height:57px;width:120px;background-size:120px;z-index:2;top:210px;left:700px;animation:cloud-bounce 2s ease-in-out infinite alternate}.background__constrain{width:83%;margin:0 auto;position:relative}.background__school{top:100%;left:100%;transform:translateX(-100%) translateY(calc(-100% + 15px));z-index:4;margin-left:-100px}.background__school img{width:880px}.background__grass{background:url(images/7300f9e8c52ea26b4774a7423f9bfa49.png) repeat-x center bottom;height:100%;width:100%;background-size:1500px;z-index:3}.background__skyline{background:url(images/19a77e0cefbc88ffd5f7acd71f44758e.png) no-repeat left bottom;height:100%;width:100%;background-size:1500px;z-index:1}@media(max-width: 1250px),(max-height: 620px)and (max-width: 1572px),(max-height: 890px)and (max-width: 1136px),(max-height: 838px)and (max-width: 1264px),(max-height: 732px)and (max-width: 1420px){.background__school{left:50%;transform:translateX(-50%) translateY(calc(-100% + 200px));margin-left:0}.background__school img{width:950px}.hero-text{display:flex;flex-direction:column;align-items:center;text-align:center;margin-top:calc(var(--space-xxxl) * -3) !important}}@media(max-width: 1250px)and (max-height: 570px),(max-height: 620px)and (max-width: 1572px)and (max-height: 570px),(max-height: 890px)and (max-width: 1136px)and (max-height: 570px),(max-height: 838px)and (max-width: 1264px)and (max-height: 570px),(max-height: 732px)and (max-width: 1420px)and (max-height: 570px){.hero-text{align-self:auto;margin-top:128px !important}}@media(max-width: 1250px)and (max-width: 934px),(max-width: 1250px)and (max-height: 746px),(max-height: 620px)and (max-width: 1572px)and (max-width: 934px),(max-height: 620px)and (max-width: 1572px)and (max-height: 746px),(max-height: 890px)and (max-width: 1136px)and (max-width: 934px),(max-height: 890px)and (max-width: 1136px)and (max-height: 746px),(max-height: 838px)and (max-width: 1264px)and (max-width: 934px),(max-height: 838px)and (max-width: 1264px)and (max-height: 746px),(max-height: 732px)and (max-width: 1420px)and (max-width: 934px),(max-height: 732px)and (max-width: 1420px)and (max-height: 746px){.hero-text__main{font-size:calc(var(--text-xxl) * 0.94)}.hero-text__secondary{font-size:var(--text-md)}}@media(max-width: 1250px)and (max-width: 784px),(max-width: 1250px)and (max-height: 590px),(max-height: 620px)and (max-width: 1572px)and (max-width: 784px),(max-height: 620px)and (max-width: 1572px)and (max-height: 590px),(max-height: 890px)and (max-width: 1136px)and (max-width: 784px),(max-height: 890px)and (max-width: 1136px)and (max-height: 590px),(max-height: 838px)and (max-width: 1264px)and (max-width: 784px),(max-height: 838px)and (max-width: 1264px)and (max-height: 590px),(max-height: 732px)and (max-width: 1420px)and (max-width: 784px),(max-height: 732px)and (max-width: 1420px)and (max-height: 590px){.background__cloud{background-size:100px;width:100px;height:60px;left:30px;top:300px}.hero-text__main{font-size:var(--text-xl)}.hero-text__secondary{font-size:var(--text-base)}.hero-text .button{padding:17px 30px}}@media(max-width: 1250px)and (max-width: 946px),(max-width: 1250px)and (max-height: 688px),(max-height: 620px)and (max-width: 1572px)and (max-width: 946px),(max-height: 620px)and (max-width: 1572px)and (max-height: 688px),(max-height: 890px)and (max-width: 1136px)and (max-width: 946px),(max-height: 890px)and (max-width: 1136px)and (max-height: 688px),(max-height: 838px)and (max-width: 1264px)and (max-width: 946px),(max-height: 838px)and (max-width: 1264px)and (max-height: 688px),(max-height: 732px)and (max-width: 1420px)and (max-width: 946px),(max-height: 732px)and (max-width: 1420px)and (max-height: 688px){.background__grass{height:calc(100% + 100px)}.background__skyline{height:calc(100% + 30px);background-size:1200px}.background__school{transform:translateX(-50%) translateY(calc(-100% + 175px))}.background__school img{width:800px}}@media(max-width: 1250px)and (max-width: 680px),(max-width: 1250px)and (max-height: 592px),(max-height: 620px)and (max-width: 1572px)and (max-width: 680px),(max-height: 620px)and (max-width: 1572px)and (max-height: 592px),(max-height: 890px)and (max-width: 1136px)and (max-width: 680px),(max-height: 890px)and (max-width: 1136px)and (max-height: 592px),(max-height: 838px)and (max-width: 1264px)and (max-width: 680px),(max-height: 838px)and (max-width: 1264px)and (max-height: 592px),(max-height: 732px)and (max-width: 1420px)and (max-width: 680px),(max-height: 732px)and (max-width: 1420px)and (max-height: 592px){.background__grass{height:calc(100% + 100px)}.background__school{transform:translateX(-50%) translateY(calc(-100% + 120px))}.background__school img{width:600px}}@media(max-width: 1250px)and (max-width: 502px),(max-width: 1250px)and (max-height: 488px),(max-height: 620px)and (max-width: 1572px)and (max-width: 502px),(max-height: 620px)and (max-width: 1572px)and (max-height: 488px),(max-height: 890px)and (max-width: 1136px)and (max-width: 502px),(max-height: 890px)and (max-width: 1136px)and (max-height: 488px),(max-height: 838px)and (max-width: 1264px)and (max-width: 502px),(max-height: 838px)and (max-width: 1264px)and (max-height: 488px),(max-height: 732px)and (max-width: 1420px)and (max-width: 502px),(max-height: 732px)and (max-width: 1420px)and (max-height: 488px){.background__grass{height:calc(100% + 100px)}.background__skyline{height:calc(100% + 30px);background-size:1200px}.background__school{transform:translateX(-50%) translateY(calc(-100% + 100px))}.background__school img{width:500px}}.panel-3{position:relative;z-index:0}.panel-3 .brown-fade{width:100%;padding:calc(var(--space-xxl) * 1.8) 0 calc(var(--space-xxxl) * 2.8) 0}.panel-3 .brown-fade--transparent-background{background-color:transparent}.panel-3 .brown-fade__caption{color:#7d5726;text-align:center;margin-top:var(--space-xs)}.panel-3 .brown-fade__content{align-items:center}.panel-3 .brown-fade__content__left{flex-basis:55%;margin-right:var(--space-xl);display:flex;align-items:center;justify-content:center;flex-direction:column}.panel-3 .brown-fade__content__right{flex-basis:0;flex-grow:1}.panel-3 .brown-fade .panel__animation{width:100%}@media(max-width: 768px){.panel-3 .brown-fade .panel__animation{width:90%}}@media(max-width: 425px){.panel-3 .brown-fade{padding-bottom:calc(var(--space-xxxl) * 3)}.panel-3 .brown-fade .panel__animation{width:113%}}.home-divider-1{margin-top:-126px}.panel-4 .brown-fade{-webkit-clip-path:polygon(0 80px, 100% 0, 100% calc(100% - 80px), 0% 100%);clip-path:polygon(0 80px, 100% 0, 100% calc(100% - 80px), 0% 100%)}.panel-4 .brown-fade h6,.panel-4 .brown-fade h3{text-align:center}.panel-4 .brown-fade h6{color:#365c33}.panel-4 .brown-fade h3{color:#fff;margin-bottom:var(--space-lg)}.panel-4 .brown-fade .trio{padding-top:calc(var(--space-xxxl) * 2);padding-bottom:calc(var(--space-xxxl) * 2)}.panel-4 .brown-fade .trio__more-info{display:flex;justify-content:flex-end;align-items:center;margin-top:calc(var(--space-xl) * 1.3)}.panel-4 .brown-fade .trio__more-info a{color:#46613e;text-decoration:none}.panel-4 .brown-fade .trio__more-info i{font-size:var(--text-xs);margin-left:10px}.panel-4 .brown-fade .trio__title{color:#2f442a;width:100%;text-align:left;font-size:var(--text-xxl);font-weight:600}.panel-4 .brown-fade .trio__boxes{gap:var(--space-lg)}.panel-4 .brown-fade .trio__box{color:#fff}.panel-4 .brown-fade .trio__box__title{font-weight:500;margin-top:10px;display:flex;align-items:center;height:46px;margin-bottom:var(--space-lg)}.panel-4 .brown-fade .trio__box__title__text{color:#fff}.panel-4 .brown-fade .trio__box__title i{font-size:var(--text-base);margin-right:20px}.panel-4 .brown-fade .trio__box__description{color:#fff}.panel-4 .brown-fade .trio__box__button{padding-top:30px}@media(max-width: 980px){.panel-4 .brown-fade .trio__boxes{grid-template-columns:1fr}}@media(max-width: 425px){.panel-4 .brown-fade .trio{padding-top:calc(var(--space-xxxl) * 3);padding-bottom:calc(var(--space-xxxl) * 3)}}.panel-5{margin-top:-124px;position:relative;z-index:0;-webkit-clip-path:polygon(0 80px, 100% 0, 100% calc(100% - 80px), 0% 100%);clip-path:polygon(0 80px, 100% 0, 100% calc(100% - 80px), 0% 100%)}.panel-5 .brown-fade{padding-top:calc(var(--space-xxxl) * 3);padding-bottom:calc(var(--space-xxxl) * 2.4)}.panel-5 .brown-fade__content__left{flex-basis:40%;margin-right:var(--space-xxl)}.panel-5 .brown-fade__content__right{flex-basis:0;flex-grow:1;row-gap:var(--space-xl);display:grid}@media(max-width: 620px){.panel-card{flex-direction:column}.panel-card__left{margin-right:0 !important;margin-bottom:35px}}@media(max-width: 425px){.panel-5 .brown-fade{padding-top:calc(var(--space-xxxl) * 3.8);padding-bottom:calc(var(--space-xxxl) * 3)}}.grid_new_card-col{display:grid;grid-gap:1.5rem}@media(min-width: 992px){.grid_new_card-col{grid-template-columns:repeat(2, minmax(0, 1fr))}}.about_card_wrapper{padding:var(--space-sm);border-radius:8px;position:relative;background-color:#365c33;display:flex;flex-direction:column}.about_card_wrapper .panel-card__learn-more{color:#fff;margin-top:auto;justify-content:flex-start}.about_card_wrapper .panel-card__learn-more a{text-decoration:none;color:#fff}.about_card_wrapper .panel-card__learn-more i{margin-left:8px;font-size:var(--text-xs)}@media(min-width: 1200px){.about_card_wrapper{transform:rotate(-2deg);top:0;right:0}}.about_card_wrapper.about--mahad{background-color:var(--green-500)}@media(min-width: 1200px){.about_card_wrapper.about--mahad{transform:rotate(3.5deg);top:20px;right:-45px}}.about_card-top{display:grid;grid-gap:1rem;grid-template-columns:minmax(0, 80px) minmax(0, 1fr)}.about_card-top .panel-card__left__name{font-weight:500;margin:0;color:#fff}.about_card-top .panel-card__left__school{font-weight:400;margin:calc(var(--space-xxs) / 2) 0 0 0;color:#fff}.about_card-img{display:inline-block;--size: 80px;width:var(--size);height:var(--size);border-radius:8px;overflow:hidden}.about_card-img>img{width:100%;height:100%;object-fit:cover}.about_card-body{margin-top:1.25rem;margin-bottom:1.5rem}@media(min-width: 992px){.about_card-body{margin-bottom:2.25rem}}.about_card-body p{color:#fff}.panel-6{text-align:center;margin-top:var(--space-xl)}.panel-6 .advantages{display:grid;grid-auto-flow:column;padding-top:var(--space-xl);gap:var(--space-xl)}.panel-6 .advantages .advantage{color:#8f6600;background:#ffdd85;padding:var(--space-base);box-shadow:0 13px 20px -15px #0000002e;border-radius:8px;display:flex;flex-direction:column;text-align:left;flex-basis:33%}.panel-6 .advantages .advantage__title{font-weight:500;margin-bottom:30px;display:flex;align-items:center}.panel-6 .advantages .advantage__title i{margin-right:20px}.panel-6 .advantages .advantage:last-of-type{margin-right:0}.panel-6 .page-testimonial{margin-top:calc(var(--space-lg) * 2)}@media(max-width: 1160px){.panel-6 .advantages{grid-auto-flow:row;gap:var(--space-md)}.panel-6 .page-testimonial{margin-top:calc(var(--space-lg) * 3)}}@media(max-width: 425px){.panel-6{margin-top:calc(var(--space-xl) - 4px)}}.quote{display:flex;flex-direction:column;align-items:center;text-align:center;color:#987d56}.quote .stars{color:#ffea89;font-size:var(--text-lg);text-shadow:0 2px 0 #8f6600;pointer-events:none;user-select:none}.quote .more-testimonials{display:flex;align-items:center;margin-top:var(--space-md)}.quote .more-testimonials a{color:#7d5726;text-decoration:none}.quote .more-testimonials i{margin-left:10px;font-size:var(--text-xs)}.the-reality__quote{color:#7d5726;font-size:var(--text-md);width:750px;margin:var(--space-md) 0 auto 0;background:url(images/3fc3a7a12da62795e670f34e15cb59a3.png) no-repeat center;background-size:contain;padding:30px 50px}@media(max-width: 750px){.the-reality__quote{width:100% !important;padding:20px;font-size:var(--text-base)}}.page-header{color:#fff;width:100%;display:flex;justify-content:center;align-items:center;flex-direction:column;margin-bottom:var(--space-xxxl);margin-top:var(--space-base)}.page-header__description{max-width:450px;width:83%;text-align:center}.our-story{display:flex;margin:var(--space-xxxl) auto var(--space-xxl) auto;z-index:1;position:relative;align-items:center;width:100%;max-width:1544px;padding:0 var(--space-xxxl)}.our-story__left__image img{width:500px;box-shadow:0px 25px 40px -28px #000000ad;border-radius:8px}.our-story__right{margin-left:var(--space-xxxl);display:flex;flex-direction:column;margin-top:var(--space-sm)}.our-story__right--team{margin-top:calc(-1 * var(--space-xs))}.our-story__right p b{font-weight:500}.our-story__right__title{margin-bottom:var(--space-md)}.our-story__right__learn-more{color:#7d5726;align-self:flex-end;margin-top:var(--space-base);display:flex;align-items:center;cursor:pointer;margin-right:var(--space-xs)}.our-story__right__learn-more a,.our-story__right__learn-more a:visited{color:#7d5726;text-decoration:none}.our-story__right__learn-more i{font-size:var(--text-xs);margin-left:var(--space-xxs)}@media(max-width: 1250px){.our-story__left__image img{width:400px}}@media(max-width: 1175px){.our-story{flex-direction:column}.our-story__left__image img{width:450px;margin-bottom:var(--space-xl)}.our-story__right{margin-left:0;margin-top:0}.our-story__right__learn-more{align-self:flex-start}}@media(max-width: 800px){.our-story__left__image img{width:100%}}.the-reality{flex-direction:column;text-align:center;align-items:center}.the-reality.container{margin-top:calc(var(--space-xl) * 1.6)}.perfect-application{background-color:#684112;padding:var(--space-xxl) 0;margin-top:calc(var(--space-xl) * 2)}.perfect-application__inner{flex-direction:column;align-items:center}.perfect-application h3{color:#fff;margin-bottom:var(--space-xxl);text-align:center}.perfect-application__steps{color:#fff;margin-bottom:var(--space-xxl)}.perfect-application__steps__step{display:flex}.perfect-application__steps__step__left{margin-right:20px;display:flex;flex-direction:column;align-items:center}.perfect-application__steps__step__left__circle{min-width:31px;min-height:31px;border:2px solid #fff;border-radius:30px;display:flex;align-items:center;justify-content:center}.perfect-application__steps__step__left__dashed-line{width:1.6px;height:100%;background:repeating-linear-gradient(to top, white 0, white 7px, transparent 7px, transparent 12px)}.perfect-application__steps__step__right{width:100%;max-width:500px;margin-top:3px;padding-bottom:65px}.perfect-application__steps__step__right__title{font-weight:600}.perfect-application__steps__step__right__desc{margin-top:25px;line-height:30px}.perfect-application__steps__step__right__desc a{text-decoration:none;color:#fff;border-bottom:1px dashed #ffffff94}.perfect-application__steps__step:last-of-type .perfect-application__steps__step__right{padding-bottom:0}.perfect-application__button a{text-decoration:none}.perfect-application__button .button{padding:var(--space-xs) var(--space-md)}.remember{flex-direction:column;align-items:center;margin-top:calc(var(--space-xl) * 2)}.remember>div.container{text-align:center;margin-bottom:var(--space-xxl)}.remember h3{margin-bottom:var(--space-base)}.remember__panels{background-color:#e3c091;width:100%;padding:var(--space-xxxl) 0}.remember__panels__inner{display:grid;grid-auto-flow:row;gap:var(--space-xxl)}.remember__panels__panel{display:flex;align-items:center}.remember__panels__panel img{box-shadow:0 25px 40px -28px #000000eb;border-radius:8px}.remember__panels__panel__left{margin-right:var(--space-xxxl)}.remember__panels__panel__right img{width:500px}.remember__panels__panel__title{font-weight:600;font-size:var(--text-xxl)}.remember__panels__panel__subtitle{font-weight:500;font-size:var(--text-base);margin-top:10px}.remember__panels__panel__text{font-weight:400}.remember .myths{width:max-content;display:grid;grid-auto-flow:row;gap:var(--space-base)}.remember .myths .myth{display:flex;align-items:center;background-color:#ffdd85;border-radius:8px;padding:var(--space-sm);position:relative;overflow:hidden;box-shadow:2px 5px 20px -18px #000;color:#8f6600}.remember .myths .myth i{color:#8f6600;position:absolute;font-size:calc(var(--text-xxxl) * 1.1);right:0;top:10px;opacity:.1;z-index:0}.remember .myths .myth__text{position:relative;z-index:1}.remember .myths .myth b{margin-right:5px}@media(max-width: 1210px){.remember__panels__panel__left{flex-basis:42%}.remember__panels__panel__right{flex-basis:0;flex-grow:1}.remember__panels__panel__right img{width:100%}.remember .myths{width:auto}}@media(max-width: 1000px){.remember__panels__panel__title{text-align:center}.remember__panels__panel:nth-child(even){flex-direction:column-reverse}.remember__panels__panel:nth-child(even) .remember__panels__panel__left{margin-right:0;margin-top:var(--space-md);width:100%}.remember__panels__panel:nth-child(even) .remember__panels__panel__left .myths .myth:first-of-type{margin-top:0}.remember__panels__panel:nth-child(odd){flex-direction:column}.remember__panels__panel:nth-child(odd) .remember__panels__panel__left{margin-right:0;margin-top:0;margin-bottom:var(--space-md);width:100%}}.about-services{margin-top:calc(var(--space-xl) * 2)}.about-services>div.container{margin-bottom:var(--space-xxl)}.about-services h6,.about-services h3{text-align:center}.about-services a{text-decoration:none}.about-services__cols{display:grid;grid-template-columns:1fr 1fr;grid-gap:75px}.about-services__cols__service{background-color:#684112;padding:calc(var(--space-md) + var(--space-sm)) var(--space-md) var(--space-md) var(--space-md);border-radius:8px;color:#fff;box-shadow:0 13px 20px -15px #0000008c;position:relative;flex-basis:33%;display:flex;flex-direction:column}.about-services__cols__service__bullets{margin-bottom:var(--space-sm)}.about-services__cols__service__icon{text-align:center;font-size:var(--text-md);background-color:#fff;width:60px;height:60px;color:#684112;display:flex;justify-content:center;align-items:center;border-radius:30px;position:absolute;top:-25px;left:50%;transform:translateX(-50%);box-shadow:0 2px #46613e}.about-services__cols__service__title{color:#fff;text-align:center;margin-bottom:var(--space-md)}.about-services__cols__service__bullets ul{padding-left:21px;margin:30px 0;line-height:32px}.about-services__cols__service__button{margin-top:auto}.about-services__cols__service:last-of-type{margin-right:0}@media(max-width: 1000px){.about-services__cols{grid-template-columns:1fr}}@keyframes menu-open{0%{transform:translateX(120%)}100%{transform:translateX(0%)}}@keyframes menu-close{0%{transform:translateX(0%)}100%{transform:translateX(120%)}}@keyframes dropdown-open{0%{margin-top:5px;opacity:0}100%{margin-top:0;opacity:1}}@keyframes menu-fade-in{0%{opacity:0;transform:translateY(5px)}100%{opacity:1;transform:translateY(0px)}}@keyframes menu-fade-out{0%{opacity:1;transform:translateY(0px)}100%{opacity:0;transform:translateY(5px)}}@keyframes cloud-bounce{0%{transform:translate3d(0, 0, 0)}100%{transform:translate3d(0, 10px, 0)}}@keyframes close-service{0%{opacity:1;transform:translateY(0px)}100%{opacity:0;transform:translateY(25px)}}@keyframes close-service-preview{0%{opacity:1}100%{opacity:0}}@keyframes open-service{0%{opacity:0;transform:translateY(25px)}100%{opacity:1;transform:translateY(0px)}}@keyframes open-service-preview{0%{opacity:0}100%{opacity:1}}@keyframes essay-popup{0%{top:20px;opacity:0;transform:perspective(1600px) rotateX(0deg) rotateY(360deg) rotateZ(0deg)}100%{top:0;opacity:1;transform:perspective(1600px) rotateX(7deg) rotateY(348deg) rotateZ(2deg)}}@keyframes essay-popup-bubbles{0%{opacity:0}100%{opacity:1}}.page-header.services-page-header{margin-bottom:var(--space-xxxl)}.services{background:#f1d1a7;background:linear-gradient(180deg, #f1d1a7 37%, #dfbd8f54 70%);clip-path:polygon(0 0, 100% 0, 100% calc(100% - 40px), 0% 100%);-webkit-clip-path:polygon(0 0, 100% 0, 100% calc(100% - 40px), 0% 100%)}.services__nav{margin-bottom:var(--space-xxl)}.services__nav__button{border-radius:0;flex-basis:0;flex-grow:1;padding:var(--space-xs);border-right:1px solid #b99465}.services__nav__button--active{border-bottom-width:0 !important;margin-top:2px;background-color:#b99465 !important;cursor:default !important}.services__nav__button:first-of-type{border-radius:8px 0 0 10px}.services__nav__button:last-of-type{border-radius:0 10px 10px 0;border-right:0}.services__panels{flex-direction:column}.services__panels__panel{width:100%;overflow:hidden;display:none;color:#7d5726;padding-bottom:4px}.services__panels__panel:first-of-type{display:flex}.services__panels__panel__content{padding-right:75px}.services__panels__panel__left{flex-basis:50%;min-width:50%;padding-bottom:135px}.services__panels__panel__right{flex-basis:auto;flex-grow:1;display:flex;flex-direction:column}.services__panels__panel img{width:100%;border-radius:8px 10px 0 0}.services__panels__panel:last-of-type{margin-bottom:0}.services__panels__panel__title{color:#684112}.services__panels__panel__subtitle{font-weight:400}.services__panels__panel__text{margin:var(--space-base) 0 var(--space-base) 0}.services__panels__panel__text a{color:#7d5726;text-decoration:none;border-bottom:1px dashed rgba(152,125,86,.58)}.services__panels__panel__text p:last-of-type{margin-bottom:0}.services__panels__panel__button{padding-top:var(--space-xl)}.services__panels__panel__button a,.services__panels__panel__button a:visited{text-decoration:none}.services__panels__panel__button .button{width:auto !important}.services__panels__panel__checks{display:flex;margin-top:38px}.services__panels__panel__checks__row{flex-grow:1;padding-right:20px}.services__panels__panel__checks__row:last-of-type{padding-right:0}.services__panels__panel__checks__row__check{margin-bottom:10px;display:flex}.services__panels__panel__checks__row__check:last-of-type{margin-bottom:0}.services__panels__panel__checks__row__check i{font-size:var(--text-sm);margin-right:10px;margin-top:5px;width:15px;height:15px;color:#5d9959;background:#fff;background:-moz-radial-gradient(center, ellipse cover, white 39%, #56a35f 59%);background:-webkit-radial-gradient(center, ellipse cover, white 39%, #56a35f 59%);background:radial-gradient(ellipse at center, white 39%, #56a35f 59%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#56a35f",GradientType=1 );border-radius:100%}.services__service-preview{position:relative;margin-top:16px;height:100%;border-radius:8px 10px 0 0;display:flex;flex-direction:column}.services-quote.container{margin-top:calc(var(--space-xl) * 1.3)}.services-benefits{display:grid;grid-auto-flow:column;gap:var(--space-xl);margin-bottom:var(--space-sm)}.services-benefits.container{margin-top:calc(var(--space-lg) * 2)}.services-benefits__benefit{flex-basis:33%;display:flex;align-items:center;padding:var(--space-base);color:#8f6600;background:#ffdd85;border-radius:8px;box-shadow:0 13px 20px -17px #0000002e;text-align:left}.services-benefits__benefit__icon{margin-right:var(--space-sm);font-size:var(--text-md)}.services-benefits__benefit__text__top{font-weight:500;margin-bottom:var(--space-xs)}.showcase-header{justify-content:center;text-align:center;margin-top:93px !important}.showcase-container{margin-top:var(--space-xxl)}.showcase-container--no-padding{padding:0}.showcase{margin-bottom:90px !important;align-items:center}.showcase:last-of-type{margin-bottom:0 !important}.showcase>div:first-of-type{margin-right:var(--space-xxl)}.showcase__description{flex-basis:0;flex-grow:1}.showcase__description h5{margin-bottom:var(--space-base)}.showcase__preview{flex-basis:0;flex-grow:1}.showcase__preview img{width:100%;border-radius:8px;filter:drop-shadow(0 13px 20px #0000000f)}@media(max-width: 1180px){.services__panels__panel{flex-direction:column;overflow:visible}.services__panels__panel__content{padding-right:0}.services__panels__panel__right{margin-top:10px;padding:0 50px}.services__panels__panel__left{padding-bottom:calc(var(--space-lg) * 2)}.services__panels__panel img{position:relative}.services__service-preview{margin-top:0;display:flex;flex-direction:column}}@media(max-width: 1100px){.showcase-header{margin-top:97px !important}.showcase{margin-bottom:var(--space-xxl) !important;flex-direction:column}.showcase--reverse{flex-direction:column-reverse}.showcase>div:first-of-type{margin-right:0}.showcase__description{margin-bottom:var(--space-xl)}.services-benefits{grid-auto-flow:row;gap:var(--space-md)}}@media(max-width: 980px){.button-text{display:none}}@media(max-width: 740px){.services__panels__panel{overflow:hidden}.services__panels__panel__right{padding:0;margin:0}.services__panels__panel__checks{flex-direction:column}.services__panels__panel__checks__row{margin-bottom:10px}.services__panels__panel__checks__row:last-of-type{margin-bottom:0}}.product-hero-container{background:#ddc092;background:linear-gradient(337deg, rgba(221, 192, 146, 0.53) 0%, rgba(228, 202, 162, 0.12) 100%);padding-top:230.765px;margin-top:-203px}.product-hero__title--ad{font-size:var(--text-xxl)}.product-hero__callout{border-radius:8px;padding:var(--space-sm);margin-top:var(--space-lg);font-size:var(--text-sm);background-color:#fbdc8a;color:#6d5615;box-shadow:1px 1px 9px -9px #000}.product-hero a{text-decoration:none;width:fit-content}.product-hero__image-container{flex-basis:0;flex-grow:1;position:relative}.product-hero__blob{position:absolute;z-index:0;bottom:-36%;left:-12%;width:120%}.product-hero__image-box{position:absolute;width:98%;bottom:0}.product-hero__image-box:before{display:block;content:"";width:100%;padding-top:calc((181 / 224) * 100%)}.product-hero__image{border-radius:8px;position:absolute;top:0;right:0;bottom:0;left:0;width:100%}.product-hero__description{margin-right:116px;padding:77.275px 0 142.89px 0;display:grid;flex-direction:column;justify-content:center;flex-basis:0;flex-grow:1;position:relative;gap:var(--space-base);align-content:start}.product-hero__description p{margin-bottom:var(--space-xxs)}@media(min-width: 1000px)and (max-width: 1544px){.product-hero-container{padding-top:calc((0.0825 * 100vw) + 103.385px)}.product-hero__description{padding-top:calc((0.148 * 100vw) - 151.237px);padding-bottom:calc((0.168 * 100vw) - 116.502px);margin-right:calc((0.175 * 100vw) - 126.2px)}}@media(max-width: 1336px){.product-hero__title--ad{font-size:var(--text-xl)}}@media(max-width: 1098px){.product-hero__title--ad{font-size:var(--text-lg)}}@media(max-width: 999px){.product-hero-container{padding-top:180px}.product-hero{flex-direction:column-reverse;padding-bottom:0;text-align:center;flex-direction:column}.product-hero__title--ad{font-size:var(--text-xxl)}.product-hero>div{-webkit-flex:0;flex-shrink:0;padding-top:24px}.product-hero__image-container{margin-bottom:0}.product-hero__blob{top:-6%;bottom:unset;left:-3%;width:104%}.product-hero__image-box{position:relative;width:75%;margin:0 auto}.product-hero__image{margin:0 auto}.product-hero__description{margin-right:0;margin-bottom:var(--space-xxl);align-items:center;padding:unset;justify-items:center}.product-hero__description h1{margin-top:0}}@media(max-width: 750px){.product-hero__image-box{width:100%}}.product-success{padding:var(--space-xxl) 0;background-color:#365c33;position:relative;z-index:1}.product-success__wrapper{display:grid;grid-template-columns:1fr 1fr 1fr;grid-gap:var(--space-xxl) var(--space-xxl)}.product-success--thin{padding-top:var(--space-lg);padding-bottom:calc(var(--space-lg) * 1.15)}.product-success__stat{color:#fff;text-align:center;width:100%}.product-success__stat-heading{font-weight:500;display:flex;align-items:flex-end;margin-bottom:var(--space-xxxs);justify-content:center;flex-wrap:wrap}.product-success__stat-heading-tag{font-weight:400;margin-left:var(--space-xxs)}.product-success__stat-heading-number{font-weight:600;font-size:var(--text-lg);display:flex;margin-right:9px}.product-success--home{background-color:#264123;padding:calc(var(--space-xl) * 1.5) 0 calc((var(--space-xl) * 2) - var(--space-xl) - 4px)}.product-success__title{color:#fff;text-align:center;margin-bottom:var(--space-xxl)}.product-success__schools{flex-wrap:wrap;justify-content:center;width:100%;align-items:center}.product-success__schools>img{margin:0 var(--space-lg) var(--space-lg) var(--space-lg)}.product-success__schools>img:last-of-type{margin-right:0}@media(max-width: 980px){.product-success__wrapper{grid-template-columns:1fr}}@media(max-width: 768px){.product-success--home{padding-bottom:calc(var(--space-xl) + var(--space-xxs))}.product-success__stat-heading-number{font-size:var(--text-md)}.product-success__schools>img{transform:scale(0.8);margin:0 var(--space-sm) var(--space-sm) var(--space-sm)}}@media(max-width: 425px){.product-success__schools{flex-wrap:nowrap;flex-direction:column}}.product-trio{background-color:#60a159;padding-top:var(--space-xl);padding-bottom:calc(var(--space-xl) * 1.13);color:#365c33;position:relative;z-index:1}.product-trio h3,.product-trio h2{text-align:center}.product-trio .trio-boxes{display:grid;grid-template-columns:1fr 1fr 1fr;grid-gap:calc(var(--space-xxl) * 2)}.product-trio .trio-boxes .trio-box{text-align:center}.product-trio .trio-boxes .trio-box__icon{font-size:var(--text-lg);margin-bottom:var(--space-md);height:41px}.product-trio .trio-boxes .trio-box__title{font-weight:500;margin-bottom:var(--space-sm)}.product-trio .trio-boxes .trio-box__description{color:#fff;margin-bottom:0}@media(max-width: 1300px){.product-trio .trio-boxes{grid-gap:var(--space-xl) var(--space-xl)}}@media(max-width: 800px){.product-trio .trio-boxes{grid-template-rows:1fr 1fr 1fr;grid-template-columns:1fr}}.product-features{margin-top:var(--space-xxl);display:flex}.product-features h3,.product-features h2{text-align:center}.product-features__points{display:grid;grid-template-columns:1fr 1fr 1fr;grid-gap:var(--space-xxl) var(--space-xxl);margin-top:var(--space-xxl)}.product-feature{display:flex;flex-direction:column}.product-feature__header{display:flex;align-items:center;margin-bottom:var(--space-md)}.product-feature__icon{font-size:var(--text-sm);margin-right:var(--space-sm)}.product-feature__icon i{color:#60a159;background:#fff;background:-moz-radial-gradient(center, ellipse cover, white 39%, #56a35f 59%);background:-webkit-radial-gradient(center, ellipse cover, white 39%, #56a35f 59%);background:radial-gradient(ellipse at center, white 39%, #56a35f 59%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#56a35f",GradientType=1 );border-radius:100%}.product-feature__title{font-weight:500;color:#a6824f}.product-feature__description{margin-bottom:0}.product-checks{text-align:center}.product-checks__checks{text-align:left;font-size:var(--text-md);color:#7d5726;display:flex;justify-content:center;margin-top:calc(var(--space-xl) * 1.36)}.product-checks__checks>div:first-of-type{margin-right:var(--space-xxl)}.product-checks__item{margin-bottom:var(--space-xs);display:flex;align-items:center}.product-checks__item:last-of-type{margin-bottom:0}.product-checks__item i{color:#60a159;margin-right:var(--space-md);background:#fff;background:-moz-radial-gradient(center, ellipse cover, white 39%, #56a35f 59%);background:-webkit-radial-gradient(center, ellipse cover, white 39%, #56a35f 59%);background:radial-gradient(ellipse at center, white 39%, #56a35f 59%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#56a35f",GradientType=1 );border-radius:100%}.product-checks__button-container{padding-top:calc(var(--space-xl) * 1.4);width:fit-content;margin:0 auto}.product-checks__button-container .button{margin:0 auto}.product-checks__button-container .button:active{margin-top:2px}@media(max-width: 1200px){.product-checks__checks{flex-direction:column;width:fit-content;margin-left:auto;margin-right:auto}.product-checks__checks>div:first-of-type{margin-right:0;margin-bottom:var(--space-xs)}}@media(max-width: 670px){.product-checks__checks{font-size:var(--text-base)}}.services-divider-1{margin-top:calc(var(--space-xxl) * 1.8)}.product-uses{background-color:#e3c091;padding-top:calc(var(--space-xxxl) * 2.5);padding-bottom:calc(var(--space-xxxl) * 3.1);-webkit-clip-path:polygon(0 80px, 100% 0, 100% calc(100% - 80px), 0% 100%);clip-path:polygon(0 80px, 100% 0, 100% calc(100% - 80px), 0% 100%)}.product-uses .container{align-items:center}.product-uses h3{margin-bottom:var(--space-base)}.product-uses a{color:#fff;text-decoration:none;border-bottom:1px dashed #ffffff94}.product-uses__grid{display:grid;grid-template-columns:1fr 1fr 1fr;grid-gap:var(--space-sm);margin-left:var(--space-xxl);align-content:start;flex-grow:1}.product-uses__grid>div{background-color:#fff;border-radius:8px;padding:var(--space-sm);box-shadow:0 4px 5px -3px rgba(0,0,0,.25);cursor:pointer;word-break:keep-all;text-align:center;display:flex;flex-direction:column;transition:all .1s ease;font-size:calc(var(--text-base) * 0.9);min-width:176px;justify-content:center}.product-uses__grid>div i{font-size:var(--text-lg);margin-bottom:var(--space-xs);margin-top:var(--space-xxs);transition:all .1s ease;color:#7d5726}.product-uses__grid>div.selected{background-color:#7d5726;color:#fff}.product-uses__grid>div.selected i{color:#fff}.product-uses__descriptions{width:50%;margin-top:var(--space-sm)}.product-uses__descriptions p{margin-bottom:0;margin-top:var(--space-xxs)}.product-uses__description{display:none}.product-uses__description--visible{display:block}@media(max-width: 1208px){.product-uses__grid{grid-template-columns:1fr 1fr}}@media(max-width: 1024px){.product-uses{padding-top:calc(var(--space-xxxl) * 2.2)}.product-uses h3,.product-uses h6{text-align:center}.product-uses .container{flex-direction:column}.product-uses__grid{margin-left:0;width:100%;grid-template-columns:1fr 1fr 1fr}.product-uses__descriptions{width:100%;margin-bottom:var(--space-xxl);margin-top:0}}@media(max-width: 768px){.product-uses__grid{grid-template-columns:1fr 1fr}}@media(max-width: 425px){.product-uses__grid>div{flex-direction:row;align-items:center;padding:var(--space-xs);min-width:unset}.product-uses__grid>div i{font-size:unset;margin-right:var(--space-xs)}}@media(max-width: 512px){.product-uses{padding-top:calc(var(--space-xxxl) * 2.4);padding-bottom:calc(var(--space-xxxl) * 3.0)}.product-uses__grid>div{flex-direction:row;align-items:center;padding:var(--space-xs);min-width:unset}.product-uses__grid>div i{font-size:unset;margin-right:var(--space-xs);display:none}}@media(max-width: 425px){.product-uses{padding-top:calc(var(--space-xxxl) * 3.1);padding-bottom:calc(var(--space-xxxl) * 4.5)}.product-uses__grid>div i{display:flex}}@media(max-width: 400px){.product-uses__grid>div i{display:none}}@media(max-width: 350px){.product-uses__grid{grid-template-columns:1fr}}.product-steps{padding-top:calc(var(--space-xxl) * 2.2);padding-bottom:calc(var(--space-xxl) * 2.2);background-color:#60a159;-webkit-clip-path:polygon(0 80px, 100% 0, 100% calc(100% - 80px), 0% 100%);clip-path:polygon(0 80px, 100% 0, 100% calc(100% - 80px), 0% 100%);margin-top:-81px}.product-steps .container{align-items:center}.product-steps a{text-decoration:none}.product-steps__subtitle{color:#365c33;text-align:center}.product-steps__title{color:#fff;text-align:center}.product-steps__arrow-container{justify-content:center;padding-left:var(--space-xs);padding-right:var(--space-xs);flex-grow:0 !important;flex-basis:88px !important}.product-steps__arrow-container img{width:100%}.product-steps__steps{display:flex;justify-content:space-evenly;padding-top:calc(var(--space-xl) * 1.1);padding-bottom:calc(var(--space-xl) * 1.5)}.product-steps__steps>div{display:flex;flex-direction:column;align-items:center;text-align:center;flex-basis:0;flex-grow:1;-webkit-flex:1;flex-shrink:0}.product-steps__step-icon{color:#365c33;font-size:var(--text-xl);margin-bottom:var(--space-base)}.product-steps__step-number{color:#365c33;margin-bottom:var(--space-xxs);font-weight:500}.product-steps__step-label{color:#fff;margin-bottom:var(--space-base)}.product-steps__step-description{color:#fff}.product-steps-divider{margin-top:-126px}@media(max-width: 1300px){.product-steps__arrow-container{padding-left:var(--space-sm);padding-right:var(--space-sm)}}@media(max-width: 1150px){.product-steps{background-color:#60a159}.product-steps__step-icon{margin-bottom:0;margin-right:var(--space-lg);font-size:var(--text-xxl)}.product-steps__step-label{margin-bottom:var(--space-xs)}.product-steps__step-number{margin-bottom:4px}.product-steps__steps{flex-direction:column}.product-steps__steps>div{flex-direction:row;text-align:left;margin-bottom:var(--space-xl)}.product-steps__steps>div:last-of-type{margin-bottom:0}.product-steps__steps>div.product-steps__arrow-container{display:none}}@media(max-width: 480px){.product-steps__step-icon{font-size:var(--text-xl);margin-right:var(--space-base)}}@media(max-width: 425px){.product-steps{padding-top:calc(var(--space-xxl) * 3.1);padding-bottom:calc(var(--space-xxl) * 3.1)}.product-steps__step-icon{display:none}.product-steps__steps>div{text-align:center}}.product-portal.container{margin-top:calc(var(--space-xl) * 2)}.product-portal>h3,.product-portal>h6{text-align:center}.product-testimonials.container{margin-top:calc(var(--space-xl) * 2.1)}.product-testimonials h3,.product-testimonials h6{text-align:center}.product-testimonials__and-more{margin-top:Var(--space-md)}.product-faq.container{margin-top:calc(var(--space-xl) * 2)}.product-faq h3,.product-faq h6{text-align:center}.product-faq__question-list{margin-top:var(--space-xl);width:100%;display:flex;flex-direction:column;align-items:center}.product-faq .faq-question{color:#fff;width:100%;max-width:1000px;border-radius:8px;margin-bottom:var(--space-sm);overflow:hidden}.product-faq .faq-question:last-of-type{margin-bottom:0}.product-faq .faq-question__question{margin-right:var(--space-md)}.product-faq .faq-question__header{font-weight:500;display:flex;justify-content:space-between;padding:var(--space-xs);align-items:center;cursor:pointer;background-color:#e3c091}.product-faq .faq-question__header i{font-size:var(--text-sm)}.product-faq .faq-question__body{background-color:#cba97b;max-height:0;transition:max-height .4s ease-in-out}.product-faq .faq-question__body p{margin-bottom:0;padding:var(--space-sm)}.product-showcase.container{margin-top:calc(var(--space-lg) * 2)}.product-showcase a{text-decoration:none}.product-showcase>p{max-width:880px;margin:var(--space-md) auto 0 auto}.product-showcase h3,.product-showcase h6{text-align:center}@media(max-width: 940px){.product-showcase>p{width:auto}}.product-services.container{margin-top:calc(var(--space-xl) * 2.2)}.product-services h3,.product-services h6{text-align:center}.product-services a{text-decoration:none}.product-services-wrapper{display:grid;grid-template-columns:1fr 1fr;grid-gap:var(--space-xl) var(--space-xl);margin-top:var(--space-xxl)}.product-services-wrapper .product-service{background-color:#fff;border-radius:8px;box-shadow:0 2.3px 1.1px -37px rgba(0,0,0,.015),0 4.9px 2.6px -37px rgba(0,0,0,.031),0 7.8px 4.7px -37px rgba(0,0,0,.048),0 11.7px 7.9px -37px rgba(0,0,0,.065),0 17.3px 13px -37px rgba(0,0,0,.079),0 27.3px 22.7px -37px rgba(0,0,0,.091),0 54px 49px -37px rgba(0,0,0,.09);display:flex;flex-direction:column;overflow:hidden;color:#282623}.product-services-wrapper .product-service__main-header{display:flex;background-color:#60a159;color:#fff;padding:var(--space-md);align-items:center}.product-services-wrapper .product-service__content{padding:var(--space-md);display:flex;flex-direction:column;height:100%}.product-services-wrapper .product-service__content .button{margin-top:auto}.product-services-wrapper .product-service__icon{font-size:var(--text-xl);text-align:center;margin-right:var(--space-md)}.product-services-wrapper .product-service__subtitle{font-weight:500;margin-bottom:var(--space-xxxs)}.product-services-wrapper .product-service__title{font-weight:500;color:#fff}.product-services-wrapper .product-service__features{background:#f5f5f5;padding:var(--space-md)}.product-services-wrapper .product-service__features span{font-weight:500}.product-services-wrapper .product-service__features>div{margin-bottom:var(--space-xxs)}.product-services-wrapper .product-service__features>div:last-of-type{margin-bottom:0}.product-services-wrapper .product-service__features>div i{margin-right:var(--space-sm)}.product-services-wrapper .product-service__header{margin-bottom:var(--space-md);font-weight:500}.product-services-wrapper .product-service__checks{color:#000;margin-bottom:var(--space-lg);display:grid;grid-template-columns:auto 1fr;grid-gap:var(--space-xxs) var(--space-xs)}.product-services-wrapper .product-service__checks i{color:#528a4d;margin-top:6px}.product-services-coaching{padding:var(--space-xl);border-radius:8px;margin-top:var(--space-xxl);background-color:#e3c091;display:flex;flex-direction:column;align-items:center}.product-services-coaching p{text-align:center}@media(max-width: 1150px){.product-services-wrapper{grid-template-columns:1fr}}@media(max-width: 730px){.product-services-wrapper .product-service__checks>div,.product-services-wrapper .product-service__features>div{margin-bottom:var(--space-xs)}}@media(max-width: 530px){.product-services-wrapper .product-service__icon{display:none}}.product-start{width:100%;background-color:#60a159;padding:calc(var(--space-xxxl) + var(--space-xs)) 0 calc(var(--space-xxxl) + var(--space-base)) 0;margin-top:calc(var(--space-xl) * 2);margin-bottom:calc(-8 * 1rem);color:#fff}.product-start .container{text-align:center;display:grid;flex-direction:column;align-items:center;justify-items:center;row-gap:var(--space-base)}.product-start a{text-decoration:none}.product-start h3{color:#fff}.product-start .button{padding-left:var(--space-lg);padding-right:var(--space-lg)}@media(max-width: 425px){.product-start p{margin-bottom:var(--space-xs)}}.product-sample{display:flex;margin-top:calc(var(--space-xxl) * 1.74)}.product-sample .product-disclaimer{margin-top:var(--space-sm);text-align:center;color:#7d5726}.product-sample .essay-highlight{background-color:rgba(255,0,0,.15);color:#ea0541;position:relative}.product-sample .essay-strike{color:#ea0541;text-decoration:line-through;position:relative}.product-sample .essay-insert{color:#ea0541;text-decoration:underline;position:relative}.product-sample .essay-comment{position:absolute;background-color:#fff;z-index:1;width:max-content;max-width:220px;min-width:130px;padding:9px 15px;color:#000;border-left:2px solid #ea0541;top:calc(100% + 10px);box-shadow:9px 7px 19px -15px #0000009e;left:calc(100% + 10px);line-height:25px;display:none}.product-sample .essay-comment--middle{left:50%;transform:translateX(-50%)}.product-sample .essay-comment--left{left:auto;right:calc(100% + 10px)}.product-sample .product-sample-essay-column{display:flex;flex-direction:column;justify-content:center;opacity:0}.product-sample .product-sample-essay-column--start{animation:.5s ease-out forwards essay-popup}.product-sample .product-sample-essay{width:650px;height:841px;background-color:#fff;font-family:"Times New Roman",futura-pt,Arial,sans-serif;border-radius:8px;box-shadow:24px 16px 64px 0 rgba(0,0,0,.05);padding:50px;overflow:hidden;position:relative;user-select:none;align-self:center;line-height:1.9}.product-sample .product-sample-essay__fade{position:absolute;width:100%;height:100%;background:#fff;background:linear-gradient(180deg, rgba(255, 255, 255, 0) 69%, white 93%);top:0;left:0;z-index:1}.product-sample .product-sample-essay p{color:#000;margin-bottom:var(--space-md);font-size:17px;position:relative}.product-sample .product-sample-essay p.essay-fade:after{content:"";position:absolute;width:100%;height:100%;background:#fff;background:linear-gradient(180deg, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0.98) 92%);top:0;left:0}.product-sample .product-sample-essay p:nth-of-type(1):after{display:none}.product-sample .product-sample-essay p:last-of-type{margin-bottom:0}.product-sample .product-sample-essay--gray-1 p:not(.section-1){color:#d3d3d3}.product-sample .product-sample-essay--gray-1 .essay-highlight:not(.section-1){color:#d3d3d3;background-color:#f1f1f1}.product-sample .product-sample-essay--gray-1 .essay-strike:not(.section-1){color:#d3d3d3}.product-sample .product-sample-essay--gray-1 .essay-insert:not(.section-1){color:#d3d3d3}.product-sample .product-sample-essay--gray-2 p:not(.section-2){color:#d3d3d3}.product-sample .product-sample-essay--gray-2 .essay-highlight:not(.section-2){color:#d3d3d3;background-color:#f1f1f1}.product-sample .product-sample-essay--gray-2 .essay-strike:not(.section-2){color:#d3d3d3}.product-sample .product-sample-essay--gray-2 .essay-insert:not(.section-2){color:#d3d3d3}.product-sample .product-sample-essay--gray-3 p:not(.section-3){color:#d3d3d3}.product-sample .product-sample-essay--gray-3 .essay-highlight:not(.section-3){color:#d3d3d3;background-color:#f1f1f1}.product-sample .product-sample-essay--gray-3 .essay-strike:not(.section-3){color:#d3d3d3}.product-sample .product-sample-essay--gray-3 .essay-insert:not(.section-3){color:#d3d3d3}.product-sample .product-sample-essay--gray-4 p:not(.section-4){color:#d3d3d3}.product-sample .product-sample-essay--gray-4 .essay-highlight:not(.section-4){color:#d3d3d3;background-color:#f1f1f1}.product-sample .product-sample-essay--gray-4 .essay-strike:not(.section-4){color:#d3d3d3}.product-sample .product-sample-essay--gray-4 .essay-insert:not(.section-4){color:#d3d3d3}.product-sample .product-sample-essay--gray-5 p:not(.section-5){color:#d3d3d3}.product-sample .product-sample-essay--gray-5 .essay-highlight:not(.section-5){color:#d3d3d3;background-color:#f1f1f1}.product-sample .product-sample-essay--gray-5 .essay-strike:not(.section-5){color:#d3d3d3}.product-sample .product-sample-essay--gray-5 .essay-insert:not(.section-5){color:#d3d3d3}.product-sample .product-sample-essay--gray-6 p:not(.section-6){color:#d3d3d3}.product-sample .product-sample-essay--gray-6 .essay-highlight:not(.section-6){color:#d3d3d3;background-color:#f1f1f1}.product-sample .product-sample-essay--gray-6 .essay-strike:not(.section-6){color:#d3d3d3}.product-sample .product-sample-essay--gray-6 .essay-insert:not(.section-6){color:#d3d3d3}.product-sample .product-sample-points{margin-left:calc(var(--space-xl) * 2);display:flex;flex-direction:column;justify-content:center;flex-basis:0;flex-grow:1;opacity:0;position:relative}.product-sample .product-sample-points__arrow{position:absolute;top:16px;right:-31px;width:184px}.product-sample .product-sample-points--start{animation:.5s ease-out forwards essay-popup-bubbles}.product-sample .product-sample-points--faded .product-sample-point{opacity:.3 !important}.product-sample .product-sample-points .product-sample-point{cursor:pointer;opacity:1;padding-bottom:var(--space-base)}.product-sample .product-sample-points .product-sample-point--full-opacity{opacity:1 !important}.product-sample .product-sample-points .product-sample-point__title{color:#684112;display:flex;align-items:center;font-weight:500}.product-sample .product-sample-points .product-sample-point__title i{font-size:var(--text-sm);margin-right:var(--space-xs);color:#5d9959;background:#fff;background:-moz-radial-gradient(center, ellipse cover, white 39%, #56a35f 59%);background:-webkit-radial-gradient(center, ellipse cover, white 39%, #56a35f 59%);background:radial-gradient(ellipse at center, white 39%, #56a35f 59%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#56a35f",GradientType=1 );border-radius:100%}.product-sample .product-sample-points .product-sample-point__description{color:#7d5726;margin-top:var(--space-xs)}.product-sample .product-sample-points .product-sample-point:last-of-type{padding-bottom:0}@media(max-width: 1750px){.product-sample .product-sample-points__arrow{top:-50px}}@media(max-width: 1400px){.product-sample .essay-comment--small-left{left:auto;right:calc(100% + 10px)}.product-sample .essay-comment--small-middle{left:50%;transform:translateX(-50%)}.product-sample .product-sample-essay{width:550px;height:711px}.product-sample .product-sample-essay>p:nth-child(3){display:none}}@media(max-width: 1270px){.product-sample{margin-top:calc(var(--space-xl) * 1.7);flex-direction:column}.product-sample .product-sample-essay-column{transform:none !important;opacity:1}.product-sample .product-sample-essay-column--start{animation:none}.product-sample .product-sample-essay{margin:0 auto}.product-sample .product-sample-points{display:grid;grid-template-columns:1fr 1fr;grid-column-gap:var(--space-xl);margin-left:0;margin-top:calc(var(--space-xxl) * 1.6);opacity:1}.product-sample .product-sample-points__arrow{display:none}.product-sample .product-sample-points--start{animation:none}.product-sample .product-sample-points .product-sample-point{cursor:auto}}@media(max-width: 720px){.product-sample .product-sample-points{display:grid;grid-template-columns:1fr}.product-sample .product-sample-essay{width:500px;height:647px}}@media(max-width: 610px){.product-sample .product-sample-essay{padding:30px;width:100%}.product-sample .product-sample-essay p{font-size:15px}}@media(max-width: 425px){.product-sample .product-sample-points .product-sample-point{padding-bottom:var(--space-md)}.product-sample .product-sample-essay{padding:25px;width:100%;height:500px}.product-sample .product-sample-essay p{font-size:12px;line-height:28px}.product-sample .product-sample-essay p:not(.section-6){margin-bottom:var(--space-sm);height:300px;overflow:hidden}.product-sample .product-sample-essay p:not(.section-6):after{display:block}.product-sample .product-sample-essay p:nth-child(5){height:80px;overflow:hidden}}@media(max-width: 375px){.product-sample .product-sample-essay{padding:20px;height:475px}.product-sample .product-sample-essay p:not(.section-6){height:295px;overflow:hidden}}.product-redirect{color:#6d5615;background:#f7d887;padding:var(--space-xl);text-align:center;border-radius:8px;box-shadow:0 13px 20px -18px #0000005c;margin-top:var(--space-xxl)}.product-testimonial-container{display:flex;justify-content:center}.product-testimonial{margin-top:calc(var(--space-xxxl) * 2.7);background:url(images/6dffe7abdc5c444955bf00563c2146ed.svg) center no-repeat;background-size:contain;display:flex;flex-direction:column;min-height:670px;align-items:center;color:#fff;position:relative;max-width:1040px;flex-grow:1}.product-testimonial--small-margin-top{margin-top:calc(var(--space-xxxl) * 2.4)}.product-testimonial__symbol{position:absolute;font-size:calc(1.4 * var(--text-xxxxl));color:#fff}.product-testimonial__symbol--top{top:-37px;left:47px}.product-testimonial__symbol--bottom{bottom:-19px;right:5rem}.product-testimonial__name{font-weight:500;font-size:var(--text-lg);margin-bottom:3px}.product-testimonial__school{font-weight:500;color:#7d5726}.product-testimonial__school-logo{margin-top:15px}.product-testimonial__stars{color:#ffea89;text-shadow:0 2px 0 #b18b37;font-size:var(--text-md);margin-bottom:var(--space-base)}.product-testimonial__stars i{margin-right:1px}@media(max-width: 1270px){.product-testimonial{margin-top:calc(var(--space-xxxl) * 2)}}@media(max-width: 1180px){.product-testimonial{background-color:#e3c091;border-radius:8px;padding:var(--space-md)}.product-testimonial__symbol{font-size:calc(var(--text-xxxl) * 1.2)}.product-testimonial__symbol--top{top:-37px;left:-17px}.product-testimonial__symbol--bottom{bottom:-40px;right:-16px}}@media(max-width: 720px){.product-testimonial{margin-top:calc(var(--space-xxxl) * 3)}.product-testimonial__symbol{font-size:calc(var(--text-xxxl) * 0.94)}}@media(max-width: 550px){.product-testimonial__name{font-size:var(--text-md)}.product-testimonial__symbol{font-size:var(--text-xxl)}}.product-consultants.container{margin-top:var(--space-xxxl)}.product-consultants a{text-decoration:none}.product-consultants h3,.product-consultants h6{text-align:center}.product-consultants__schools{display:flex;justify-content:center;position:relative;z-index:1;margin-top:var(--space-xxxl);align-items:center}.product-consultants__schools img{margin-right:var(--space-lg)}.product-consultants__schools img:last-of-type{margin-right:0}.product-consultants__grid{display:grid;grid-template-columns:1fr 1fr 1fr;grid-gap:var(--space-md);margin-top:var(--space-xxl);position:relative}.product-consultants__grid:after{content:"";position:absolute;top:30px;left:-10px;width:110%;height:100%;background:#f1d1a7;background:linear-gradient(180deg, rgba(228, 202, 162, 0) 43%, #f1d1a7 92%)}.product-consultants__link{position:relative;z-index:1;text-align:center;color:#a6824f;display:flex;align-items:center;margin-top:var(--space-xl);justify-content:center}.product-consultants__link i{margin-left:10px;font-size:var(--text-xs)}.product-consultants .product-consultant{background-color:#fff;border-radius:8px;box-shadow:0 4px 5px -3px rgba(0,0,0,.25);display:flex;overflow:hidden;color:#282623}.product-consultants .product-consultant img{display:block}.product-consultants .product-consultant__info{padding-left:var(--space-base);display:flex;flex-direction:column;justify-content:center}.product-consultants .product-consultant__name{font-weight:500}.product-consultants .product-consultant__school{font-size:var(--text-sm)}@media(max-width: 1170px){.product-consultants__grid{grid-template-columns:1fr 1fr}.product-consultants__grid .product-consultant:nth-child(9){display:none}}@media(max-width: 810px){.product-consultants__grid{grid-template-columns:1fr}.product-consultants__grid .product-consultant:nth-child(n+6){display:none}}@media(max-width: 600px){.product-consultants__schools img:nth-child(2){display:none}}@media(max-width: 520px){.product-consultants__schools img{margin-right:var(--space-md)}}@media(max-width: 450px){.product-consultants__schools{flex-direction:column;padding-top:var(--space-xl);margin-top:0}.product-consultants__schools img{margin-right:0;margin-bottom:var(--space-sm);transform:scale(0.9)}.product-consultants__schools img:last-of-type{margin-bottom:0}}.the-team.container{margin-top:calc(var(--space-xxxl) + 16px)}.the-team>h3,.the-team>h6{text-align:center}.the-team .the-team-icons{display:grid;grid-auto-flow:column;grid-gap:var(--space-xs);justify-content:center;margin:0 auto var(--space-xl) auto;position:relative;width:fit-content}.the-team .the-team-icons__icon{border-radius:100%;overflow:hidden;width:72px;height:72px}.the-team .the-team-icons:after{content:"";display:block;position:absolute;top:0;left:0;width:100%;height:100%;background:#f1d1a7;background:linear-gradient(90deg, #f1d1a7 0%, rgba(241, 209, 167, 0) 30%, rgba(241, 209, 167, 0) 49%, rgba(241, 209, 167, 0) 70%, #f1d1a7 100%)}.the-team .the-team-wrapper{display:grid;grid-gap:var(--space-xxl);grid-template-columns:1fr 1fr;margin-top:var(--space-xxl)}.the-team__menu{display:grid;grid-auto-flow:row;grid-gap:var(--space-sm);align-content:start}.the-team__button{background-color:#fff0dc;border-radius:8px;padding:var(--space-xs);cursor:pointer;text-align:center;transition:all .1s ease}.the-team__button--active{box-shadow:0 4px 5px -3px rgba(0,0,0,.25);background-color:#fff}.the-team__button i{margin-right:var(--space-xs);color:#7d5726}.the-team__content{position:relative}.the-team__content h6{margin-bottom:var(--space-sm)}.the-team__content ul{font-weight:500}.the-team__pitch{visibility:hidden;position:absolute;top:0;left:0}.the-team__pitch--visible{visibility:visible;position:relative}@media(max-width: 880px){.the-team .the-team-wrapper{grid-template-columns:1fr;grid-gap:var(--space-lg)}.the-team__menu{grid-auto-flow:column}.the-team__button{display:flex;flex-direction:column}.the-team__button i{margin-bottom:var(--space-xxs)}}@media(max-width: 768px){.the-team__button{font-size:calc(var(--text-base) * .9)}.the-team .the-team-icons__icon{width:48px;height:48px}.the-team .the-team-icons__icon picture,.the-team .the-team-icons__icon img{width:48px;height:48px}}@media(max-width: 683px){.the-team__menu{grid-auto-flow:row}.the-team__button{display:block}}@media(max-width: 566px){.the-team .the-team-icons__icon{width:32px;height:32px}.the-team .the-team-icons__icon picture,.the-team .the-team-icons__icon img{width:32px;height:32px}}@media(max-width: 425px){.the-team .the-team-icons__icon{width:32px;height:32px}.the-team .the-team-icons__icon picture,.the-team .the-team-icons__icon img{width:32px;height:32px}.the-team__button{font-size:var(--text-sm)}}.hero-section{text-align:center;display:flex;flex-direction:column;align-items:center}.hero-section__button-size{padding:12px 40px}.hero-section__button-margin{margin-bottom:var(--space-md) !important}.essay-landing-page .hero-section__button-margin{margin-bottom:var(--space-md) !important}.product-title{display:flex;flex-direction:column;align-items:center;margin-bottom:var(--space-md)}.product-title__h1{font-weight:700;margin-bottom:var(--space-xs)}.product-title__p{max-width:904px}@media(max-width: 768px){.product-title__h1{margin-bottom:var(--space-md)}}.product-title-underline{position:relative}@keyframes reveal-underline{0%{clip-path:polygon(0 0, 0 0, 0 100%, 0% 100%)}100%{clip-path:polygon(100% 0, 0 0, 0 100%, 100% 100%)}}.product-title-underline__picture{position:absolute;left:0;bottom:-20px;z-index:-1}.product-title-underline__picture--animate{animation:1.5s forwards ease-in-out reveal-underline}.product-title-underline__img{width:100%}.product-stats{font-weight:500;display:flex;flex-direction:column;align-items:center;color:var(--brown-600);margin-bottom:var(--space-xl)}.product-stats__quantity{margin-bottom:var(--space-xxs)}.product-stats__rating{display:flex}.product-stats__stars{margin-right:var(--space-xs);color:#ffea89;text-shadow:0 2px 0 var(--yellow-800)}.hero-image{max-width:674px;width:100%;margin-bottom:var(--space-xl)}.hero-image__wrapper{position:relative;width:100%;padding-top:89%}.hero-image__background{width:100%;position:absolute;top:0;left:0}.hero-image__background--zoom{height:100%;width:auto;transition:transform .16s ease}.hero-image__background--zoom:hover{transform:scale(1.01) rotate(-0.5deg)}.hero-image__essay-container:hover img{transform:scale(1.005) rotate(-0.5deg)}.hero-image__essay-container:hover+picture img{transform:rotate(2deg)}.hero-image__essay{position:absolute;top:2%;left:17.5%;width:70.5%;transition:transform .3s ease}.hero-image__pencil{position:absolute;top:26%;left:3.5%;width:19.5%;transition:transform .3s ease}.hero-image__stars{width:10%;position:absolute;top:1%;left:-1%}.hero-image__stars-bottom-right{width:8%;position:absolute;bottom:0;right:0}@keyframes twinkle{0%,100%{transform:scale(0) translateY(0)}10%,90%{transform:scale(1) translateY(-5px)}30%,70%{transform:scale(1.1) translateY(-10px)}50%{transform:scale(1) translateY(-5px)}}.hero-image__sparkle{transform:scale(0);animation:twinkle 7s infinite}.hero-image__sparkle--small{animation-delay:.5s;transform-origin:7.5px 15.01px}.hero-image__sparkle--medium{animation-delay:1.5s;transform-origin:35.6px 8.4px}.hero-image__sparkle--large{animation-delay:1s;transform-origin:24px 36.5px}.hero-image__sparkle--small-bottom-right{animation-delay:.7s;transform-origin:7.5px 7.4px}.hero-image__sparkle--medium-bottom-right{animation-delay:1.7s;transform-origin:25.9px 25.9px}.student-acceptances{margin-bottom:calc(var(--space-lg) * 2)}.student-acceptances__heading{margin-bottom:var(--space-base)}.student-acceptances__image{max-width:880px;width:100%}.text--center{text-align:center}.underline--shape{position:relative;padding-bottom:6px}.underline--shape::after{content:"";position:absolute;left:0;right:0;bottom:0;height:5px;background:var(--brown-600);-webkit-clip-path:polygon(98% 0%, 100% 100%, 2% 100%, 0% 0%);clip-path:polygon(98% 0%, 100% 100%, 2% 100%, 0% 0%)}.mx--auto{margin-left:auto;margin-right:auto}@media(min-width: 768px){.ms-md-0{margin-left:0}}@media(min-width: 1024px){.me-lg-0{margin-right:0}}.mt--3{margin-top:1rem}.even__space{padding:calc(var(--space-xs) * 7) 0}.img--fluid{max-width:100%;display:block}.h3-streak{max-width:80%;margin-top:var(--space-xxs)}.pencard__element-parent{max-width:1040px;background-color:#fff;box-shadow:0 4px 12px 0 rgba(0,0,0,.12);border-radius:8px;position:relative;display:flex;overflow:hidden}.pencard__element{position:relative;overflow:hidden;display:grid;grid-gap:1rem;padding:1.5rem;opacity:0;visibility:hidden;transition:1.75s ease opacity}@media(min-width: 768px){.pencard__element{grid-template-columns:200px 1fr;grid-gap:50px;align-items:center;padding:1.875rem 1.875rem 2.5rem}}@media(min-width: 1024px){.pencard__element{grid-template-columns:250px 1fr;grid-gap:80px}}@media(min-width: 1200px){.pencard__element{grid-template-columns:280px 1fr;grid-gap:110px;padding:45px 45px 60px}}@media(min-width: 1400px){.pencard__element{grid-template-columns:330px 1fr;grid-gap:130px}}.pencard__element-img{position:relative;width:105px}.pencard__element-img img{opacity:0;visibility:hidden;transform:translateY(8px);transition:transform .5s ease}@media(min-width: 768px){.pencard__element-img{width:auto}}.pencard__element-content{position:relative}.pencard__element-content h4{color:var(--brown-800);letter-spacing:-0.7px;line-height:1.4;font-weight:500;position:relative;margin:0;opacity:0;visibility:hidden;transform:translateY(8px);transition:transform .25s ease}@media(min-width: 1400px){.pencard__element-content h4{font-size:40px}}.pencard__element-content p{color:var(--brown-600);letter-spacing:0;font-weight:400;position:relative;margin:0;opacity:0;visibility:hidden;transform:translateY(8px);transition:transform .75s ease}@media(min-width: 1400px){.pencard__element-content p{font-size:20px}}.hobby--list{margin:4px 0 12px;opacity:0;visibility:hidden;transform:translateY(8px);transition:transform .5s ease}.hobby--list span{color:var(--brown-800);letter-spacing:-0.3px;line-height:1.4;display:inline-block;font-weight:500;position:relative}.hobby--list span+span{margin-left:16px;padding-left:24px}.hobby--list span+span::before{content:"";display:inline-block;width:6px;height:6px;background-color:var(--brown-600);border-radius:50%;position:absolute;left:0;top:50%;transform:translateY(-50%)}.dream-team-bg-shape{position:absolute;left:0;bottom:0;width:100%}@media(min-width: 768px){.dream-team-bg-shape{width:auto}}.slick-slider-pen{margin-top:56px}.awards__section{margin-top:32px}.awards__section h5{letter-spacing:-0.3px;color:var(--brown-800);font-weight:500;line-height:1.25;margin:0;opacity:0;visibility:hidden;transform:translateY(8px);transition:transform .65s ease}.awards__section .award--list{padding-left:1.5rem;border-left:1px solid #e3d1b8;opacity:0;visibility:hidden;transform:translateY(8px);transition:transform .65s ease;margin-top:1rem}.awards__section .award--list ul{list-style-type:none;padding:0;margin:0}.awards__section .award--list ul li{padding-left:28px;line-height:1.3;color:var(--brown-600);background-image:url(images/336c7a37a70682966f9afea660a00f02.svg);background-repeat:no-repeat;background-position:left top 3px}@media(min-width: 1400px){.awards__section .award--list ul li{padding-left:32px;background-position:left top 5px}}.awards__section .award--list ul li+li{margin-top:.65rem}@media(min-width: 768px){.awards__section .award--list ul li+li{margin-top:1rem}}@media(min-width: 1400px){.awards__section .award--list ul li+li{margin-top:.65rem}}.d--none{display:none}@media(min-width: 768px){.d--md--block{display:block}}@media(min-width: 768px){.d--md--none{display:none}}.slick-arrow.cs-slick-btn{width:48px;height:48px;border-radius:50%;background:#fff;border:1px solid #dbdbdb !important;filter:drop-shadow(0px 1px 1px rgba(0, 0, 0, 0.04)) drop-shadow(0px 2px 1px rgba(0, 0, 0, 0.03)) drop-shadow(0px 1px 3px rgba(0, 0, 0, 0.05));padding:0;text-align:center;position:absolute;bottom:-65px;left:50%;transform:translateX(0%);z-index:1;line-height:45px;cursor:pointer;transition:.3s ease all}.slick-arrow.cs-slick-btn.disabled{pointer-events:none;opacity:.5}.slick-arrow.cs-slick-btn:hover{background:#fff}@media(min-width: 1200px){.slick-arrow.cs-slick-btn:hover{background:var(--gray-300)}}.slick-arrow.cs-slick-btn:active{background:var(--gray-300);border:0px solid transparent !important}.slick-arrow.cs-slick-btn.cs-slick-prev{margin-left:-30px}.slick-arrow.cs-slick-btn.cs-slick-prev svg{margin-right:-1px}@media(min-width: 1200px){.slick-arrow.cs-slick-btn.cs-slick-prev{right:auto;left:-55px;margin:0;top:50%;transform:translateY(-50%);bottom:auto}}@media(min-width: 1400px){.slick-arrow.cs-slick-btn.cs-slick-prev{left:-88px}}.slick-arrow.cs-slick-btn.cs-slick-next{margin-left:30px}.slick-arrow.cs-slick-btn.cs-slick-next svg{margin-right:-3px}@media(min-width: 1200px){.slick-arrow.cs-slick-btn.cs-slick-next{right:-55px;left:auto;margin:0;top:50%;transform:translateY(-50%);bottom:auto}}@media(min-width: 1400px){.slick-arrow.cs-slick-btn.cs-slick-next{right:-88px}}.slick-arrow.cs-slick-btn svg{margin:0}.bg-mount-layer{background-size:cover;position:absolute;bottom:0;left:0;right:0;display:flex;flex-direction:column;top:40%;background:#e3c091 no-repeat;overflow:hidden}@media(min-width: 768px){.bg-mount-layer{top:auto;background:transparent;max-height:300px}}@media(min-width: 1200px){.bg-mount-layer{max-height:460px}}@media(min-width: 1600px){.bg-mount-layer{max-height:550px}}.bg-mount-layer img{width:100%;max-width:100%;top:-130px;position:relative}@media(min-width: 768px){.bg-mount-layer img{position:static}}.slider__curve,.position__curve{position:relative;z-index:1}.maxw--1040{max-width:1040px}@media(max-width: 1199px){.pb-xs-104{padding-bottom:104px}}@media(max-width: 1199px){.pb-xs-144{padding-bottom:144px}}.img--max100{max-width:100%}.delayed-animation .pencard__element{opacity:1;visibility:visible}.delayed-animation .pencard__element-img img{opacity:1;visibility:visible;transform:translateY(0px)}.delayed-animation .pencard__element-content h4{opacity:1;visibility:visible;transform:translateY(0px)}.delayed-animation .pencard__element-content p{opacity:1;visibility:visible;transform:translateY(0px)}.delayed-animation .hobby--list{opacity:1;visibility:visible;transform:translateY(0px)}.delayed-animation .awards__section h5{opacity:1;visibility:visible;transform:translateY(0px)}.delayed-animation .award--list{opacity:1;visibility:visible;transform:translateY(0px)}.slide{display:none;width:100%;flex-shrink:0}.slide.active-slide{display:block}.slide.active{display:block}.slider-container{position:relative}.maxw--570{max-width:570px}.ln--120{line-height:1.2}.mt_fluid-40{margin-top:var(--space-lg)}@media(min-width: 1200px){.mt_fluid-40{margin-top:var(--space-xxl)}}.grid_container-3{display:grid;grid-gap:2.5rem}@media(min-width: 1000px){.grid_container-3{grid-template-columns:repeat(3, minmax(0, 1fr))}}.writing-card-box__img{background-image:url(images/e3b5d301f336b2b3b136d8fb8dfb0df3.png);background-repeat:no-repeat;background-position:center bottom;min-height:256px;display:flex;flex-direction:column;align-items:flex-end;justify-content:flex-end;background-size:contain}.writing-card-box>span{width:64px;height:64px;border-radius:50%;background-color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:24px}.writing-card-box h4{font-weight:500;line-height:1.5;margin:1.25rem 0 0}.writing-card-box p{color:var(--brown-700);font-weight:400;margin:5px 0 0}@media(min-width: 768px){.text--md--start{text-align:start}}.bg--brown-200{background-color:var(--brown-200)}.maxw--660{max-width:660px}.grid-gap-24{grid-gap:1.5rem !important}.client-box-card{background-color:#fff;padding:1.5rem;border-radius:8px;position:relative;border:1px solid #ecedee;display:grid;grid-gap:1rem;text-align:start}.client-box-card.auto-fr{grid-template-columns:minmax(0, auto) minmax(0, 1fr)}@media(min-width: 768px){.client-box-card.auto-fr{grid-template-columns:auto}}.client-box-card-body p{color:var(--text--dark);font-style:normal;font-weight:400;margin:0}.client-box-card-title{color:var(--text--dark);font-style:normal;font-weight:500;line-height:1.75;margin:0;text-align:start !important}.client-box-card-desc{color:var(--gray-800);font-style:normal;font-weight:400;line-height:1.75;margin:0 0 0}.client-box-card-footer{align-self:flex-end}.pt--0{padding-top:0 !important}.mt--64{margin-top:4rem}.guarantee__wrapper{text-align:center;margin-top:calc(var(--space-xl) * 2)}.new_blob-img{display:inline-block;margin-top:-70px;margin-right:-40px;width:120px}@media(min-width: 426px){.new_blob-img{margin-top:-100px;margin-right:-70px;width:160px}}@media(min-width: 721px){.new_blob-img{width:200px}}@media(min-width: 1181px){.new_blob-img{display:inline-block;margin-top:-70px;margin-right:0px;width:auto}}.new_blob-img>picture img{width:100%;height:100%;max-width:100%;object-fit:cover}.d--block{display:block}.content_blob_inner{position:relative;max-width:640px;margin-right:auto;margin-top:-20px}@media(min-width: 1181px){.content_blob_inner{margin-top:-55px}}.content_blob-title{font-weight:450;font-size:var(--text-md);line-height:120%;letter-spacing:-0.7px;color:var(--brown-800)}@media(min-width: 721px){.content_blob-title{font-size:var(--text-xl)}}@media(min-width: 1181px){.content_blob-title{font-size:var(--text-xxl)}}.content_blob-desc{color:var(--brown-800)}.content_blob_author{margin-top:3rem}.content_blob_author .product-testimonial__name{color:var(--brown-800)}.content_blob_author .product-testimonial__school{color:#916c3b;font-size:var(--text-sm);display:inline-block;vertical-align:middle;margin-top:-5px;font-weight:400;margin-right:4px}.content_blob_author .product-testimonial__school-logo{vertical-align:middle;display:inline-block;margin:0;font-size:0}.mb--0{margin-bottom:0}.mt--24{margin-top:var(--space-sm)}.content_blob_outer{margin-top:calc(-1.5 * var(--space-lg))}@media(min-width: 1181px){.content_blob_outer{padding-left:8rem}}.min-block-auto{min-height:auto}@media(min-width: 1181px){.min-block-auto{min-height:670px}}.text--end{text-align:end}.essay__gridinfo{background:url(images/784d1884176ef436d6ce3c40661e5a44.png) #60a159;padding:var(--space-md) var(--space-md) 0;margin-top:var(--space-xl);position:relative;border-radius:8px;display:grid;grid-gap:var(--space-sm);box-shadow:0 2.3px 1.1px -37px rgba(0,0,0,.015),0 4.9px 2.6px -37px rgba(0,0,0,.031),0 7.8px 4.7px -37px rgba(0,0,0,.048),0 11.7px 7.9px -37px rgba(0,0,0,.065),0 17.3px 13px -37px rgba(0,0,0,.079),0 27.3px 22.7px -37px rgba(0,0,0,.091),0 54px 49px -37px rgba(0,0,0,.09)}@media(min-width: 1020px){.essay__gridinfo{grid-template-columns:auto 1fr}}@media(min-width: 1032px){.essay__gridinfo-content{padding:var(--space-xs) 0 var(--space-lg)}}h3.essay__gridinfo-title{color:#fff;line-height:120%;font-weight:500;margin:0;font-size:1.85rem}@media(min-width: 1020px){h3.essay__gridinfo-title{text-align:start}}@media(min-width: 1120px){h3.essay__gridinfo-title{font-size:var(--text-xl)}}@media(min-width: 1192px){h3.essay__gridinfo-title{font-size:var(--text-xxl)}}@media(min-width: 1340px){h3.essay__gridinfo-title{font-size:var(--text-xxxl)}}.yellow-bar{position:relative}.yellow-bar--pic{position:absolute;bottom:0;left:0;right:0;line-height:0}.yellow-bar--pic img{max-width:100%}.essay__gridinfo-break{display:none}@media(min-width: 1020px){.essay__gridinfo-break{display:block}}.essay__gridinfo-text{color:rgba(40,38,35,.8);margin-top:var(--space-xs);text-align:center}@media(min-width: 1020px){.essay__gridinfo-text{text-align:start}}.essay__gridinfo-button{margin:var(--space-md) auto 0 auto;width:min-content}@media(min-width: 1020px){.essay__gridinfo-button{margin:var(--space-md) 0 0 0}}.essay__gridinfo-button .button{margin:0 auto;min-width:210px}.essay__gridinfo-image{justify-self:center;margin-left:10%}.align-self-end{align-self:flex-end}.essay-assistance{position:relative;background:url(images/784d1884176ef436d6ce3c40661e5a44.png),var(--brown-200);margin-top:calc(var(--space-xl)*2)}.essay-assistance .container{margin-top:calc(var(--space-lg));padding-block:var(--space-xl)}@media(max-width: 991px){.essay-assistance .container{padding-block:var(--space-md)}}.essay-assistance .essay-assistance__layer{width:100%;min-height:139px;background-size:cover;background-repeat:no-repeat;background-position:center}@media(max-width: 767px){.essay-assistance .essay-assistance__layer{min-height:70px}}.essay-assistance__section-heading{text-align:center}.essay-assistance__section-heading p{max-width:75%;margin-inline:auto}@media(max-width: 575px){.essay-assistance__section-heading p{max-width:100%}}.essay-assistance__content-box{background-color:var(--white);padding:3.313rem 4.063rem;border-radius:.625rem;margin-block:3.5rem;display:grid;justify-items:center;justify-content:center;max-width:80%;margin-inline:auto;grid-template-columns:repeat(5, 1fr);gap:1.5rem}@media(max-width: 1399px){.essay-assistance__content-box{max-width:90%}}@media(max-width: 1199px){.essay-assistance__content-box{grid-template-columns:repeat(4, 1fr);max-width:100%}}@media(max-width: 991px){.essay-assistance__content-box{grid-template-columns:repeat(3, 1fr)}}@media(max-width: 767px){.essay-assistance__content-box{grid-template-columns:repeat(3, 1fr);padding:24px;gap:1rem}}@media(max-width: 639px){.essay-assistance__content-box{grid-template-columns:repeat(3, 1fr)}}@media(max-width: 575px){.essay-assistance__content-box{grid-template-columns:repeat(2, 1fr)}}@media(max-width: 374px){.essay-assistance__content-box{grid-template-columns:repeat(1, 1fr)}}.essay-assistance__content-box .circular-progress{position:relative;width:10rem;height:10rem}@media(max-width: 639px){.essay-assistance__content-box .circular-progress{width:9rem;height:9rem}}@media(max-width: 767px){.essay-assistance__content-box .circular-progress{width:8rem;height:8rem}}.essay-assistance__content-box .circular-progress__svg{width:100%;height:100%;transform:rotate(-90deg)}.essay-assistance__content-box .circular-progress__bg,.essay-assistance__content-box .circular-progress__bar{fill:none;stroke-width:2.5;cx:18;cy:18;r:15.9155;transition:stroke-dashoffset .5s ease}.essay-assistance__content-box .circular-progress__bg{stroke:var(--text-primary-grey-100)}.essay-assistance__content-box .circular-progress__bar{stroke-dasharray:100;stroke-dashoffset:100;stroke-linecap:round}.essay-assistance__content-box .circular-progress__content{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);text-align:center}.essay-assistance__content-box .circular-progress__content .circular-progress__label{display:block;font-size:1.125rem;font-weight:400;line-height:1.5rem;letter-spacing:.013rem;color:var(--gray-800);margin-bottom:.125rem}.essay-assistance__content-box .circular-progress__content .circular-progress__value{font-size:1.375rem;line-height:2rem;word-spacing:1.5rem;font-weight:600;color:var(--color-black)}.essay-assistance__content-box .circular-progress.variant-red .circular-progress__bar{stroke:var(--color-red)}.essay-assistance__content-box .circular-progress.variant-orange .circular-progress__bar{stroke:var(--color-orange)}.essay-assistance__content-box .circular-progress.variant-voilet .circular-progress__bar{stroke:var(--color-voilet)}.essay-assistance__content-box .circular-progress.variant-yellow .circular-progress__bar{stroke:var(--color-yellow)}.essay-assistance__content-box .circular-progress.variant-green .circular-progress__bar{stroke:var(--color-green)}.essay-assistance__button-box{padding-bottom:4.375rem}.team__title{margin-bottom:var(--space-md);text-align:center}.team__title:last-of-type{margin-bottom:0}.team__grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:var(--space-lg);margin-bottom:var(--space-lg)}.team__grid.founders{grid-template-columns:1fr 1fr}.team__grid__member{background-color:#fff;border-radius:8px;padding:var(--space-base);box-shadow:0 7px 11px -7px rgba(0,0,0,.16);color:#282623}.team__grid__member__top{display:flex;align-items:center;justify-content:center}.team__grid__member__top__left{margin-left:-20px}.team__grid__member__top__left__icon{margin-right:20px;border-radius:50%;position:relative;overflow:hidden;width:75px;height:75px}.team__grid__member__top__left__icon img{position:absolute;top:0;left:0;width:100.5%;height:100.5%;object-fit:cover}.team__grid__member__top__right__name{font-weight:500}.team__grid__member__top__right__school,.team__grid__member__top__right__role{font-size:var(--text-sm);margin-top:2px}.team__grid__member__middle{background-color:#f5f5f5;color:#737373;border-radius:11px;padding:5px;font-size:var(--text-sm);justify-content:center;display:flex;margin-top:var(--space-base);text-align:center}.team__grid__member__bottom p{margin:var(--space-sm) 0 0 0;color:#000}@media(max-width: 1250px){.team__grid{grid-template-columns:1fr 1fr}}@media(max-width: 875px){.team__grid{grid-template-columns:1fr}.team__grid.founders{grid-template-columns:1fr}}.page-header.testimonials-page-header{margin-bottom:var(--space-xxxl)}.testimonials{display:flex}.testimonials__column{flex-basis:0;flex-grow:1;margin-right:1.5rem}.testimonials__column:last-of-type{margin-right:0}.testimonials__column .client-box-card{margin-bottom:1.5rem}.testimonials__column .client-box-card:last-of-type{margin-bottom:0}.testimonials__column__testimonial__footer__stars{color:#ffdd85;font-size:var(--text-xs)}.testimonials__column__testimonial__footer__stars i{margin-right:1px}@media(max-width: 1130px){.testimonials{display:block}.testimonials__column{margin-right:0;margin-bottom:1.5rem}.testimonials__column:last-of-type{margin-bottom:0}}.faq__title{margin-bottom:var(--space-md);margin-top:var(--space-xl)}.faq__title:first-of-type{margin-top:0}.faq a{text-decoration:none;color:#fff;border-bottom:1px dashed #ffffff94}.faq .question{background-color:#e3c091;border-radius:8px;margin-bottom:var(--space-sm);overflow:hidden;line-height:32px}.faq .question:last-of-type{margin-bottom:0}.faq .question__question{font-weight:500;padding:var(--space-xs);color:#fff;cursor:pointer;display:flex;justify-content:space-between;align-items:center}.faq .question__question i{justify-self:flex-end;font-size:var(--text-sm);margin-left:30px}.faq .question__answer{color:#fff;max-height:0;transition:max-height .4s ease-in-out;background-color:#cba97b}.faq .question__answer__wrapper{padding:var(--space-sm)}.privacy-policy,.terms-of-service{color:#7d5726}.privacy-policy p,.terms-of-service p{color:#7d5726}.privacy-policy a,.terms-of-service a{color:#7d5726}.privacy-policy p:last-of-type,.terms-of-service p:last-of-type{margin-bottom:0}.privacy-policy .subheader,.terms-of-service .subheader{font-weight:bold}.privacy-policy ol,.privacy-policy ul,.terms-of-service ol,.terms-of-service ul{grid-row-gap:var(--space-xs)}.not-found{display:flex;justify-content:center}.not-found a{text-decoration:none}.back,.skip{color:#846e4f;text-decoration:none;display:flex;justify-content:center;align-items:center}.back i,.skip i{margin-right:15px}.back{margin-bottom:25px;margin-top:75px}.skip{margin-top:25px}.container--join{margin-bottom:96px}.join{box-sizing:border-box;background-color:#fff;border-radius:8px;width:83%;max-width:500px;padding:40px;margin:0 auto;display:flex;justify-content:center;flex-direction:column;text-align:center;font-size:var(--text-base)}.join .button i{margin-right:8px}.join>div{margin-bottom:25px}.join>div:last-of-type{margin-bottom:0}.join form>div>div{padding-bottom:25px}.join form>div>div:last-of-type{padding-bottom:0}.join .icon img{width:95px;height:95px;border-radius:100%}.join .header{color:#6f2e11;text-align:center;font-weight:600;font-size:var(--text-md)}.join .logo{display:flex;justify-content:center}.join input,.join select{width:100%}.join .progress{display:flex;justify-content:center;margin-top:25px}.join .progress__bubble{width:8px;height:8px;border-radius:20px;background-color:#a4a4a4;margin-right:8px}.join .progress__bubble.completed{background-color:#56a35f}.join .progress__bubble:last-of-type{margin-right:0}.join .join-panel{display:none}.join .join-panel .input a{text-decoration:none;outline:0}.join .join-panel .input a:visited,.join .join-panel .input a:focus{text-decoration:none;outline:0}.join .join-panel--1{display:block}.gohar{max-width:500px;margin:0 auto;padding:25px;font-size:18px;box-sizing:border-box}.gohar a{text-decoration:none}.gohar .button i{margin-right:8px}.gohar__title{color:#684112;font-weight:500;margin-bottom:5px}.gohar .gohar-header{display:flex;margin-bottom:25px}.gohar .gohar-header__headshot{margin-right:25px;display:flex}.gohar .gohar-header__headshot img{border-radius:100%}.gohar .gohar-header__meta{display:flex;flex-direction:column;justify-content:center}.gohar .gohar-header__username{color:#684112;font-weight:500}.gohar .gohar-header__icons{filter:invert(79%) sepia(99%) saturate(2%) hue-rotate(213deg) brightness(110%) contrast(101%);display:flex;margin-top:8px}.gohar .gohar-header__icons>div{margin-right:10px}.gohar .gohar-header__icons>div img{height:20px}.gohar__links{display:grid;grid-template-columns:1fr;grid-row-gap:15px}.gohar .gohar-link-container{display:flex;flex-direction:column;color:var(--brown-800);background-color:#e3c091;border-radius:8px;padding:18px;margin-bottom:10px;font-size:var(--text-sm)}.gohar .gohar-link-container__header{display:flex;align-items:center;margin-bottom:20px}.gohar .gohar-link-container__icon{margin-right:20px}.gohar .gohar-link-container__title{font-weight:500;margin-bottom:5px;font-size:18px}.gohar .gohar-link-container__title--no-margin{margin:0}.gohar .gohar-link-container__description--mt-25{margin-top:25px}.gohar .gohar-mailing-list{margin-top:25px;display:grid;grid-template-columns:1fr auto;box-sizing:border-box}.gohar .gohar-mailing-list input{font-size:var(--text-sm);border-radius:8px 0 0 8px;flex-grow:1;align-self:stretch}.gohar .gohar-mailing-list input.taper-right{border-right:0;margin-right:-2px;height:100%}.gohar .gohar-mailing-list select{background-color:#fff;font-size:var(--text-sm);color:#000}.gohar .gohar-mailing-list .button{border-radius:0 8px 8px 0;padding-top:0;padding-bottom:0;margin:0}.gohar .gohar-mailing-list--big{display:grid;grid-row-gap:15px;grid-template-columns:1fr}.gohar .gohar-mailing-list--big .button,.gohar .gohar-mailing-list--big input{border-radius:8px;margin:0}.gohar .gohar-mailing-list--big .button{padding-top:8px;padding-bottom:8px}.gohar .gohar-mailing-list--big .button:active,.gohar .gohar-mailing-list--big .button.processing{margin-top:2px;margin-bottom:-2px}.gohar .gohar-business-inquiries{text-align:center;margin-top:25px;color:#a6824f;font-size:var(--text-sm)}@media(max-width: 425px){.gohar .button{padding:12.8px}}.new-linktree .gohar-header{background-color:#fff;box-shadow:0px 12px 16px -4px rgba(16,24,40,.08);padding:var(--space-sm);border-radius:calc(var(--space-xxs));display:grid;grid-gap:var(--space-xs);grid-template-columns:minmax(0, auto) minmax(0, 1fr)}.new-linktree .gohar-header__username{color:#2d3748;font-size:var(--text-base-size)}.new-linktree .gohar-header__websitelink{font-size:var(--text-sm);color:#475467}.new-linktree .gohar-header__icons{margin-top:0;filter:none;flex-wrap:wrap}.new-linktree .gohar-header__icons>div a{display:inline-flex;justify-content:center;align-items:center;--size: 30px;width:var(--size);height:var(--size);padding:var(--space-xxs);border-radius:50%;background-color:rgba(104,65,18,.12);color:var(--green-800);font-size:1rem;transition:.3s ease all;margin-top:var(--space-xs)}.new-linktree .gohar-header__icons>div a:hover{background-color:var(--green-800);color:#fff}.new-linktree .gohar-header__icons>div a img{height:auto}.new-linktree .gohar-header__headshot{margin-right:0;display:inline-block;--size: 75px;height:var(--size);width:var(--size);border-radius:50%;padding:var(--space-xxs);border:2px solid var(--green-500)}@media(min-width: 768px){.new-linktree .gohar-header__headshot{--size: 110px}}.new-linktree .gohar-header__headshotinner{height:100%;border-radius:inherit;overflow:hidden}.new-linktree .gohar-header__headshotinner>img{width:100%;height:100%;object-fit:cover}.new-linktree .college_essay_box{background-color:var(--green-500);background-image:url(images/784d1884176ef436d6ce3c40661e5a44.png);background-position:top center;background-repeat:repeat-y;background-size:contain;position:relative}.new-linktree .college_essay_box .gohar-link-container__header{padding-right:60px}.new-linktree .college_essay_box .gohar-link-container__title{color:#fff}.new-linktree .college_essay_box .gohar-link-container__description{color:#fff}.new-linktree .college_essay_box .button i{margin-right:0;margin-left:var(--space-xxs)}.new-linktree .only-logo-truncate{background-image:url(images/0b081bbcec3f033daa083be485b07e00.png);background-position:top right;background-repeat:no-repeat;background-size:auto;position:absolute;inset:5px}.apply a{color:#7d5726;text-decoration:none;border-bottom:1px dashed rgba(152,125,86,.58)}.apply p{max-width:1000px;margin-left:auto;margin-right:auto;margin-bottom:var(--space-xl)}.apply .alert-box{max-width:1000px;margin-bottom:var(--space-lg);margin-left:auto;margin-right:auto;cursor:auto}.apply__submit{padding-top:var(--space-sm)}.apply form{display:flex;flex-direction:column;max-width:1000px;margin:0 auto}.apply form input,.apply form select,.apply form textarea,.apply form .checkboxes,.apply form .radio-buttons{margin-bottom:var(--space-sm)}.apply form input label:last-of-type,.apply form select label:last-of-type,.apply form textarea label:last-of-type,.apply form .checkboxes label:last-of-type,.apply form .radio-buttons label:last-of-type{margin-bottom:0}.apply form input[type=submit]{margin-bottom:0}.apply form .checkboxes{display:grid;grid-template-columns:1fr 1fr;grid-gap:var(--space-xs) var(--space-xs)}.apply form .checkboxes a{color:#a6824f;font-size:var(--text-xs);margin-left:var(--space-xs)}@media(max-width: 700px){.apply form .checkboxes{grid-template-columns:1fr}}.apply form .button{margin-left:auto;margin-right:auto}.default-logo-white{display:none}.page-header{margin-bottom:0}.college-essay-page{background-color:var(--white)}.college-essay-page .navbar label[for=toggle] .fa-bars{color:var(--white)}.college-essay-page .navbar__link>label{color:var(--white)}.college-essay-page .navbar__link>label>a{color:var(--white)}.college-essay-page .navbar__link>a{color:var(--white)}.college-essay-page .default-logo{display:none}.college-essay-page .default-logo-white{display:block}.college-essay-page .navbar__button{background-color:var(--yellow-primary-400);border-color:var(--brown-850);color:var(--brown-850)}.college-essay-page .navbar__button:hover{background-color:var(--yellow-primary-450)}.college-essay-page footer .footer__signup-form .button{background-color:var(--yellow-primary-400);border-color:var(--brown-850);color:var(--brown-850)}.college-essay-page footer .footer__signup-form .button:hover{background-color:var(--yellow-primary-450)}.essay-header{position:relative;width:100%;margin-top:-205px;padding-top:205px;padding-bottom:170px;min-height:calc(800px - 150px);background-position:bottom;background-size:cover;background-repeat:no-repeat}@media(min-width: 768px){.essay-header{padding-bottom:350px}}.essay-header .product-title__h1{letter-spacing:-0.02em}.essay-header .product-stats{margin-top:var(--space-xs)}@media(min-width: 768px){.essay-header .product-stats{margin:0}}.essay-header .product-stats__stars{color:var(--gold-400)}.essay-header .hero-section__button-size{margin-bottom:var(--space-xs);background-color:var(--yellow-primary-400);border-color:var(--brown-850);color:var(--brown-850)}.essay-header .hero-section__button-size:hover{background-color:var(--yellow-primary-450)}.essay-header .product-title-underline{display:inline-block}.essay-header .product-title-underline__picture{right:0}.essay-header .product-title-underline__picture img{width:auto;max-width:100%}.essay-header .hero-image__stars{width:50px;left:50%;transform:translateX(-150px);top:auto;bottom:0px}@media(min-width: 768px){.essay-header .hero-image__stars{transform:translateX(-270px)}}.text-white{color:var(--white)}.maxw-860{max-width:860px}.z1{z-index:1}.position-relative{position:relative}.essay_header_graphic-one{position:absolute;top:-180px;width:60px}@media(min-width: 768px){.essay_header_graphic-one{width:auto}}.essay_header_graphic-two{position:absolute;top:-150px;width:60px;right:0}@media(min-width: 768px){.essay_header_graphic-two{width:auto}}.table-essay-section{text-align:center;margin-top:-170px;position:relative}@media(min-width: 768px){.table-essay-section{margin-top:-280px}}.table-essay-section .hero-image__stars-bottom-right{position:absolute;top:-30px;right:10%;width:40px}@media(min-width: 768px){.table-essay-section .hero-image__stars-bottom-right{top:10px;right:20%;width:50px}}.section_spacer{padding:calc(1rem * 2) 0 calc(1rem * 1.5)}@media(min-width: 1200px){.section_spacer{padding:calc(var(--space-xs) * 5) 0 calc(var(--space-xs) * 2.5)}}.section_spacer_small{padding:var(--space-md) 0}@media(min-width: 1200px){.section_spacer_small{padding:var(--space-lg) 0}}.section_spacer_medium{padding:calc(1rem * 2) 0 calc(1rem * 1.5)}@media(min-width: 1200px){.section_spacer_medium{padding:calc(var(--space-xs) * 3) 0 calc(var(--space-xs) * 5.5)}}.section_spacer_large{padding:calc(var(--space-sm) * 3) 0}@media(min-width: 1200px){.section_spacer_large{padding:calc(var(--space-xs) * 7) 0}}.section_spacer_large.pb--0{padding-bottom:0}.section_spacer_extra_large{padding:calc(var(--space-xs) * 5) 0 calc(var(--space-xs) * 3)}@media(min-width: 1200px){.section_spacer_extra_large{padding:calc(var(--space-xl) * 2) 0 calc(var(--space-xs) * 3)}}.section_spacer.pb--0{padding-bottom:0}.light-blue-gradient{background:linear-gradient(178.6deg, rgba(196, 224, 254, 0) -32.5%, rgba(196, 224, 254, 0.4) 6.59%, rgba(196, 224, 254, 0) 97.79%, rgba(196, 224, 254, 0) 211.72%)}.linear_bg{background:linear-gradient(360deg, rgba(196, 224, 254, 0) -20.72%, rgba(196, 224, 254, 0.4) 3.33%, rgba(196, 224, 254, 0) 59.44%, rgba(196, 224, 254, 0) 129.53%)}.display-one{font-size:var(--text-xxl);line-height:1.15}@media(min-width: 425px){.display-one{font-size:var(--text-xxl)}}@media(min-width: 1024px){.display-one{font-size:var(--text-xxxxl)}}.display-two{font-size:var(--text-lg);line-height:1.15;font-weight:500}@media(min-width: 768px){.display-two{font-size:var(--text-xxl)}}.display-three{font-size:var(--text-base);line-height:1.15}@media(min-width: 768px){.display-three{font-size:calc(var(--text-base) * 1.3)}}.text-primary-black{color:var(--text-primary-black)}.text-primary-blue{color:var(--blue-primary-400)}.timer_wrapper{margin:var(--space-md) auto;display:flex;align-items:center;max-width:528px}@media(min-width: 1024px){.timer_wrapper{max-width:540px;margin:var(--space-xxl) auto calc(var(--space-xs) * 2)}}@media(min-width: 1024px){.timer_wrapper{max-width:760px}}.timer_wrapper_box{display:flex;flex-direction:column;justify-content:center;align-items:center;flex:1;padding:var(--space-sm);background:rgba(255,255,255,.2);border:1px solid var(--blue-primary-300);box-shadow:0px 18.09px 37.2346px rgba(38,49,74,.05);border-radius:calc(var(--space-xs) * 1.5);text-align:center;min-height:80px;width:3.5rem;position:relative}@media(min-width: 1024px){.timer_wrapper_box{min-height:105px;width:auto}}@media(min-width: 1024px){.timer_wrapper_box{min-height:165px}}.timer_wrapper_box-day{color:var(--blue-primary-500);display:block;line-height:1;margin-bottom:var(--space-xs);font-weight:500;font-size:calc(var(--text-base) / 1.75)}@media(min-width: 1024px){.timer_wrapper_box-day{font-size:calc(var(--text-base) * 1.125)}}.timer_wrapper_box-time{color:var(--blue-primary-400);display:block;line-height:1;margin-bottom:0;font-weight:500;font-size:var(--text-md)}@media(min-width: 1024px){.timer_wrapper_box-time{font-size:var(--text-xxxxl)}}.timer-dot{display:inline-block;margin:0 5px}@media(min-width: 768px){.timer-dot{margin:0 calc(var(--space-xs) * 2)}}.date-timer{color:var(--text-primary-grey)}.date-timer b{color:var(--text-primary-black);font-weight:500}.badge-text{font-size:var(--text-sm);font-weight:500;display:inline-flex;align-items:center;justify-content:center;border-radius:.45rem;padding:.5em 1.15em;background-color:rgba(255,255,255,.12)}.badge-text.highlight{background-color:var(--blue-primary-200);color:var(--blue-primary-325)}@media(min-width: 768px){.badge-text{font-size:1.15rem}}.grey-text{color:var(--text-primary-grey-400)}.grey-text.paragraphs--border{border-left-color:var(--white-175)}.px-4{padding:calc(var(--space-xs) / 1.5) calc(var(--space-xs) * 2)}.mt--32{margin-top:calc(var(--space-xs) * 2)}.maxw-650{max-width:650px}.stat_box{padding:var(--space-lg) 0}.stat_box.pb--0{padding-bottom:0}.col-grid-6{display:grid;grid-gap:calc(var(--space-xs) * 1.5)}@media(min-width: 768px){.col-grid-6{grid-template-columns:repeat(2, minmax(0, 1fr));grid-gap:calc(var(--space-xs) * 3.5)}}@media(min-width: 1200px){.col-grid-6.gap-xl-75{grid-gap:calc(var(--space-xs) * 4.5)}}.align-items-center{align-items:center}@media(min-width: 768px){.order-md-1{order:1}}.essay-tab{margin-top:var(--space-xxl)}.essay-tab-item{display:none}.essay-tab-item.active{display:flex;flex-wrap:wrap}.essay-tab-menu{display:grid;grid-template-columns:repeat(4, minmax(0, 1fr));grid-gap:.625rem;padding:.625rem .7rem .7rem;background:var(--white-100);border:1px solid var(--blue-primary-300);box-shadow:0px 10px 8px rgba(0,0,0,.03),0px 2px 4px rgba(0,0,0,.02);border-radius:100px}.essay-tab-link{line-height:1;border:1px solid var(--white-125);padding:calc(var(--space-xs) / 1.25) calc(var(--text-base-size) / 2);font-weight:600;font-size:var(--text-xs);width:100%;border-radius:50px;color:var(--blue-primary-400);display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.essay-tab-link:first-child,.essay-tab-link:last-child{border-radius:50px;border:1px solid var(--white-125)}.essay-tab-link:hover{background-color:var(--blue-primary-400);color:var(--white)}@media(min-width: 768px){.essay-tab-link{font-size:1rem}}.essay-tab-link.active,.essay-tab-link:active{background-color:var(--blue-primary-400);color:var(--white);border-color:var(--white-125) !important}.essay-tab-link.services__nav__button--active{background-color:var(--blue-primary-400) !important;color:var(--white) !important;border-color:var(--white-125);cursor:pointer !important;border-width:1px !important;margin-top:0}.essay-tab-link .button-text{display:block}.essay-tab-wrapper{margin-top:var(--space-lg);padding:0}.maxw--440{max-width:440px}.grid-week-items{margin-top:var(--space-md);display:grid;grid-gap:calc(var(--space-xs) * 1.5);grid-template-columns:repeat(2, minmax(0, 1fr))}@media(min-width: 768px){.grid-week-items{grid-gap:calc(var(--space-xs) * 1.15);grid-template-columns:auto}}.grid-week-items .tab-link{background:var(--white);border:1px solid var(--white-150);box-shadow:0px 2px 4px rgba(0,0,0,.02);border-radius:calc(var(--space-xs) / 2);display:grid;align-items:center;grid-gap:calc(var(--space-xs) * 1.25);justify-content:flex-start;line-height:1;padding:var(--text-base-size) var(--text-md);width:100%;text-align:start;font-size:calc(var(--text-base-size) / 1.25);transition:.3s ease all;cursor:pointer;color:var(--text-primary-black);font-weight:500}.grid-week-items .tab-link.active,.grid-week-items .tab-link:active{background:linear-gradient(281.15deg, rgba(196, 224, 254, 0) -19.94%, rgba(196, 224, 254, 0.4) 2.33%, rgba(196, 224, 254, 0) 54.29%, rgba(196, 224, 254, 0) 119.2%),#fff;color:var(--blue-primary-400);border-color:var(--white-150)}@media(min-width: 768px){.grid-week-items .tab-link{grid-template-columns:minmax(0, auto) minmax(0, 1fr)}}@media(min-width: 1200px){.grid-week-items .tab-link{font-size:calc(var(--text-base-size) * 1.1)}}.week-summary{background:var(--white);border:1px solid var(--white-175);border-radius:calc(var(--space-xs) / 2);padding:var(--space-md)}.display-four{font-size:calc(var(--space-xs) * 2);line-height:1.125}@media(min-width: 1200px){.display-four{font-size:calc(var(--space-xs) * 1.5)}}.mt--0{margin-top:0}.mt--10{margin-top:var(--space-gutter)}.mt--6{margin-top:calc(var(--space-gutter) / 2)}@media(min-width: 768px){.mt-md-40{margin-top:calc(var(--space-xs) * 2.5)}}.mt--50{margin-top:var(--space-xl)}.maxw-40{width:40px;height:40px;margin-top:.25rem}@media(min-width: 992px){.maxw-40{width:auto;height:auto;margin-top:0rem}}.shadowed{box-shadow:10.8541px 29.626px 28.34px rgba(51,102,255,.015)}.instructor_section{position:relative;background-color:var(--blue-primary-400);padding:calc(var(--space-xxxl) * 2) 0;z-index:1}.instructor_section.pb-0{padding-bottom:0}.top--shape{position:absolute;top:-2px;left:0;right:0;height:15vh;background-size:cover;background-position:top;background-repeat:no-repeat}.bottom--shape{position:absolute;left:0;right:0;bottom:-2px;height:25vh;background-size:cover;background-position:bottom;background-repeat:no-repeat}.grid-col-7{display:grid;grid-gap:calc(var(--space-xs) * 1.5)}@media(min-width: 1024px){.grid-col-7{grid-template-columns:minmax(0, 7fr) minmax(0, 5fr)}}.overflow--hidden{overflow:hidden}.sat_grid{max-width:100%;display:grid;grid-template-columns:repeat(2, minmax(0, 1fr));grid-gap:var(--space-xs)}@media(min-width: 1024px){.sat_grid{max-width:540px}}.sat_grid_item{padding:1rem;background:rgba(255,255,255,.14);border:1px solid rgba(179,206,248,.71);border-radius:calc(var(--space-xs) / 2);font-weight:600;color:var(--white);font-size:var(--text-sm);display:grid;align-items:center;line-height:1.2;justify-content:flex-start}@media(min-width: 768px){.sat_grid_item{grid-template-columns:minmax(0, auto) minmax(0, 1fr);grid-gap:calc(var(--space-xs) / 2)}}.img-shape-hide{position:relative;z-index:-1;margin-bottom:-20px;max-width:65%}@media(min-width: 768px){.img-shape-hide{max-width:100%}}.linear_bg_pruple{background:linear-gradient(360deg, rgba(196, 224, 254, 0) -20.72%, rgba(196, 224, 254, 0.4) 3.33%, rgba(196, 224, 254, 0) 59.44%, rgba(196, 224, 254, 0) 129.53%),#f8f9ff}.slider_item_card{padding:var(--space-md) var(--space-base);background:var(--white);border:1px solid var(--white-200);box-shadow:34.8541px 29.626px 48.34px rgba(51,102,255,.02);border-radius:8px;-webkit-text-size-adjust:100%;text-size-adjust:100%}.slider_item_card_pic{display:inline-block;width:74px;height:74px;border-radius:50%;overflow:hidden}.slider_item_card_pic>img{width:100%;height:100%;object-fit:cover}.slider_item_card_badge{display:inline-grid;grid-template-columns:minmax(0, auto) minmax(0, 1fr);align-items:center;justify-self:center;grid-gap:.5rem;padding:.5rem 1rem;border-radius:50px;background-color:var(--blue-primary-200);color:var(--text-primary-black-200);font-size:var()}.testimonial_star{margin-top:var(--space-md);color:var(--yellow-primary-400)}.slider_container{width:100%;overflow:hidden;position:relative;margin:var(--space-xxl) auto 0}.slider_wrapper{display:flex;transition:transform .3s ease-in-out}.slider_controls{text-align:center;margin-top:var(--space-xxl);padding-bottom:var(--space-unit);min-height:64px;position:relative}.slider_controls button{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;background:var(--white);border:1px solid var(--white-225);box-shadow:0px 2px 0px var(--white-250);border-radius:50%;padding:0;transition:cubic-bezier(0.075, 0.82, 0.165, 1)}.slider_controls button:hover{background-color:var(--blue-primary-400);border:1px solid var(--blue-primary-350);box-shadow:0px 2px 0px var(--blue-primary-425);color:var(--white)}.slider_controls button:active{box-shadow:none}.slider_controls button:disabled{pointer-events:none;opacity:.5}.slider_controls button i{margin:0}.slider_controls button.flex-btn-left,.slider_controls button.slide-btn-prev{position:absolute;left:50%;right:auto;transform:translateX(-50%);margin-left:-30px}.slider_controls button.flex-btn-right,.slider_controls button.slide-btn-next{position:absolute;right:50%;transform:translate(-50%);margin-right:-75px}.slider_controls.mt--0{margin-top:0}.flex-wrap{display:flex;height:auto;flex:0 0 auto;padding:calc(var(--space-xxs) * 1.4)}.essay_dark_bg{background-color:var(--text-primary-black-300)}.pb-md-60{padding-bottom:var(--space-md)}@media(min-width: 768px){.pb-md-60{padding-bottom:var(--space-lg)}}.pb-lg-140{padding-bottom:var(--space-md)}@media(min-width: 1024px){.pb-lg-140{padding-bottom:calc(var(--space-xl) * 2.5)}}@media(min-width: 1200px){.py-xl-56{padding:var(--space-md) 0}}.bootcamp_box{padding:var(--space-base);background:linear-gradient(270deg, rgba(220, 216, 255, 0) 0%, rgba(220, 216, 255, 0) 48.96%, rgba(255, 255, 255, 0) 100%, rgba(220, 216, 255, 0) 100%),rgba(220,216,255,.16);border:1px solid rgba(179,206,248,.71);border-radius:var(--space-xxs);background-image:url(images/6f7ea80805a0210cf2a7418a9e88e199.png);background-position:top 4px right;background-repeat:no-repeat;display:grid;grid-gap:var(--space-unit);grid-template-columns:minmax(0, auto) minmax(0, 1fr)}@media(min-width: 768px){.bootcamp_box{grid-template-columns:auto}}.bootcamp_box svg{width:46px;height:46px}@media(min-width: 1200px){.bootcamp_box svg{width:auto;height:auto}}.essay_sat_bg{background:linear-gradient(360deg, rgba(196, 224, 254, 0) -20.72%, rgba(196, 224, 254, 0.4) 3.33%, rgba(196, 224, 254, 0) 59.44%, rgba(196, 224, 254, 0) 129.53%),#f8f9ff}.slider_hide{width:100%;overflow:hidden;position:relative}.flexi_slider{display:flex;overflow-x:auto;scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none}.flexi_slider::-webkit-scrollbar{display:none}.flexi_slider_item{display:inline-grid;grid-gap:1rem;align-items:center;grid-template-columns:minmax(0, auto) minmax(0, 1fr);padding:var(--space-sm);background:var(--white);box-shadow:34.8541px 29.626px 48.34px rgba(51,102,255,.05);border-radius:100px;border:1px solid var(--white-200);flex-shrink:0;transition:transform .3s ease-in-out;margin-right:var(--space-sm);margin-bottom:var(--space-xxl)}.flexi_slider_item:last-child{margin-right:0}.flexi_slider_title{color:var(--blue-primary-400);font-weight:600;text-align:start}.flexi_slider_info{display:grid;grid-gap:var(--space-xxs);grid-template-columns:minmax(0, auto) minmax(0, 1fr);font-size:var(--space-xs);text-align:start;margin-top:var(--space-xxs)}.bg_white_light{background-color:rgba(255,255,255,.1);display:flex;align-items:flex-end;justify-content:center;padding:var(--space-base) var(--space-base) 0;border-radius:var(--space-xxs)}.student-name{font-size:var(--text-lg)}.spot_section{background-color:var(--blue-primary-400);border-radius:var(--space-xxs);padding:var(--space-lg)}.college-info{display:flex;align-items:center}.college-info>span{margin-left:var(--space-xxs);font-size:0}.align-self-center{align-self:center}.persona_box{background:var(--white);border:1px solid var(--white-175);box-shadow:0px 13px 20px -18px rgba(45,137,241,.36);border-radius:var(--space-xxs);padding:var(--space-md)}@media(min-width: 1200px){.persona_box{padding:var(--space-xl)}}.list_persona{margin-top:var(--space-lg);margin-bottom:0;display:grid;grid-gap:var(--space-xs);list-style-type:none;padding:0}.list_persona li{padding-left:calc(1rem * 1.85);color:var(--text-primary-grey);background-position:top 2px left 0;background-size:var(--text-base);background-repeat:no-repeat;font-size:1rem}@media(min-width: 1200px){.list_persona li{font-size:var(--text-base-size);padding-left:calc(1rem * 2.25);background-size:auto}}.list_persona.persona_correct li{background-image:url(images/3152a3c6bfc405d5b6ab833c74205c1c.svg)}.list_persona.persona_incorrect li{background-image:url(images/a69167c72ac20dfffe4fe02e2a187796.svg)}.bootcamp_wrapper{max-width:760px}@media(min-width: 768px){.bootcamp_wrapper{display:flex}}.bootcamp_wrapper-box{background-color:rgba(179,206,248,.19);padding:var(--space-sm);border-radius:var(--space-xxs);display:grid;grid-gap:var(--space-unit);grid-template-columns:minmax(0, auto) minmax(0, 1fr);flex:1;margin-bottom:calc(var(--space-xs) * 2)}@media(min-width: 768px){.bootcamp_wrapper-box{margin-bottom:0}}.bootcamp_wrapper-divider{display:none;color:var(--blue-primary-450);margin:auto var(--space-base);font-size:var(--text-xl)}@media(min-width: 768px){.bootcamp_wrapper-divider{display:inline-block}}.bootcamp_wrapper-title{font-size:calc(var(--text-base) / 1.1)}@media(min-width: 768px){.text-md-start{text-align:start}}.bouns_grid_wrapper{display:grid;grid-gap:var(--space-base)}.bouns_grid_wrapper .slider_controls{text-align:start;display:none}.bouns_grid_wrapper .slider_controls .slide-btn-prev{left:0;transform:none;margin-left:0}.bouns_grid_wrapper .slider_controls .slide-btn-next{right:auto;transform:translateX(54px);margin-right:0}@media(min-width: 768px){.bouns_grid_wrapper .slider_controls{display:block}}@media(min-width: 768px){.bouns_grid_wrapper{grid-template-columns:minmax(0, 3fr) minmax(0, 9fr)}}@media(min-width: 768px){.bouns_grid_wrapper .large_slider{display:flex;transition:transform .3s ease-in-out}}.bouns_grid_wrapper .large_slider .flex-wrap+.flex-wrap{margin-top:var(--space-xxs)}@media(min-width: 768px){.bouns_grid_wrapper .large_slider .flex-wrap+.flex-wrap{margin-top:0}}.bouns_grid_wrapper .large_slider .client-box-card{flex:1}@media(min-width: 768px){.bouns_grid_wrapper .flex-wrap{padding-bottom:2.65rem}}.slider_overflow{width:100%;position:relative}@media(min-width: 768px){.slider_overflow{overflow:hidden}}.slider_before_effect{position:relative}.grid-col-3{display:grid}@media(min-width: 768px){.grid-col-3{grid-template-columns:repeat(1, minmax(0, 1fr))}}@media(min-width: 1024px){.grid-col-3{grid-template-columns:repeat(3, minmax(0, 1fr))}}.spot_grid{display:grid;grid-gap:var(--space-md)}@media(min-width: 820px){.spot_grid{grid-template-columns:repeat(2, minmax(0, 1fr));grid-gap:var(--space-xl)}}.img-student{max-width:220px}@media(min-width: 768px){.img-student{max-width:100%}}.mt--16{margin-top:var(--space-unit)}.grid-faq{display:grid}@media(min-width: 768px){.grid-faq{grid-template-columns:minmax(0, 5fr) minmax(0, 7fr)}}.essay_faq_wrapper{max-width:730px}@media(min-width: 768px){.essay_faq_wrapper{margin-left:auto}}.essay_faq_wrapper .product-faq__question-list{margin-top:0}.essay_faq_wrapper .faq-question{margin-bottom:var(--space-xs);overflow:hidden;border-radius:calc(var(--space-xs) / 2);background:var(--white);border:1px solid rgba(42,107,155,.16);box-shadow:34.8541px 29.626px 48.34px rgba(51,102,255,.05)}.essay_faq_wrapper .faq-question__header{display:flex;justify-content:space-between;padding:var(--space-sm);align-items:center;cursor:pointer;font-weight:500}.essay_faq_wrapper .faq-question__question{color:var(--text-primary-black);margin-right:var(--space-md)}.essay_faq_wrapper .faq-question i{color:var(--blue-primary-400);font-size:var(--text-sm)}.essay_faq_wrapper .faq-question__body{max-height:0;transition:max-height .4s ease-in-out}.essay_faq_wrapper .faq-question__body p{margin-bottom:0;color:var(--text-primary-grey-400);padding:var(--space-sm);padding-top:0}.cta_box{border-radius:calc(var(--space-xs) / 2);background-color:var(--yellow-primary-400);overflow:hidden;background-image:url(images/784d1884176ef436d6ce3c40661e5a44.png);box-shadow:34.8541px 29.626px 48.34px rgba(51,102,255,.05),34.8541px 29.626px 48.34px rgba(51,102,255,.05);background-position:center center;background-size:cover;padding:var(--space-xxl);padding-bottom:0;text-align:center}@media(min-width: 768px){.cta_box{text-align:left}}@media(min-width: 768px){.linear_bg_bonus{padding-bottom:var(--space-xl)}}.linear_bg_bonus{background:#fff}@media only screen and (min-width: 992px){.slider_overflow:before{position:absolute;content:"";z-index:9;width:324px;left:0px;top:-40px;height:100%;background:linear-gradient(90deg, rgba(255, 255, 255, 0.9) 60.41%, rgba(227, 239, 254, 0) 98.11%);mix-blend-mode:screen}}.calender-container .fc-header-toolbar.fc-toolbar .fc-toolbar-chunk .fc-button:focus,.calender-container .fc-header-toolbar.fc-toolbar .fc-toolbar-chunk .fc-button:focus-visible,.calender-container .fc-header-toolbar.fc-toolbar .fc-toolbar-chunk .fc-button:active{box-shadow:none;border:1px solid #c0c0bf !important;margin-top:0 !important}.calender-container{background-color:var(--white);border-radius:.5rem;min-height:500px}@media(min-width: 992px){.calender-container{min-height:750px}}.calender-container .fc-daygrid-day.fc-day-today .fc-daygrid-day-frame{border:2px solid var(--blue-primary-400)}.calender-container .fc-daygrid-day .fc-daygrid-day-frame{padding:.5rem}@media(max-width: 575px){.calender-container .fc-daygrid-day .fc-daygrid-day-frame{padding:2px}}.calender-container .fc-daygrid-day .fc-daygrid-day-frame .fc-daygrid-day-top{flex-direction:row}.calender-container .fc-daygrid-day .fc-daygrid-day-frame .fc-daygrid-day-top .fc-daygrid-day-number{color:var(--text-primary-black);font-size:clamp(0.75rem, 2vw, 1rem);font-weight:500}@media(max-width: 575px){.calender-container .fc-daygrid-day .fc-daygrid-day-frame .fc-daygrid-day-top .fc-daygrid-day-number{padding:2px}}.calender-container .fc-col-header-cell{border:2px solid #ddd}.calender-container .fc-col-header-cell .fc-scrollgrid-sync-inner{background-color:#f5f5f5;text-align:left;padding:.25rem .5rem}@media(max-width: 575px){.calender-container .fc-col-header-cell .fc-scrollgrid-sync-inner{padding:0}}.calender-container .fc-col-header-cell .fc-scrollgrid-sync-inner .fc-col-header-cell-cushion{color:#747371;font-weight:500;font-size:clamp(0.75rem, 2vw, 1rem);text-transform:uppercase}@media(max-width: 575px){.calender-container .fc-col-header-cell .fc-scrollgrid-sync-inner .fc-col-header-cell-cushion{padding:2px}}.calender-container .fc-header-toolbar.fc-toolbar{margin-bottom:0rem;border-bottom:1px solid #ddd;padding:1.5rem 1.5rem 1rem}@media(max-width: 575px){.calender-container .fc-header-toolbar.fc-toolbar{flex-direction:column;justify-content:center;align-items:center;gap:4px;padding:.75rem .75rem 1rem}}.calender-container .fc-header-toolbar.fc-toolbar .fc-button-primary{border-radius:8px}.calender-container .fc-header-toolbar.fc-toolbar .fc-button-group .fc-button-primary:first-child{border-top-right-radius:0;border-bottom-right-radius:0}.calender-container .fc-header-toolbar.fc-toolbar .fc-button-group .fc-button-primary:last-child{border-top-left-radius:0;border-bottom-left-radius:0}.calender-container .fc-header-toolbar.fc-toolbar .fc-toolbar-chunk .fc-button{padding:.5rem;font-size:1rem;background:var(--white);border:1px solid #ddd;color:var(--text-primary-black);font-weight:600;margin-top:0 !important;opacity:1;line-height:1;display:inline-flex;justify-content:center;align-items:center}.calender-container .fc-header-toolbar.fc-toolbar .fc-toolbar-chunk .fc-button:hover{background:#e6e6e6}.calender-container .fc-header-toolbar.fc-toolbar .fc-toolbar-chunk .fc-button:active{background:#c0c0bf;color:var(--white)}.calender-container .fc-header-toolbar.fc-toolbar .fc-toolbar-chunk .fc-button:focus,.calender-container .fc-header-toolbar.fc-toolbar .fc-toolbar-chunk .fc-button:focus-visible{outline:none}.calender-container .fc-header-toolbar.fc-toolbar .fc-icon{font-size:1rem}.calender-container .fc-daygrid{padding:1.5rem}@media(max-width: 575px){.calender-container .fc-daygrid{padding:.75rem}}.calender-container .fc-daygrid-dot-event:hover{background:none}td.fc-day.fc-day-tue.fc-day-past.fc-daygrid-day .custom-event-pill{background-color:#c0c0bf}.fc{max-width:100%;margin-inline:auto;overflow-x:auto}@media(min-width: 992px){.fc{max-width:70%}}.fc .fc-scrollgrid-liquid{background-color:var(--white);width:100%}.fc .fc-toolbar-title{color:var(--text-primary-black);font-size:clamp(1rem, 2vw, 1.25rem);font-weight:600;line-height:1;width:220px;text-align:left}@media(max-width: 575px){.fc .fc-toolbar-title{font-size:1rem;text-align:center}}.fc .fc-daygrid-event.fc-event-end>div{width:100%}.custom-event-pill{background-color:var(--yellow-primary-400);color:var(--white);border-radius:.25rem;padding:.25rem;font-size:clamp(0.65rem, 0.9vw, 0.8rem);line-height:1.2;margin-bottom:.25rem;max-width:100%;display:block;box-sizing:border-box}.custom-event-pill .pill-title,.custom-event-pill .pill-time{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.custom-event-pill .pill-time{font-weight:400;font-size:clamp(0.7rem, 0.9vw, 0.8rem)}.custom-event-pill .pill-title{font-weight:normal;font-size:clamp(0.7rem, 0.9vw, 1rem)}.benefit-bullet-points{padding:0;margin-bottom:0;list-style-position:inside;display:flex;flex-direction:column;gap:.5rem}:root{--red-100: #FFEEEE;--red-200: #F2C7C7;--red-300: #ECB3B3;--red-400: #E59F9F;--red-500: #DF8C8C;--red-600: #D87878;--red-700: #CB5050;--red-800: #B94949;--orange-100: #FFF1D6;--orange-200: #FAE0B0;--orange-300: #F5CF8A;--orange-400: #EFBE63;--orange-500: #EAAD3D;--orange-600: #C99432;--orange-700: #A87B28;--orange-800: #87621D;--yellow-100: #FFEEC2;--yellow-200: #FFE8AE;--yellow-300: #FFE399;--yellow-400: #FFDD85;--yellow-500: #EDC96F;--yellow-600: #DAB559;--yellow-700: #B48E2C;--yellow-800: #8F6600;--green-100: #E9F2E8;--green-200: #C2DDC0;--green-300: #A4CB9F;--green-400: #81B67C;--green-500: #60A159;--green-600: #528A4D;--green-700: #447340;--green-800: #365C33;--blue-100: #EFF5FB;--blue-200: #D2E3F3;--blue-300: #B5D0EB;--blue-400: #98BEE3;--blue-500: #7BABDB;--blue-600: #6297CD;--blue-700: #4984BE;--blue-800: #3070B0;--purple-100: #F4EFFB;--purple-200: #E1D2F3;--purple-300: #CEB5EB;--purple-400: #BB98E3;--purple-500: #A87BDB;--purple-600: #9B67D5;--purple-700: #8D53D0;--purple-800: #803FCA;--brown-100: #F1D1A7;--brown-200: #E3C091;--brown-300: #CBA97B;--brown-400: #B99465;--brown-500: #A6824F;--brown-600: #916C3B;--brown-700: #7D5726;--brown-800: #684112;--brown-850: #6F5000;--gray-100: #F5F5F5;--gray-200: #E6E6E6;--gray-300: #DDDDDD;--gray-400: #D3D3D3;--gray-500: #C0C0BF;--gray-600: #9A9998;--gray-700: #747371;--gray-800: #4E4C4A;--gray-900: #282623;--text--dark: #172226;--white: #FFFFFF;--white-100: #FAFCFF;--white-125: #F1F1F3;--white-150: #E4E4E4;--white-175: #E4E7EC;--white-200: #E5F4F2;--white-225: #DBDBDB;--white-250: #B8B8B8;--blue-primary-100: #C9D4E4;--blue-primary-200: #298DFF1F;--blue-primary-300: #B3CEF8;--blue-primary-325: #31a3ef;--blue-primary-350: #3B91F1;--blue-primary-400: #2D89F1;--blue-primary-425: #2061AB;--blue-primary-450: #4796F3;--blue-primary-500: #2A6A9B;--gold-400: #F5C20F;--yellow-primary-400: #F6C137;--yellow-primary-450: #f5b716;--text-primary-black-200: #323D4E;--text-primary-black: #1A1C1D;--text-primary-black-300: #062C48;--text-primary-grey: #667085;--text-primary-grey-100:#F2F4F7;--text-primary-grey-400: #676D79;--color-red: #F04438;--color-orange: #F59E0B;--color-voilet: #6366F1;--color-yellow: #FACC15;--color-green: #14B892;--color-black: #101828}:root{--space-unit: 1rem;--space-xxs: calc(0.5 * var(--space-unit));--space-xs: var(--space-unit);--space-sm: calc(1.5 * var(--space-unit));--space-base: calc(2 * var(--space-unit));--space-md: calc(2.5 * var(--space-unit));--space-lg: calc(3 * var(--space-unit));--space-xl: calc(3.5 * var(--space-unit));--space-xxl: calc(4 * var(--space-unit));--space-xxxl: calc(4.5 * var(--space-unit));--space-col: calc(6 * var(--space-unit));--space-gutter: var(--space-sm)}@media(max-width: 768px){:root{--space-unit: .8rem}}@media(max-width: 425px){:root{--space-unit: .6rem}}:root{--font-primary: "futura-pt", "custom-arial", Arial, sans-serif !important;--text-base-size: 20px;--text-scale-ratio: 1.2;--text-xs: calc(var(--text-base-size) / (var(--text-scale-ratio) * var(--text-scale-ratio)));--text-sm: calc(var(--text-base-size) / var(--text-scale-ratio));--text-base: var(--text-base-size);--text-md: calc(var(--text-base-size) * var(--text-scale-ratio));--text-lg: calc(var(--text-base-size) * var(--text-scale-ratio) * var(--text-scale-ratio));--text-xl: calc(var(--text-base-size) * var(--text-scale-ratio) * var(--text-scale-ratio) * var(--text-scale-ratio));--text-xxl: calc(var(--text-base-size) * var(--text-scale-ratio) * var(--text-scale-ratio) * var(--text-scale-ratio) * var(--text-scale-ratio));--text-xxxl: calc(var(--text-base-size) * var(--text-scale-ratio) * var(--text-scale-ratio) * var(--text-scale-ratio) * var(--text-scale-ratio) * var(--text-scale-ratio));--text-xxxxl: calc(var(--text-base-size) * var(--text-scale-ratio) * var(--text-scale-ratio) * var(--text-scale-ratio) * var(--text-scale-ratio) * var(--text-scale-ratio) * var(--text-scale-ratio))}@font-face{font-family:"custom-arial";src:local(Arial);size-adjust:88%}body{font-family:var(--font-primary);font-size:var(--text-base);color:var(--brown-800);line-height:1.4}b{font-weight:600}h1,h2,h3,h4,h5,h6,p{margin:0}h1{color:var(--brown-800);font-weight:600}h2{color:var(--brown-800);font-weight:600}h3{color:var(--brown-700);font-weight:500}h4{color:var(--brown-700);font-weight:500}h5{color:var(--brown-600);font-weight:500}h6{color:var(--brown-600);font-weight:500}.subtitle{font-weight:500}.caption{font-style:italic}.overline{font-weight:500}h1,.text--xxxxl{font-size:var(--text-xxxxl);line-height:1.306;letter-spacing:-0.5px}h2,.text--xxxl{font-size:var(--text-xxxl);line-height:1.36;letter-spacing:-0.5px}h3,.text--xxl{font-size:var(--text-xxl);line-height:1.35;letter-spacing:-0.7px}h4,.text--xl{font-size:var(--text-xl);line-height:1.389;letter-spacing:-0.1px}h5,.text--lg{font-size:var(--text-lg);line-height:1.389;letter-spacing:-0.3px}h6,.text--md{font-size:var(--text-md);line-height:1.333;letter-spacing:-0.3px}.caption,.overline,.text--sm{font-size:var(--text-sm);line-height:1.56;letter-spacing:.2px}.text--xs{font-size:var(--text-xs);line-height:1.439}@media(max-width: 1240px){h1,.text--xxxxl{font-size:var(--text-xxxl);line-height:1.36;letter-spacing:-0.5px}h2,.text--xxxl{font-size:var(--text-xxl);line-height:1.35;letter-spacing:-0.7px}h3,.text--xxl{font-size:var(--text-xl);line-height:1.389;letter-spacing:-0.1px}h4,.text--xl{font-size:var(--text-lg);line-height:1.389;letter-spacing:-0.3px}h5,.text--lg{font-size:var(--text-md);line-height:1.333;letter-spacing:-0.3px}h6,.text--md{font-size:var(--text-base);line-height:1.4;letter-spacing:-0.1px}}@media(max-width: 425px){h1,.text--xxxxl{font-size:var(--text-xxl);line-height:1.35;letter-spacing:-0.7px}h2,.text--xxxl{font-size:var(--text-xl);line-height:1.389;letter-spacing:-0.1px}h3,.text--xxl{font-size:var(--text-lg);line-height:1.389;letter-spacing:-0.3px}h4,.text--xl{font-size:var(--text-md);line-height:1.333;letter-spacing:-0.3px}h5,.text--lg{font-size:var(--text-base);line-height:1.4;letter-spacing:-0.1px}body{font-size:var(--text-sm);line-height:1.56}}article,.paragraphs{display:grid;grid-row-gap:var(--space-sm);align-content:start}article ul,article ol,.paragraphs ul,.paragraphs ol{margin:0}article--border,.paragraphs--border{border-left:1px solid #cba97b;padding-left:var(--space-sm)}:root{--space-unit: 1rem;--space-xxs: calc(0.5 * var(--space-unit));--space-xs: var(--space-unit);--space-sm: calc(1.5 * var(--space-unit));--space-base: calc(2 * var(--space-unit));--space-md: calc(2.5 * var(--space-unit));--space-lg: calc(3 * var(--space-unit));--space-xl: calc(3.5 * var(--space-unit));--space-xxl: calc(4 * var(--space-unit));--space-xxxl: calc(4.5 * var(--space-unit));--space-col: calc(6 * var(--space-unit));--space-gutter: var(--space-sm)}@media(max-width: 768px){:root{--space-unit: .8rem}}@media(max-width: 425px){:root{--space-unit: .6rem}}html{scroll-behavior:smooth}.container{position:relative}.banner-link{text-decoration:none}.banner{width:100%;background-color:#fbdc8a;color:#6d5615;padding:15px 0;position:relative;z-index:11;box-shadow:1px 1px 9px -9px #000;display:flex;align-items:center;cursor:pointer}.banner__wrapper{width:83%;max-width:1500px;margin:0 auto;position:relative}.banner__close{position:absolute;cursor:pointer;font-size:var(--text-xs);margin-left:20px}.banner__text{flex-grow:1;text-align:center;padding:0 20px}input[type=text],textarea,input[type=submit]{-webkit-appearance:none;-moz-appearance:none;appearance:none}select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%23000000'><polygon points='0,0 100,0 50,50'/></svg>") no-repeat calc(100% - 10px) calc(50% + 2px);background-size:10px;padding-right:34px !important}body{background-color:#f1d1a7;overflow-x:hidden;margin:0}.container{width:100%;max-width:1544px;margin:0 auto;padding:0 var(--space-xxxl)}@media(max-width: 425px){.container{padding:0 var(--space-md)}}*{box-sizing:border-box}.flex{display:flex}.flex--column{flex-direction:column}.col{flex-basis:100%;margin-right:var(--space-sm)}.col:last-of-type{margin-right:0}.col--1{flex-basis:8.33%;max-width:8.33%}.col--2{flex-basis:16.67%;max-width:16.67%}.col--3{flex-basis:25%;max-width:25%}.col--4{flex-basis:33.33%;max-width:33.33%}.col--5{flex-basis:41.67%;max-width:41.67%}.col--6{flex-basis:50%;max-width:50%}.col--7{flex-basis:58.33%;max-width:58.33%}.col--8{flex-basis:66.67%;max-width:66.67%}.col--9{flex-basis:75%;max-width:75%}.col--10{flex-basis:83.33%;max-width:83.33%}.col--11{flex-basis:91.67%;max-width:91.67%}.col--12{flex-basis:100%;max-width:100%}.grid{display:grid;grid-template-columns:repeat(12, 1fr);grid-column-gap:var(--space-gutter)}.grid--6{grid-template-columns:repeat(6, 1fr)}.grid--4{grid-template-columns:repeat(4, 1fr)}.grid--3{grid-template-columns:repeat(3, 1fr)}.grid--2{grid-template-columns:repeat(2, 1fr)}ol,ul{font-size:var(--text-base);display:grid}li p{margin-bottom:var(--space-xs)}li p:last-of-type{margin-bottom:0}input,select,textarea{outline:0;font-family:futura-pt,arial,sans-serif;font-size:20px;border-radius:8px;border:2px solid var(--gray-200);padding:var(--space-xxs);transition:border .15s linear;background-color:#fff;line-height:28px}input:focus,select:focus,textarea:focus{border:2px solid var(--green-300)}@media(max-width: 425px){input,select,textarea,ol,ul,label{font-size:var(--text-sm)}}
