*,*:before,*:after{box-sizing:border-box}*{margin:0}body{line-height:1.5;-webkit-font-smoothing:antialiased}img,picture,video,canvas,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit}p,h1,h2,h3,h4,h5,h6{font-weight:400;overflow-wrap:break-word}#app{isolation:isolate}a{color:inherit;text-decoration:none}:root{--font-family: "Plus-Jakarta-Sans";--color-main: rgb(109, 40, 217);--color-second: rgb(31, 41, 55);--color-background: #f6f6f6;--color-grey: #828193;--white: #fff;--black: #000;--rounded-sm: 4px;--rounded: 10px;--wrapper-max: 1440px;--wrapper-width-sm: 95%;--wrapper-width-md: 95%;--wrapper-width-lg: 90%;--vertical-spacing-mobile: 60px;--vertical-spacing-tablet: 70px;--vertical-spacing-desktop: 80px;--vertical-spacing-top-banner: 140px;--ease-in-quad: cubic-bezier(.55, .085, .68, .53);--ease-in-cubic: cubic-bezier(.55, .055, .675, .19);--ease-in-quart: cubic-bezier(.895, .03, .685, .22);--ease-in-quint: cubic-bezier(.755, .05, .855, .06);--ease-in-sine: cubic-bezier(.47, 0, .745, .715);--ease-in-expo: cubic-bezier(.95, .05, .795, .035);--ease-in-circ: cubic-bezier(.6, .04, .98, .335);--ease-in-back: cubic-bezier(.6, -.28, .735, .045);--ease-out-quad: cubic-bezier(.25, .46, .45, .94);--ease-out-cubic: cubic-bezier(.215, .61, .355, 1);--ease-out-quart: cubic-bezier(.165, .84, .44, 1);--ease-out-quint: cubic-bezier(.23, 1, .32, 1);--ease-out-sine: cubic-bezier(.39, .575, .565, 1);--ease-out-expo: cubic-bezier(.19, 1, .22, 1);--ease-out-circ: cubic-bezier(.075, .82, .165, 1);--ease-out-back: cubic-bezier(.175, .885, .32, 1.275);--ease-in-out-quad: cubic-bezier(.455, .03, .515, .955);--ease-in-out-cubic: cubic-bezier(.645, .045, .355, 1);--ease-in-out-quart: cubic-bezier(.77, 0, .175, 1);--ease-in-out-quint: cubic-bezier(.86, 0, .07, 1);--ease-in-out-sine: cubic-bezier(.445, .05, .55, .95);--ease-in-out-expo: cubic-bezier(1, 0, 0, 1);--ease-in-out-circ: cubic-bezier(.785, .135, .15, .86);--ease-in-out-back: cubic-bezier(.68, -.55, .265, 1.55);--transition-in-duration: .2s;--transition-in-ease: var(--ease-in-sine);--transition-out-duration: .5s;--transition-out-ease: var(--ease-out-sine);--transition-in-hover: .15s var(--ease-in-quad);--transition-out-hover: .25s var(--ease-out-quad)}@font-face{font-family:Plus-Jakarta-Sans;src:url(fonts/Jakarta/PlusJakartaSans-Bold.ttf) format("woff2");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Plus-Jakarta-Sans;src:url(fonts/Jakarta/PlusJakartaSans-BoldItalic.ttf) format("woff2");font-weight:700;font-style:italic;font-display:swap}@font-face{font-family:Plus-Jakarta-Sans;src:url(fonts/Jakarta/PlusJakartaSans-SemiBold.ttf) format("woff2");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Plus-Jakarta-Sans;src:url(fonts/Jakarta/PlusJakartaSans-SemiBoldItalic.ttf) format("woff2");font-weight:600;font-style:italic;font-display:swap}@font-face{font-family:Plus-Jakarta-Sans;src:url(fonts/Jakarta/PlusJakartaSans-Medium.ttf) format("woff2");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Plus-Jakarta-Sans;src:url(fonts/Jakarta/PlusJakartaSans-MediumItalic.ttf) format("woff2");font-weight:500;font-style:italic;font-display:swap}@font-face{font-family:Plus-Jakarta-Sans;src:url(fonts/Jakarta/PlusJakartaSans-Regular.ttf) format("ttf");font-weight:400;font-style:normal;font-display:swap}.articles-element{display:flex;flex-direction:column}.articles-element:hover .articles-read,.articles-element:focus .articles-read{color:var(--color-main)}.articles-element:hover svg,.articles-element:focus svg{transform:translate(5px);transition:transform .25s cubic-bezier(.25,.46,.45,.94)}.articles-date{font-size:.75rem;color:var(--color-main)}.articles-content-title{font-size:1.25rem;margin-bottom:1.25rem}.articles-content{display:flex;flex-direction:column;flex-grow:1;justify-content:space-between;background-color:var(--white);border-radius:var(--rounded);padding:1.25rem;position:relative;z-index:1;flex:1}.articles-preview{margin-bottom:1.25rem}.articles-read{display:flex;align-items:center;gap:.625rem}.articles-read svg{margin-top:.1875rem;transition:transform .25s cubic-bezier(.25,.46,.45,.94)}.articles-media{margin-bottom:-.625rem}.articles-media img{border-radius:var(--rounded);object-fit:cover;width:100%;height:9.375rem}@media only screen and (min-width:768px){.course-element{display:flex;flex-direction:column}}@media only screen and (min-width:768px){.course-element .course-element-wrapper{display:flex;flex-direction:column;height:100%}}.course-element .course-element-media img{object-fit:cover;width:100%;border-radius:var(--rounded);height:18.75rem}.course-element .course-element-content-container{background-color:var(--white);box-shadow:#959da533 0 8px 24px;transform:translateY(-25px);z-index:10;position:relative;padding:1.625rem 2.8125rem;border-radius:var(--rounded)}@media only screen and (max-width:767px){.course-element .course-element-content-container{padding:1.25rem 1rem}}@media only screen and (min-width:768px){.course-element .course-element-content-container{padding:1.625rem 1.875rem;display:flex;flex-direction:column;flex-grow:1;height:35.9375rem}}.course-element .course-element-content{position:relative;height:100%}.course-element .course-element-header{margin-bottom:.3125rem}.course-element .course-element-title{line-height:1.2;font-weight:200;font-size:1.375rem;margin-bottom:0;color:var(--color-main)}@media only screen and (min-width:768px){.course-element .course-element-title{font-size:1.5rem}}@media only screen and (min-width:1024px){.course-element .course-element-title{font-size:1.625rem}}.course-element .course-element-subtitle{font-weight:600;font-size:1.375rem}.course-element .course-content-description{font-weight:500;font-size:1rem;line-height:1.5;font-weight:400;margin-bottom:2.5rem}@media only screen and (min-width:768px){.course-element .course-content-description{height:11.875rem}}.course-element .course-element-content{margin-top:auto}.course-element .course-element-content-title{font-size:1.25rem;font-weight:600;margin-bottom:.9375rem}.course-element .course-element-content-list{margin-bottom:2.5rem;padding-left:0;list-style-type:none}.course-element .course-element-content-item{margin-bottom:.3125rem;display:flex;gap:.3125rem}.course-element .course-element-content-item svg{flex-shrink:0;color:var(--color-main)}.course-element .course-element-cta{border:none;margin:0;padding:0;width:auto;overflow:visible;background:transparent;color:inherit;font:inherit;line-height:normal;text-decoration:none;cursor:pointer;border-radius:0;white-space:normal;-webkit-font-smoothing:inherit;-moz-osx-font-smoothing:inherit;-webkit-appearance:none;background-color:var(--color-main);padding:.625rem .9375rem;color:var(--white);border-radius:1.5625rem;display:inline-block;border:.0625rem solid transparent;transition:background-color var(--transition-out-hover),color var(--transition-out-hover);width:100%;text-align:center}.course-element .course-element-cta:not(input){-webkit-user-select:none;user-select:none}.course-element .course-element-cta:hover{text-decoration:none}.course-element .course-element-cta::-moz-focus-inner{border:0;padding:0}.course-element .course-element-cta:not([disabled]):hover,.course-element .course-element-cta:not([disabled]):focus{background-color:transparent;border:.0625rem solid var(--color-main);color:var(--color-main);transition:background-color var(--transition-in-hover),color var(--transition-in-hover)}@media only screen and (min-width:768px){.course-element .course-element-cta{position:absolute;bottom:0rem}}.content-media{margin-bottom:calc(var(--vertical-spacing-mobile) * .8)}@media only screen and (min-width:768px){.content-media{margin-bottom:calc(var(--vertical-spacing-tablet) * .8)}}@media only screen and (min-width:1024px){.content-media{margin-bottom:calc(var(--vertical-spacing-desktop) * .8)}}.content-media .content-media-wrapper{position:relative;margin-left:auto;margin-right:auto;width:var(--wrapper-width-sm);max-width:var(--wrapper-max);display:flex;align-items:center;flex-direction:column}@media only screen and (min-width:1024px){.content-media .content-media-wrapper{width:var(--wrapper-width-md)}}@media only screen and (min-width:1440px){.content-media .content-media-wrapper{width:var(--wrapper-width-lg)}}@media only screen and (min-width:1024px){.content-media .content-media-wrapper{flex-direction:row;gap:5rem}}.content-media .content-media-media{width:100%;margin-bottom:1.25rem}@media only screen and (min-width:1024px){.content-media .content-media-media{margin-bottom:0;width:45%}}.content-media .content-media-media img{object-fit:cover;border-radius:var(--rounded)}@media only screen and (max-width:767px){.content-media .content-media-media img{width:100%;max-height:23.75rem}}@media only screen and (min-width:768px){.content-media .content-media-media img{width:100%;height:31.25rem}}@media only screen and (min-width:1024px){.content-media .content-media-media img{width:100%;height:37.5rem;aspect-ratio:1/1}}.content-media .content-media-content{width:100%}@media only screen and (min-width:1024px){.content-media .content-media-content{width:55%}}.content-media .content-legend{margin-top:.625rem;font-size:.875rem}.content-media .content-media-title{margin-bottom:.3em;line-height:1.2;font-weight:200;font-size:1.75rem;margin-bottom:1.875rem}@media only screen and (min-width:768px){.content-media .content-media-title{font-size:1.875rem}}@media only screen and (min-width:1024px){.content-media .content-media-title{font-size:2.25rem}}@media only screen and (max-width:767px){.content-media .content-media-title{margin-bottom:.625rem}}.content-media .content-media-txt a{text-decoration:underline}.content-media .content-media-txt,.content-media ul{margin-bottom:.9375rem}.content-media .content-media-cta{border:none;margin:0;padding:0;width:auto;overflow:visible;background:transparent;color:inherit;font:inherit;line-height:normal;text-decoration:none;cursor:pointer;border-radius:0;white-space:normal;-webkit-font-smoothing:inherit;-moz-osx-font-smoothing:inherit;-webkit-appearance:none;background-color:var(--color-main);padding:.625rem .9375rem;color:var(--white);border-radius:1.5625rem;display:inline-block;border:.0625rem solid transparent;transition:background-color var(--transition-out-hover),color var(--transition-out-hover);margin-top:.625rem}.content-media .content-media-cta:not(input){-webkit-user-select:none;user-select:none}.content-media .content-media-cta:hover{text-decoration:none}.content-media .content-media-cta::-moz-focus-inner{border:0;padding:0}.content-media .content-media-cta:not([disabled]):hover,.content-media .content-media-cta:not([disabled]):focus{background-color:transparent;border:.0625rem solid var(--color-main);color:var(--color-main);transition:background-color var(--transition-in-hover),color var(--transition-in-hover)}@media only screen and (max-width:767px){.content-media .content-media-cta{margin-top:0rem}}@media only screen and (min-width:1024px){.content-media.content-media--is-reverse .content-media-wrapper{flex-direction:row-reverse}}.figure-element{display:flex;align-items:center;gap:.9375rem}@media only screen and (max-width:767px){.figure-element{margin-top:1.25rem;flex-direction:column;justify-content:center;text-align:center}}.footer{background-color:var(--white);padding-top:calc(var(--vertical-spacing-mobile) * .5)}@media only screen and (min-width:768px){.footer{padding-top:calc(var(--vertical-spacing-tablet) * .5)}}@media only screen and (min-width:1024px){.footer{padding-top:calc(var(--vertical-spacing-desktop) * .5)}}.footer .footer-wrapper{margin-bottom:calc(var(--vertical-spacing-mobile) * .5);position:relative;margin-left:auto;margin-right:auto;width:var(--wrapper-width-sm);max-width:var(--wrapper-max)}@media only screen and (min-width:768px){.footer .footer-wrapper{margin-bottom:calc(var(--vertical-spacing-tablet) * .5)}}@media only screen and (min-width:1024px){.footer .footer-wrapper{margin-bottom:calc(var(--vertical-spacing-desktop) * .5)}}@media only screen and (min-width:1024px){.footer .footer-wrapper{width:var(--wrapper-width-md)}}@media only screen and (min-width:1440px){.footer .footer-wrapper{width:var(--wrapper-width-lg)}}@media only screen and (min-width:768px){.footer .footer-container{display:flex;align-items:center}}.footer .footer-media{display:flex;gap:1.875rem}@media only screen and (max-width:767px){.footer .footer-media{align-items:center;justify-content:center;width:100%;margin-bottom:3.125rem}}@media only screen and (min-width:768px){.footer .footer-media{width:50%;flex-direction:column;align-items:center}}@media only screen and (min-width:1024px){.footer .footer-media{display:flex;align-items:center;flex-direction:row}}.footer .footer-media img{object-fit:cover;height:auto;width:10.3125rem}@media only screen and (min-width:1024px){.footer .footer-media img{width:10.3125rem}}.footer .footer-content{width:50%;display:flex;gap:1.875rem}@media only screen and (max-width:767px){.footer .footer-content{width:100%;flex-wrap:wrap}}.footer .footer-title{margin-bottom:.3em;line-height:1.2;font-weight:200;font-size:1.75rem;color:var(--black);margin-bottom:1.5625rem;font-style:normal;position:relative}@media only screen and (min-width:768px){.footer .footer-title{font-size:1.875rem}}@media only screen and (min-width:1024px){.footer .footer-title{font-size:2.25rem}}.footer .footer-title:after{content:"";position:absolute;left:0;bottom:0;height:.125rem;background-color:var(--color-main);width:20%}.footer .footer-contact,.footer .footer-course,.footer .footer-nav{width:33%}.footer .footer-elements{list-style-type:none;padding-left:0}.footer .footer-element{color:var(--black);margin-bottom:1.25rem;padding-left:.3125rem;font-size:.875rem}.footer .footer-element a,.footer .footer-element button{border:none;margin:0;padding:0;width:auto;overflow:visible;background:transparent;color:inherit;font:inherit;line-height:normal;text-decoration:none;cursor:pointer;border-radius:0;white-space:normal;-webkit-font-smoothing:inherit;-moz-osx-font-smoothing:inherit;-webkit-appearance:none;font-weight:600;font-size:.9375rem;transition:color var(--transition-out-hover)}.footer .footer-element a:not(input),.footer .footer-element button:not(input){-webkit-user-select:none;user-select:none}.footer .footer-element a:hover,.footer .footer-element button:hover{text-decoration:none}.footer .footer-element a::-moz-focus-inner,.footer .footer-element button::-moz-focus-inner{border:0;padding:0}.footer .footer-element a:focus,.footer .footer-element a:hover,.footer .footer-element button:focus,.footer .footer-element button:hover{color:var(--color-main);transition:color var(--transition-in-hover)}.footer .footer-copyright{border-top:.0625rem solid rgba(128,129,145,.4);padding:1.25rem;margin-right:.9375rem;margin-left:.9375rem}@media only screen and (min-width:768px){.footer .footer-copyright{display:flex;align-items:center;justify-content:space-between}}.footer .footer-copyright-rsx{display:flex;align-items:center;gap:1.875rem}@media only screen and (max-width:767px){.footer .footer-copyright-rsx{margin-top:1.875rem}}.footer .footer-legal:hover,.footer .footer-legal:focus{color:var(--color-main)}.footer .footer-rsx-link{display:flex;align-items:center;gap:.625rem;color:var(--color-main)}.footer .footer-rsx-link:hover,.footer .footer-rsx-link:focus{color:var(--color-main)}.footer .cta-fixed-wrapper{position:fixed;right:0;bottom:45%;z-index:49}.footer .cta-fixed-wrapper .cta-fixed{border:none;margin:0;padding:0;width:auto;overflow:visible;background:transparent;color:inherit;font:inherit;line-height:normal;text-decoration:none;cursor:pointer;white-space:normal;-webkit-font-smoothing:inherit;-moz-osx-font-smoothing:inherit;-webkit-appearance:none;background-color:var(--color-main);color:var(--white);border-radius:1.5625rem;display:inline-block;border:.0625rem solid transparent;transition:background-color var(--transition-out-hover),color var(--transition-out-hover);display:flex;align-items:center;gap:.9375rem;border-radius:0;padding:.625rem .9375rem .625rem .625rem;transform:translate(calc(100% - 2.8125rem));transition:transform var(--transition-out-hover),border-radius var(--transition-out-hover)}.footer .cta-fixed-wrapper .cta-fixed:not(input){-webkit-user-select:none;user-select:none}.footer .cta-fixed-wrapper .cta-fixed:hover{text-decoration:none}.footer .cta-fixed-wrapper .cta-fixed::-moz-focus-inner{border:0;padding:0}.footer .cta-fixed-wrapper .cta-fixed:not([disabled]):hover,.footer .cta-fixed-wrapper .cta-fixed:not([disabled]):focus{background-color:transparent;border:.0625rem solid var(--color-main);color:var(--color-main);transition:background-color var(--transition-in-hover),color var(--transition-in-hover)}.footer .cta-fixed-wrapper .cta-fixed:hover:not([disabled]),.footer .cta-fixed-wrapper .cta-fixed:focus:not([disabled]){transition:transform var(--transition-in-hover),border-radius var(--transition-in-hover);transform:translate(0);border-radius:var(--rounded) 0 0 var(--rounded);background-color:var(--color-main);color:var(--white)}.form-group{margin-bottom:1.875rem}.form-group input{-webkit-appearance:none;-moz-appearance:textfield;border:none;box-shadow:#959da533 0 8px 24px;padding:.625rem .9375rem;width:100%;background-color:var(--white);outline:none;border-radius:1.5625rem;margin-top:.3125rem}.form-group input:focus{border:.125rem solid var(--color-main)}.form-group input:-webkit-autofill{-webkit-box-shadow:0 0 0 1.875rem white inset}.form-group textarea{-webkit-appearance:none;-moz-appearance:textfield;border:none;box-shadow:#959da533 0 8px 24px;padding:.625rem .9375rem;background-color:var(--white);outline:none;border-radius:1.5625rem;margin-top:.3125rem;min-height:9.375rem;padding:.5rem .9375rem;width:100%}.form-group textarea:focus{border:.125rem solid var(--color-main)}.form-group textarea:-webkit-autofill{-webkit-box-shadow:0 0 0 1.875rem white inset}.form-group label{font-weight:500;font-size:1rem;line-height:1.5;font-size:.875rem;padding-left:.3125rem;cursor:pointer}.form-group .form-group-error{font-size:.75rem;color:red;padding-left:.625rem;margin-top:.3125rem}.form-submit{border:none;margin:0;padding:0;width:auto;overflow:visible;background:transparent;color:inherit;font:inherit;line-height:normal;text-decoration:none;cursor:pointer;border-radius:0;white-space:normal;-webkit-font-smoothing:inherit;-moz-osx-font-smoothing:inherit;-webkit-appearance:none;background-color:var(--color-main);padding:.625rem .9375rem;color:var(--white);border-radius:1.5625rem;display:inline-block;border:.0625rem solid transparent;transition:background-color var(--transition-out-hover),color var(--transition-out-hover)}.form-submit:not(input){-webkit-user-select:none;user-select:none}.form-submit:hover{text-decoration:none}.form-submit::-moz-focus-inner{border:0;padding:0}.form-submit:not([disabled]):hover,.form-submit:not([disabled]):focus{background-color:transparent;border:.0625rem solid var(--color-main);color:var(--color-main);transition:background-color var(--transition-in-hover),color var(--transition-in-hover)}.filter .filter-content{display:none}.filter .filter-content.is-show{display:block}.filter .filter-actions-container{display:flex;align-items:center;justify-content:center}.filter .filter-actions{margin-bottom:calc(var(--vertical-spacing-mobile) * 1);margin-top:1.875rem;display:flex;align-items:center;gap:1.875rem;background-color:var(--white);box-shadow:#959da533 0 8px 24px;padding:.625rem .9375rem;border-radius:6.0625rem}@media only screen and (min-width:768px){.filter .filter-actions{margin-bottom:calc(var(--vertical-spacing-tablet) * 1)}}@media only screen and (min-width:1024px){.filter .filter-actions{margin-bottom:calc(var(--vertical-spacing-desktop) * 1)}}@media only screen and (max-width:767px){.filter .filter-actions{font-size:.75rem}}.filter .filter-action{border:none;margin:0;padding:0;width:auto;overflow:visible;background:transparent;color:inherit;font:inherit;line-height:normal;text-decoration:none;cursor:pointer;border-radius:0;white-space:normal;-webkit-font-smoothing:inherit;-moz-osx-font-smoothing:inherit;-webkit-appearance:none}.filter .filter-action:not(input){-webkit-user-select:none;user-select:none}.filter .filter-action:hover{text-decoration:none}.filter .filter-action::-moz-focus-inner{border:0;padding:0}.filter .filter-action.is-active{background-color:var(--color-main);color:var(--white);padding:.625rem .9375rem;border-radius:1.5625rem}.filter .filter-content-container{margin-bottom:calc(var(--vertical-spacing-mobile) * 1)}@media only screen and (min-width:768px){.filter .filter-content-container{margin-bottom:calc(var(--vertical-spacing-tablet) * 1)}}@media only screen and (min-width:1024px){.filter .filter-content-container{margin-bottom:calc(var(--vertical-spacing-desktop) * 1)}}.global-header{position:fixed;top:0;right:0;left:0;z-index:50}.global-header .header{background-color:var(--white);height:6.25rem;display:flex;align-items:center;justify-content:center;border-bottom:.0625rem solid rgba(128,129,145,.4);transition:height .2s}.global-header .header.header--mini{transition:height .2s;height:5rem}.global-header .header.header--mini .header-media img{width:7.5rem}.global-header .header-wrapper{position:relative;margin-left:auto;margin-right:auto;width:var(--wrapper-width-sm);max-width:var(--wrapper-max);display:flex;align-items:center;justify-content:space-between}@media only screen and (min-width:1024px){.global-header .header-wrapper{width:var(--wrapper-width-md)}}@media only screen and (min-width:1440px){.global-header .header-wrapper{width:var(--wrapper-width-lg)}}.global-header .header-media img{transition:width .2s,height .2s;object-fit:contain;width:8.75rem;height:auto}@media only screen and (max-width:1199px){.global-header .header-media{z-index:1010}}.global-header .header-title{color:var(--color-main)}.global-header .header-nav{display:flex;align-items:center;gap:2.5rem;background-color:var(--white)}.global-header .header-elements{display:flex;align-items:center;gap:1.875rem;padding-left:0}.global-header .header-element{list-style-type:none}.global-header .header-element-link{text-decoration:none;font-weight:600;font-size:.9375rem;position:relative;transition:color var(--transition-out-hover)}.global-header .header-element-link:focus,.global-header .header-element-link:hover{color:var(--color-main);transition:color var(--transition-in-hover)}.global-header .header-button-container{display:flex;align-items:center;list-style-type:none;gap:1.25rem;padding-left:0}.global-header .header-element-cta{border:none;margin:0;padding:0;width:auto;overflow:visible;background:transparent;color:inherit;font:inherit;line-height:normal;text-decoration:none;cursor:pointer;border-radius:0;white-space:normal;-webkit-font-smoothing:inherit;-moz-osx-font-smoothing:inherit;-webkit-appearance:none;background-color:var(--color-main);padding:.625rem .9375rem;color:var(--white);border-radius:1.5625rem;display:inline-block;border:.0625rem solid transparent;transition:background-color var(--transition-out-hover),color var(--transition-out-hover);font-size:.9375rem;display:flex;align-items:center;gap:.625rem}.global-header .header-element-cta:not(input){-webkit-user-select:none;user-select:none}.global-header .header-element-cta:hover{text-decoration:none}.global-header .header-element-cta::-moz-focus-inner{border:0;padding:0}.global-header .header-element-cta:not([disabled]):hover,.global-header .header-element-cta:not([disabled]):focus{background-color:transparent;border:.0625rem solid var(--color-main);color:var(--color-main);transition:background-color var(--transition-in-hover),color var(--transition-in-hover)}.global-header .header-burger{border:none;margin:0;padding:0;width:auto;overflow:visible;background:transparent;color:inherit;font:inherit;line-height:normal;text-decoration:none;cursor:pointer;border-radius:0;white-space:normal;-webkit-font-smoothing:inherit;-moz-osx-font-smoothing:inherit;-webkit-appearance:none;position:absolute;top:50%;transform:translateY(-50%);right:0;z-index:1;padding:.9375rem;outline:none;margin-left:-.9375rem;z-index:50}.global-header .header-burger:not(input){-webkit-user-select:none;user-select:none}.global-header .header-burger:hover{text-decoration:none}.global-header .header-burger::-moz-focus-inner{border:0;padding:0}.global-header .header-burger-inner{position:relative;width:1.5rem;height:1.1875rem;display:block;margin-top:.3125rem;pointer-events:none}.global-header .header-burger-inner i{display:block;position:absolute;height:.0625rem;width:100%;border-radius:.125rem;opacity:1;left:0;transform:rotate(0);transition:.25s ease-in-out;background-color:var(--black);pointer-events:none}.global-header .header-burger-inner i:nth-child(1){top:0rem}.global-header .header-burger-inner i:nth-child(2),.global-header .header-burger-inner i:nth-child(3){top:.4375rem}.global-header .header-burger-inner i:nth-child(4){top:.875rem}.global-header .top-header{display:flex;align-items:center;justify-content:end;gap:1.25rem;padding:.625rem;background-color:var(--white);border-bottom:.0625rem solid rgba(128,129,145,.4)}.global-header .top-header-nav{padding-left:0;list-style-type:none}.global-header .logout-button{border:none;margin:0;padding:0;width:auto;overflow:visible;background:transparent;color:inherit;font:inherit;line-height:normal;text-decoration:none;cursor:pointer;border-radius:0;white-space:normal;-webkit-font-smoothing:inherit;-moz-osx-font-smoothing:inherit;-webkit-appearance:none;background-color:var(--color-main);padding:.625rem .9375rem;color:var(--white);border-radius:1.5625rem;display:inline-block;border:.0625rem solid transparent;transition:background-color var(--transition-out-hover),color var(--transition-out-hover)}.global-header .logout-button:not(input){-webkit-user-select:none;user-select:none}.global-header .logout-button:hover{text-decoration:none}.global-header .logout-button::-moz-focus-inner{border:0;padding:0}.global-header .logout-button:not([disabled]):hover,.global-header .logout-button:not([disabled]):focus{background-color:transparent;border:.0625rem solid var(--color-main);color:var(--color-main);transition:background-color var(--transition-in-hover),color var(--transition-in-hover)}@media only screen and (min-width:1200px){.header-burger{display:none}}@media only screen and (max-width:1199px){.header-nav{position:fixed;top:0;left:0;bottom:0;padding:7.5rem 2.5rem;width:100%;transform:translate(200%);transition:transform .3s;z-index:5}}@media only screen and (max-width:1199px){.is-menu-open{overflow:hidden;-webkit-overflow-scrolling:auto}.is-menu-open .header-nav{transform:translate(0);flex-direction:column;align-items:flex-start;gap:1.875rem}.is-menu-open .header-elements,.is-menu-open .header-button-container{flex-direction:column;align-items:flex-start}.is-menu-open .header-burger-inner i:nth-child(1){top:50%;width:0%;left:50%}.is-menu-open .header-burger-inner i:nth-child(2){transform:rotate(45deg)}.is-menu-open .header-burger-inner i:nth-child(3){transform:rotate(-45deg)}.is-menu-open .header-burger-inner i:nth-child(4){top:50%;width:0%;left:50%}}.headline-content{margin-bottom:calc(var(--vertical-spacing-mobile) * .5)}@media only screen and (min-width:768px){.headline-content{margin-bottom:calc(var(--vertical-spacing-tablet) * .5)}}@media only screen and (min-width:1024px){.headline-content{margin-bottom:calc(var(--vertical-spacing-desktop) * .5)}}.headline-content .headline-title{margin-bottom:.3em;line-height:1.2;font-weight:200;font-style:italic;font-size:1.875rem;margin-bottom:.9375rem}@media only screen and (min-width:768px){.headline-content .headline-title{font-size:2.25rem}}@media only screen and (min-width:1024px){.headline-content .headline-title{font-size:2.625rem}}@media only screen and (min-width:1440px){.headline-content .headline-title{font-size:3.125rem}}@media only screen and (min-width:1024px){.headline-content .headline-title{text-align:center}}.headline-content .headline-description{font-weight:500;font-size:1rem;line-height:1.5;margin-bottom:.625rem}@media only screen and (min-width:1024px){.headline-content .headline-description{text-align:center;max-width:70%;margin-right:auto;margin-left:auto}}.headline-content .headline-description:last-child{margin-bottom:0}.hero-banner{margin-bottom:calc(var(--vertical-spacing-mobile) * 1)}@media only screen and (min-width:768px){.hero-banner{margin-bottom:calc(var(--vertical-spacing-tablet) * 1)}}@media only screen and (min-width:1024px){.hero-banner{margin-bottom:calc(var(--vertical-spacing-desktop) * 1)}}.hero-banner .hero-banner-wrapper{position:relative;margin-left:auto;margin-right:auto;width:var(--wrapper-width-sm);max-width:var(--wrapper-max);margin-bottom:calc(var(--vertical-spacing-mobile) * 1);margin-bottom:1.875rem;display:flex;align-items:center;flex-direction:column-reverse}@media only screen and (min-width:1024px){.hero-banner .hero-banner-wrapper{width:var(--wrapper-width-md)}}@media only screen and (min-width:1440px){.hero-banner .hero-banner-wrapper{width:var(--wrapper-width-lg)}}@media only screen and (min-width:768px){.hero-banner .hero-banner-wrapper{margin-bottom:calc(var(--vertical-spacing-tablet) * 1)}}@media only screen and (min-width:1024px){.hero-banner .hero-banner-wrapper{margin-bottom:calc(var(--vertical-spacing-desktop) * 1)}}@media only screen and (min-width:768px){.hero-banner .hero-banner-wrapper{flex-direction:row;gap:1.875rem}}@media only screen and (min-width:1024px){.hero-banner .hero-banner-wrapper{flex-direction:row}}.hero-banner .hero-banner-title-container{display:inline-block}.hero-banner .hero-banner-title{margin-bottom:.3em;line-height:1.2;font-weight:200;font-size:2.5rem;margin-bottom:.3125rem;color:var(--color-main)}@media only screen and (min-width:768px){.hero-banner .hero-banner-title{font-size:2.8125rem}}@media only screen and (min-width:1024px){.hero-banner .hero-banner-title{font-size:3.4375rem}}@media only screen and (min-width:1440px){.hero-banner .hero-banner-title{font-size:4.0625rem}}.hero-banner .hero-banner-subtitle{margin-bottom:.3em;line-height:1.2;font-weight:200;font-style:italic;font-size:1.875rem;text-align:center}@media only screen and (min-width:768px){.hero-banner .hero-banner-subtitle{font-size:2.25rem}}@media only screen and (min-width:1024px){.hero-banner .hero-banner-subtitle{font-size:2.625rem}}@media only screen and (min-width:1440px){.hero-banner .hero-banner-subtitle{font-size:3.125rem}}.hero-banner .hero-banner-container{width:100%}@media only screen and (min-width:768px){.hero-banner .hero-banner-container{width:50%}}@media only screen and (min-width:1024px){.hero-banner .hero-banner-container{width:55%}}.hero-banner .hero-banner-content{font-weight:500;font-size:1rem;line-height:1.5;color:var(--color-grey);margin-bottom:1.25rem}.hero-banner .hero-banner-button{border:none;margin:0;padding:0;width:auto;overflow:visible;background:transparent;color:inherit;font:inherit;line-height:normal;text-decoration:none;cursor:pointer;border-radius:0;white-space:normal;-webkit-font-smoothing:inherit;-moz-osx-font-smoothing:inherit;-webkit-appearance:none;background-color:var(--color-main);padding:.625rem .9375rem;color:var(--white);border-radius:1.5625rem;display:inline-block;border:.0625rem solid transparent;transition:background-color var(--transition-out-hover),color var(--transition-out-hover)}.hero-banner .hero-banner-button:not(input){-webkit-user-select:none;user-select:none}.hero-banner .hero-banner-button:hover{text-decoration:none}.hero-banner .hero-banner-button::-moz-focus-inner{border:0;padding:0}.hero-banner .hero-banner-button:not([disabled]):hover,.hero-banner .hero-banner-button:not([disabled]):focus{background-color:transparent;border:.0625rem solid var(--color-main);color:var(--color-main);transition:background-color var(--transition-in-hover),color var(--transition-in-hover)}.hero-banner .hero-banner-media-container{position:relative;width:100%}@media only screen and (max-width:767px){.hero-banner .hero-banner-media-container{margin-bottom:1.875rem}}@media only screen and (min-width:768px){.hero-banner .hero-banner-media-container{width:50%;height:40.375rem}}@media only screen and (min-width:1024px){.hero-banner .hero-banner-media-container{width:45%}}.hero-banner .hero-banner-swiper{overflow:hidden;height:100%;width:100%}.hero-banner .hero-banner-swiper-wrapper{width:100%;height:100%}.hero-banner .hero-banner-swiper-slide{height:100%}.hero-banner .hero-banner-swiper-slide img{object-fit:cover;width:100%;height:100%;border-radius:var(--rounded)}.hero-banner .swiper-pagination-bullet-active{background:var(--color-main)}.hero-banner .swiper-pagination-fraction,.hero-banner .swiper-pagination-custom,.hero-banner .swiper-horizontal>.swiper-pagination-bullets,.hero-banner .swiper-pagination-bullets.swiper-pagination-horizontal{bottom:-1.875rem}.tuile{margin-bottom:calc(var(--vertical-spacing-mobile) * 1)}@media only screen and (min-width:768px){.tuile{margin-bottom:calc(var(--vertical-spacing-tablet) * 1)}}@media only screen and (min-width:1024px){.tuile{margin-bottom:calc(var(--vertical-spacing-desktop) * 1)}}.tuile .tuile-wrapper{position:relative;margin-left:auto;margin-right:auto;width:var(--wrapper-width-sm);max-width:var(--wrapper-max)}@media only screen and (min-width:1024px){.tuile .tuile-wrapper{width:var(--wrapper-width-md)}}@media only screen and (min-width:1440px){.tuile .tuile-wrapper{width:var(--wrapper-width-lg)}}.tuile .tuile-container{display:flex;align-items:center;flex-direction:column-reverse}@media only screen and (min-width:1024px){.tuile .tuile-container{flex-direction:row;align-items:center;gap:5rem}}.tuile .tuile-content-container{width:100%}@media only screen and (min-width:1024px){.tuile .tuile-content-container{width:50%}}.tuile .tuile-title{margin-bottom:.3em;line-height:1.2;font-weight:200;font-size:1.75rem}@media only screen and (min-width:768px){.tuile .tuile-title{font-size:1.875rem}}@media only screen and (min-width:1024px){.tuile .tuile-title{font-size:2.25rem}}.tuile .tuile-content,.tuile ul{font-weight:500;font-size:1rem;line-height:1.5;margin-bottom:1.25rem}.tuile .tuile-cta{border:none;margin:0;padding:0;width:auto;overflow:visible;background:transparent;color:inherit;font:inherit;line-height:normal;text-decoration:none;cursor:pointer;border-radius:0;white-space:normal;-webkit-font-smoothing:inherit;-moz-osx-font-smoothing:inherit;-webkit-appearance:none;background-color:var(--color-main);padding:.625rem .9375rem;color:var(--white);border-radius:1.5625rem;display:inline-block;border:.0625rem solid transparent;transition:background-color var(--transition-out-hover),color var(--transition-out-hover)}.tuile .tuile-cta:not(input){-webkit-user-select:none;user-select:none}.tuile .tuile-cta:hover{text-decoration:none}.tuile .tuile-cta::-moz-focus-inner{border:0;padding:0}.tuile .tuile-cta:not([disabled]):hover,.tuile .tuile-cta:not([disabled]):focus{background-color:transparent;border:.0625rem solid var(--color-main);color:var(--color-main);transition:background-color var(--transition-in-hover),color var(--transition-in-hover)}.tuile .tuile-media{width:100%;margin-bottom:1.25rem}@media only screen and (min-width:1024px){.tuile .tuile-media{margin-bottom:0;width:50%}}.tuile .tuile-media img{object-fit:cover;width:100%;height:100%;border-radius:var(--rounded)}@media only screen and (min-width:1024px){.tuile .tuile-media img{max-height:30.625rem}}.tuile .tuile-media iframe{width:100%;height:28.125rem}@media only screen and (min-width:1024px){.tuile .tuile-media iframe{max-height:24.375rem}}@media only screen and (min-width:1024px){.tuile.tuile--is-reverse .tuile-container{flex-direction:row-reverse}}.tuile.tuile--color-light{padding-top:calc(var(--vertical-spacing-mobile) * 1);background-color:var(--color-main);color:var(--white)}@media only screen and (min-width:768px){.tuile.tuile--color-light{padding-top:calc(var(--vertical-spacing-tablet) * 1)}}@media only screen and (min-width:1024px){.tuile.tuile--color-light{padding-top:calc(var(--vertical-spacing-desktop) * 1)}}.push-contact{padding-top:calc(var(--vertical-spacing-mobile) * 1);padding-bottom:calc(var(--vertical-spacing-mobile) * 1)}@media only screen and (min-width:768px){.push-contact{padding-top:calc(var(--vertical-spacing-tablet) * 1)}}@media only screen and (min-width:1024px){.push-contact{padding-top:calc(var(--vertical-spacing-desktop) * 1)}}@media only screen and (min-width:768px){.push-contact{padding-bottom:calc(var(--vertical-spacing-tablet) * 1)}}@media only screen and (min-width:1024px){.push-contact{padding-bottom:calc(var(--vertical-spacing-desktop) * 1)}}.push-contact .push-contact-wrapper{position:relative;margin-left:auto;margin-right:auto;width:var(--wrapper-width-sm);max-width:var(--wrapper-max);max-width:43.75rem;text-align:center}@media only screen and (min-width:1024px){.push-contact .push-contact-wrapper{width:var(--wrapper-width-md)}}@media only screen and (min-width:1440px){.push-contact .push-contact-wrapper{width:var(--wrapper-width-lg)}}.push-contact .push-contact-title{margin-bottom:.3em;line-height:1.2;font-weight:200;font-style:italic;font-size:1.875rem}@media only screen and (min-width:768px){.push-contact .push-contact-title{font-size:2.25rem}}@media only screen and (min-width:1024px){.push-contact .push-contact-title{font-size:2.625rem}}@media only screen and (min-width:1440px){.push-contact .push-contact-title{font-size:3.125rem}}.push-contact .push-contact-text{margin-bottom:1.25rem}.push-contact .push-contact-cta{border:none;margin:0;padding:0;width:auto;overflow:visible;background:transparent;color:inherit;font:inherit;line-height:normal;text-decoration:none;cursor:pointer;border-radius:0;white-space:normal;-webkit-font-smoothing:inherit;-moz-osx-font-smoothing:inherit;-webkit-appearance:none;background-color:var(--color-main);padding:.625rem .9375rem;color:var(--white);border-radius:1.5625rem;display:inline-block;border:.0625rem solid transparent;transition:background-color var(--transition-out-hover),color var(--transition-out-hover)}.push-contact .push-contact-cta:not(input){-webkit-user-select:none;user-select:none}.push-contact .push-contact-cta:hover{text-decoration:none}.push-contact .push-contact-cta::-moz-focus-inner{border:0;padding:0}.push-contact .push-contact-cta:not([disabled]):hover,.push-contact .push-contact-cta:not([disabled]):focus{background-color:transparent;border:.0625rem solid var(--color-main);color:var(--color-main);transition:background-color var(--transition-in-hover),color var(--transition-in-hover)}.review-element{z-index:10;background-color:var(--white);color:var(--black);padding:.625rem .9375rem;border-radius:var(--rounded);display:flex;flex-direction:column;justify-content:space-between}@media only screen and (min-width:768px){.review-element{padding:1.25rem 1.875rem}}.review-element .review-header{display:flex;gap:.625rem}.review-element .review-header-media{width:2.1875rem;height:2.1875rem;border-radius:100%}.review-element .review-header-media img{object-fit:cover;width:100%;height:auto}.review-element .review-title{margin-bottom:.3em;line-height:1.2;margin-bottom:.125rem}.review-element .review-date{margin-bottom:.3125rem;font-size:.8125rem;color:gray}.review-element .review-rating{position:relative;margin-bottom:1.25rem}.review-element .review-rating svg{width:1.25rem;height:1.25rem;fill:var(--color-main)}.review-element .review-link{display:flex;align-items:center;gap:.625rem;margin-top:1.25rem}.review-element .review-link svg{margin-top:.1875rem;transition:transform .25s cubic-bezier(.25,.46,.45,.94)}.review-element .review-link:hover,.review-element .review-link:focus{color:var(--color-main)}.review-element .review-link:hover svg,.review-element .review-link:focus svg{transform:translate(5px);transition:transform .25s cubic-bezier(.25,.46,.45,.94)}.review-element .review-rating-full{position:absolute;left:0;top:0}.review-element .review-rating-full[data-review-rating="1"] svg:nth-child(2){display:none}.review-element .review-rating-full[data-review-rating="1"] svg:nth-child(3){display:none}.review-element .review-rating-full[data-review-rating="1"] svg:nth-child(4){display:none}.review-element .review-rating-full[data-review-rating="1"] svg:nth-child(5){display:none}.review-element .review-rating-full[data-review-rating="2"] svg:nth-child(3){display:none}.review-element .review-rating-full[data-review-rating="2"] svg:nth-child(4){display:none}.review-element .review-rating-full[data-review-rating="2"] svg:nth-child(5){display:none}.review-element .review-rating-full[data-review-rating="3"] svg:nth-child(4){display:none}.review-element .review-rating-full[data-review-rating="3"] svg:nth-child(5){display:none}.review-element .review-rating-full[data-review-rating="4"] svg:nth-child(5){display:none}.review-element .review-rating-empty,.review-element .review-rating-full{display:flex}.book-coach{position:fixed;right:0;top:0;bottom:0;z-index:1010;background-color:var(--white);transform:translate(200%);transition:transform .3s;border-left:.625rem solid var(--color-main);overflow:scroll;width:100%}@media only screen and (min-width:768px){.book-coach{width:43.75rem}}.book-coach .book-coach-wrapper{width:90%;margin-left:auto;margin-right:auto;padding-top:3.75rem;padding-bottom:6.25rem}.book-coach .book-coach-close{border:none;margin:0;padding:0;width:auto;overflow:visible;background:transparent;color:inherit;font:inherit;line-height:normal;text-decoration:none;cursor:pointer;border-radius:0;white-space:normal;-webkit-font-smoothing:inherit;-moz-osx-font-smoothing:inherit;-webkit-appearance:none;position:absolute;top:.9375rem;right:.9375rem;z-index:60}.book-coach .book-coach-close:not(input){-webkit-user-select:none;user-select:none}.book-coach .book-coach-close:hover{text-decoration:none}.book-coach .book-coach-close::-moz-focus-inner{border:0;padding:0}.book-coach .book-caoch-title{margin-bottom:.3em;line-height:1.2;font-weight:200;font-size:1.75rem}@media only screen and (min-width:768px){.book-coach .book-caoch-title{font-size:1.875rem}}@media only screen and (min-width:1024px){.book-coach .book-caoch-title{font-size:2.25rem}}.book-coach .book-coach-text{margin-bottom:2.5rem;color:gray}.book-coach .form-group-container{display:grid;grid-template-columns:repeat(2,1fr);column-gap:1.875rem}@media only screen and (max-width:767px){.book-coach .form-group-container{grid-template-columns:repeat(1,1fr)}}.book-coach select{-webkit-appearance:none;-moz-appearance:textfield;border:none;box-shadow:#959da533 0 8px 24px;width:100%;background-color:var(--white);outline:none;border-radius:1.5625rem;margin-top:.3125rem;cursor:pointer;background-size:.9375rem;background-position:calc(100% - .9375rem) center;background-repeat:no-repeat;padding:.625rem 2.5rem .625rem .9375rem;-moz-appearance:none}.book-coach select:focus{border:.125rem solid var(--color-main)}.book-coach select:-webkit-autofill{-webkit-box-shadow:0 0 0 1.875rem white inset}.book-coach .form-submit{width:100%;padding:.75rem 1rem;height:3.375rem;margin-top:1.25rem}.is-book-coach-open{overflow:hidden;position:relative}.is-book-coach-open:after{content:"";position:absolute;inset:0;background-color:#00000080;z-index:60;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.is-book-coach-open .book-coach{transform:translate(0)}.is-book-coach-open .book-coach-legend{margin-bottom:1.875rem;font-size:.8125rem;text-align:right}.is-book-coach-open .form-group{position:relative}.is-book-coach-open .form-group svg{position:absolute;right:.9375rem;top:55%;pointer-events:none}.is-book-coach-open .form-group:has(.form-group-error) svg{top:40%}.flash-message{position:fixed;top:.625rem;left:50%;z-index:100;transform:translateY(-200%) translate(-50%);transition:transform .23s cubic-bezier(.21,1.02,.73,1) 0s}.flash-message .flash-message-wrapper{position:relative;background-color:var(--black);color:var(--white);padding:.9375rem 3.125rem .9375rem .9375rem;border-radius:var(--rounded-sm)}.flash-message .flash-message-text{display:flex;align-items:center;gap:.625rem}.flash-message .flash-message-close{border:none;margin:0;padding:0;width:auto;overflow:visible;background:transparent;color:inherit;font:inherit;line-height:normal;text-decoration:none;cursor:pointer;border-radius:0;white-space:normal;-webkit-font-smoothing:inherit;-moz-osx-font-smoothing:inherit;-webkit-appearance:none;position:absolute;right:.3125rem;top:.3125rem}.flash-message .flash-message-close:not(input){-webkit-user-select:none;user-select:none}.flash-message .flash-message-close:hover{text-decoration:none}.flash-message .flash-message-close::-moz-focus-inner{border:0;padding:0}.is-flash-message .flash-message{transform:translate(-50%) translateY(0);transition:transform .23s cubic-bezier(.21,1.02,.73,1) 0s}.page-box .box-container{margin-bottom:calc(var(--vertical-spacing-mobile) * 1)}@media only screen and (min-width:768px){.page-box .box-container{margin-bottom:calc(var(--vertical-spacing-tablet) * 1)}}@media only screen and (min-width:1024px){.page-box .box-container{margin-bottom:calc(var(--vertical-spacing-desktop) * 1)}}.page-box .box-media{position:relative;margin-left:auto;margin-right:auto;width:var(--wrapper-width-sm);max-width:var(--wrapper-max);margin-bottom:1.25rem}@media only screen and (min-width:1024px){.page-box .box-media{width:var(--wrapper-width-md)}}@media only screen and (min-width:1440px){.page-box .box-media{width:var(--wrapper-width-lg)}}@media only screen and (min-width:1024px){.page-box .box-media{margin-bottom:2.5rem}}.page-box .box-media img{max-height:31.875rem;object-fit:cover;object-position:center;height:auto;width:100%;border-radius:var(--rounded)}.page-box .box-number{position:relative;margin-left:auto;margin-right:auto;width:var(--wrapper-width-sm);max-width:var(--wrapper-max);display:grid;grid-template-columns:repeat(2,1fr);text-align:center}@media only screen and (min-width:1024px){.page-box .box-number{width:var(--wrapper-width-md)}}@media only screen and (min-width:1440px){.page-box .box-number{width:var(--wrapper-width-lg)}}@media only screen and (min-width:768px){.page-box .box-number{grid-template-columns:repeat(4,1fr)}}.page-box .box-number-element{border-right:.0625rem solid var(--black)}.page-box .box-number-element:last-child{border:none}@media only screen and (max-width:767px){.page-box .box-number-element{margin-bottom:1.25rem}.page-box .box-number-element:nth-child(2){border:none}}.page-box .box-number-value{margin-bottom:.3em;line-height:1.2;font-weight:200;font-size:1.75rem;font-weight:600;color:var(--color-main);display:flex;align-items:center;justify-content:center}@media only screen and (min-width:768px){.page-box .box-number-value{font-size:1.875rem}}@media only screen and (min-width:1024px){.page-box .box-number-value{font-size:2.25rem}}.page-box .box-team{padding-top:calc(var(--vertical-spacing-mobile) * 1);padding-bottom:calc(var(--vertical-spacing-mobile) * 1);background-color:var(--color-main);color:var(--white)}@media only screen and (min-width:768px){.page-box .box-team{padding-top:calc(var(--vertical-spacing-tablet) * 1)}}@media only screen and (min-width:1024px){.page-box .box-team{padding-top:calc(var(--vertical-spacing-desktop) * 1)}}@media only screen and (min-width:768px){.page-box .box-team{padding-bottom:calc(var(--vertical-spacing-tablet) * 1)}}@media only screen and (min-width:1024px){.page-box .box-team{padding-bottom:calc(var(--vertical-spacing-desktop) * 1)}}.page-box .box-team-wrapper{position:relative;margin-left:auto;margin-right:auto;width:var(--wrapper-width-sm);max-width:var(--wrapper-max)}@media only screen and (min-width:1024px){.page-box .box-team-wrapper{width:var(--wrapper-width-md)}}@media only screen and (min-width:1440px){.page-box .box-team-wrapper{width:var(--wrapper-width-lg)}}.page-box .box-team-element-container{display:grid;gap:1.875rem}@media only screen and (min-width:768px){.page-box .box-team-element-container{grid-template-columns:repeat(2,1fr)}}@media only screen and (min-width:1024px){.page-box .box-team-element-container{grid-template-columns:repeat(3,1fr)}}.page-box .box-team-media{margin-bottom:.625rem;position:relative;padding-bottom:100%;overflow:hidden}.page-box .box-team-media img{position:absolute;top:0;left:0;width:100%;height:100%;transition:opacity .5s ease;object-fit:cover;border-radius:.625rem;aspect-ratio:1/1}.page-box .box-team-media .box-team-media-hover,.page-box .box-team-media:hover .box-team-media-basic{opacity:0}.page-box .box-team-media:hover .box-team-media-hover{opacity:1}.page-box .box-team-title{font-weight:600}.page-box .box-team-title,.page-box .box-team-detail{text-align:center}.page-box .headline-content{position:relative;margin-left:auto;margin-right:auto;width:var(--wrapper-width-sm);max-width:var(--wrapper-max);margin-bottom:3.75rem}@media only screen and (min-width:1024px){.page-box .headline-content{width:var(--wrapper-width-md)}}@media only screen and (min-width:1440px){.page-box .headline-content{width:var(--wrapper-width-lg)}}@media only screen and (max-width:767px){.page-box .headline-content{margin-bottom:1.875rem}}.page-box .box-container-carousel{margin-bottom:calc(var(--vertical-spacing-mobile) * 1)}@media only screen and (min-width:768px){.page-box .box-container-carousel{margin-bottom:calc(var(--vertical-spacing-tablet) * 1)}}@media only screen and (min-width:1024px){.page-box .box-container-carousel{margin-bottom:calc(var(--vertical-spacing-desktop) * 1)}}.page-box .box-container-title{margin-bottom:.3em;line-height:1.2;font-weight:200;font-size:1.75rem;text-align:center}@media only screen and (min-width:768px){.page-box .box-container-title{font-size:1.875rem}}@media only screen and (min-width:1024px){.page-box .box-container-title{font-size:2.25rem}}.page-box .box-container-content{position:relative;width:var(--wrapper-width-sm);max-width:var(--wrapper-max);text-align:center;max-width:50rem;margin-right:auto;margin-left:auto;margin-bottom:3.125rem}@media only screen and (min-width:1024px){.page-box .box-container-content{width:var(--wrapper-width-md)}}@media only screen and (min-width:1440px){.page-box .box-container-content{width:var(--wrapper-width-lg)}}.page-box .box-carousel-wrapper{position:relative;margin-left:auto;margin-right:auto;width:var(--wrapper-width-sm);max-width:var(--wrapper-max);display:flex;align-items:center;flex-direction:column}@media only screen and (min-width:1024px){.page-box .box-carousel-wrapper{width:var(--wrapper-width-md)}}@media only screen and (min-width:1440px){.page-box .box-carousel-wrapper{width:var(--wrapper-width-lg)}}@media only screen and (min-width:1024px){.page-box .box-carousel-wrapper{flex-direction:row;gap:5rem}}.page-box .box-content-container{width:100%;margin-bottom:1.875rem}@media only screen and (min-width:1024px){.page-box .box-content-container{margin-bottom:0;width:50%}}.page-box .box-content-container ul{margin-bottom:1.25rem}.page-box .box-media-container{position:relative;width:100%}@media only screen and (max-width:767px){.page-box .box-media-container{margin-bottom:.625rem}}@media only screen and (min-width:1024px){.page-box .box-media-container{width:50%}}.page-box .box-content{margin-bottom:1.25rem}.page-box .box-cta{border:none;margin:0;padding:0;width:auto;overflow:visible;background:transparent;color:inherit;font:inherit;line-height:normal;text-decoration:none;cursor:pointer;border-radius:0;white-space:normal;-webkit-font-smoothing:inherit;-moz-osx-font-smoothing:inherit;-webkit-appearance:none;background-color:var(--color-main);padding:.625rem .9375rem;color:var(--white);border-radius:1.5625rem;display:inline-block;border:.0625rem solid transparent;transition:background-color var(--transition-out-hover),color var(--transition-out-hover)}.page-box .box-cta:not(input){-webkit-user-select:none;user-select:none}.page-box .box-cta:hover{text-decoration:none}.page-box .box-cta::-moz-focus-inner{border:0;padding:0}.page-box .box-cta:not([disabled]):hover,.page-box .box-cta:not([disabled]):focus{background-color:transparent;border:.0625rem solid var(--color-main);color:var(--color-main);transition:background-color var(--transition-in-hover),color var(--transition-in-hover)}.page-box .box-swiper-slide{height:100%}.page-box .box-swiper-slide img{object-fit:cover;width:100%;height:100%;border-radius:var(--rounded)}.page-box .swiper-pagination-bullet-active{background:var(--color-main)}.page-box .swiper-pagination-fraction,.page-box .swiper-pagination-custom,.page-box .swiper-horizontal>.swiper-pagination-bullets,.page-box .swiper-pagination-bullets.swiper-pagination-horizontal{bottom:-1.875rem}.contact{padding-bottom:calc(var(--vertical-spacing-mobile) * 1)}@media only screen and (min-width:768px){.contact{padding-bottom:calc(var(--vertical-spacing-tablet) * 1)}}@media only screen and (min-width:1024px){.contact{padding-bottom:calc(var(--vertical-spacing-desktop) * 1)}}.contact .contact-wrapper{position:relative;margin-left:auto;margin-right:auto;width:var(--wrapper-width-sm);max-width:var(--wrapper-max)}@media only screen and (min-width:1024px){.contact .contact-wrapper{width:var(--wrapper-width-md)}}@media only screen and (min-width:1440px){.contact .contact-wrapper{width:var(--wrapper-width-lg)}}.contact .contact-container{display:flex;align-items:center;flex-direction:column-reverse;gap:1.875rem}@media only screen and (min-width:768px){.contact .contact-container{flex-direction:row}}@media only screen and (min-width:1024px){.contact .contact-container{gap:3.125rem}}@media only screen and (min-width:1440px){.contact .contact-container{gap:5rem}}.contact .contact-form,.contact .contact-map{width:100%}@media only screen and (min-width:768px){.contact .contact-form,.contact .contact-map{width:50%}}.contact .contact-map iframe{position:relative;width:100%;height:28.125rem}.contact .contact-form-legend{margin-bottom:1.875rem;font-size:.8125rem;text-align:right}.page-home .figure{padding-top:calc(var(--vertical-spacing-mobile) * .5);padding-bottom:calc(var(--vertical-spacing-mobile) * .5);background-color:var(--color-main);color:var(--white)}@media only screen and (min-width:768px){.page-home .figure{padding-top:calc(var(--vertical-spacing-tablet) * .5)}}@media only screen and (min-width:1024px){.page-home .figure{padding-top:calc(var(--vertical-spacing-desktop) * .5)}}@media only screen and (min-width:768px){.page-home .figure{padding-bottom:calc(var(--vertical-spacing-tablet) * .5)}}@media only screen and (min-width:1024px){.page-home .figure{padding-bottom:calc(var(--vertical-spacing-desktop) * .5)}}.page-home .figure .figure-wrapper{position:relative;margin-left:auto;margin-right:auto;width:var(--wrapper-width-sm);max-width:var(--wrapper-max);display:flex;align-items:center;justify-content:space-between;flex-direction:column}@media only screen and (min-width:1024px){.page-home .figure .figure-wrapper{width:var(--wrapper-width-md)}}@media only screen and (min-width:1440px){.page-home .figure .figure-wrapper{width:var(--wrapper-width-lg)}}@media only screen and (min-width:1024px){.page-home .figure .figure-wrapper{flex-direction:row}}.page-home .figure .figure-title{margin-bottom:.3em;line-height:1.2;font-weight:200;font-size:1.75rem}@media only screen and (min-width:768px){.page-home .figure .figure-title{font-size:1.875rem}}@media only screen and (min-width:1024px){.page-home .figure .figure-title{font-size:2.25rem}}@media only screen and (max-width:767px){.page-home .figure .figure-title{margin-bottom:1.25rem}}.page-home .figure .figure-container{display:grid;grid-template-columns:repeat(4,1fr);gap:1.875rem}@media only screen and (max-width:767px){.page-home .figure .figure-container{min-width:100%;grid-template-columns:repeat(2,1fr)}}@media only screen and (min-width:768px){.page-home .figure .figure-container{min-width:28.125rem}}@media only screen and (min-width:1024px){.page-home .figure .figure-container{min-width:37.5rem}}@media only screen and (max-width:767px){.page-home .figure .figure-element{place-self:center}}.page-home .courses{margin-bottom:calc(var(--vertical-spacing-mobile) * 1)}@media only screen and (min-width:768px){.page-home .courses{margin-bottom:calc(var(--vertical-spacing-tablet) * 1)}}@media only screen and (min-width:1024px){.page-home .courses{margin-bottom:calc(var(--vertical-spacing-desktop) * 1)}}.page-home .courses .courses-wrapper{position:relative;margin-left:auto;margin-right:auto;width:var(--wrapper-width-sm);max-width:var(--wrapper-max)}@media only screen and (min-width:1024px){.page-home .courses .courses-wrapper{width:var(--wrapper-width-md)}}@media only screen and (min-width:1440px){.page-home .courses .courses-wrapper{width:var(--wrapper-width-lg)}}.page-home .courses .courses-container{display:grid;gap:1.875rem;grid-template-columns:repeat(1,1fr)}@media only screen and (min-width:768px){.page-home .courses .courses-container{grid-template-columns:repeat(2,1fr)}}@media only screen and (min-width:1440px){.page-home .courses .courses-container{grid-template-columns:repeat(4,1fr)}}.page-home .review{padding-top:calc(var(--vertical-spacing-mobile) * 1);padding-bottom:calc(var(--vertical-spacing-mobile) * 1);color:var(--white);position:relative;background-color:var(--color-main)}@media only screen and (min-width:768px){.page-home .review{padding-top:calc(var(--vertical-spacing-tablet) * 1)}}@media only screen and (min-width:1024px){.page-home .review{padding-top:calc(var(--vertical-spacing-desktop) * 1)}}@media only screen and (min-width:768px){.page-home .review{padding-bottom:calc(var(--vertical-spacing-tablet) * 1)}}@media only screen and (min-width:1024px){.page-home .review{padding-bottom:calc(var(--vertical-spacing-desktop) * 1)}}.page-home .review .review-wrapper{position:relative;margin-left:auto;margin-right:auto;width:var(--wrapper-width-sm);max-width:var(--wrapper-max)}@media only screen and (min-width:1024px){.page-home .review .review-wrapper{width:var(--wrapper-width-md)}}@media only screen and (min-width:1440px){.page-home .review .review-wrapper{width:var(--wrapper-width-lg)}}.page-home .review .review-container{display:grid;gap:1.875rem;grid-template-columns:repeat(1,1fr)}@media only screen and (min-width:768px){.page-home .review .review-container{grid-template-columns:repeat(2,1fr)}}@media only screen and (min-width:1024px){.page-home .review .review-container{grid-template-columns:repeat(3,1fr)}}@media only screen and (min-width:1440px){.page-home .review .review-container{grid-template-columns:repeat(4,1fr)}}.page-home .articles-wrapper{margin-bottom:calc(var(--vertical-spacing-mobile) * 1);position:relative;margin-left:auto;margin-right:auto;width:var(--wrapper-width-sm);max-width:var(--wrapper-max)}@media only screen and (min-width:768px){.page-home .articles-wrapper{margin-bottom:calc(var(--vertical-spacing-tablet) * 1)}}@media only screen and (min-width:1024px){.page-home .articles-wrapper{margin-bottom:calc(var(--vertical-spacing-desktop) * 1)}}@media only screen and (min-width:1024px){.page-home .articles-wrapper{width:var(--wrapper-width-md)}}@media only screen and (min-width:1440px){.page-home .articles-wrapper{width:var(--wrapper-width-lg)}}.page-home .articles-wrapper .articles-banner{display:flex;justify-content:space-between;align-items:center;margin-bottom:3.125rem}@media only screen and (max-width:767px){.page-home .articles-wrapper .articles-banner{flex-direction:column;margin-bottom:1.5625rem}}.page-home .articles-wrapper .articles-title{margin-bottom:.3em;line-height:1.2;font-weight:200;font-size:1.75rem}@media only screen and (min-width:768px){.page-home .articles-wrapper .articles-title{font-size:1.875rem}}@media only screen and (min-width:1024px){.page-home .articles-wrapper .articles-title{font-size:2.25rem}}.page-home .articles-wrapper .articles-link{display:flex;align-items:center;gap:.625rem}.page-home .articles-wrapper .articles-link:hover,.page-home .articles-wrapper .articles-link:focus{color:var(--color-main)}.page-home .articles-wrapper .articles-link:hover svg{transform:translate(5px);transition:transform .25s cubic-bezier(.25,.46,.45,.94)}.page-home .articles-wrapper .articles-link svg{margin-top:.1875rem;transition:transform .25s cubic-bezier(.25,.46,.45,.94)}.page-home .articles-wrapper .articles-container{display:grid;gap:1.875rem;grid-template-columns:repeat(1,1fr);grid-auto-rows:1fr}@media only screen and (min-width:768px){.page-home .articles-wrapper .articles-container{grid-template-columns:repeat(2,1fr)}}@media only screen and (min-width:1024px){.page-home .articles-wrapper .articles-container{grid-template-columns:repeat(3,1fr)}}.page-planning.page-content{margin-bottom:calc(var(--vertical-spacing-mobile) * 1);min-height:100vh}@media only screen and (min-width:768px){.page-planning.page-content{margin-bottom:calc(var(--vertical-spacing-tablet) * 1)}}@media only screen and (min-width:1024px){.page-planning.page-content{margin-bottom:calc(var(--vertical-spacing-desktop) * 1)}}.page-planning.page-content .planning iframe{width:100%;min-height:100vh;position:relative}.page-planning.page-content .planning-wrapper{position:relative;margin-left:auto;margin-right:auto;width:var(--wrapper-width-sm);max-width:var(--wrapper-max)}@media only screen and (min-width:1024px){.page-planning.page-content .planning-wrapper{width:var(--wrapper-width-md)}}@media only screen and (min-width:1440px){.page-planning.page-content .planning-wrapper{width:var(--wrapper-width-lg)}}.page-planning.page-content .headline-content{margin-bottom:1.875rem}.page-planning .planning-actions{display:flex;align-items:center;justify-content:center;gap:1.875rem;margin-bottom:3.125rem}.page-planning .planning-cta{border:none;margin:0;padding:0;width:auto;overflow:visible;background:transparent;color:inherit;font:inherit;line-height:normal;text-decoration:none;cursor:pointer;border-radius:0;white-space:normal;-webkit-font-smoothing:inherit;-moz-osx-font-smoothing:inherit;-webkit-appearance:none;background-color:var(--color-main);padding:.625rem .9375rem;color:var(--white);border-radius:1.5625rem;display:inline-block;border:.0625rem solid transparent;transition:background-color var(--transition-out-hover),color var(--transition-out-hover);display:flex;align-items:center;gap:.3125rem}.page-planning .planning-cta:not(input){-webkit-user-select:none;user-select:none}.page-planning .planning-cta:hover{text-decoration:none}.page-planning .planning-cta::-moz-focus-inner{border:0;padding:0}.page-planning .planning-cta:not([disabled]):hover,.page-planning .planning-cta:not([disabled]):focus{background-color:transparent;border:.0625rem solid var(--color-main);color:var(--color-main);transition:background-color var(--transition-in-hover),color var(--transition-in-hover)}.course .course-wrapper{position:relative;margin-left:auto;margin-right:auto;width:var(--wrapper-width-sm);max-width:var(--wrapper-max)}@media only screen and (min-width:1024px){.course .course-wrapper{width:var(--wrapper-width-md)}}@media only screen and (min-width:1440px){.course .course-wrapper{width:var(--wrapper-width-lg)}}.course .headline-content{margin-bottom:1.875rem}.articles{margin-bottom:calc(var(--vertical-spacing-mobile) * 1)}@media only screen and (min-width:768px){.articles{margin-bottom:calc(var(--vertical-spacing-tablet) * 1)}}@media only screen and (min-width:1024px){.articles{margin-bottom:calc(var(--vertical-spacing-desktop) * 1)}}.articles .articles-wrapper{position:relative;margin-left:auto;margin-right:auto;width:var(--wrapper-width-sm);max-width:var(--wrapper-max)}@media only screen and (min-width:1024px){.articles .articles-wrapper{width:var(--wrapper-width-md)}}@media only screen and (min-width:1440px){.articles .articles-wrapper{width:var(--wrapper-width-lg)}}.articles .articles-title{margin-bottom:.3em;line-height:1.2;font-weight:200;font-size:1.75rem;margin-bottom:3.125rem}@media only screen and (min-width:768px){.articles .articles-title{font-size:1.875rem}}@media only screen and (min-width:1024px){.articles .articles-title{font-size:2.25rem}}.articles .articles-container{display:grid;gap:1.875rem;grid-template-columns:repeat(1,1fr);grid-auto-rows:1fr}@media only screen and (min-width:768px){.articles .articles-container{grid-template-columns:repeat(2,1fr)}}@media only screen and (min-width:1024px){.articles .articles-container{grid-template-columns:repeat(3,1fr)}}.articles .article-pagination{text-align:center;margin-top:3.125rem}.articles .article-pagination a{padding:.3125rem .625rem}.articles .article-pagination a.current-page{background-color:var(--color-main);color:var(--white);border-radius:.3125rem}.articles .article-pagination a.current-page:hover{color:var(--white)}.articles .article-pagination a:hover{color:var(--color-main)}.articles .articles-loader{border:16px solid #f3f3f3;border-radius:50%;border-top:16px solid #3498db;width:120px;height:120px;animation:spin 2s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.detail{text-align:center}.detail .detail-banner{padding-top:calc(var(--vertical-spacing-mobile) * .5);padding-bottom:calc(var(--vertical-spacing-mobile) * .5);margin-bottom:calc(var(--vertical-spacing-mobile) * 1);background-color:var(--color-main);color:var(--white)}@media only screen and (min-width:768px){.detail .detail-banner{padding-top:calc(var(--vertical-spacing-tablet) * .5)}}@media only screen and (min-width:1024px){.detail .detail-banner{padding-top:calc(var(--vertical-spacing-desktop) * .5)}}@media only screen and (min-width:768px){.detail .detail-banner{padding-bottom:calc(var(--vertical-spacing-tablet) * .5)}}@media only screen and (min-width:1024px){.detail .detail-banner{padding-bottom:calc(var(--vertical-spacing-desktop) * .5)}}@media only screen and (min-width:768px){.detail .detail-banner{margin-bottom:calc(var(--vertical-spacing-tablet) * 1)}}@media only screen and (min-width:1024px){.detail .detail-banner{margin-bottom:calc(var(--vertical-spacing-desktop) * 1)}}.detail .detail-content{margin-bottom:calc(var(--vertical-spacing-mobile) * 1);text-align:left}@media only screen and (min-width:768px){.detail .detail-content{margin-bottom:calc(var(--vertical-spacing-tablet) * 1)}}@media only screen and (min-width:1024px){.detail .detail-content{margin-bottom:calc(var(--vertical-spacing-desktop) * 1)}}.detail .detail-content figure{display:flex;margin-bottom:1.875rem}.detail .detail-content figure a{display:flex}.detail .detail-content figure img{width:100%;max-height:37.5rem}@media only screen and (min-width:768px){.detail .detail-content figure img{width:50%}}.detail .detail-content p{font-size:1rem;margin-bottom:.625rem;text-align:left!important}.detail .detail-content p:has(strong){margin-top:1.875rem}.detail .detail-banner-content{position:relative;margin-left:auto;margin-right:auto;width:var(--wrapper-width-sm);max-width:var(--wrapper-max)}@media only screen and (min-width:1024px){.detail .detail-banner-content{width:var(--wrapper-width-md)}}@media only screen and (min-width:1440px){.detail .detail-banner-content{width:var(--wrapper-width-lg)}}.detail .detail-title{margin-bottom:.3em;line-height:1.2;font-weight:200;font-style:italic;font-size:1.875rem}@media only screen and (min-width:768px){.detail .detail-title{font-size:2.25rem}}@media only screen and (min-width:1024px){.detail .detail-title{font-size:2.625rem}}@media only screen and (min-width:1440px){.detail .detail-title{font-size:3.125rem}}.detail .detail-wrapper{position:relative;margin-left:auto;margin-right:auto;width:var(--wrapper-width-sm);max-width:var(--wrapper-max)}@media only screen and (min-width:1024px){.detail .detail-wrapper{width:var(--wrapper-width-md)}}@media only screen and (min-width:1440px){.detail .detail-wrapper{width:var(--wrapper-width-lg)}}.page-mention{margin-bottom:calc(var(--vertical-spacing-mobile) * 1)}@media only screen and (min-width:768px){.page-mention{margin-bottom:calc(var(--vertical-spacing-tablet) * 1)}}@media only screen and (min-width:1024px){.page-mention{margin-bottom:calc(var(--vertical-spacing-desktop) * 1)}}.page-mention .mention-wrapper{position:relative;margin-left:auto;margin-right:auto;width:var(--wrapper-width-sm);max-width:var(--wrapper-max)}@media only screen and (min-width:1024px){.page-mention .mention-wrapper{width:var(--wrapper-width-md)}}@media only screen and (min-width:1440px){.page-mention .mention-wrapper{width:var(--wrapper-width-lg)}}.page-mention h1{text-align:center;margin-bottom:3.125rem}.page-mention .mention-container{margin-bottom:1.875rem}.page-mention .mention-container a{text-decoration:underline}html,body{font-family:var(--font-family)!important}body{background-color:var(--color-background)}.page-content{padding-top:var(--vertical-spacing-top-banner);min-height:100vh}
