.sn-notifications-container{--sn-success-color:#6fcf97;--sn-success-progress-color:#54aa78;--sn-error-color:#eb5757;--sn-error-progress-color:#c04545;--sn-warning-color:#f2c94c;--sn-warning-progress-color:#c4a64f;--sn-info-color:#51cdf3;--sn-info-progress-color:#54a9c4;--sn-notifications-gap:20px;--sn-notifications-padding:20px;--sn-notify-width:320px;--sn-notify-radius:6px;--sn-notify-transition-timing-function:ease;--sn-notify-transition-duration:.5s;--sn-notify-autoclose-timeout:30s;--sn-notify-padding:.75em;--sn-notify-icon-size:2em;--sn-notify-close-icon-size:1em;--sn-notify-border-size:1px;--sn-notify-border-color:transparent;--sn-notify-border-style:solid;--sn-notify-progress-color:#333;--sn-notify-close-icon-color:#333;--sn-notify-title-color:#333;--sn-notify-text-color:#4d4d4d;--sn-notify-shadow-color:transparent;--sn-notify-progress-height:5px;bottom:0;display:grid;grid-auto-rows:-webkit-min-content;grid-auto-rows:min-content;left:0;max-height:100vh;max-width:100%;min-height:100vh;pointer-events:none;position:fixed;right:0;top:0;width:100%;z-index:9999;-ms-flex-line-pack:start;align-content:flex-start;grid-gap:20px;grid-gap:var(--sn-notifications-gap);gap:20px;gap:var(--sn-notifications-gap);padding:20px;padding:var(--sn-notifications-padding)}.sn-notifications-container.sn-is-x-center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.sn-notifications-container.sn-is-y-center{-ms-flex-line-pack:center;align-content:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.sn-notifications-container.sn-is-center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-line-pack:center;align-content:center}.sn-notifications-container.sn-is-left{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.sn-notifications-container.sn-is-right{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.sn-notifications-container.sn-is-top{-ms-flex-line-pack:start;align-content:flex-start}.sn-notifications-container.sn-is-bottom{-ms-flex-line-pack:end;align-content:flex-end}.sn-notify{background-color:transparent;background-color:var(--sn-notify-background-color,transparent);border:var(--sn-notify-border-size) var(--sn-notify-border-style) var(--sn-notify-border-color);border-radius:var(--sn-notify-radius);-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;padding:var(--sn-notify-padding);pointer-events:auto;-webkit-transition-duration:var(--sn-notify-transition-duration);transition-duration:var(--sn-notify-transition-duration);-webkit-transition-property:opacity,-webkit-transform;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;-webkit-transition-timing-function:var(--sn-notify-transition-timing-function);transition-timing-function:var(--sn-notify-transition-timing-function);-webkit-box-align:center;-ms-flex-align:center;align-items:center;overflow:hidden;position:relative;-webkit-text-decoration:none;text-decoration:none;width:var(--sn-notify-width)}.sn-notify-icon{-ms-flex-negative:0;color:var(--sn-notify-icon-color);flex-shrink:0;height:var(--sn-notify-icon-size);margin-right:.75em;width:var(--sn-notify-icon-size)}.sn-notify-close,.sn-notify-icon{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.sn-notify-close{color:var(--sn-notify-close-icon-color);cursor:pointer;height:var(--sn-notify-close-icon-size);position:absolute;right:.75em;top:.75em;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:var(--sn-notify-close-icon-size)}.sn-notify-title{color:var(--sn-notify-title-color);font-size:1rem;font-weight:600;padding-right:calc(var(--sn-notify-padding) + var(--sn-notify-close-icon-size))}.sn-notify-text{color:var(--sn-notify-text-color);font-size:.875rem;margin-top:.25rem}.sn-notify-outline{--sn-notify-background-color:#fff;--sn-notify-border-color:var(--sn-success-color);-webkit-box-shadow:0 2px 26px var(--sn-notify-shadow-color);box-shadow:0 2px 26px var(--sn-notify-shadow-color)}.sn-notify-outline.sn-notify-success{--sn-notify-border-color:var(--sn-success-color);--sn-notify-icon-color:var(--sn-success-color);--sn-notify-shadow-color:rgba(82,215,0,.1)}.sn-notify-outline.sn-notify-error{--sn-notify-border-color:var(--sn-error-color);--sn-notify-icon-color:var(--sn-error-color);--sn-notify-shadow-color:rgba(215,0,0,.1)}.sn-notify-outline.sn-notify-warning{--sn-notify-border-color:var(--sn-warning-color);--sn-notify-icon-color:var(--sn-warning-color);--sn-notify-shadow-color:rgba(242,201,76,.1)}.sn-notify-outline.sn-notify-info{--sn-notify-border-color:var(--sn-info-color);--sn-notify-icon-color:var(--sn-info-color);--sn-notify-shadow-color:rgba(84,175,202,.1)}.sn-notify-outline .sn-notify-title{--sn-notify-title-color:#333}.sn-notify-outline .sn-notify-text{--sn-notify-text-color:#4d4d4d}.sn-notify-outline .sn-notify-close{--sn-notify-close-icon-color:#828282}.sn-notify-filled{--sn-notify-title-color:#333;--sn-notify-text-color:#333;--sn-notify-icon-color:#333;--sn-notify-close-icon-color:#333}.sn-notify-filled.sn-notify-success{--sn-notify-background-color:var(--sn-success-color)}.sn-notify-filled.sn-notify-error{--sn-notify-background-color:var(--sn-error-color)}.sn-notify-filled.sn-notify-warning{--sn-notify-background-color:var(--sn-warning-color)}.sn-notify-filled.sn-notify-info{--sn-notify-background-color:var(--sn-info-color)}.sn-notify-fade{opacity:0;will-change:opacity}.sn-notify-fade-in{opacity:1}.sn-notify-slide{opacity:0;-webkit-transform:translate3d(var(--sn-notify-x),var(--sn-notify-y),0);transform:translate3d(var(--sn-notify-x),var(--sn-notify-y),0);will-change:opacity,transform}.sn-is-left .sn-notify-slide{--sn-notify-x:-100%;--sn-notify-y:0}.sn-is-right .sn-notify-slide,.sn-is-y-center:not(.sn-is-left) .sn-notify-slide{--sn-notify-x:100%;--sn-notify-y:0}.sn-is-top.sn-is-x-center .sn-notify-slide,.sn-is-x-center .sn-notify-slide{--sn-notify-y:-100%;--sn-notify-x:0}.sn-is-bottom.sn-is-x-center .sn-notify-slide{--sn-notify-y:100%;--sn-notify-x:0}.sn-notify-slide-in{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}.sn-notify-autoclose{padding-bottom:calc(var(--sn-notify-padding) + var(--sn-notify-progress-height))}.sn-notify-autoclose.sn-notify-success{--sn-notify-progress-color:var(--sn-success-progress-color)}.sn-notify-autoclose.sn-notify-error{--sn-notify-progress-color:var(--sn-error-progress-color)}.sn-notify-autoclose.sn-notify-warning{--sn-notify-progress-color:var(--sn-warning-progress-color)}.sn-notify-autoclose.sn-notify-info{--sn-notify-progress-color:var(--sn-info-progress-color)}.sn-notify-autoclose:before{-webkit-animation:progress var(--sn-notify-autoclose-timeout) linear forwards;animation:progress var(--sn-notify-autoclose-timeout) linear forwards;background-color:var(--sn-notify-progress-color);border-radius:0 999px 999px 0;bottom:0;content:"";display:block;height:var(--sn-notify-progress-height);left:0;position:absolute;width:100%;will-change:width}@-webkit-keyframes progress{to{width:0}}@keyframes progress{to{width:0}}@font-face{font-display:swap;font-family:Berlingske;font-style:normal;font-weight:300;src:url(/app/themes/goodat/public/fonts/BerlingskeSerif-Lt.4be7ed.woff2) format("woff2")}@font-face{font-display:swap;font-family:Berlingske;font-style:italic;font-weight:300;src:url(/app/themes/goodat/public/fonts/BerlingskeSerif-LtIt.e9bceb.woff2) format("woff2")}@font-face{font-display:swap;font-family:Berlingske;font-style:normal;font-weight:500;src:url(/app/themes/goodat/public/fonts/BerlingskeSerif-Md.30d808.woff2) format("woff2")}@font-face{font-display:swap;font-family:Berlingske;font-style:italic;font-weight:500;src:url(/app/themes/goodat/public/fonts/BerlingskeSerif-MdIt.e49d66.woff2) format("woff2")}@font-face{font-display:swap;font-family:Aeonik;font-style:normal;font-weight:300;src:url(/app/themes/goodat/public/fonts/Aeonik-Light.bfca15.woff2) format("woff2")}@font-face{font-display:swap;font-family:Aeonik;font-style:normal;font-weight:400;src:url(/app/themes/goodat/public/fonts/Aeonik-Regular.71f373.woff2) format("woff2")}@font-face{font-display:swap;font-family:Aeonik;font-style:normal;font-weight:600;src:url(/app/themes/goodat/public/fonts/Aeonik-Medium.011170.woff2) format("woff2")}@font-face{font-display:swap;font-family:Aeonik;font-style:normal;font-weight:700;src:url(/app/themes/goodat/public/fonts/Aeonik-Bold.87978b.woff2) format("woff2")}*,:after,:before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 transparent;--tw-ring-shadow:0 0 transparent;--tw-shadow:0 0 transparent;--tw-shadow-colored:0 0 transparent;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::-ms-backdrop{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 transparent;--tw-ring-shadow:0 0 transparent;--tw-shadow:0 0 transparent;--tw-shadow-colored:0 0 transparent;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 transparent;--tw-ring-shadow:0 0 transparent;--tw-shadow:0 0 transparent;--tw-shadow-colored:0 0 transparent;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:after,:before{border:0 solid}:after,:before{--tw-content:""}:host,html{line-height:1.5;-webkit-text-size-adjust:100%;font-family:Aeonik,sans-serif;-webkit-font-feature-settings:normal;font-feature-settings:normal;font-variation-settings:normal;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-tap-highlight-color:transparent}body{line-height:inherit}hr{border-top-width:1px;color:inherit}abbr:where([title]){text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}code,kbd,pre,samp{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;-webkit-font-feature-settings:normal;font-feature-settings:normal;font-variation-settings:normal}table{border-color:inherit;text-indent:0}button,input,optgroup,select,textarea{color:inherit;-webkit-font-feature-settings:inherit;font-feature-settings:inherit;font-size:100%;font-variation-settings:inherit;font-weight:inherit;letter-spacing:inherit;padding:0}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield}::-webkit-search-decoration{-webkit-appearance:none}blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}menu,ol,ul{list-style:none;margin:0;padding:0}dialog{padding:0}input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{color:#9ca3af;opacity:1}input::-moz-placeholder,textarea::-moz-placeholder{color:#9ca3af;opacity:1}input:-ms-input-placeholder,textarea:-ms-input-placeholder{color:#9ca3af;opacity:1}input::-ms-input-placeholder,textarea::-ms-input-placeholder{color:#9ca3af;opacity:1}input::placeholder,textarea::placeholder{color:#9ca3af;opacity:1}[role=button],button{cursor:pointer}:disabled{cursor:default}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{height:auto;max-width:100%}[hidden]{display:none}.container{padding-left:1rem;padding-right:1rem}@media (min-width:420px){.container{max-width:420px}}@media (min-width:767px){.container{max-width:767px}}@media (min-width:1050px){.container{max-width:1050px}}@media (min-width:1600px){.container{max-width:1600px}}@media (min-width:2200px){.container{max-width:2200px}}.sr-only{height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;clip:rect(0,0,0,0);border-width:0;white-space:nowrap}.static{position:static}.relative{position:relative}.bottom-0{bottom:0}.left-0{left:0}.right-0{right:0}.col-auto{grid-column:auto}.mx-auto{margin-left:auto;margin-right:auto}.mb-auto{margin-bottom:auto}.ml-\[-2rem\]{margin-left:-2rem}.mr-\[-2em\]{margin-right:-2em}.mr-auto{margin-right:auto}.mt-\[0\.5rem\]{margin-top:.5rem}.block{display:block}.inline{display:inline}.flex{display:-webkit-box;display:-ms-flexbox;display:flex}.table{display:table}.contents{display:contents}.h-\[5rem\]{height:5rem}.w-4\/5{width:80%}.w-\[5rem\]{width:5rem}.w-full{width:100%}.flex-grow-0{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0}.transform{-webkit-transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.flex-row{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.items-center{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.justify-center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.overflow-visible{overflow:visible}.text-wrap{text-wrap:wrap}.text-balance{text-wrap:balance}.rounded{border-radius:.25rem}.rounded-full{border-radius:9999px}.border-\[0\.33rem\]{border-width:.33rem}.border-solid{border-style:solid}.border-light-1{border-color:#fff;border-color:var(--color-light-1)}.bg-dark-1{background-color:#000;background-color:var(--color-dark-1)}.bg-dark-3{background-color:#454545;background-color:var(--color-dark-3)}.bg-light-1{background-color:#fff;background-color:var(--color-light-1)}.bg-light-2{background-color:#f9f9f9;background-color:var(--color-light-2)}.bg-light-3{background-color:#a5a6a6;background-color:var(--color-light-3)}.pl-\[2rem\]{padding-left:2rem}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.font-aeonik{font-family:Aeonik,sans-serif}.text-\[1\.75rem\]{font-size:1.75rem}.text-base{font-size:1em}.text-md{font-size:1.75em}.text-sm{font-size:.875em}.text-xl{font-size:3em}.font-normal{font-weight:400}.uppercase{text-transform:uppercase}.italic{font-style:italic}.not-italic{font-style:normal}.leading-8{line-height:2rem}.leading-none{line-height:1}.tracking-wide{letter-spacing:.025em}.text-light-1{color:#fff;color:var(--color-light-1)}.underline{text-decoration-line:underline}.outline{outline-style:solid}.filter{-webkit-filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}*,:after,:before{-webkit-box-sizing:border-box;box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0)}article,aside,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{background-color:#fff;color:#212529;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-size:1rem;line-height:1.5;margin:0;text-align:left}[tabindex="-1"]:focus{outline:0!important}hr{-webkit-box-sizing:content-box;box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-bottom:.5rem;margin-top:0}p{margin-bottom:1rem;margin-top:0}abbr[data-original-title],abbr[title]{border-bottom:0;cursor:help;-webkit-text-decoration:underline;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}address{font-style:normal;line-height:inherit}address,dl,ol,ul{margin-bottom:1rem}dl,ol,ul{margin-top:0}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{background-color:transparent;color:#007bff;-webkit-text-decoration-skip:objects}a:hover{color:#0056b3;-webkit-text-decoration:underline;text-decoration:underline}a:not([href]):not([tabindex]),a:not([href]):not([tabindex]):focus,a:not([href]):not([tabindex]):hover{color:inherit;-webkit-text-decoration:none;text-decoration:none}a:not([href]):not([tabindex]):focus{outline:0}code,kbd,pre,samp{font-family:SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em}pre{margin-bottom:1rem;margin-top:0;overflow:auto;-ms-overflow-style:scrollbar}figure{margin:0 0 1rem}img{border-style:none}img,svg{vertical-align:middle}svg{overflow:hidden}table{border-collapse:collapse}caption{caption-side:bottom;color:#6c757d;padding-bottom:.75rem;padding-top:.75rem;text-align:left}th{text-align:inherit}label{display:inline-block;margin-bottom:.5rem}button{border-radius:0}button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}button,input,optgroup,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}input[type=checkbox],input[type=radio]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}input[type=date],input[type=datetime-local],input[type=month],input[type=time]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{border:0;margin:0;min-width:0;padding:0}legend{color:inherit;display:block;font-size:1.5rem;line-height:inherit;margin-bottom:.5rem;max-width:100%;padding:0;white-space:normal;width:100%}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:none;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}output{display:inline-block}summary{cursor:pointer;display:list-item}template{display:none}[hidden]{display:none!important}@-ms-viewport{width:device-width}html{-webkit-box-sizing:border-box;box-sizing:border-box;-ms-overflow-style:scrollbar}*,:after,:before{-webkit-box-sizing:inherit;box-sizing:inherit}.container{margin-left:auto;margin-right:auto;padding-left:20px;padding-right:20px;width:100%}@media(min-width:576px){.container{max-width:540px}}@media(min-width:768px){.container{max-width:720px}}@media(min-width:992px){.container{max-width:960px}}@media(min-width:1100px){.container{max-width:990px}}@media(min-width:1350px){.container{max-width:1240px}}@media(min-width:1450px){.container{max-width:1300px}}@media(min-width:1520px){.container{max-width:1340px}}@media(min-width:1700px){.container{max-width:1450px}}.container-fluid{margin-left:auto;margin-right:auto;padding-left:20px;padding-right:20px;width:100%}.row{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-left:-20px;margin-right:-20px}@media(max-width:767px){.row{margin-left:-10px;margin-right:-10px}}.no-gutters{margin-left:0;margin-right:0}.no-gutters>.col,.no-gutters>[class*=col-]{padding-left:0;padding-right:0}.col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-auto,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-auto,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-auto,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-auto,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-auto{min-height:1px;padding-left:20px;padding-right:20px;position:relative;width:100%}@media(max-width:767px){.col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-auto,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-auto,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-auto,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-auto,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-auto{padding-left:10px;padding-right:10px}}.col{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;-webkit-box-flex:1;flex-grow:1;max-width:100%}.col-auto{-ms-flex:0 0 auto;flex:0 0 auto;max-width:none;width:auto}.col-1,.col-auto{-webkit-box-flex:0}.col-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-2,.col-3{-webkit-box-flex:0}.col-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-4,.col-5{-webkit-box-flex:0}.col-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-6,.col-7{-webkit-box-flex:0}.col-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-8,.col-9{-webkit-box-flex:0}.col-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-10,.col-11{-webkit-box-flex:0}.col-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-12{-ms-flex:0 0 100%;-webkit-box-flex:0;flex:0 0 100%;max-width:100%}.order-first{-ms-flex-order:-1;-webkit-box-ordinal-group:0;order:-1}.order-last{-ms-flex-order:13;-webkit-box-ordinal-group:14;order:13}.order-0{-ms-flex-order:0;-webkit-box-ordinal-group:1;order:0}.order-1{-ms-flex-order:1;-webkit-box-ordinal-group:2;order:1}.order-2{-ms-flex-order:2;-webkit-box-ordinal-group:3;order:2}.order-3{-ms-flex-order:3;-webkit-box-ordinal-group:4;order:3}.order-4{-ms-flex-order:4;-webkit-box-ordinal-group:5;order:4}.order-5{-ms-flex-order:5;-webkit-box-ordinal-group:6;order:5}.order-6{-ms-flex-order:6;-webkit-box-ordinal-group:7;order:6}.order-7{-ms-flex-order:7;-webkit-box-ordinal-group:8;order:7}.order-8{-ms-flex-order:8;-webkit-box-ordinal-group:9;order:8}.order-9{-ms-flex-order:9;-webkit-box-ordinal-group:10;order:9}.order-10{-ms-flex-order:10;-webkit-box-ordinal-group:11;order:10}.order-11{-ms-flex-order:11;-webkit-box-ordinal-group:12;order:11}.order-12{-ms-flex-order:12;-webkit-box-ordinal-group:13;order:12}.offset-1{margin-left:8.333333%}.offset-2{margin-left:16.666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.333333%}.offset-5{margin-left:41.666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.333333%}.offset-8{margin-left:66.666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.333333%}.offset-11{margin-left:91.666667%}@media(min-width:576px){.col-sm{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;-webkit-box-flex:1;flex-grow:1;max-width:100%}.col-sm-auto{-ms-flex:0 0 auto;-webkit-box-flex:0;flex:0 0 auto;max-width:none;width:auto}.col-sm-1{-ms-flex:0 0 8.333333%;-webkit-box-flex:0;flex:0 0 8.333333%;max-width:8.333333%}.col-sm-2{-ms-flex:0 0 16.666667%;-webkit-box-flex:0;flex:0 0 16.666667%;max-width:16.666667%}.col-sm-3{-ms-flex:0 0 25%;-webkit-box-flex:0;flex:0 0 25%;max-width:25%}.col-sm-4{-ms-flex:0 0 33.333333%;-webkit-box-flex:0;flex:0 0 33.333333%;max-width:33.333333%}.col-sm-5{-ms-flex:0 0 41.666667%;-webkit-box-flex:0;flex:0 0 41.666667%;max-width:41.666667%}.col-sm-6{-ms-flex:0 0 50%;-webkit-box-flex:0;flex:0 0 50%;max-width:50%}.col-sm-7{-ms-flex:0 0 58.333333%;-webkit-box-flex:0;flex:0 0 58.333333%;max-width:58.333333%}.col-sm-8{-ms-flex:0 0 66.666667%;-webkit-box-flex:0;flex:0 0 66.666667%;max-width:66.666667%}.col-sm-9{-ms-flex:0 0 75%;-webkit-box-flex:0;flex:0 0 75%;max-width:75%}.col-sm-10{-ms-flex:0 0 83.333333%;-webkit-box-flex:0;flex:0 0 83.333333%;max-width:83.333333%}.col-sm-11{-ms-flex:0 0 91.666667%;-webkit-box-flex:0;flex:0 0 91.666667%;max-width:91.666667%}.col-sm-12{-ms-flex:0 0 100%;-webkit-box-flex:0;flex:0 0 100%;max-width:100%}.order-sm-first{-ms-flex-order:-1;-webkit-box-ordinal-group:0;order:-1}.order-sm-last{-ms-flex-order:13;-webkit-box-ordinal-group:14;order:13}.order-sm-0{-ms-flex-order:0;-webkit-box-ordinal-group:1;order:0}.order-sm-1{-ms-flex-order:1;-webkit-box-ordinal-group:2;order:1}.order-sm-2{-ms-flex-order:2;-webkit-box-ordinal-group:3;order:2}.order-sm-3{-ms-flex-order:3;-webkit-box-ordinal-group:4;order:3}.order-sm-4{-ms-flex-order:4;-webkit-box-ordinal-group:5;order:4}.order-sm-5{-ms-flex-order:5;-webkit-box-ordinal-group:6;order:5}.order-sm-6{-ms-flex-order:6;-webkit-box-ordinal-group:7;order:6}.order-sm-7{-ms-flex-order:7;-webkit-box-ordinal-group:8;order:7}.order-sm-8{-ms-flex-order:8;-webkit-box-ordinal-group:9;order:8}.order-sm-9{-ms-flex-order:9;-webkit-box-ordinal-group:10;order:9}.order-sm-10{-ms-flex-order:10;-webkit-box-ordinal-group:11;order:10}.order-sm-11{-ms-flex-order:11;-webkit-box-ordinal-group:12;order:11}.order-sm-12{-ms-flex-order:12;-webkit-box-ordinal-group:13;order:12}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.333333%}.offset-sm-2{margin-left:16.666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.333333%}.offset-sm-5{margin-left:41.666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.333333%}.offset-sm-8{margin-left:66.666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.333333%}.offset-sm-11{margin-left:91.666667%}}@media(min-width:768px){.col-md{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;-webkit-box-flex:1;flex-grow:1;max-width:100%}.col-md-auto{-ms-flex:0 0 auto;-webkit-box-flex:0;flex:0 0 auto;max-width:none;width:auto}.col-md-1{-ms-flex:0 0 8.333333%;-webkit-box-flex:0;flex:0 0 8.333333%;max-width:8.333333%}.col-md-2{-ms-flex:0 0 16.666667%;-webkit-box-flex:0;flex:0 0 16.666667%;max-width:16.666667%}.col-md-3{-ms-flex:0 0 25%;-webkit-box-flex:0;flex:0 0 25%;max-width:25%}.col-md-4{-ms-flex:0 0 33.333333%;-webkit-box-flex:0;flex:0 0 33.333333%;max-width:33.333333%}.col-md-5{-ms-flex:0 0 41.666667%;-webkit-box-flex:0;flex:0 0 41.666667%;max-width:41.666667%}.col-md-6{-ms-flex:0 0 50%;-webkit-box-flex:0;flex:0 0 50%;max-width:50%}.col-md-7{-ms-flex:0 0 58.333333%;-webkit-box-flex:0;flex:0 0 58.333333%;max-width:58.333333%}.col-md-8{-ms-flex:0 0 66.666667%;-webkit-box-flex:0;flex:0 0 66.666667%;max-width:66.666667%}.col-md-9{-ms-flex:0 0 75%;-webkit-box-flex:0;flex:0 0 75%;max-width:75%}.col-md-10{-ms-flex:0 0 83.333333%;-webkit-box-flex:0;flex:0 0 83.333333%;max-width:83.333333%}.col-md-11{-ms-flex:0 0 91.666667%;-webkit-box-flex:0;flex:0 0 91.666667%;max-width:91.666667%}.col-md-12{-ms-flex:0 0 100%;-webkit-box-flex:0;flex:0 0 100%;max-width:100%}.order-md-first{-ms-flex-order:-1;-webkit-box-ordinal-group:0;order:-1}.order-md-last{-ms-flex-order:13;-webkit-box-ordinal-group:14;order:13}.order-md-0{-ms-flex-order:0;-webkit-box-ordinal-group:1;order:0}.order-md-1{-ms-flex-order:1;-webkit-box-ordinal-group:2;order:1}.order-md-2{-ms-flex-order:2;-webkit-box-ordinal-group:3;order:2}.order-md-3{-ms-flex-order:3;-webkit-box-ordinal-group:4;order:3}.order-md-4{-ms-flex-order:4;-webkit-box-ordinal-group:5;order:4}.order-md-5{-ms-flex-order:5;-webkit-box-ordinal-group:6;order:5}.order-md-6{-ms-flex-order:6;-webkit-box-ordinal-group:7;order:6}.order-md-7{-ms-flex-order:7;-webkit-box-ordinal-group:8;order:7}.order-md-8{-ms-flex-order:8;-webkit-box-ordinal-group:9;order:8}.order-md-9{-ms-flex-order:9;-webkit-box-ordinal-group:10;order:9}.order-md-10{-ms-flex-order:10;-webkit-box-ordinal-group:11;order:10}.order-md-11{-ms-flex-order:11;-webkit-box-ordinal-group:12;order:11}.order-md-12{-ms-flex-order:12;-webkit-box-ordinal-group:13;order:12}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.333333%}.offset-md-2{margin-left:16.666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.333333%}.offset-md-5{margin-left:41.666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.333333%}.offset-md-8{margin-left:66.666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.333333%}.offset-md-11{margin-left:91.666667%}}@media(min-width:992px){.col-lg{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;-webkit-box-flex:1;flex-grow:1;max-width:100%}.col-lg-auto{-ms-flex:0 0 auto;-webkit-box-flex:0;flex:0 0 auto;max-width:none;width:auto}.col-lg-1{-ms-flex:0 0 8.333333%;-webkit-box-flex:0;flex:0 0 8.333333%;max-width:8.333333%}.col-lg-2{-ms-flex:0 0 16.666667%;-webkit-box-flex:0;flex:0 0 16.666667%;max-width:16.666667%}.col-lg-3{-ms-flex:0 0 25%;-webkit-box-flex:0;flex:0 0 25%;max-width:25%}.col-lg-4{-ms-flex:0 0 33.333333%;-webkit-box-flex:0;flex:0 0 33.333333%;max-width:33.333333%}.col-lg-5{-ms-flex:0 0 41.666667%;-webkit-box-flex:0;flex:0 0 41.666667%;max-width:41.666667%}.col-lg-6{-ms-flex:0 0 50%;-webkit-box-flex:0;flex:0 0 50%;max-width:50%}.col-lg-7{-ms-flex:0 0 58.333333%;-webkit-box-flex:0;flex:0 0 58.333333%;max-width:58.333333%}.col-lg-8{-ms-flex:0 0 66.666667%;-webkit-box-flex:0;flex:0 0 66.666667%;max-width:66.666667%}.col-lg-9{-ms-flex:0 0 75%;-webkit-box-flex:0;flex:0 0 75%;max-width:75%}.col-lg-10{-ms-flex:0 0 83.333333%;-webkit-box-flex:0;flex:0 0 83.333333%;max-width:83.333333%}.col-lg-11{-ms-flex:0 0 91.666667%;-webkit-box-flex:0;flex:0 0 91.666667%;max-width:91.666667%}.col-lg-12{-ms-flex:0 0 100%;-webkit-box-flex:0;flex:0 0 100%;max-width:100%}.order-lg-first{-ms-flex-order:-1;-webkit-box-ordinal-group:0;order:-1}.order-lg-last{-ms-flex-order:13;-webkit-box-ordinal-group:14;order:13}.order-lg-0{-ms-flex-order:0;-webkit-box-ordinal-group:1;order:0}.order-lg-1{-ms-flex-order:1;-webkit-box-ordinal-group:2;order:1}.order-lg-2{-ms-flex-order:2;-webkit-box-ordinal-group:3;order:2}.order-lg-3{-ms-flex-order:3;-webkit-box-ordinal-group:4;order:3}.order-lg-4{-ms-flex-order:4;-webkit-box-ordinal-group:5;order:4}.order-lg-5{-ms-flex-order:5;-webkit-box-ordinal-group:6;order:5}.order-lg-6{-ms-flex-order:6;-webkit-box-ordinal-group:7;order:6}.order-lg-7{-ms-flex-order:7;-webkit-box-ordinal-group:8;order:7}.order-lg-8{-ms-flex-order:8;-webkit-box-ordinal-group:9;order:8}.order-lg-9{-ms-flex-order:9;-webkit-box-ordinal-group:10;order:9}.order-lg-10{-ms-flex-order:10;-webkit-box-ordinal-group:11;order:10}.order-lg-11{-ms-flex-order:11;-webkit-box-ordinal-group:12;order:11}.order-lg-12{-ms-flex-order:12;-webkit-box-ordinal-group:13;order:12}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.333333%}.offset-lg-2{margin-left:16.666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.333333%}.offset-lg-5{margin-left:41.666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.333333%}.offset-lg-8{margin-left:66.666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.333333%}.offset-lg-11{margin-left:91.666667%}}@media(min-width:1200px){.col-xl{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;-webkit-box-flex:1;flex-grow:1;max-width:100%}.col-xl-auto{-ms-flex:0 0 auto;-webkit-box-flex:0;flex:0 0 auto;max-width:none;width:auto}.col-xl-1{-ms-flex:0 0 8.333333%;-webkit-box-flex:0;flex:0 0 8.333333%;max-width:8.333333%}.col-xl-2{-ms-flex:0 0 16.666667%;-webkit-box-flex:0;flex:0 0 16.666667%;max-width:16.666667%}.col-xl-3{-ms-flex:0 0 25%;-webkit-box-flex:0;flex:0 0 25%;max-width:25%}.col-xl-4{-ms-flex:0 0 33.333333%;-webkit-box-flex:0;flex:0 0 33.333333%;max-width:33.333333%}.col-xl-5{-ms-flex:0 0 41.666667%;-webkit-box-flex:0;flex:0 0 41.666667%;max-width:41.666667%}.col-xl-6{-ms-flex:0 0 50%;-webkit-box-flex:0;flex:0 0 50%;max-width:50%}.col-xl-7{-ms-flex:0 0 58.333333%;-webkit-box-flex:0;flex:0 0 58.333333%;max-width:58.333333%}.col-xl-8{-ms-flex:0 0 66.666667%;-webkit-box-flex:0;flex:0 0 66.666667%;max-width:66.666667%}.col-xl-9{-ms-flex:0 0 75%;-webkit-box-flex:0;flex:0 0 75%;max-width:75%}.col-xl-10{-ms-flex:0 0 83.333333%;-webkit-box-flex:0;flex:0 0 83.333333%;max-width:83.333333%}.col-xl-11{-ms-flex:0 0 91.666667%;-webkit-box-flex:0;flex:0 0 91.666667%;max-width:91.666667%}.col-xl-12{-ms-flex:0 0 100%;-webkit-box-flex:0;flex:0 0 100%;max-width:100%}.order-xl-first{-ms-flex-order:-1;-webkit-box-ordinal-group:0;order:-1}.order-xl-last{-ms-flex-order:13;-webkit-box-ordinal-group:14;order:13}.order-xl-0{-ms-flex-order:0;-webkit-box-ordinal-group:1;order:0}.order-xl-1{-ms-flex-order:1;-webkit-box-ordinal-group:2;order:1}.order-xl-2{-ms-flex-order:2;-webkit-box-ordinal-group:3;order:2}.order-xl-3{-ms-flex-order:3;-webkit-box-ordinal-group:4;order:3}.order-xl-4{-ms-flex-order:4;-webkit-box-ordinal-group:5;order:4}.order-xl-5{-ms-flex-order:5;-webkit-box-ordinal-group:6;order:5}.order-xl-6{-ms-flex-order:6;-webkit-box-ordinal-group:7;order:6}.order-xl-7{-ms-flex-order:7;-webkit-box-ordinal-group:8;order:7}.order-xl-8{-ms-flex-order:8;-webkit-box-ordinal-group:9;order:8}.order-xl-9{-ms-flex-order:9;-webkit-box-ordinal-group:10;order:9}.order-xl-10{-ms-flex-order:10;-webkit-box-ordinal-group:11;order:10}.order-xl-11{-ms-flex-order:11;-webkit-box-ordinal-group:12;order:11}.order-xl-12{-ms-flex-order:12;-webkit-box-ordinal-group:13;order:12}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.333333%}.offset-xl-2{margin-left:16.666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.333333%}.offset-xl-5{margin-left:41.666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.333333%}.offset-xl-8{margin-left:66.666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.333333%}.offset-xl-11{margin-left:91.666667%}}.d-none{display:none!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:-ms-flexbox!important;display:-webkit-box!important;display:flex!important}.d-inline-flex{display:-ms-inline-flexbox!important;display:-webkit-inline-box!important;display:inline-flex!important}@media(min-width:576px){.d-sm-none{display:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:-ms-flexbox!important;display:-webkit-box!important;display:flex!important}.d-sm-inline-flex{display:-ms-inline-flexbox!important;display:-webkit-inline-box!important;display:inline-flex!important}}@media(min-width:768px){.d-md-none{display:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:-ms-flexbox!important;display:-webkit-box!important;display:flex!important}.d-md-inline-flex{display:-ms-inline-flexbox!important;display:-webkit-inline-box!important;display:inline-flex!important}}@media(min-width:992px){.d-lg-none{display:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:-ms-flexbox!important;display:-webkit-box!important;display:flex!important}.d-lg-inline-flex{display:-ms-inline-flexbox!important;display:-webkit-inline-box!important;display:inline-flex!important}}@media(min-width:1200px){.d-xl-none{display:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:-ms-flexbox!important;display:-webkit-box!important;display:flex!important}.d-xl-inline-flex{display:-ms-inline-flexbox!important;display:-webkit-inline-box!important;display:inline-flex!important}}@media print{.d-print-none{display:none!important}.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:-ms-flexbox!important;display:-webkit-box!important;display:flex!important}.d-print-inline-flex{display:-ms-inline-flexbox!important;display:-webkit-inline-box!important;display:inline-flex!important}}.flex-row{-ms-flex-direction:row!important;-webkit-box-orient:horizontal!important;flex-direction:row!important}.flex-column,.flex-row{-webkit-box-direction:normal!important}.flex-column{-ms-flex-direction:column!important;-webkit-box-orient:vertical!important;flex-direction:column!important}.flex-row-reverse{-ms-flex-direction:row-reverse!important;-webkit-box-orient:horizontal!important;flex-direction:row-reverse!important}.flex-column-reverse,.flex-row-reverse{-webkit-box-direction:reverse!important}.flex-column-reverse{-ms-flex-direction:column-reverse!important;-webkit-box-orient:vertical!important;flex-direction:column-reverse!important}.flex-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-fill{-ms-flex:1 1 auto!important;-webkit-box-flex:1!important;flex:1 1 auto!important}.flex-grow-0{-ms-flex-positive:0!important;-webkit-box-flex:0!important;flex-grow:0!important}.flex-grow-1{-ms-flex-positive:1!important;-webkit-box-flex:1!important;flex-grow:1!important}.flex-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-start{-ms-flex-pack:start!important;-webkit-box-pack:start!important;justify-content:flex-start!important}.justify-content-end{-ms-flex-pack:end!important;-webkit-box-pack:end!important;justify-content:flex-end!important}.justify-content-center{-ms-flex-pack:center!important;-webkit-box-pack:center!important;justify-content:center!important}.justify-content-between{-ms-flex-pack:justify!important;-webkit-box-pack:justify!important;justify-content:space-between!important}.justify-content-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-start{-ms-flex-align:start!important;-webkit-box-align:start!important;align-items:flex-start!important}.align-items-end{-ms-flex-align:end!important;-webkit-box-align:end!important;align-items:flex-end!important}.align-items-center{-ms-flex-align:center!important;-webkit-box-align:center!important;align-items:center!important}.align-items-baseline{-ms-flex-align:baseline!important;-webkit-box-align:baseline!important;align-items:baseline!important}.align-items-stretch{-ms-flex-align:stretch!important;-webkit-box-align:stretch!important;align-items:stretch!important}.align-content-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}@media(min-width:576px){.flex-sm-row{-ms-flex-direction:row!important;-webkit-box-orient:horizontal!important;flex-direction:row!important}.flex-sm-column,.flex-sm-row{-webkit-box-direction:normal!important}.flex-sm-column{-ms-flex-direction:column!important;-webkit-box-orient:vertical!important;flex-direction:column!important}.flex-sm-row-reverse{-ms-flex-direction:row-reverse!important;-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;flex-direction:row-reverse!important}.flex-sm-column-reverse{-ms-flex-direction:column-reverse!important;-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;flex-direction:column-reverse!important}.flex-sm-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-sm-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-sm-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-sm-fill{-ms-flex:1 1 auto!important;-webkit-box-flex:1!important;flex:1 1 auto!important}.flex-sm-grow-0{-ms-flex-positive:0!important;-webkit-box-flex:0!important;flex-grow:0!important}.flex-sm-grow-1{-ms-flex-positive:1!important;-webkit-box-flex:1!important;flex-grow:1!important}.flex-sm-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-sm-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-sm-start{-ms-flex-pack:start!important;-webkit-box-pack:start!important;justify-content:flex-start!important}.justify-content-sm-end{-ms-flex-pack:end!important;-webkit-box-pack:end!important;justify-content:flex-end!important}.justify-content-sm-center{-ms-flex-pack:center!important;-webkit-box-pack:center!important;justify-content:center!important}.justify-content-sm-between{-ms-flex-pack:justify!important;-webkit-box-pack:justify!important;justify-content:space-between!important}.justify-content-sm-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-sm-start{-ms-flex-align:start!important;-webkit-box-align:start!important;align-items:flex-start!important}.align-items-sm-end{-ms-flex-align:end!important;-webkit-box-align:end!important;align-items:flex-end!important}.align-items-sm-center{-ms-flex-align:center!important;-webkit-box-align:center!important;align-items:center!important}.align-items-sm-baseline{-ms-flex-align:baseline!important;-webkit-box-align:baseline!important;align-items:baseline!important}.align-items-sm-stretch{-ms-flex-align:stretch!important;-webkit-box-align:stretch!important;align-items:stretch!important}.align-content-sm-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-sm-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-sm-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-sm-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-sm-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-sm-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-sm-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-sm-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-sm-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-sm-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-sm-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-sm-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media(min-width:768px){.flex-md-row{-ms-flex-direction:row!important;-webkit-box-orient:horizontal!important;flex-direction:row!important}.flex-md-column,.flex-md-row{-webkit-box-direction:normal!important}.flex-md-column{-ms-flex-direction:column!important;-webkit-box-orient:vertical!important;flex-direction:column!important}.flex-md-row-reverse{-ms-flex-direction:row-reverse!important;-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;flex-direction:row-reverse!important}.flex-md-column-reverse{-ms-flex-direction:column-reverse!important;-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;flex-direction:column-reverse!important}.flex-md-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-md-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-md-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-md-fill{-ms-flex:1 1 auto!important;-webkit-box-flex:1!important;flex:1 1 auto!important}.flex-md-grow-0{-ms-flex-positive:0!important;-webkit-box-flex:0!important;flex-grow:0!important}.flex-md-grow-1{-ms-flex-positive:1!important;-webkit-box-flex:1!important;flex-grow:1!important}.flex-md-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-md-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-md-start{-ms-flex-pack:start!important;-webkit-box-pack:start!important;justify-content:flex-start!important}.justify-content-md-end{-ms-flex-pack:end!important;-webkit-box-pack:end!important;justify-content:flex-end!important}.justify-content-md-center{-ms-flex-pack:center!important;-webkit-box-pack:center!important;justify-content:center!important}.justify-content-md-between{-ms-flex-pack:justify!important;-webkit-box-pack:justify!important;justify-content:space-between!important}.justify-content-md-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-md-start{-ms-flex-align:start!important;-webkit-box-align:start!important;align-items:flex-start!important}.align-items-md-end{-ms-flex-align:end!important;-webkit-box-align:end!important;align-items:flex-end!important}.align-items-md-center{-ms-flex-align:center!important;-webkit-box-align:center!important;align-items:center!important}.align-items-md-baseline{-ms-flex-align:baseline!important;-webkit-box-align:baseline!important;align-items:baseline!important}.align-items-md-stretch{-ms-flex-align:stretch!important;-webkit-box-align:stretch!important;align-items:stretch!important}.align-content-md-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-md-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-md-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-md-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-md-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-md-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-md-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-md-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-md-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-md-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-md-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-md-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media(min-width:992px){.flex-lg-row{-ms-flex-direction:row!important;-webkit-box-orient:horizontal!important;flex-direction:row!important}.flex-lg-column,.flex-lg-row{-webkit-box-direction:normal!important}.flex-lg-column{-ms-flex-direction:column!important;-webkit-box-orient:vertical!important;flex-direction:column!important}.flex-lg-row-reverse{-ms-flex-direction:row-reverse!important;-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;flex-direction:row-reverse!important}.flex-lg-column-reverse{-ms-flex-direction:column-reverse!important;-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;flex-direction:column-reverse!important}.flex-lg-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-lg-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-lg-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-lg-fill{-ms-flex:1 1 auto!important;-webkit-box-flex:1!important;flex:1 1 auto!important}.flex-lg-grow-0{-ms-flex-positive:0!important;-webkit-box-flex:0!important;flex-grow:0!important}.flex-lg-grow-1{-ms-flex-positive:1!important;-webkit-box-flex:1!important;flex-grow:1!important}.flex-lg-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-lg-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-lg-start{-ms-flex-pack:start!important;-webkit-box-pack:start!important;justify-content:flex-start!important}.justify-content-lg-end{-ms-flex-pack:end!important;-webkit-box-pack:end!important;justify-content:flex-end!important}.justify-content-lg-center{-ms-flex-pack:center!important;-webkit-box-pack:center!important;justify-content:center!important}.justify-content-lg-between{-ms-flex-pack:justify!important;-webkit-box-pack:justify!important;justify-content:space-between!important}.justify-content-lg-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-lg-start{-ms-flex-align:start!important;-webkit-box-align:start!important;align-items:flex-start!important}.align-items-lg-end{-ms-flex-align:end!important;-webkit-box-align:end!important;align-items:flex-end!important}.align-items-lg-center{-ms-flex-align:center!important;-webkit-box-align:center!important;align-items:center!important}.align-items-lg-baseline{-ms-flex-align:baseline!important;-webkit-box-align:baseline!important;align-items:baseline!important}.align-items-lg-stretch{-ms-flex-align:stretch!important;-webkit-box-align:stretch!important;align-items:stretch!important}.align-content-lg-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-lg-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-lg-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-lg-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-lg-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-lg-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-lg-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-lg-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-lg-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-lg-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-lg-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-lg-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media(min-width:1200px){.flex-xl-row{-ms-flex-direction:row!important;-webkit-box-orient:horizontal!important;flex-direction:row!important}.flex-xl-column,.flex-xl-row{-webkit-box-direction:normal!important}.flex-xl-column{-ms-flex-direction:column!important;-webkit-box-orient:vertical!important;flex-direction:column!important}.flex-xl-row-reverse{-ms-flex-direction:row-reverse!important;-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;flex-direction:row-reverse!important}.flex-xl-column-reverse{-ms-flex-direction:column-reverse!important;-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;flex-direction:column-reverse!important}.flex-xl-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-xl-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-xl-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-xl-fill{-ms-flex:1 1 auto!important;-webkit-box-flex:1!important;flex:1 1 auto!important}.flex-xl-grow-0{-ms-flex-positive:0!important;-webkit-box-flex:0!important;flex-grow:0!important}.flex-xl-grow-1{-ms-flex-positive:1!important;-webkit-box-flex:1!important;flex-grow:1!important}.flex-xl-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-xl-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-xl-start{-ms-flex-pack:start!important;-webkit-box-pack:start!important;justify-content:flex-start!important}.justify-content-xl-end{-ms-flex-pack:end!important;-webkit-box-pack:end!important;justify-content:flex-end!important}.justify-content-xl-center{-ms-flex-pack:center!important;-webkit-box-pack:center!important;justify-content:center!important}.justify-content-xl-between{-ms-flex-pack:justify!important;-webkit-box-pack:justify!important;justify-content:space-between!important}.justify-content-xl-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-xl-start{-ms-flex-align:start!important;-webkit-box-align:start!important;align-items:flex-start!important}.align-items-xl-end{-ms-flex-align:end!important;-webkit-box-align:end!important;align-items:flex-end!important}.align-items-xl-center{-ms-flex-align:center!important;-webkit-box-align:center!important;align-items:center!important}.align-items-xl-baseline{-ms-flex-align:baseline!important;-webkit-box-align:baseline!important;align-items:baseline!important}.align-items-xl-stretch{-ms-flex-align:stretch!important;-webkit-box-align:stretch!important;align-items:stretch!important}.align-content-xl-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-xl-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-xl-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-xl-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-xl-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-xl-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-xl-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-xl-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-xl-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-xl-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-xl-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-xl-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}.text-left{text-align:left!important}.text-right{text-align:right!important}.text-center{text-align:center!important}@media(min-width:576px){.text-sm-left{text-align:left!important}.text-sm-right{text-align:right!important}.text-sm-center{text-align:center!important}}@media(min-width:768px){.text-md-left{text-align:left!important}.text-md-right{text-align:right!important}.text-md-center{text-align:center!important}}@media(min-width:992px){.text-lg-left{text-align:left!important}.text-lg-right{text-align:right!important}.text-lg-center{text-align:center!important}}@media(min-width:1200px){.text-xl-left{text-align:left!important}.text-xl-right{text-align:right!important}.text-xl-center{text-align:center!important}}:root{--font-primary:"Aeonik",sans-serif;--font-secondary:"Berlingske",serif;--color-dark-1:#000;--color-dark-2:#2b2c2c;--color-dark-3:#454545;--color-dark-4:#606060;--color-light-1:#fff;--color-light-2:#f9f9f9;--color-light-3:#a5a6a6;--color-light-4:#7e7e7e;--color-gray-1:#2b2c2c;--color-gray-2:#b7b9b9;--color-gray-3:#f1f1f1;--color-success:#88ffa9;--color-info:#88ffa9;--color-error:#ff5e5e;--color-danger:#ff5e5e;--color-warning:#ffcf5e;--md-max-font-size:140;--md-min-font-size:45;--md-line-height:1.175;--md-color-light:#fff;--md-color-dark:#000;--lg-max-font-size:150;--lg-min-font-size:80;--lg-line-height:0.85;--lg-color-light:#fff;--lg-color-dark:#000;--xl-max-font-size:150;--xl-min-font-size:60;--xl-line-height:1.0;--xl-color-light:#fff;--xl-color-dark:#000;--xxl-max-font-size:150;--xxl-min-font-size:75;--xxl-line-height:1.0;--xxl-color-light:#fff;--xxl-color-dark:#000;--xxxl-max-font-size:150;--xxxl-min-font-size:75;--xxxl-line-height:1.195;--xxxl-color-light:#fff;--xxxl-color-dark:#000;--h1-max-font-size:104;--h1-min-font-size:36;--h1-line-height:1.175;--h1-color-light:#fff;--h1-color-dark:#000;--h2-max-font-size:80;--h2-min-font-size:24;--h2-line-height:1.20;--h2-color-light:#fff;--h2-color-dark:#000;--h3-max-font-size:65;--h3-min-font-size:28;--h3-line-height:1.29;--h3-color-light:#fff;--h3-color-dark:#000;--h3-sm-max-font-size:52;--h3-sm-min-font-size:28;--h3-sm-line-height:1.29;--h3-sm-color-light:#fff;--h3-sm-color-dark:#000;--h4-max-font-size:44;--h4-min-font-size:26;--h4-line-height:1.15;--h4-color-light:#fff;--h4-color-dark:#000;--h5-max-font-size:30;--h5-min-font-size:18;--h5-line-height:1.6;--h5-color-light:#fff;--h5-color-dark:#000;--h6-max-font-size:20;--h6-min-font-size:18;--h6-line-height:1.6;--h6-color-light:#fff;--h6-color-dark:#000;--xl-alt-max-font-size:188;--xl-alt-min-font-size:54;--xl-alt-line-height:1.1;--xl-alt-color-light:#fff;--xl-alt-color-dark:#000;--xxl-alt-max-font-size:188;--xxl-alt-min-font-size:54;--xxl-alt-line-height:1.1;--xxl-alt-color-light:#fff;--xxl-alt-color-dark:#000;--xxxl-alt-max-font-size:188;--xxxl-alt-min-font-size:54;--xxxl-alt-line-height:1.1;--xxxl-alt-color-light:#fff;--xxxl-alt-color-dark:#000;--h1-alt-max-font-size:104;--h1-alt-min-font-size:35;--h1-alt-line-height:1.05;--h1-alt-color-light:#fff;--h1-alt-color-dark:#000;--h2-alt-max-font-size:65;--h2-alt-min-font-size:31;--h2-alt-line-height:1.31;--h2-alt-color-light:#fff;--h2-alt-color-dark:#000;--h3-alt-max-font-size:42;--h3-alt-min-font-size:24;--h3-alt-line-height:1.29;--h3-alt-color-light:#fff;--h3-alt-color-dark:#000;--h3-sm-alt-max-font-size:36;--h3-sm-alt-min-font-size:22;--h3-sm-alt-line-height:1.29;--h3-sm-alt-color-light:#fff;--h3-sm-alt-color-dark:#000;--h4-alt-max-font-size:26;--h4-alt-min-font-size:20;--h4-alt-line-height:1.25;--h4-alt-color-light:#fff;--h4-alt-color-dark:#000;--h5-alt-max-font-size:18;--h5-alt-min-font-size:16;--h5-alt-line-height:1.6;--h5-alt-color-light:#fff;--h5-alt-color-dark:#000;--h6-alt-max-font-size:14;--h6-alt-min-font-size:14;--h6-alt-line-height:1.6;--h6-alt-color-light:#fff;--h6-alt-color-dark:#000;--blockquote-max-font-size:60;--blockquote-min-font-size:26;--blockquote-line-height:1.157;--blockquote-color-light:#fff;--blockquote-color-dark:#000;--blockquote-small-max-font-size:42;--blockquote-small-min-font-size:24;--blockquote-small-line-height:1.3;--paragraph-max-font-size:18;--paragraph-min-font-size:14;--paragraph-line-height:1.633;--paragraph-color-light:#fff;--paragraph-color-dark:#000;--paragraph-small-max-font-size:15;--paragraph-small-min-font-size:13;--paragraph-small-line-height:1.633;--paragraph-small-color-light:#fff;--paragraph-small-color-dark:#000;--button-max-font-size:18;--button-min-font-size:14;--button-line-height:1.633;--button-small-max-font-size:16;--button-small-min-font-size:13;--button-small-line-height:1.633;--button-xsmall-max-font-size:14;--button-xsmall-min-font-size:12;--button-xsmall-line-height:1.633;--circle-button-max-font-size:16;--circle-button-min-font-size:12;--circle-button-line-height:1.633;--circle-button-color-light:#fff;--circle-button-color-dark:#000;--lead-max-font-size:24;--lead-min-font-size:18;--lead-line-height:1.4;--lead-color-light:#fff;--lead-color-dark:#000;--lead-small-max-font-size:20;--lead-small-min-font-size:16;--lead-small-line-height:1.4;--lead-small-color-light:#fff;--lead-small-color-dark:#000;--lead-large-max-font-size:36;--lead-large-min-font-size:24;--lead-large-line-height:1.15;--lead-large-color-light:#fff;--lead-large-color-dark:#000;--form-max-font-size:12;--form-min-font-size:10;--form-line-height:1.633;--dropcap-max-font-size:110;--dropcap-min-font-size:60;--dropcap-line-height:0.7;--dropcap-color-light:#fff;--dropcap-color-dark:#111;--distance-min-xsmall:30;--distance-min-small:50;--distance-min-medium:50;--distance-min-large:150;--distance-min-xlarge:200;--distance-min-section-start:120;--distance-min-section-start-large:180;--distance-min-section-start-medium:100;--distance-min-section-start-small:0;--distance-min-section-end:25;--distance-min-section-end-large:50;--distance-max-xsmall:50;--distance-max-small:120;--distance-max-medium:240;--distance-max-large:360;--distance-max-xlarge:400;--distance-max-section-start:300;--distance-max-section-start-large:320;--distance-max-section-start-medium:170;--distance-max-section-start-small:85;--distance-max-section-end:50;--distance-max-section-end-large:240;--gutter-horizontal:45px;--gutter-vertical:45px;--preloader-circle-max-size:960;--preloader-circle-min-size:280}@media screen and (max-width:1400px){:root{--gutter-horizontal:45px;--gutter-vertical:45px}}@media screen and (max-width:1280px){:root{--gutter-horizontal:40px;--gutter-vertical:40px}}@media screen and (max-width:991px){:root{--gutter-horizontal:20px;--gutter-vertical:20px}}html{font-size:16px;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-webkit-text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale;-webkit-font-feature-settings:"kern" off;font-feature-settings:"kern" off;-webkit-font-kerning:none;font-kerning:none}body{color:#000;color:var(--paragraph-color-dark);font-family:Aeonik,sans-serif;font-family:var(--font-primary);font-size:100%;font-weight:400;line-height:2;min-width:320px;position:relative;width:100%;word-wrap:break-word}@media screen and (max-width:767px){body:not(.potenzialobjekt):not(.recruiting):not(.freelance){min-height:100vh}}body:not(.app-loaded).bookingtool [data-goodat-animation] a,body:not(.app-loaded).bookingtool [data-goodat-animation] button,body:not(.app-loaded).bookingtool [data-goodat-animation] h1,body:not(.app-loaded).bookingtool [data-goodat-animation] h2,body:not(.app-loaded).bookingtool [data-goodat-animation] h3,body:not(.app-loaded).bookingtool [data-goodat-animation] h4,body:not(.app-loaded).bookingtool [data-goodat-animation] h5,body:not(.app-loaded).bookingtool [data-goodat-animation] h6,body:not(.app-loaded).bookingtool [data-goodat-animation] img,body:not(.app-loaded).bookingtool [data-goodat-animation] input,body:not(.app-loaded).bookingtool [data-goodat-animation] label,body:not(.app-loaded).bookingtool [data-goodat-animation] li,body:not(.app-loaded).bookingtool [data-goodat-animation] p,body:not(.app-loaded).bookingtool [data-goodat-animation] select,body:not(.app-loaded).bookingtool [data-goodat-animation] span,body:not(.app-loaded).bookingtool [data-goodat-animation] svg,body:not(.app-loaded).bookingtool [data-goodat-animation] textarea,body:not(.app-loaded).bookingtool [data-goodat-animation] ul{opacity:0}.body_lock-scroll{height:100%;left:0;overflow:hidden;position:fixed;position:sticky;top:0;width:100%}.html_lock-scroll,.html_lock-scroll body{overflow:hidden!important}@media screen and (max-width:767px){body:has(.header.opened),html:has(.header.opened){overflow:hidden!important;position:fixed!important}}body:has(.freelance),body:has(.potenzialobjekt),body:has(.recruiting),html:has(.freelance),html:has(.potenzialobjekt),html:has(.recruiting){overflow:hidden!important}iframe,img{height:auto;max-width:100%}a{color:#2b2c2c;color:var(--color-gray-1);-webkit-transition:all .2s cubic-bezier(.785,.135,.15,.86);transition:all .2s cubic-bezier(.785,.135,.15,.86)}a,a:hover{-webkit-text-decoration:none;text-decoration:none}a:hover{color:#2b2c2c;color:var(--color-dark-2)}.page-wrapper__content{overflow:hidden;position:relative;z-index:50}.modal-open .page-wrapper__content{overflow:visible;position:inherit!important}@font-face{font-family:swiper-icons;font-style:normal;font-weight:400;src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff")}:root{--swiper-theme-color:#007aff}.swiper{list-style:none;margin-left:auto;margin-right:auto;overflow:hidden;padding:0;position:relative;z-index:1}.swiper-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.swiper-wrapper{-webkit-box-sizing:content-box;box-sizing:content-box;display:-webkit-box;display:-ms-flexbox;display:flex;height:100%;position:relative;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform;width:100%;z-index:1}.swiper-android .swiper-slide,.swiper-wrapper{-webkit-transform:translateZ(0);transform:translateZ(0)}.swiper-pointer-events{-ms-touch-action:pan-y;touch-action:pan-y}.swiper-pointer-events.swiper-vertical{-ms-touch-action:pan-x;touch-action:pan-x}.swiper-slide{-ms-flex-negative:0;flex-shrink:0;height:100%;position:relative;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform;width:100%}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-transition-property:height,-webkit-transform;transition-property:height,-webkit-transform;transition-property:transform,height;transition-property:transform,height,-webkit-transform}.swiper-backface-hidden .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform:translateZ(0);transform:translateZ(0)}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{-webkit-perspective:1200px;perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:-webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(transparent));background-image:linear-gradient(270deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-right{background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(transparent));background-image:linear-gradient(90deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-top{background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(transparent));background-image:linear-gradient(0deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-bottom{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(transparent));background-image:linear-gradient(180deg,rgba(0,0,0,.5),transparent)}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{-ms-scroll-snap-type:x mandatory;scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{-ms-scroll-snap-type:y mandatory;scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper:before{content:"";-ms-flex-negative:0;flex-shrink:0;-webkit-box-ordinal-group:10000;-ms-flex-order:9999;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-left:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-top:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper:before{height:var(--swiper-centered-offset-after);width:100%}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.alignnone{margin:1em 0}.aligncenter,div.aligncenter{display:block;margin:1.5em auto}.alignright{float:right;margin:.5em 0 .5em 1.5em}.alignleft{float:left;margin:.5em 1.5em .5em 0}a img.alignright{float:right;margin:5px 0 24px 24px}a img.alignleft,a img.alignnone{margin:5px 24px 24px 0}a img.alignleft{float:left}a img.aligncenter{display:block;margin-left:auto;margin-right:auto}.wp-block-image{margin-bottom:2em;margin-top:2em}.wp-block-image figcaption{margin-bottom:1em;margin-top:1em}.wp-caption{max-width:100%;text-align:center}.wp-caption.alignleft,.wp-caption.alignnone{margin:.25em 1.5em 1.5em 0}.wp-caption.alignright{margin:.25em 0 1.5em 1.5em}.wp-caption img{border:0;height:auto;margin:0;max-width:100%;padding:0;width:auto}.wp-caption p.wp-caption-text{font-size:11px;line-height:17px;margin:0;padding:0 .25em .25em}.wp-caption-text{margin-top:.5em}.screen-reader-text{clip:rect(1px,1px,1px,1px);height:1px;overflow:hidden;position:absolute!important;width:1px}.screen-reader-text:focus{background-color:#b7b9b9;background-color:var(--color-gray-2);border-radius:3px;-webkit-box-shadow:0 0 2px 2px rgba(0,0,0,.6);box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto!important;color:#21759b;display:block;font-size:14px;font-size:.875rem;font-weight:700;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;-webkit-text-decoration:none;text-decoration:none;top:5px;width:auto;z-index:100000}.bypostauthor{display:block}.h1,.h2,.h3,.h3-sm,.h4,.h5,.h6,.xl,.xxl,.xxxl,h1,h2,h3,h4,h5,h6{font-family:Berlingske,serif;font-family:var(--font-secondary);font-style:italic;font-weight:300;letter-spacing:-.025em}.h1.normal,.h2.normal,.h3-sm.normal,.h3.normal,.h4.normal,.h5.normal,.h6.normal,.xl.normal,.xxl.normal,.xxxl.normal,h1.normal,h2.normal,h3.normal,h4.normal,h5.normal,h6.normal{font-style:normal}.h1 .split-text__line,.h2 .split-text__line,.h3 .split-text__line,.h3-sm .split-text__line,.h4 .split-text__line,.h5 .split-text__line,.h6 .split-text__line,.xl .split-text__line,.xxl .split-text__line,.xxxl .split-text__line,h1 .split-text__line,h2 .split-text__line,h3 .split-text__line,h4 .split-text__line,h5 .split-text__line,h6 .split-text__line{margin-top:-.125em;text-indent:.025em}.bookingtool .h1,.bookingtool .h2,.bookingtool .h3,.bookingtool .h3-sm,.bookingtool .h4,.bookingtool .h5,.bookingtool .h6,.bookingtool .xl,.bookingtool .xxl,.bookingtool .xxxl,.bookingtool h1,.bookingtool h2,.bookingtool h3,.bookingtool h4,.bookingtool h5,.bookingtool h6{font-weight:400}.h1-alt,.h2-alt,.h3-alt,.h3-sm-alt,.h4-alt,.h5-alt,.h6-alt,.xl-alt,.xxl-alt,.xxxl-alt{font-family:Aeonik,sans-serif;font-family:var(--font-primary);font-style:normal;font-weight:400;letter-spacing:0}.h1-alt .split-text__line,.h2-alt .split-text__line,.h3-alt .split-text__line,.h3-sm-alt .split-text__line,.h4-alt .split-text__line,.h5-alt .split-text__line,.h6-alt .split-text__line,.xl-alt .split-text__line,.xxl-alt .split-text__line,.xxxl-alt .split-text__line{margin-top:0!important;text-indent:0}.h1-alt.text-uppercase a,.h1-alt.uppercase a,.h2-alt.text-uppercase a,.h2-alt.uppercase a,.h3-alt.text-uppercase a,.h3-alt.uppercase a,.h3-sm-alt.text-uppercase a,.h3-sm-alt.uppercase a,.h4-alt.text-uppercase a,.h4-alt.uppercase a,.h5-alt.text-uppercase a,.h5-alt.uppercase a,.h6-alt.text-uppercase a,.h6-alt.uppercase a,.xl-alt.text-uppercase a,.xl-alt.uppercase a,.xxl-alt.text-uppercase a,.xxl-alt.uppercase a,.xxxl-alt.text-uppercase a,.xxxl-alt.uppercase a,a.h1-alt.text-uppercase,a.h1-alt.uppercase,a.h2-alt.text-uppercase,a.h2-alt.uppercase,a.h3-alt.text-uppercase,a.h3-alt.uppercase,a.h3-sm-alt.text-uppercase,a.h3-sm-alt.uppercase,a.h4-alt.text-uppercase,a.h4-alt.uppercase,a.h5-alt.text-uppercase,a.h5-alt.uppercase,a.h6-alt.text-uppercase,a.h6-alt.uppercase,a.xl-alt.text-uppercase,a.xl-alt.uppercase,a.xxl-alt.text-uppercase,a.xxl-alt.uppercase,a.xxxl-alt.text-uppercase,a.xxxl-alt.uppercase{letter-spacing:.05em}h1,h2,h3{margin-bottom:.5em;margin-top:.5em}h4,h5,h6{margin-bottom:.75em;margin-top:.75em}.md{color:#000;color:var(--md-color-dark);font-size:45px;font-size:calc(var(--md-min-font-size)*1px);line-height:1.175;line-height:var(--md-line-height)}@media screen and (min-width:320px){.md{font-size:calc(31.42857px + 4.24107vw);font-size:calc(var(--md-min-font-size)*1px + (var(--md-max-font-size) - var(--md-min-font-size))*(100vw - 320px)/2240)}}@media screen and (min-width:2560px){.md{font-size:140px;font-size:calc(var(--md-max-font-size)*1px)}}.md .split-text__line{text-indent:.077em}.lg{color:#000;color:var(--lg-color-dark);font-size:80px;font-size:calc(var(--lg-min-font-size)*1px);line-height:.85;line-height:var(--lg-line-height)}@media screen and (min-width:320px){.lg{font-size:calc(70px + 3.125vw);font-size:calc(var(--lg-min-font-size)*1px + (var(--lg-max-font-size) - var(--lg-min-font-size))*(100vw - 320px)/2240)}}@media screen and (min-width:2560px){.lg{font-size:150px;font-size:calc(var(--lg-max-font-size)*1px)}}.lg .split-text__line{text-indent:.077em}.xl{color:#000;color:var(--xl-color-dark);font-size:60px;font-size:calc(var(--xl-min-font-size)*1px);line-height:1;line-height:var(--xl-line-height)}@media screen and (min-width:320px){.xl{font-size:calc(47.14286px + 4.01786vw);font-size:calc(var(--xl-min-font-size)*1px + (var(--xl-max-font-size) - var(--xl-min-font-size))*(100vw - 320px)/2240)}}@media screen and (min-width:2560px){.xl{font-size:150px;font-size:calc(var(--xl-max-font-size)*1px)}}.xl .split-text__line{text-indent:.077em}.xxl{color:#000;color:var(--xxl-color-dark);font-size:75px;font-size:calc(var(--xxl-min-font-size)*1px);line-height:1;line-height:var(--xxl-line-height)}@media screen and (min-width:320px){.xxl{font-size:calc(64.28571px + 3.34821vw);font-size:calc(var(--xxl-min-font-size)*1px + (var(--xxl-max-font-size) - var(--xxl-min-font-size))*(100vw - 320px)/2240)}}@media screen and (min-width:2560px){.xxl{font-size:150px;font-size:calc(var(--xxl-max-font-size)*1px)}}.xxl .split-text__line{text-indent:.077em}.xxxl{color:#000;color:var(--xxxl-color-dark);font-size:75px;font-size:calc(var(--xxxl-min-font-size)*1px);line-height:1.195;line-height:var(--xxxl-line-height)}@media screen and (min-width:320px){.xxxl{font-size:calc(64.28571px + 3.34821vw);font-size:calc(var(--xxxl-min-font-size)*1px + (var(--xxxl-max-font-size) - var(--xxxl-min-font-size))*(100vw - 320px)/2240)}}@media screen and (min-width:2560px){.xxxl{font-size:150px;font-size:calc(var(--xxxl-max-font-size)*1px)}}.xxxl .split-text__line{text-indent:.077em}.h1,h1{color:#000;color:var(--h1-color-dark);font-size:36px;font-size:calc(var(--h1-min-font-size)*1px);line-height:1.175;line-height:var(--h1-line-height)}@media screen and (min-width:320px){.h1,h1{font-size:calc(26.28571px + 3.03571vw);font-size:calc(var(--h1-min-font-size)*1px + (var(--h1-max-font-size) - var(--h1-min-font-size))*(100vw - 320px)/2240)}}@media screen and (min-width:2560px){.h1,h1{font-size:104px;font-size:calc(var(--h1-max-font-size)*1px)}}.h1 .split-text__line,h1 .split-text__line{text-indent:.077em}.h1v{color:#000;color:var(--h1-color-dark);font-size:5.75vw;line-height:1.175;line-height:var(--h1-line-height)}@media(max-width:991px){.h1v{font-size:9.5vw}}.h1v .split-text__line{text-indent:.077em}.h2,h2{color:#000;color:var(--h2-color-dark);font-size:24px;font-size:calc(var(--h2-min-font-size)*1px);line-height:1.2;line-height:var(--h2-line-height)}@media screen and (min-width:320px){.h2,h2{font-size:calc(16px + 2.5vw);font-size:calc(var(--h2-min-font-size)*1px + (var(--h2-max-font-size) - var(--h2-min-font-size))*(100vw - 320px)/2240)}}@media screen and (min-width:2560px){.h2,h2{font-size:80px;font-size:calc(var(--h2-max-font-size)*1px)}}.h2 .split-text__line,h2 .split-text__line{text-indent:.077em}.h3,h3{color:#000;color:var(--h3-color-dark);font-size:28px;font-size:calc(var(--h3-min-font-size)*1px);line-height:1.29;line-height:var(--h3-line-height)}@media screen and (min-width:320px){.h3,h3{font-size:calc(22.71429px + 1.65179vw);font-size:calc(var(--h3-min-font-size)*1px + (var(--h3-max-font-size) - var(--h3-min-font-size))*(100vw - 320px)/2240)}}@media screen and (min-width:2560px){.h3,h3{font-size:65px;font-size:calc(var(--h3-max-font-size)*1px)}}.h3-sm{color:#000;color:var(--h3-sm-color-dark);font-size:28px;font-size:calc(var(--h3-sm-min-font-size)*1px);line-height:1.29;line-height:var(--h3-sm-line-height)}@media screen and (min-width:320px){.h3-sm{font-size:calc(24.57143px + 1.07143vw);font-size:calc(var(--h3-sm-min-font-size)*1px + (var(--h3-sm-max-font-size) - var(--h3-sm-min-font-size))*(100vw - 320px)/2240)}}@media screen and (min-width:2560px){.h3-sm{font-size:52px;font-size:calc(var(--h3-sm-max-font-size)*1px)}}.h4,h4{color:#000;color:var(--h4-color-dark);font-size:26px;font-size:calc(var(--h4-min-font-size)*1px);line-height:1.15;line-height:var(--h4-line-height)}@media screen and (min-width:320px){.h4,h4{font-size:calc(23.42857px + .80357vw);font-size:calc(var(--h4-min-font-size)*1px + (var(--h4-max-font-size) - var(--h4-min-font-size))*(100vw - 320px)/2240)}}@media screen and (min-width:2560px){.h4,h4{font-size:44px;font-size:calc(var(--h4-max-font-size)*1px)}}.h5,h5{color:#000;color:var(--h5-color-dark);font-size:18px;font-size:calc(var(--h5-min-font-size)*1px);line-height:1.6;line-height:var(--h5-line-height)}@media screen and (min-width:320px){.h5,h5{font-size:calc(16.28571px + .53571vw);font-size:calc(var(--h5-min-font-size)*1px + (var(--h5-max-font-size) - var(--h5-min-font-size))*(100vw - 320px)/2240)}}@media screen and (min-width:2560px){.h5,h5{font-size:30px;font-size:calc(var(--h5-max-font-size)*1px)}}.h6,h6{color:#000;color:var(--h6-color-dark);font-size:18px;font-size:calc(var(--h6-min-font-size)*1px);line-height:1.6;line-height:var(--h6-line-height)}@media screen and (min-width:320px){.h6,h6{font-size:calc(17.71429px + .08929vw);font-size:calc(var(--h6-min-font-size)*1px + (var(--h6-max-font-size) - var(--h6-min-font-size))*(100vw - 320px)/2240)}}@media screen and (min-width:2560px){.h6,h6{font-size:20px;font-size:calc(var(--h6-max-font-size)*1px)}}.xl-alt{color:#fff;color:var(--xl-alt-color-light);font-size:54px;font-size:calc(var(--xl-alt-min-font-size)*1px);line-height:1.1;line-height:var(--xl-alt-line-height)}@media screen and (min-width:320px){.xl-alt{font-size:calc(34.85714px + 5.98214vw);font-size:calc(var(--xl-alt-min-font-size)*1px + (var(--xl-alt-max-font-size) - var(--xl-alt-min-font-size))*(100vw - 320px)/2240)}}@media screen and (min-width:2560px){.xl-alt{font-size:188px;font-size:calc(var(--xl-alt-max-font-size)*1px)}}.xxl-alt{color:#fff;color:var(--xxl-alt-color-light);font-size:54px;font-size:calc(var(--xxl-alt-min-font-size)*1px);line-height:1.1;line-height:var(--xxl-alt-line-height)}@media screen and (min-width:320px){.xxl-alt{font-size:calc(34.85714px + 5.98214vw);font-size:calc(var(--xxl-alt-min-font-size)*1px + (var(--xxl-alt-max-font-size) - var(--xxl-alt-min-font-size))*(100vw - 320px)/2240)}}@media screen and (min-width:2560px){.xxl-alt{font-size:188px;font-size:calc(var(--xxl-alt-max-font-size)*1px)}}.xxxl-alt{color:#fff;color:var(--xxxl-alt-color-light);font-size:54px;font-size:calc(var(--xxxl-alt-min-font-size)*1px);line-height:1.1;line-height:var(--xxxl-alt-line-height)}@media screen and (min-width:320px){.xxxl-alt{font-size:calc(34.85714px + 5.98214vw);font-size:calc(var(--xxxl-alt-min-font-size)*1px + (var(--xxxl-alt-max-font-size) - var(--xxxl-alt-min-font-size))*(100vw - 320px)/2240)}}@media screen and (min-width:2560px){.xxxl-alt{font-size:188px;font-size:calc(var(--xxxl-alt-max-font-size)*1px)}}.h1-alt{color:#000;color:var(--h1-alt-color-dark);font-size:35px;font-size:calc(var(--h1-alt-min-font-size)*1px);line-height:1.05;line-height:var(--h1-alt-line-height)}@media screen and (min-width:320px){.h1-alt{font-size:calc(25.14286px + 3.08036vw);font-size:calc(var(--h1-alt-min-font-size)*1px + (var(--h1-alt-max-font-size) - var(--h1-alt-min-font-size))*(100vw - 320px)/2240)}}@media screen and (min-width:2560px){.h1-alt{font-size:104px;font-size:calc(var(--h1-alt-max-font-size)*1px)}}.h2-alt{color:#000;color:var(--h2-alt-color-dark);font-size:31px;font-size:calc(var(--h2-alt-min-font-size)*1px);line-height:1.31;line-height:var(--h2-alt-line-height)}@media screen and (min-width:320px){.h2-alt{font-size:calc(26.14286px + 1.51786vw);font-size:calc(var(--h2-alt-min-font-size)*1px + (var(--h2-alt-max-font-size) - var(--h2-alt-min-font-size))*(100vw - 320px)/2240)}}@media screen and (min-width:2560px){.h2-alt{font-size:65px;font-size:calc(var(--h2-alt-max-font-size)*1px)}}.h3-alt{color:#000;color:var(--h3-alt-color-dark);font-size:24px;font-size:calc(var(--h3-alt-min-font-size)*1px);line-height:1.29;line-height:var(--h3-alt-line-height)}@media screen and (min-width:320px){.h3-alt{font-size:calc(21.42857px + .80357vw);font-size:calc(var(--h3-alt-min-font-size)*1px + (var(--h3-alt-max-font-size) - var(--h3-alt-min-font-size))*(100vw - 320px)/2240)}}@media screen and (min-width:2560px){.h3-alt{font-size:42px;font-size:calc(var(--h3-alt-max-font-size)*1px)}}.h3-sm-alt{color:#000;color:var(--h3-sm-alt-color-dark);font-size:22px;font-size:calc(var(--h3-sm-alt-min-font-size)*1px);line-height:1.29;line-height:var(--h3-sm-alt-line-height)}@media screen and (min-width:320px){.h3-sm-alt{font-size:calc(20px + .625vw);font-size:calc(var(--h3-sm-alt-min-font-size)*1px + (var(--h3-sm-alt-max-font-size) - var(--h3-sm-alt-min-font-size))*(100vw - 320px)/2240)}}@media screen and (min-width:2560px){.h3-sm-alt{font-size:36px;font-size:calc(var(--h3-sm-alt-max-font-size)*1px)}}.h4-alt{color:#000;color:var(--h4-alt-color-dark);font-size:20px;font-size:calc(var(--h4-alt-min-font-size)*1px);line-height:1.25;line-height:var(--h4-alt-line-height)}@media screen and (min-width:320px){.h4-alt{font-size:calc(19.14286px + .26786vw);font-size:calc(var(--h4-alt-min-font-size)*1px + (var(--h4-alt-max-font-size) - var(--h4-alt-min-font-size))*(100vw - 320px)/2240)}}@media screen and (min-width:2560px){.h4-alt{font-size:26px;font-size:calc(var(--h4-alt-max-font-size)*1px)}}.h5-alt{color:#000;color:var(--h5-alt-color-dark);font-size:16px;font-size:calc(var(--h5-alt-min-font-size)*1px);line-height:1.6;line-height:var(--h5-alt-line-height)}@media screen and (min-width:320px){.h5-alt{font-size:calc(15.71429px + .08929vw);font-size:calc(var(--h5-alt-min-font-size)*1px + (var(--h5-alt-max-font-size) - var(--h5-alt-min-font-size))*(100vw - 320px)/2240)}}@media screen and (min-width:2560px){.h5-alt{font-size:18px;font-size:calc(var(--h5-alt-max-font-size)*1px)}}.h6-alt{color:#000;color:var(--h6-alt-color-dark);font-size:14px;font-size:calc(var(--h6-alt-min-font-size)*1px);line-height:1.6;line-height:var(--h6-alt-line-height)}@media screen and (min-width:320px){.h6-alt{font-size:14px;font-size:calc(var(--h6-alt-min-font-size)*1px + (var(--h6-alt-max-font-size) - var(--h6-alt-min-font-size))*(100vw - 320px)/2240)}}@media screen and (min-width:2560px){.h6-alt{font-size:14px;font-size:calc(var(--h6-alt-max-font-size)*1px)}}.font-primary{font-family:Aeonik,sans-serif;font-family:var(--font-primary)}.font-secondary{font-family:Berlingske,serif;font-family:var(--font-secondary)}p{color:#000;color:var(--paragraph-color-dark);font-size:14px;font-size:calc(var(--paragraph-min-font-size)*1px);line-height:1.633;line-height:var(--paragraph-line-height);margin-bottom:1em}p:last-child{margin-bottom:0}@media screen and (min-width:320px){p{font-size:calc(13.42857px + .17857vw);font-size:calc(var(--paragraph-min-font-size)*1px + (var(--paragraph-max-font-size) - var(--paragraph-min-font-size))*(100vw - 320px)/2240)}}@media screen and (min-width:2560px){p{font-size:18px;font-size:calc(var(--paragraph-max-font-size)*1px)}}.section-content__text_page p:last-child{margin-bottom:1em}.paragraph,.paragraph p{color:#000;color:var(--paragraph-color-dark);font-size:14px;font-size:calc(var(--paragraph-min-font-size)*1px);line-height:1.633;line-height:var(--paragraph-line-height)}@media screen and (min-width:320px){.paragraph,.paragraph p{font-size:calc(13.42857px + .17857vw);font-size:calc(var(--paragraph-min-font-size)*1px + (var(--paragraph-max-font-size) - var(--paragraph-min-font-size))*(100vw - 320px)/2240)}}@media screen and (min-width:2560px){.paragraph,.paragraph p{font-size:18px;font-size:calc(var(--paragraph-max-font-size)*1px)}}.paragraph-small,.paragraph-small p,.text-small,.text-small p{color:#000;color:var(--paragraph-small-color-dark);font-size:13px;font-size:calc(var(--paragraph-small-min-font-size)*1px);line-height:1.633;line-height:var(--paragraph-small-line-height)}@media screen and (min-width:320px){.paragraph-small,.paragraph-small p,.text-small,.text-small p{font-size:calc(12.71429px + .08929vw);font-size:calc(var(--paragraph-small-min-font-size)*1px + (var(--paragraph-small-max-font-size) - var(--paragraph-small-min-font-size))*(100vw - 320px)/2240)}}@media screen and (min-width:2560px){.paragraph-small,.paragraph-small p,.text-small,.text-small p{font-size:15px;font-size:calc(var(--paragraph-small-max-font-size)*1px)}}.lead-text,.lead-text p{color:#000;color:var(--lead-color-dark);font-size:18px;font-size:calc(var(--lead-min-font-size)*1px);line-height:1.4;line-height:var(--lead-line-height)}@media screen and (min-width:320px){.lead-text,.lead-text p{font-size:calc(17.14286px + .26786vw);font-size:calc(var(--lead-min-font-size)*1px + (var(--lead-max-font-size) - var(--lead-min-font-size))*(100vw - 320px)/2240)}}@media screen and (min-width:2560px){.lead-text,.lead-text p{font-size:24px;font-size:calc(var(--lead-max-font-size)*1px)}}.lead-small-text,.lead-small-text p{color:#000;color:var(--lead-small-color-dark);font-size:16px;font-size:calc(var(--lead-small-min-font-size)*1px);line-height:1.4;line-height:var(--lead-small-line-height)}@media screen and (min-width:320px){.lead-small-text,.lead-small-text p{font-size:calc(15.42857px + .17857vw);font-size:calc(var(--lead-small-min-font-size)*1px + (var(--lead-small-max-font-size) - var(--lead-small-min-font-size))*(100vw - 320px)/2240)}}@media screen and (min-width:2560px){.lead-small-text,.lead-small-text p{font-size:20px;font-size:calc(var(--lead-small-max-font-size)*1px)}}.lead-large-text,.lead-large-text p{color:#000;color:var(--lead-large-color-dark);font-size:24px;font-size:calc(var(--lead-large-min-font-size)*1px);line-height:1.15;line-height:var(--lead-large-line-height)}@media screen and (min-width:320px){.lead-large-text,.lead-large-text p{font-size:calc(22.28571px + .53571vw);font-size:calc(var(--lead-large-min-font-size)*1px + (var(--lead-large-max-font-size) - var(--lead-large-min-font-size))*(100vw - 320px)/2240)}}@media screen and (min-width:2560px){.lead-large-text,.lead-large-text p{font-size:36px;font-size:calc(var(--lead-large-max-font-size)*1px)}}.blockquote,blockquote{color:var(blockquote-color-dark);display:block;font-family:Berlingske,serif;font-family:var(--font-secondary);font-size:26px;font-size:calc(var(--blockquote-min-font-size)*1px);font-style:italic;font-weight:300;line-height:1.157;line-height:var(--blockquote-line-height);margin-bottom:0;margin-top:0}@media screen and (min-width:320px){.blockquote,blockquote{font-size:calc(21.14286px + 1.51786vw);font-size:calc(var(--blockquote-min-font-size)*1px + (var(--blockquote-max-font-size) - var(--blockquote-min-font-size))*(100vw - 320px)/2240)}}@media screen and (min-width:2560px){.blockquote,blockquote{font-size:60px;font-size:calc(var(--blockquote-max-font-size)*1px)}}.blockquote p,blockquote p{font-size:26px;font-size:calc(var(--blockquote-min-font-size)*1px);line-height:1.157;line-height:var(--blockquote-line-height);margin-top:0}@media screen and (min-width:320px){.blockquote p,blockquote p{font-size:calc(21.14286px + 1.51786vw);font-size:calc(var(--blockquote-min-font-size)*1px + (var(--blockquote-max-font-size) - var(--blockquote-min-font-size))*(100vw - 320px)/2240)}}@media screen and (min-width:2560px){.blockquote p,blockquote p{font-size:60px;font-size:calc(var(--blockquote-max-font-size)*1px)}}.blockquote p:last-child,blockquote p:last-child{margin-bottom:0}.blockquote.blockquote-small,.blockquote.small,blockquote.blockquote-small,blockquote.small{font-size:24px;font-size:calc(var(--blockquote-small-min-font-size)*1px);line-height:1.3;line-height:var(--blockquote-small-line-height)}@media screen and (min-width:320px){.blockquote.blockquote-small,.blockquote.small,blockquote.blockquote-small,blockquote.small{font-size:calc(21.42857px + .80357vw);font-size:calc(var(--blockquote-small-min-font-size)*1px + (var(--blockquote-small-max-font-size) - var(--blockquote-small-min-font-size))*(100vw - 320px)/2240)}}@media screen and (min-width:2560px){.blockquote.blockquote-small,.blockquote.small,blockquote.blockquote-small,blockquote.small{font-size:42px;font-size:calc(var(--blockquote-small-max-font-size)*1px)}}.blockquote.blockquote-small p,.blockquote.small p,blockquote.blockquote-small p,blockquote.small p{font-size:24px;font-size:calc(var(--blockquote-small-min-font-size)*1px);line-height:1.3;line-height:var(--blockquote-small-line-height)}@media screen and (min-width:320px){.blockquote.blockquote-small p,.blockquote.small p,blockquote.blockquote-small p,blockquote.small p{font-size:calc(21.42857px + .80357vw);font-size:calc(var(--blockquote-small-min-font-size)*1px + (var(--blockquote-small-max-font-size) - var(--blockquote-small-min-font-size))*(100vw - 320px)/2240)}}@media screen and (min-width:2560px){.blockquote.blockquote-small p,.blockquote.small p,blockquote.blockquote-small p,blockquote.small p{font-size:42px;font-size:calc(var(--blockquote-small-max-font-size)*1px)}}.strong,b,strong{font-weight:600}.em,em,i{font-style:italic}.small,small{display:block;font-size:14px;line-height:1.5}.small-caps{color:#2b2c2c;color:var(--color-gray-1);font-size:10px;font-weight:700;letter-spacing:1px;line-height:1.3;text-transform:uppercase}@media screen and (min-width:320px){.small-caps{font-size:calc(9.57143px + .13393vw)}}@media screen and (min-width:2560px){.small-caps{font-size:13px}}.has-drop-cap:not(:focus):not(.has-drop-cap_split):first-letter{color:#111;color:var(--dropcap-color-dark);float:left;font-family:Berlingske,serif;font-family:var(--font-secondary);font-size:60px;font-size:calc(var(--dropcap-min-font-size)*1px);font-style:normal;line-height:.7;line-height:var(--dropcap-line-height);margin:.15em .25em 0 0;text-transform:uppercase}@media screen and (min-width:320px){.has-drop-cap:not(:focus):not(.has-drop-cap_split):first-letter{font-size:calc(52.85714px + 2.23214vw);font-size:calc(var(--dropcap-min-font-size)*1px + (var(--dropcap-max-font-size) - var(--dropcap-min-font-size))*(100vw - 320px)/2240)}}@media screen and (min-width:2560px){.has-drop-cap:not(:focus):not(.has-drop-cap_split):first-letter{font-size:110px;font-size:calc(var(--dropcap-max-font-size)*1px)}}.has-drop-cap:not(:focus):not(.has-drop-cap_split):first-letter:after{clear:both;content:"";display:table}.split-text:not(.js-split-text) .has-drop-cap>div:first-child{display:inline-block!important;float:left}.split-text:not(.js-split-text) .has-drop-cap>div:first-child:after{clear:both;content:"";display:table}.drop-cap{color:#111;color:var(--dropcap-color-dark);float:left;font-family:Berlingske,serif;font-family:var(--font-secondary);font-size:60px;font-size:calc(var(--dropcap-min-font-size)*1px);font-style:normal;line-height:.7;line-height:var(--dropcap-line-height);margin:.15em .25em 0 0;text-transform:uppercase}@media screen and (min-width:320px){.drop-cap{font-size:calc(52.85714px + 2.23214vw);font-size:calc(var(--dropcap-min-font-size)*1px + (var(--dropcap-max-font-size) - var(--dropcap-min-font-size))*(100vw - 320px)/2240)}}@media screen and (min-width:2560px){.drop-cap{font-size:110px;font-size:calc(var(--dropcap-max-font-size)*1px)}}.drop-cap:after{clear:both;content:"";display:table}.font-100,.text-100{font-weight:100!important}.font-200,.text-200{font-weight:200!important}.font-300,.text-300{font-weight:300!important}.font-400,.text-400{font-weight:400!important}.font-500,.text-500{font-weight:500!important}.font-600,.text-600{font-weight:600!important}.font-700,.text-700{font-weight:700!important}.font-800,.text-800{font-weight:800!important}.font-900,.text-900{font-weight:900!important}.magazin-intro{font-family:Berlingske,serif;font-family:var(--font-secondary);font-size:16.5vw;font-style:normal;letter-spacing:.075em;line-height:.9;margin:0;text-transform:uppercase}@media(max-width:991px){.magazin-intro{font-size:19vw;letter-spacing:0}}.magazin-subline{font-family:Berlingske,serif;font-family:var(--font-secondary);font-size:14px;font-style:normal;font-weight:400;text-transform:uppercase}@media screen and (min-width:320px){.magazin-subline{font-size:calc(13.42857px + .17857vw)}}@media screen and (min-width:2560px){.magazin-subline{font-size:18px}}.text-uppercase,.uppercase{text-transform:uppercase}.text-uppercase .h1-alt a,.text-uppercase .h2-alt a,.text-uppercase .h3-alt a,.text-uppercase .h4-alt a,.text-uppercase .h5-alt a,.text-uppercase .h6-alt a,.text-uppercase .xl-alt a,.text-uppercase a.h1-alt,.text-uppercase a.h2-alt,.text-uppercase a.h3-alt,.text-uppercase a.h4-alt,.text-uppercase a.h5-alt,.text-uppercase a.h6-alt,.text-uppercase a.xl-alt,.uppercase .h1-alt a,.uppercase .h2-alt a,.uppercase .h3-alt a,.uppercase .h4-alt a,.uppercase .h5-alt a,.uppercase .h6-alt a,.uppercase .xl-alt a,.uppercase a.h1-alt,.uppercase a.h2-alt,.uppercase a.h3-alt,.uppercase a.h4-alt,.uppercase a.h5-alt,.uppercase a.h6-alt,.uppercase a.xl-alt{letter-spacing:.05em}.lowercase,.text-lowercase{text-transform:lowercase}.lowercase .h1-alt,.lowercase .h2-alt,.lowercase .h3-alt,.lowercase .h4-alt,.lowercase .h5-alt,.lowercase .h6-alt,.lowercase .xl-alt,.text-lowercase .h1-alt,.text-lowercase .h2-alt,.text-lowercase .h3-alt,.text-lowercase .h4-alt,.text-lowercase .h5-alt,.text-lowercase .h6-alt,.text-lowercase .xl-alt{letter-spacing:0}.ndash-fix{margin-left:.1em;margin-right:.085em}.section-content__text ul:not([class]),.section-content__text_animate ul:not([class]),.section-content__text_page ul:not([class]),.section-masthead__content ul:not([class]),.section-slide__content ul:not([class]){color:#000;color:var(--paragraph-color-dark);font-size:14px;font-size:calc(var(--paragraph-min-font-size)*1px);line-height:1.633;line-height:var(--paragraph-line-height);list-style-type:none;margin:0 0 1em;padding:0}@media screen and (min-width:320px){.section-content__text ul:not([class]),.section-content__text_animate ul:not([class]),.section-content__text_page ul:not([class]),.section-masthead__content ul:not([class]),.section-slide__content ul:not([class]){font-size:calc(13.42857px + .17857vw);font-size:calc(var(--paragraph-min-font-size)*1px + (var(--paragraph-max-font-size) - var(--paragraph-min-font-size))*(100vw - 320px)/2240)}}@media screen and (min-width:2560px){.section-content__text ul:not([class]),.section-content__text_animate ul:not([class]),.section-content__text_page ul:not([class]),.section-masthead__content ul:not([class]),.section-slide__content ul:not([class]){font-size:18px;font-size:calc(var(--paragraph-max-font-size)*1px)}}.section-content__text ul:not([class])>li,.section-content__text_animate ul:not([class])>li,.section-content__text_page ul:not([class])>li,.section-masthead__content ul:not([class])>li,.section-slide__content ul:not([class])>li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.section-content__text ul:not([class])>li:before,.section-content__text_animate ul:not([class])>li:before,.section-content__text_page ul:not([class])>li:before,.section-masthead__content ul:not([class])>li:before,.section-slide__content ul:not([class])>li:before{content:"";display:block;height:1px;width:1rem;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;-ms-flex-preferred-size:1rem;background:#000;background:var(--color-dark-1);flex-basis:1rem;margin-right:1em;margin-top:.75em}.section-content__text ul.plus,.section-content__text_animate ul.plus,.section-content__text_page ul.plus,.section-masthead__content ul.plus,.section-slide__content ul.plus{color:#000;color:var(--paragraph-color-dark);display:-webkit-box;display:-ms-flexbox;display:flex;font-size:14px;font-size:calc(var(--paragraph-min-font-size)*1px);line-height:1.33;list-style-type:none;padding:0;text-transform:uppercase;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:.5em;margin:0 0 1em}@media screen and (min-width:320px){.section-content__text ul.plus,.section-content__text_animate ul.plus,.section-content__text_page ul.plus,.section-masthead__content ul.plus,.section-slide__content ul.plus{font-size:calc(13.42857px + .17857vw);font-size:calc(var(--paragraph-min-font-size)*1px + (var(--paragraph-max-font-size) - var(--paragraph-min-font-size))*(100vw - 320px)/2240)}}@media screen and (min-width:2560px){.section-content__text ul.plus,.section-content__text_animate ul.plus,.section-content__text_page ul.plus,.section-masthead__content ul.plus,.section-slide__content ul.plus{font-size:18px;font-size:calc(var(--paragraph-max-font-size)*1px)}}.section-content__text ul.plus>li,.section-content__text_animate ul.plus>li,.section-content__text_page ul.plus>li,.section-masthead__content ul.plus>li,.section-slide__content ul.plus>li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.section-content__text ul.plus>li:before,.section-content__text_animate ul.plus>li:before,.section-content__text_page ul.plus>li:before,.section-masthead__content ul.plus>li:before,.section-slide__content ul.plus>li:before{background-image:url(/app/themes/goodat/public/images/good_at_icon_plus-1.38c1bc.svg);background-position:50%;background-repeat:no-repeat;background-size:contain;content:"";display:block;height:15px;width:15px;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;-ms-flex-preferred-size:15px;flex-basis:15px;margin-right:1.75em}@media screen and (max-width:767px){.section-content__text ul.plus>li:before,.section-content__text_animate ul.plus>li:before,.section-content__text_page ul.plus>li:before,.section-masthead__content ul.plus>li:before,.section-slide__content ul.plus>li:before{height:13px;width:13px;-ms-flex-preferred-size:13px;flex-basis:13px}}.section-content__text ul.points,.section-content__text_animate ul.points,.section-content__text_page ul.points,.section-masthead__content ul.points,.section-slide__content ul.points{color:#000;color:var(--paragraph-color-dark);font-size:14px;font-size:calc(var(--paragraph-min-font-size)*1px);line-height:1.633;line-height:var(--paragraph-line-height);list-style-type:none;margin:0 0 1em;padding:0}@media screen and (min-width:320px){.section-content__text ul.points,.section-content__text_animate ul.points,.section-content__text_page ul.points,.section-masthead__content ul.points,.section-slide__content ul.points{font-size:calc(13.42857px + .17857vw);font-size:calc(var(--paragraph-min-font-size)*1px + (var(--paragraph-max-font-size) - var(--paragraph-min-font-size))*(100vw - 320px)/2240)}}@media screen and (min-width:2560px){.section-content__text ul.points,.section-content__text_animate ul.points,.section-content__text_page ul.points,.section-masthead__content ul.points,.section-slide__content ul.points{font-size:18px;font-size:calc(var(--paragraph-max-font-size)*1px)}}.section-content__text ul.points>li,.section-content__text_animate ul.points>li,.section-content__text_page ul.points>li,.section-masthead__content ul.points>li,.section-slide__content ul.points>li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.section-content__text ul.points>li:not(:last-child),.section-content__text_animate ul.points>li:not(:last-child),.section-content__text_page ul.points>li:not(:last-child),.section-masthead__content ul.points>li:not(:last-child),.section-slide__content ul.points>li:not(:last-child){margin-bottom:.5rem}.section-content__text ul.points>li:before,.section-content__text_animate ul.points>li:before,.section-content__text_page ul.points>li:before,.section-masthead__content ul.points>li:before,.section-slide__content ul.points>li:before{content:"•";display:block;-ms-flex-preferred-size:.75rem;flex-basis:.75rem;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;margin-right:.5em;margin-top:.05em;width:.75em}.section-content__text ul.arrows,.section-content__text_animate ul.arrows,.section-content__text_page ul.arrows,.section-masthead__content ul.arrows,.section-slide__content ul.arrows{color:#000;color:var(--paragraph-color-dark);font-size:14px;font-size:calc(var(--paragraph-min-font-size)*1px);line-height:1.633;line-height:var(--paragraph-line-height);list-style-type:none;margin:0 0 1em;padding:0}@media screen and (min-width:320px){.section-content__text ul.arrows,.section-content__text_animate ul.arrows,.section-content__text_page ul.arrows,.section-masthead__content ul.arrows,.section-slide__content ul.arrows{font-size:calc(13.42857px + .17857vw);font-size:calc(var(--paragraph-min-font-size)*1px + (var(--paragraph-max-font-size) - var(--paragraph-min-font-size))*(100vw - 320px)/2240)}}@media screen and (min-width:2560px){.section-content__text ul.arrows,.section-content__text_animate ul.arrows,.section-content__text_page ul.arrows,.section-masthead__content ul.arrows,.section-slide__content ul.arrows{font-size:18px;font-size:calc(var(--paragraph-max-font-size)*1px)}}.section-content__text ul.arrows>li,.section-content__text_animate ul.arrows>li,.section-content__text_page ul.arrows>li,.section-masthead__content ul.arrows>li,.section-slide__content ul.arrows>li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.section-content__text ul.arrows>li:not(:last-child),.section-content__text_animate ul.arrows>li:not(:last-child),.section-content__text_page ul.arrows>li:not(:last-child),.section-masthead__content ul.arrows>li:not(:last-child),.section-slide__content ul.arrows>li:not(:last-child){margin-bottom:.5rem}.section-content__text ul.arrows>li:before,.section-content__text_animate ul.arrows>li:before,.section-content__text_page ul.arrows>li:before,.section-masthead__content ul.arrows>li:before,.section-slide__content ul.arrows>li:before{content:"→";display:block;-ms-flex-preferred-size:.75rem;flex-basis:.75rem;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;margin-right:.5em;margin-top:0;width:.75em}.price{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.price,.price-inner{display:-webkit-box;display:-ms-flexbox;display:flex}.price-inner .price-amount{color:#000;color:var(--h3-sm-alt-color-dark);font-size:22px;font-size:calc(var(--h3-sm-alt-min-font-size)*1px);line-height:1.29;line-height:var(--h3-sm-alt-line-height)}@media screen and (min-width:320px){.price-inner .price-amount{font-size:calc(20px + .625vw);font-size:calc(var(--h3-sm-alt-min-font-size)*1px + (var(--h3-sm-alt-max-font-size) - var(--h3-sm-alt-min-font-size))*(100vw - 320px)/2240)}}@media screen and (min-width:2560px){.price-inner .price-amount{font-size:36px;font-size:calc(var(--h3-sm-alt-max-font-size)*1px)}}.price-inner .price-info{color:#a5a6a6;color:var(--color-light-3);display:-webkit-box;display:-ms-flexbox;display:flex;font-size:10px;line-height:1.1;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-left:1.25em;text-transform:uppercase}@media screen and (min-width:320px){.price-inner .price-info{font-size:calc(9.71429px + .08929vw)}}@media screen and (min-width:2560px){.price-inner .price-info{font-size:12px}}.badge{background:#000;background:var(--color-dark-1);border-radius:999px;color:#fff;color:var(--color-light-1);display:inline-block;font-size:.477em;line-height:1.1em;margin:0;padding:.33em .66em;-ms-flex-item-align:center;align-self:center}.looping-words{height:1em;padding-left:.1em;padding-right:.1em;position:relative}.looping-words__list{text-align:center;text-transform:uppercase;white-space:nowrap;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;list-style:none;margin-bottom:0;margin-top:0;padding-left:0;position:relative}.looping-words__containers{height:100%;overflow:hidden;position:relative;width:100%}.looping-words__word{margin-bottom:0}.is-layout-flex{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.is-nowrap{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.is-vertical{-webkit-box-orient:vertical;-ms-flex-direction:column;flex-direction:column}.is-horizontal,.is-vertical{-webkit-box-direction:normal}.is-horizontal{-webkit-box-orient:horizontal;-ms-flex-direction:row;flex-direction:row}.is-content-justification-right{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.is-content-justification-center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.is-content-justification-left{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.is-content-alignment-top{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-ms-flex-line-pack:start;align-content:flex-start}.is-content-alignment-center{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-line-pack:center;align-content:center}.is-content-alignment-bottom{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-ms-flex-line-pack:end;align-content:flex-end}.has-text-align-center{text-align:center}.has-text-align-right{text-align:right}.has-text-align-justify{text-align:justify}.has-text-align-left{text-align:left}.text-black,.text-dark{color:#000!important;color:var(--color-dark-1)!important}.text-light,.text-white{color:#fff!important;color:var(--color-light-1)!important}.has-dark-1-color{color:#000;color:var(--color-dark-1)}.bg-dark-1,.has-dark-1-background-color{background-color:#000;background-color:var(--color-dark-1)}.border-dark-1,.has-dark-1-border-color{border-color:#000;border-color:var(--color-dark-1)}.has-dark-2-color{color:#2b2c2c;color:var(--color-dark-2)}.bg-dark-2,.has-dark-2-background-color{background-color:#2b2c2c;background-color:var(--color-dark-2)}.border-dark-2,.has-dark-2-border-color{border-color:#2b2c2c;border-color:var(--color-dark-2)}.has-dark-3-color{color:#454545;color:var(--color-dark-3)}.bg-dark-3,.has-dark-3-background-color{background-color:#454545;background-color:var(--color-dark-3)}.border-dark-3,.has-dark-3-border-color{border-color:#454545;border-color:var(--color-dark-3)}.has-dark-4-color{color:#606060;color:var(--color-dark-4)}.bg-dark-4,.has-dark-4-background-color{background-color:#606060;background-color:var(--color-dark-4)}.border-dark-4,.has-dark-4-border-color{border-color:#606060;border-color:var(--color-dark-4)}.has-light-1-color{color:#fff;color:var(--color-light-1)}.bg-light-1,.has-light-1-background-color{background-color:#fff;background-color:var(--color-light-1)}.border-light-1,.has-light-1-border-color{border-color:#fff;border-color:var(--color-light-1)}.has-light-2-color{color:#f9f9f9;color:var(--color-light-2)}.bg-light-2,.has-light-2-background-color{background-color:#f9f9f9;background-color:var(--color-light-2)}.border-light-2,.has-light-2-border-color{border-color:#f9f9f9;border-color:var(--color-light-2)}.has-light-3-color{color:#a5a6a6;color:var(--color-light-3)}.bg-light-3,.has-light-3-background-color{background-color:#a5a6a6;background-color:var(--color-light-3)}.border-light-3,.has-light-3-border-color{border-color:#a5a6a6;border-color:var(--color-light-3)}.has-light-4-color{color:#7e7e7e;color:var(--color-light-4)}.bg-light-4,.has-light-4-background-color{background-color:#7e7e7e;background-color:var(--color-light-4)}.border-light-4,.has-light-4-border-color{border-color:#7e7e7e;border-color:var(--color-light-4)}.has-gray-color{color:#b7b9b9;color:var(--color-gray-2)}.bg-gray,.has-gray-background-color{background-color:#b7b9b9;background-color:var(--color-gray-2)}.border-gray,.has-gray-border-color{border-color:#b7b9b9;border-color:var(--color-gray-2)}.has-success-color{color:#88ffa9;color:var(--color-success)}.bg-success,.has-success-background-color{background-color:#88ffa9;background-color:var(--color-success)}.border-success,.has-success-border-color{border-color:#88ffa9;border-color:var(--color-success)}.has-info-color{color:#88ffa9;color:var(--color-info)}.bg-info,.has-info-background-color{background-color:#88ffa9;background-color:var(--color-info)}.border-info,.has-info-border-color{border-color:#88ffa9;border-color:var(--color-info)}.has-error-color{color:#ff5e5e;color:var(--color-error)}.bg-error,.has-error-background-color{background-color:#ff5e5e;background-color:var(--color-error)}.border-error,.has-error-border-color{border-color:#ff5e5e;border-color:var(--color-error)}.has-danger-color{color:#ff5e5e;color:var(--color-danger)}.bg-danger,.has-danger-background-color{background-color:#ff5e5e;background-color:var(--color-danger)}.border-danger,.has-danger-border-color{border-color:#ff5e5e;border-color:var(--color-danger)}.has-warning-color{color:#ffcf5e;color:var(--color-warning)}.bg-warning,.has-warning-background-color{background-color:#ffcf5e;background-color:var(--color-warning)}.border-warning,.has-warning-border-color{border-color:#ffcf5e;border-color:var(--color-warning)}.text-inherit,.text-inherit a,.text-inherit a:hover{color:inherit!important}.text-inherit a:hover{opacity:.8}@media(min-width:991px){.footer .section-content .section-content__inner .container{padding-left:0;padding-right:0}}.overflow{overflow:hidden;position:relative}.container .container{padding-left:0;padding-right:0}.screen-reader-response{height:1px;left:-9999px;overflow:hidden;position:absolute;top:-9999px;width:1px}.position-relative{position:relative}.position-fixed{position:fixed}.position-fixed-100{height:100%;left:0;position:fixed;top:0;width:100%}.position-absolute{position:absolute}.position-absolute.top-0{top:0}.position-absolute.right-0{right:0}.position-absolute.bottom-0{bottom:0}.position-absolute.left-0{left:0}.position-center{left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.position-notset{position:inherit!important}.of-cover{font-family:"object-fit: cover;";-o-object-fit:cover;object-fit:cover}.of-contain,.of-cover{height:100%;width:100%}.of-contain{font-family:"object-fit: contain;";-o-object-fit:contain;object-fit:contain}.hidden{opacity:0;visibility:hidden}.no-gutters{padding-left:0;padding-right:0}.grayscale{-webkit-filter:grayscale(70%);filter:grayscale(70%)}.rounded{border-radius:9999px;overflow:hidden}.center-center{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-line-pack:center;align-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.clearfix:after{clear:both;content:"";display:table}.backgroundblendmode .blend-difference{color:#fff;mix-blend-mode:difference}.backgroundblendmode .blend-difference a{color:#fff}.backgroundblendmode .blend-difference a:hover{opacity:.7}.text-300{font-weight:300!important}.text-400{font-weight:400!important}.text-500{font-weight:500!important}.text-600{font-weight:600!important}.invert{-webkit-filter:invert(100%);filter:invert(100%)}.hidden_absolute{left:-9999px;opacity:0;position:absolute;top:-9999px;visibility:hidden}.d-flex-centered{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.scale-1-1{-webkit-transform:scale(1.1);transform:scale(1.1)}.scale-1-2{-webkit-transform:scale(1.2);transform:scale(1.2)}.scale-1-25{-webkit-transform:scale(1.25);transform:scale(1.25)}.scale-1-3{-webkit-transform:scale(1.3);transform:scale(1.3)}.scale-1-4{-webkit-transform:scale(1.4);transform:scale(1.4)}.scale-1-5{-webkit-transform:scale(1.5);transform:scale(1.5)}.z-1{z-index:1}.z-5{z-index:5}.z-10{z-index:10}.z-50{z-index:50}.z-100{z-index:100}.z-500{z-index:500}.z-1000{z-index:1000}.lh-0-85{line-height:.85!important}.lh-0-9{line-height:.9!important}.lh-0-95{line-height:.95!important}.lh-1{line-height:1!important}.lh-1-05{line-height:1.05!important}.lh-1-1{line-height:1.1!important}.lh-1-15{line-height:1.15!important}.lh-1-2{line-height:1.2!important}.lh-1-25{line-height:1.25!important}.lh-1-3{line-height:1.3!important}.lh-1-35{line-height:1.35!important}.lh-1-4{line-height:1.4!important}.lh-1-45{line-height:1.45!important}.lh-1-5{line-height:1.5!important}.lh-1-55{line-height:1.55!important}.lh-1-6{line-height:1.6!important}.lh-1-65{line-height:1.65!important}.lh-1-7{line-height:1.7!important}.lh-1-75{line-height:1.75!important}.lh-1-8{line-height:1.8!important}.lh-1-85{line-height:1.85!important}.lh-1-9{line-height:1.9!important}.lh-1-95{line-height:1.95!important}.lh-2{line-height:2!important}.lh-2-05{line-height:2.05!important}.lh-2-1{line-height:2.1!important}.lh-2-15{line-height:2.15!important}.lh-2-2{line-height:2.2!important}.lh-2-25{line-height:2.25!important}.lh-2-3{line-height:2.3!important}.lh-2-35{line-height:2.35!important}.lh-2-4{line-height:2.4!important}.lh-2-45{line-height:2.45!important}.lh-2-5{line-height:2.5!important}.block-circle{border-radius:100%}.block-counter{padding-left:6px;padding-right:6px;position:relative}.block-counter__counter{color:#2b2c2c;color:var(--color-gray-1);font-family:Berlingske,serif;font-family:var(--font-secondary);font-size:13px;font-weight:700;left:100%;position:absolute;top:0;white-space:nowrap}@media screen and (min-width:320px){.block-counter__counter{font-size:calc(12.57143px + .13393vw)}}@media screen and (min-width:2560px){.block-counter__counter{font-size:16px}}.white-space{translate:translateY(-50%)}.nowrap,.white-space{white-space:nowrap}.text-middle{margin-left:-25%!important;-webkit-transform:translateX(10%)!important;transform:translateX(10%)!important}.text-balance{text-wrap:balance!important}.text-overflow-ellipsis{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-wrap{word-wrap:break-word;-ms-hyphens:auto;hyphens:auto;word-break:break-word}.text-no-hyphens{-ms-hyphens:none;hyphens:none;word-wrap:normal;word-break:normal}.col-gutters{padding:20px}.row-gutters{margin-bottom:-20px;margin-top:-20px}.pointer-events-none,.pointer-events-none :not(.pointer-events-auto){pointer-events:none!important}.pointer-events-auto,.pointer-events-auto *,.pointer-events-none .pointer-events-auto,.pointer-events-none .pointer-events-auto *{pointer-events:auto!important}.border-radius-100{border-radius:100%}.gs-dev-tools{z-index:9999}@media screen and (min-width:767px){br.hide-br-desktop{display:none}}@media screen and (max-width:767px){br.hide-br-mobile{display:none}}.w-100{width:100%!important}.w-100vh,.w-100vw{width:100vh!important}.w-100lvh{width:100lvh!important}.w-100lvw{width:100lvw!important}.w-100svh{width:100svh!important}.w-100svw{width:100svw!important}.min-w-100{min-width:100%!important}.min-w-100vh,.min-w-100vw{min-width:100vh!important}.min-w-100lvh{min-width:100lvh!important}.min-w-100lvw{min-width:100lvw!important}.min-w-100svh{min-width:100svh!important}.h-100{height:100%!important}.h-100vh,.h-100vw{height:100vh!important}.h-100lvh{height:100lvh!important}.h-100lvw{height:100lvw!important}.h-100svh{height:100svh!important}.h-100svw{height:100svw!important}.min-h-100{min-height:100%!important}.min-h-100vh,.min-h-100vw{min-height:100vh!important}.min-h-100lvh{min-height:100lvh!important}.min-h-100lvw{min-height:100lvw!important}.min-h-100svh{min-height:100svh!important}@media screen and (min-width:767px){.w-sm-100{width:100%!important}.w-sm-100vh,.w-sm-100vw{width:100vh!important}.w-sm-100lvh{width:100lvh!important}.w-sm-100lvw{width:100lvw!important}.w-sm-100svh{width:100svh!important}.w-sm-100svw{width:100svw!important}.min-w-sm-100{min-width:100%!important}.min-w-sm-100vh,.min-w-sm-100vw{min-width:100vh!important}.min-w-sm-100lvh{min-width:100lvh!important}.min-w-sm-100lvw{min-width:100lvw!important}.min-w-sm-100svh{min-width:100svh!important}.h-sm-100{height:100%!important}.h-sm-100vh,.h-sm-100vw{height:100vh!important}.h-sm-100lvh{height:100lvh!important}.h-sm-100lvw{height:100lvw!important}.h-sm-100svh{height:100svh!important}.h-sm-100svw{height:100svw!important}}@media screen and (min-width:991px){.w-md-100{width:100%!important}.w-md-100vh,.w-md-100vw{width:100vh!important}.w-md-100lvh{width:100lvh!important}.w-md-100lvw{width:100lvw!important}.w-md-100svh{width:100svh!important}.w-md-100svw{width:100svw!important}.min-w-md-100{min-width:100%!important}.min-w-md-100vh,.min-w-md-100vw{min-width:100vh!important}.min-w-md-100lvh{min-width:100lvh!important}.min-w-md-100lvw{min-width:100lvw!important}.min-w-md-100svh{min-width:100svh!important}.h-md-100{height:100%!important}.h-md-100vh,.h-md-100vw{height:100vh!important}.h-md-100lvh{height:100lvh!important}.h-md-100lvw{height:100lvw!important}.h-md-100svh{height:100svh!important}.h-md-100svw{height:100svw!important}}.w-95{width:95%!important}.w-95vh,.w-95vw{width:95vh!important}.w-95lvh{width:95lvh!important}.w-95lvw{width:95lvw!important}.w-95svh{width:95svh!important}.w-95svw{width:95svw!important}.min-w-95{min-width:95%!important}.min-w-95vh,.min-w-95vw{min-width:95vh!important}.min-w-95lvh{min-width:95lvh!important}.min-w-95lvw{min-width:95lvw!important}.min-w-95svh{min-width:95svh!important}.h-95{height:95%!important}.h-95vh,.h-95vw{height:95vh!important}.h-95lvh{height:95lvh!important}.h-95lvw{height:95lvw!important}.h-95svh{height:95svh!important}.h-95svw{height:95svw!important}.min-h-95{min-height:95%!important}.min-h-95vh,.min-h-95vw{min-height:95vh!important}.min-h-95lvh{min-height:95lvh!important}.min-h-95lvw{min-height:95lvw!important}.min-h-95svh{min-height:95svh!important}@media screen and (min-width:767px){.w-sm-95{width:95%!important}.w-sm-95vh,.w-sm-95vw{width:95vh!important}.w-sm-95lvh{width:95lvh!important}.w-sm-95lvw{width:95lvw!important}.w-sm-95svh{width:95svh!important}.w-sm-95svw{width:95svw!important}.min-w-sm-95{min-width:95%!important}.min-w-sm-95vh,.min-w-sm-95vw{min-width:95vh!important}.min-w-sm-95lvh{min-width:95lvh!important}.min-w-sm-95lvw{min-width:95lvw!important}.min-w-sm-95svh{min-width:95svh!important}.h-sm-95{height:95%!important}.h-sm-95vh,.h-sm-95vw{height:95vh!important}.h-sm-95lvh{height:95lvh!important}.h-sm-95lvw{height:95lvw!important}.h-sm-95svh{height:95svh!important}.h-sm-95svw{height:95svw!important}}@media screen and (min-width:991px){.w-md-95{width:95%!important}.w-md-95vh,.w-md-95vw{width:95vh!important}.w-md-95lvh{width:95lvh!important}.w-md-95lvw{width:95lvw!important}.w-md-95svh{width:95svh!important}.w-md-95svw{width:95svw!important}.min-w-md-95{min-width:95%!important}.min-w-md-95vh,.min-w-md-95vw{min-width:95vh!important}.min-w-md-95lvh{min-width:95lvh!important}.min-w-md-95lvw{min-width:95lvw!important}.min-w-md-95svh{min-width:95svh!important}.h-md-95{height:95%!important}.h-md-95vh,.h-md-95vw{height:95vh!important}.h-md-95lvh{height:95lvh!important}.h-md-95lvw{height:95lvw!important}.h-md-95svh{height:95svh!important}.h-md-95svw{height:95svw!important}}.w-90{width:90%!important}.w-90vh,.w-90vw{width:90vh!important}.w-90lvh{width:90lvh!important}.w-90lvw{width:90lvw!important}.w-90svh{width:90svh!important}.w-90svw{width:90svw!important}.min-w-90{min-width:90%!important}.min-w-90vh,.min-w-90vw{min-width:90vh!important}.min-w-90lvh{min-width:90lvh!important}.min-w-90lvw{min-width:90lvw!important}.min-w-90svh{min-width:90svh!important}.h-90{height:90%!important}.h-90vh,.h-90vw{height:90vh!important}.h-90lvh{height:90lvh!important}.h-90lvw{height:90lvw!important}.h-90svh{height:90svh!important}.h-90svw{height:90svw!important}.min-h-90{min-height:90%!important}.min-h-90vh,.min-h-90vw{min-height:90vh!important}.min-h-90lvh{min-height:90lvh!important}.min-h-90lvw{min-height:90lvw!important}.min-h-90svh{min-height:90svh!important}@media screen and (min-width:767px){.w-sm-90{width:90%!important}.w-sm-90vh,.w-sm-90vw{width:90vh!important}.w-sm-90lvh{width:90lvh!important}.w-sm-90lvw{width:90lvw!important}.w-sm-90svh{width:90svh!important}.w-sm-90svw{width:90svw!important}.min-w-sm-90{min-width:90%!important}.min-w-sm-90vh,.min-w-sm-90vw{min-width:90vh!important}.min-w-sm-90lvh{min-width:90lvh!important}.min-w-sm-90lvw{min-width:90lvw!important}.min-w-sm-90svh{min-width:90svh!important}.h-sm-90{height:90%!important}.h-sm-90vh,.h-sm-90vw{height:90vh!important}.h-sm-90lvh{height:90lvh!important}.h-sm-90lvw{height:90lvw!important}.h-sm-90svh{height:90svh!important}.h-sm-90svw{height:90svw!important}}@media screen and (min-width:991px){.w-md-90{width:90%!important}.w-md-90vh,.w-md-90vw{width:90vh!important}.w-md-90lvh{width:90lvh!important}.w-md-90lvw{width:90lvw!important}.w-md-90svh{width:90svh!important}.w-md-90svw{width:90svw!important}.min-w-md-90{min-width:90%!important}.min-w-md-90vh,.min-w-md-90vw{min-width:90vh!important}.min-w-md-90lvh{min-width:90lvh!important}.min-w-md-90lvw{min-width:90lvw!important}.min-w-md-90svh{min-width:90svh!important}.h-md-90{height:90%!important}.h-md-90vh,.h-md-90vw{height:90vh!important}.h-md-90lvh{height:90lvh!important}.h-md-90lvw{height:90lvw!important}.h-md-90svh{height:90svh!important}.h-md-90svw{height:90svw!important}}.w-85{width:85%!important}.w-85vh,.w-85vw{width:85vh!important}.w-85lvh{width:85lvh!important}.w-85lvw{width:85lvw!important}.w-85svh{width:85svh!important}.w-85svw{width:85svw!important}.min-w-85{min-width:85%!important}.min-w-85vh,.min-w-85vw{min-width:85vh!important}.min-w-85lvh{min-width:85lvh!important}.min-w-85lvw{min-width:85lvw!important}.min-w-85svh{min-width:85svh!important}.h-85{height:85%!important}.h-85vh,.h-85vw{height:85vh!important}.h-85lvh{height:85lvh!important}.h-85lvw{height:85lvw!important}.h-85svh{height:85svh!important}.h-85svw{height:85svw!important}.min-h-85{min-height:85%!important}.min-h-85vh,.min-h-85vw{min-height:85vh!important}.min-h-85lvh{min-height:85lvh!important}.min-h-85lvw{min-height:85lvw!important}.min-h-85svh{min-height:85svh!important}@media screen and (min-width:767px){.w-sm-85{width:85%!important}.w-sm-85vh,.w-sm-85vw{width:85vh!important}.w-sm-85lvh{width:85lvh!important}.w-sm-85lvw{width:85lvw!important}.w-sm-85svh{width:85svh!important}.w-sm-85svw{width:85svw!important}.min-w-sm-85{min-width:85%!important}.min-w-sm-85vh,.min-w-sm-85vw{min-width:85vh!important}.min-w-sm-85lvh{min-width:85lvh!important}.min-w-sm-85lvw{min-width:85lvw!important}.min-w-sm-85svh{min-width:85svh!important}.h-sm-85{height:85%!important}.h-sm-85vh,.h-sm-85vw{height:85vh!important}.h-sm-85lvh{height:85lvh!important}.h-sm-85lvw{height:85lvw!important}.h-sm-85svh{height:85svh!important}.h-sm-85svw{height:85svw!important}}@media screen and (min-width:991px){.w-md-85{width:85%!important}.w-md-85vh,.w-md-85vw{width:85vh!important}.w-md-85lvh{width:85lvh!important}.w-md-85lvw{width:85lvw!important}.w-md-85svh{width:85svh!important}.w-md-85svw{width:85svw!important}.min-w-md-85{min-width:85%!important}.min-w-md-85vh,.min-w-md-85vw{min-width:85vh!important}.min-w-md-85lvh{min-width:85lvh!important}.min-w-md-85lvw{min-width:85lvw!important}.min-w-md-85svh{min-width:85svh!important}.h-md-85{height:85%!important}.h-md-85vh,.h-md-85vw{height:85vh!important}.h-md-85lvh{height:85lvh!important}.h-md-85lvw{height:85lvw!important}.h-md-85svh{height:85svh!important}.h-md-85svw{height:85svw!important}}.w-80{width:80%!important}.w-80vh,.w-80vw{width:80vh!important}.w-80lvh{width:80lvh!important}.w-80lvw{width:80lvw!important}.w-80svh{width:80svh!important}.w-80svw{width:80svw!important}.min-w-80{min-width:80%!important}.min-w-80vh,.min-w-80vw{min-width:80vh!important}.min-w-80lvh{min-width:80lvh!important}.min-w-80lvw{min-width:80lvw!important}.min-w-80svh{min-width:80svh!important}.h-80{height:80%!important}.h-80vh,.h-80vw{height:80vh!important}.h-80lvh{height:80lvh!important}.h-80lvw{height:80lvw!important}.h-80svh{height:80svh!important}.h-80svw{height:80svw!important}.min-h-80{min-height:80%!important}.min-h-80vh,.min-h-80vw{min-height:80vh!important}.min-h-80lvh{min-height:80lvh!important}.min-h-80lvw{min-height:80lvw!important}.min-h-80svh{min-height:80svh!important}@media screen and (min-width:767px){.w-sm-80{width:80%!important}.w-sm-80vh,.w-sm-80vw{width:80vh!important}.w-sm-80lvh{width:80lvh!important}.w-sm-80lvw{width:80lvw!important}.w-sm-80svh{width:80svh!important}.w-sm-80svw{width:80svw!important}.min-w-sm-80{min-width:80%!important}.min-w-sm-80vh,.min-w-sm-80vw{min-width:80vh!important}.min-w-sm-80lvh{min-width:80lvh!important}.min-w-sm-80lvw{min-width:80lvw!important}.min-w-sm-80svh{min-width:80svh!important}.h-sm-80{height:80%!important}.h-sm-80vh,.h-sm-80vw{height:80vh!important}.h-sm-80lvh{height:80lvh!important}.h-sm-80lvw{height:80lvw!important}.h-sm-80svh{height:80svh!important}.h-sm-80svw{height:80svw!important}}@media screen and (min-width:991px){.w-md-80{width:80%!important}.w-md-80vh,.w-md-80vw{width:80vh!important}.w-md-80lvh{width:80lvh!important}.w-md-80lvw{width:80lvw!important}.w-md-80svh{width:80svh!important}.w-md-80svw{width:80svw!important}.min-w-md-80{min-width:80%!important}.min-w-md-80vh,.min-w-md-80vw{min-width:80vh!important}.min-w-md-80lvh{min-width:80lvh!important}.min-w-md-80lvw{min-width:80lvw!important}.min-w-md-80svh{min-width:80svh!important}.h-md-80{height:80%!important}.h-md-80vh,.h-md-80vw{height:80vh!important}.h-md-80lvh{height:80lvh!important}.h-md-80lvw{height:80lvw!important}.h-md-80svh{height:80svh!important}.h-md-80svw{height:80svw!important}}.w-75{width:75%!important}.w-75vh,.w-75vw{width:75vh!important}.w-75lvh{width:75lvh!important}.w-75lvw{width:75lvw!important}.w-75svh{width:75svh!important}.w-75svw{width:75svw!important}.min-w-75{min-width:75%!important}.min-w-75vh,.min-w-75vw{min-width:75vh!important}.min-w-75lvh{min-width:75lvh!important}.min-w-75lvw{min-width:75lvw!important}.min-w-75svh{min-width:75svh!important}.h-75{height:75%!important}.h-75vh,.h-75vw{height:75vh!important}.h-75lvh{height:75lvh!important}.h-75lvw{height:75lvw!important}.h-75svh{height:75svh!important}.h-75svw{height:75svw!important}.min-h-75{min-height:75%!important}.min-h-75vh,.min-h-75vw{min-height:75vh!important}.min-h-75lvh{min-height:75lvh!important}.min-h-75lvw{min-height:75lvw!important}.min-h-75svh{min-height:75svh!important}@media screen and (min-width:767px){.w-sm-75{width:75%!important}.w-sm-75vh,.w-sm-75vw{width:75vh!important}.w-sm-75lvh{width:75lvh!important}.w-sm-75lvw{width:75lvw!important}.w-sm-75svh{width:75svh!important}.w-sm-75svw{width:75svw!important}.min-w-sm-75{min-width:75%!important}.min-w-sm-75vh,.min-w-sm-75vw{min-width:75vh!important}.min-w-sm-75lvh{min-width:75lvh!important}.min-w-sm-75lvw{min-width:75lvw!important}.min-w-sm-75svh{min-width:75svh!important}.h-sm-75{height:75%!important}.h-sm-75vh,.h-sm-75vw{height:75vh!important}.h-sm-75lvh{height:75lvh!important}.h-sm-75lvw{height:75lvw!important}.h-sm-75svh{height:75svh!important}.h-sm-75svw{height:75svw!important}}@media screen and (min-width:991px){.w-md-75{width:75%!important}.w-md-75vh,.w-md-75vw{width:75vh!important}.w-md-75lvh{width:75lvh!important}.w-md-75lvw{width:75lvw!important}.w-md-75svh{width:75svh!important}.w-md-75svw{width:75svw!important}.min-w-md-75{min-width:75%!important}.min-w-md-75vh,.min-w-md-75vw{min-width:75vh!important}.min-w-md-75lvh{min-width:75lvh!important}.min-w-md-75lvw{min-width:75lvw!important}.min-w-md-75svh{min-width:75svh!important}.h-md-75{height:75%!important}.h-md-75vh,.h-md-75vw{height:75vh!important}.h-md-75lvh{height:75lvh!important}.h-md-75lvw{height:75lvw!important}.h-md-75svh{height:75svh!important}.h-md-75svw{height:75svw!important}}.w-70{width:70%!important}.w-70vh,.w-70vw{width:70vh!important}.w-70lvh{width:70lvh!important}.w-70lvw{width:70lvw!important}.w-70svh{width:70svh!important}.w-70svw{width:70svw!important}.min-w-70{min-width:70%!important}.min-w-70vh,.min-w-70vw{min-width:70vh!important}.min-w-70lvh{min-width:70lvh!important}.min-w-70lvw{min-width:70lvw!important}.min-w-70svh{min-width:70svh!important}.h-70{height:70%!important}.h-70vh,.h-70vw{height:70vh!important}.h-70lvh{height:70lvh!important}.h-70lvw{height:70lvw!important}.h-70svh{height:70svh!important}.h-70svw{height:70svw!important}.min-h-70{min-height:70%!important}.min-h-70vh,.min-h-70vw{min-height:70vh!important}.min-h-70lvh{min-height:70lvh!important}.min-h-70lvw{min-height:70lvw!important}.min-h-70svh{min-height:70svh!important}@media screen and (min-width:767px){.w-sm-70{width:70%!important}.w-sm-70vh,.w-sm-70vw{width:70vh!important}.w-sm-70lvh{width:70lvh!important}.w-sm-70lvw{width:70lvw!important}.w-sm-70svh{width:70svh!important}.w-sm-70svw{width:70svw!important}.min-w-sm-70{min-width:70%!important}.min-w-sm-70vh,.min-w-sm-70vw{min-width:70vh!important}.min-w-sm-70lvh{min-width:70lvh!important}.min-w-sm-70lvw{min-width:70lvw!important}.min-w-sm-70svh{min-width:70svh!important}.h-sm-70{height:70%!important}.h-sm-70vh,.h-sm-70vw{height:70vh!important}.h-sm-70lvh{height:70lvh!important}.h-sm-70lvw{height:70lvw!important}.h-sm-70svh{height:70svh!important}.h-sm-70svw{height:70svw!important}}@media screen and (min-width:991px){.w-md-70{width:70%!important}.w-md-70vh,.w-md-70vw{width:70vh!important}.w-md-70lvh{width:70lvh!important}.w-md-70lvw{width:70lvw!important}.w-md-70svh{width:70svh!important}.w-md-70svw{width:70svw!important}.min-w-md-70{min-width:70%!important}.min-w-md-70vh,.min-w-md-70vw{min-width:70vh!important}.min-w-md-70lvh{min-width:70lvh!important}.min-w-md-70lvw{min-width:70lvw!important}.min-w-md-70svh{min-width:70svh!important}.h-md-70{height:70%!important}.h-md-70vh,.h-md-70vw{height:70vh!important}.h-md-70lvh{height:70lvh!important}.h-md-70lvw{height:70lvw!important}.h-md-70svh{height:70svh!important}.h-md-70svw{height:70svw!important}}.w-66{width:66%!important}.w-66vh,.w-66vw{width:66vh!important}.w-66lvh{width:66lvh!important}.w-66lvw{width:66lvw!important}.w-66svh{width:66svh!important}.w-66svw{width:66svw!important}.min-w-66{min-width:66%!important}.min-w-66vh,.min-w-66vw{min-width:66vh!important}.min-w-66lvh{min-width:66lvh!important}.min-w-66lvw{min-width:66lvw!important}.min-w-66svh{min-width:66svh!important}.h-66{height:66%!important}.h-66vh,.h-66vw{height:66vh!important}.h-66lvh{height:66lvh!important}.h-66lvw{height:66lvw!important}.h-66svh{height:66svh!important}.h-66svw{height:66svw!important}.min-h-66{min-height:66%!important}.min-h-66vh,.min-h-66vw{min-height:66vh!important}.min-h-66lvh{min-height:66lvh!important}.min-h-66lvw{min-height:66lvw!important}.min-h-66svh{min-height:66svh!important}@media screen and (min-width:767px){.w-sm-66{width:66%!important}.w-sm-66vh,.w-sm-66vw{width:66vh!important}.w-sm-66lvh{width:66lvh!important}.w-sm-66lvw{width:66lvw!important}.w-sm-66svh{width:66svh!important}.w-sm-66svw{width:66svw!important}.min-w-sm-66{min-width:66%!important}.min-w-sm-66vh,.min-w-sm-66vw{min-width:66vh!important}.min-w-sm-66lvh{min-width:66lvh!important}.min-w-sm-66lvw{min-width:66lvw!important}.min-w-sm-66svh{min-width:66svh!important}.h-sm-66{height:66%!important}.h-sm-66vh,.h-sm-66vw{height:66vh!important}.h-sm-66lvh{height:66lvh!important}.h-sm-66lvw{height:66lvw!important}.h-sm-66svh{height:66svh!important}.h-sm-66svw{height:66svw!important}}@media screen and (min-width:991px){.w-md-66{width:66%!important}.w-md-66vh,.w-md-66vw{width:66vh!important}.w-md-66lvh{width:66lvh!important}.w-md-66lvw{width:66lvw!important}.w-md-66svh{width:66svh!important}.w-md-66svw{width:66svw!important}.min-w-md-66{min-width:66%!important}.min-w-md-66vh,.min-w-md-66vw{min-width:66vh!important}.min-w-md-66lvh{min-width:66lvh!important}.min-w-md-66lvw{min-width:66lvw!important}.min-w-md-66svh{min-width:66svh!important}.h-md-66{height:66%!important}.h-md-66vh,.h-md-66vw{height:66vh!important}.h-md-66lvh{height:66lvh!important}.h-md-66lvw{height:66lvw!important}.h-md-66svh{height:66svh!important}.h-md-66svw{height:66svw!important}}.w-65{width:65%!important}.w-65vh,.w-65vw{width:65vh!important}.w-65lvh{width:65lvh!important}.w-65lvw{width:65lvw!important}.w-65svh{width:65svh!important}.w-65svw{width:65svw!important}.min-w-65{min-width:65%!important}.min-w-65vh,.min-w-65vw{min-width:65vh!important}.min-w-65lvh{min-width:65lvh!important}.min-w-65lvw{min-width:65lvw!important}.min-w-65svh{min-width:65svh!important}.h-65{height:65%!important}.h-65vh,.h-65vw{height:65vh!important}.h-65lvh{height:65lvh!important}.h-65lvw{height:65lvw!important}.h-65svh{height:65svh!important}.h-65svw{height:65svw!important}.min-h-65{min-height:65%!important}.min-h-65vh,.min-h-65vw{min-height:65vh!important}.min-h-65lvh{min-height:65lvh!important}.min-h-65lvw{min-height:65lvw!important}.min-h-65svh{min-height:65svh!important}@media screen and (min-width:767px){.w-sm-65{width:65%!important}.w-sm-65vh,.w-sm-65vw{width:65vh!important}.w-sm-65lvh{width:65lvh!important}.w-sm-65lvw{width:65lvw!important}.w-sm-65svh{width:65svh!important}.w-sm-65svw{width:65svw!important}.min-w-sm-65{min-width:65%!important}.min-w-sm-65vh,.min-w-sm-65vw{min-width:65vh!important}.min-w-sm-65lvh{min-width:65lvh!important}.min-w-sm-65lvw{min-width:65lvw!important}.min-w-sm-65svh{min-width:65svh!important}.h-sm-65{height:65%!important}.h-sm-65vh,.h-sm-65vw{height:65vh!important}.h-sm-65lvh{height:65lvh!important}.h-sm-65lvw{height:65lvw!important}.h-sm-65svh{height:65svh!important}.h-sm-65svw{height:65svw!important}}@media screen and (min-width:991px){.w-md-65{width:65%!important}.w-md-65vh,.w-md-65vw{width:65vh!important}.w-md-65lvh{width:65lvh!important}.w-md-65lvw{width:65lvw!important}.w-md-65svh{width:65svh!important}.w-md-65svw{width:65svw!important}.min-w-md-65{min-width:65%!important}.min-w-md-65vh,.min-w-md-65vw{min-width:65vh!important}.min-w-md-65lvh{min-width:65lvh!important}.min-w-md-65lvw{min-width:65lvw!important}.min-w-md-65svh{min-width:65svh!important}.h-md-65{height:65%!important}.h-md-65vh,.h-md-65vw{height:65vh!important}.h-md-65lvh{height:65lvh!important}.h-md-65lvw{height:65lvw!important}.h-md-65svh{height:65svh!important}.h-md-65svw{height:65svw!important}}.w-60{width:60%!important}.w-60vh,.w-60vw{width:60vh!important}.w-60lvh{width:60lvh!important}.w-60lvw{width:60lvw!important}.w-60svh{width:60svh!important}.w-60svw{width:60svw!important}.min-w-60{min-width:60%!important}.min-w-60vh,.min-w-60vw{min-width:60vh!important}.min-w-60lvh{min-width:60lvh!important}.min-w-60lvw{min-width:60lvw!important}.min-w-60svh{min-width:60svh!important}.h-60{height:60%!important}.h-60vh,.h-60vw{height:60vh!important}.h-60lvh{height:60lvh!important}.h-60lvw{height:60lvw!important}.h-60svh{height:60svh!important}.h-60svw{height:60svw!important}.min-h-60{min-height:60%!important}.min-h-60vh,.min-h-60vw{min-height:60vh!important}.min-h-60lvh{min-height:60lvh!important}.min-h-60lvw{min-height:60lvw!important}.min-h-60svh{min-height:60svh!important}@media screen and (min-width:767px){.w-sm-60{width:60%!important}.w-sm-60vh,.w-sm-60vw{width:60vh!important}.w-sm-60lvh{width:60lvh!important}.w-sm-60lvw{width:60lvw!important}.w-sm-60svh{width:60svh!important}.w-sm-60svw{width:60svw!important}.min-w-sm-60{min-width:60%!important}.min-w-sm-60vh,.min-w-sm-60vw{min-width:60vh!important}.min-w-sm-60lvh{min-width:60lvh!important}.min-w-sm-60lvw{min-width:60lvw!important}.min-w-sm-60svh{min-width:60svh!important}.h-sm-60{height:60%!important}.h-sm-60vh,.h-sm-60vw{height:60vh!important}.h-sm-60lvh{height:60lvh!important}.h-sm-60lvw{height:60lvw!important}.h-sm-60svh{height:60svh!important}.h-sm-60svw{height:60svw!important}}@media screen and (min-width:991px){.w-md-60{width:60%!important}.w-md-60vh,.w-md-60vw{width:60vh!important}.w-md-60lvh{width:60lvh!important}.w-md-60lvw{width:60lvw!important}.w-md-60svh{width:60svh!important}.w-md-60svw{width:60svw!important}.min-w-md-60{min-width:60%!important}.min-w-md-60vh,.min-w-md-60vw{min-width:60vh!important}.min-w-md-60lvh{min-width:60lvh!important}.min-w-md-60lvw{min-width:60lvw!important}.min-w-md-60svh{min-width:60svh!important}.h-md-60{height:60%!important}.h-md-60vh,.h-md-60vw{height:60vh!important}.h-md-60lvh{height:60lvh!important}.h-md-60lvw{height:60lvw!important}.h-md-60svh{height:60svh!important}.h-md-60svw{height:60svw!important}}.w-50{width:50%!important}.w-50vh,.w-50vw{width:50vh!important}.w-50lvh{width:50lvh!important}.w-50lvw{width:50lvw!important}.w-50svh{width:50svh!important}.w-50svw{width:50svw!important}.min-w-50{min-width:50%!important}.min-w-50vh,.min-w-50vw{min-width:50vh!important}.min-w-50lvh{min-width:50lvh!important}.min-w-50lvw{min-width:50lvw!important}.min-w-50svh{min-width:50svh!important}.h-50{height:50%!important}.h-50vh,.h-50vw{height:50vh!important}.h-50lvh{height:50lvh!important}.h-50lvw{height:50lvw!important}.h-50svh{height:50svh!important}.h-50svw{height:50svw!important}.min-h-50{min-height:50%!important}.min-h-50vh,.min-h-50vw{min-height:50vh!important}.min-h-50lvh{min-height:50lvh!important}.min-h-50lvw{min-height:50lvw!important}.min-h-50svh{min-height:50svh!important}@media screen and (min-width:767px){.w-sm-50{width:50%!important}.w-sm-50vh,.w-sm-50vw{width:50vh!important}.w-sm-50lvh{width:50lvh!important}.w-sm-50lvw{width:50lvw!important}.w-sm-50svh{width:50svh!important}.w-sm-50svw{width:50svw!important}.min-w-sm-50{min-width:50%!important}.min-w-sm-50vh,.min-w-sm-50vw{min-width:50vh!important}.min-w-sm-50lvh{min-width:50lvh!important}.min-w-sm-50lvw{min-width:50lvw!important}.min-w-sm-50svh{min-width:50svh!important}.h-sm-50{height:50%!important}.h-sm-50vh,.h-sm-50vw{height:50vh!important}.h-sm-50lvh{height:50lvh!important}.h-sm-50lvw{height:50lvw!important}.h-sm-50svh{height:50svh!important}.h-sm-50svw{height:50svw!important}}@media screen and (min-width:991px){.w-md-50{width:50%!important}.w-md-50vh,.w-md-50vw{width:50vh!important}.w-md-50lvh{width:50lvh!important}.w-md-50lvw{width:50lvw!important}.w-md-50svh{width:50svh!important}.w-md-50svw{width:50svw!important}.min-w-md-50{min-width:50%!important}.min-w-md-50vh,.min-w-md-50vw{min-width:50vh!important}.min-w-md-50lvh{min-width:50lvh!important}.min-w-md-50lvw{min-width:50lvw!important}.min-w-md-50svh{min-width:50svh!important}.h-md-50{height:50%!important}.h-md-50vh,.h-md-50vw{height:50vh!important}.h-md-50lvh{height:50lvh!important}.h-md-50lvw{height:50lvw!important}.h-md-50svh{height:50svh!important}.h-md-50svw{height:50svw!important}}.w-40{width:40%!important}.w-40vh,.w-40vw{width:40vh!important}.w-40lvh{width:40lvh!important}.w-40lvw{width:40lvw!important}.w-40svh{width:40svh!important}.w-40svw{width:40svw!important}.min-w-40{min-width:40%!important}.min-w-40vh,.min-w-40vw{min-width:40vh!important}.min-w-40lvh{min-width:40lvh!important}.min-w-40lvw{min-width:40lvw!important}.min-w-40svh{min-width:40svh!important}.h-40{height:40%!important}.h-40vh,.h-40vw{height:40vh!important}.h-40lvh{height:40lvh!important}.h-40lvw{height:40lvw!important}.h-40svh{height:40svh!important}.h-40svw{height:40svw!important}.min-h-40{min-height:40%!important}.min-h-40vh,.min-h-40vw{min-height:40vh!important}.min-h-40lvh{min-height:40lvh!important}.min-h-40lvw{min-height:40lvw!important}.min-h-40svh{min-height:40svh!important}@media screen and (min-width:767px){.w-sm-40{width:40%!important}.w-sm-40vh,.w-sm-40vw{width:40vh!important}.w-sm-40lvh{width:40lvh!important}.w-sm-40lvw{width:40lvw!important}.w-sm-40svh{width:40svh!important}.w-sm-40svw{width:40svw!important}.min-w-sm-40{min-width:40%!important}.min-w-sm-40vh,.min-w-sm-40vw{min-width:40vh!important}.min-w-sm-40lvh{min-width:40lvh!important}.min-w-sm-40lvw{min-width:40lvw!important}.min-w-sm-40svh{min-width:40svh!important}.h-sm-40{height:40%!important}.h-sm-40vh,.h-sm-40vw{height:40vh!important}.h-sm-40lvh{height:40lvh!important}.h-sm-40lvw{height:40lvw!important}.h-sm-40svh{height:40svh!important}.h-sm-40svw{height:40svw!important}}@media screen and (min-width:991px){.w-md-40{width:40%!important}.w-md-40vh,.w-md-40vw{width:40vh!important}.w-md-40lvh{width:40lvh!important}.w-md-40lvw{width:40lvw!important}.w-md-40svh{width:40svh!important}.w-md-40svw{width:40svw!important}.min-w-md-40{min-width:40%!important}.min-w-md-40vh,.min-w-md-40vw{min-width:40vh!important}.min-w-md-40lvh{min-width:40lvh!important}.min-w-md-40lvw{min-width:40lvw!important}.min-w-md-40svh{min-width:40svh!important}.h-md-40{height:40%!important}.h-md-40vh,.h-md-40vw{height:40vh!important}.h-md-40lvh{height:40lvh!important}.h-md-40lvw{height:40lvw!important}.h-md-40svh{height:40svh!important}.h-md-40svw{height:40svw!important}}.w-33{width:33%!important}.w-33vh,.w-33vw{width:33vh!important}.w-33lvh{width:33lvh!important}.w-33lvw{width:33lvw!important}.w-33svh{width:33svh!important}.w-33svw{width:33svw!important}.min-w-33{min-width:33%!important}.min-w-33vh,.min-w-33vw{min-width:33vh!important}.min-w-33lvh{min-width:33lvh!important}.min-w-33lvw{min-width:33lvw!important}.min-w-33svh{min-width:33svh!important}.h-33{height:33%!important}.h-33vh,.h-33vw{height:33vh!important}.h-33lvh{height:33lvh!important}.h-33lvw{height:33lvw!important}.h-33svh{height:33svh!important}.h-33svw{height:33svw!important}.min-h-33{min-height:33%!important}.min-h-33vh,.min-h-33vw{min-height:33vh!important}.min-h-33lvh{min-height:33lvh!important}.min-h-33lvw{min-height:33lvw!important}.min-h-33svh{min-height:33svh!important}@media screen and (min-width:767px){.w-sm-33{width:33%!important}.w-sm-33vh,.w-sm-33vw{width:33vh!important}.w-sm-33lvh{width:33lvh!important}.w-sm-33lvw{width:33lvw!important}.w-sm-33svh{width:33svh!important}.w-sm-33svw{width:33svw!important}.min-w-sm-33{min-width:33%!important}.min-w-sm-33vh,.min-w-sm-33vw{min-width:33vh!important}.min-w-sm-33lvh{min-width:33lvh!important}.min-w-sm-33lvw{min-width:33lvw!important}.min-w-sm-33svh{min-width:33svh!important}.h-sm-33{height:33%!important}.h-sm-33vh,.h-sm-33vw{height:33vh!important}.h-sm-33lvh{height:33lvh!important}.h-sm-33lvw{height:33lvw!important}.h-sm-33svh{height:33svh!important}.h-sm-33svw{height:33svw!important}}@media screen and (min-width:991px){.w-md-33{width:33%!important}.w-md-33vh,.w-md-33vw{width:33vh!important}.w-md-33lvh{width:33lvh!important}.w-md-33lvw{width:33lvw!important}.w-md-33svh{width:33svh!important}.w-md-33svw{width:33svw!important}.min-w-md-33{min-width:33%!important}.min-w-md-33vh,.min-w-md-33vw{min-width:33vh!important}.min-w-md-33lvh{min-width:33lvh!important}.min-w-md-33lvw{min-width:33lvw!important}.min-w-md-33svh{min-width:33svh!important}.h-md-33{height:33%!important}.h-md-33vh,.h-md-33vw{height:33vh!important}.h-md-33lvh{height:33lvh!important}.h-md-33lvw{height:33lvw!important}.h-md-33svh{height:33svh!important}.h-md-33svw{height:33svw!important}}.w-30{width:30%!important}.w-30vh,.w-30vw{width:30vh!important}.w-30lvh{width:30lvh!important}.w-30lvw{width:30lvw!important}.w-30svh{width:30svh!important}.w-30svw{width:30svw!important}.min-w-30{min-width:30%!important}.min-w-30vh,.min-w-30vw{min-width:30vh!important}.min-w-30lvh{min-width:30lvh!important}.min-w-30lvw{min-width:30lvw!important}.min-w-30svh{min-width:30svh!important}.h-30{height:30%!important}.h-30vh,.h-30vw{height:30vh!important}.h-30lvh{height:30lvh!important}.h-30lvw{height:30lvw!important}.h-30svh{height:30svh!important}.h-30svw{height:30svw!important}.min-h-30{min-height:30%!important}.min-h-30vh,.min-h-30vw{min-height:30vh!important}.min-h-30lvh{min-height:30lvh!important}.min-h-30lvw{min-height:30lvw!important}.min-h-30svh{min-height:30svh!important}@media screen and (min-width:767px){.w-sm-30{width:30%!important}.w-sm-30vh,.w-sm-30vw{width:30vh!important}.w-sm-30lvh{width:30lvh!important}.w-sm-30lvw{width:30lvw!important}.w-sm-30svh{width:30svh!important}.w-sm-30svw{width:30svw!important}.min-w-sm-30{min-width:30%!important}.min-w-sm-30vh,.min-w-sm-30vw{min-width:30vh!important}.min-w-sm-30lvh{min-width:30lvh!important}.min-w-sm-30lvw{min-width:30lvw!important}.min-w-sm-30svh{min-width:30svh!important}.h-sm-30{height:30%!important}.h-sm-30vh,.h-sm-30vw{height:30vh!important}.h-sm-30lvh{height:30lvh!important}.h-sm-30lvw{height:30lvw!important}.h-sm-30svh{height:30svh!important}.h-sm-30svw{height:30svw!important}}@media screen and (min-width:991px){.w-md-30{width:30%!important}.w-md-30vh,.w-md-30vw{width:30vh!important}.w-md-30lvh{width:30lvh!important}.w-md-30lvw{width:30lvw!important}.w-md-30svh{width:30svh!important}.w-md-30svw{width:30svw!important}.min-w-md-30{min-width:30%!important}.min-w-md-30vh,.min-w-md-30vw{min-width:30vh!important}.min-w-md-30lvh{min-width:30lvh!important}.min-w-md-30lvw{min-width:30lvw!important}.min-w-md-30svh{min-width:30svh!important}.h-md-30{height:30%!important}.h-md-30vh,.h-md-30vw{height:30vh!important}.h-md-30lvh{height:30lvh!important}.h-md-30lvw{height:30lvw!important}.h-md-30svh{height:30svh!important}.h-md-30svw{height:30svw!important}}.w-25{width:25%!important}.w-25vh,.w-25vw{width:25vh!important}.w-25lvh{width:25lvh!important}.w-25lvw{width:25lvw!important}.w-25svh{width:25svh!important}.w-25svw{width:25svw!important}.min-w-25{min-width:25%!important}.min-w-25vh,.min-w-25vw{min-width:25vh!important}.min-w-25lvh{min-width:25lvh!important}.min-w-25lvw{min-width:25lvw!important}.min-w-25svh{min-width:25svh!important}.h-25{height:25%!important}.h-25vh,.h-25vw{height:25vh!important}.h-25lvh{height:25lvh!important}.h-25lvw{height:25lvw!important}.h-25svh{height:25svh!important}.h-25svw{height:25svw!important}.min-h-25{min-height:25%!important}.min-h-25vh,.min-h-25vw{min-height:25vh!important}.min-h-25lvh{min-height:25lvh!important}.min-h-25lvw{min-height:25lvw!important}.min-h-25svh{min-height:25svh!important}@media screen and (min-width:767px){.w-sm-25{width:25%!important}.w-sm-25vh,.w-sm-25vw{width:25vh!important}.w-sm-25lvh{width:25lvh!important}.w-sm-25lvw{width:25lvw!important}.w-sm-25svh{width:25svh!important}.w-sm-25svw{width:25svw!important}.min-w-sm-25{min-width:25%!important}.min-w-sm-25vh,.min-w-sm-25vw{min-width:25vh!important}.min-w-sm-25lvh{min-width:25lvh!important}.min-w-sm-25lvw{min-width:25lvw!important}.min-w-sm-25svh{min-width:25svh!important}.h-sm-25{height:25%!important}.h-sm-25vh,.h-sm-25vw{height:25vh!important}.h-sm-25lvh{height:25lvh!important}.h-sm-25lvw{height:25lvw!important}.h-sm-25svh{height:25svh!important}.h-sm-25svw{height:25svw!important}}@media screen and (min-width:991px){.w-md-25{width:25%!important}.w-md-25vh,.w-md-25vw{width:25vh!important}.w-md-25lvh{width:25lvh!important}.w-md-25lvw{width:25lvw!important}.w-md-25svh{width:25svh!important}.w-md-25svw{width:25svw!important}.min-w-md-25{min-width:25%!important}.min-w-md-25vh,.min-w-md-25vw{min-width:25vh!important}.min-w-md-25lvh{min-width:25lvh!important}.min-w-md-25lvw{min-width:25lvw!important}.min-w-md-25svh{min-width:25svh!important}.h-md-25{height:25%!important}.h-md-25vh,.h-md-25vw{height:25vh!important}.h-md-25lvh{height:25lvh!important}.h-md-25lvw{height:25lvw!important}.h-md-25svh{height:25svh!important}.h-md-25svw{height:25svw!important}}.w-20{width:20%!important}.w-20vh,.w-20vw{width:20vh!important}.w-20lvh{width:20lvh!important}.w-20lvw{width:20lvw!important}.w-20svh{width:20svh!important}.w-20svw{width:20svw!important}.min-w-20{min-width:20%!important}.min-w-20vh,.min-w-20vw{min-width:20vh!important}.min-w-20lvh{min-width:20lvh!important}.min-w-20lvw{min-width:20lvw!important}.min-w-20svh{min-width:20svh!important}.h-20{height:20%!important}.h-20vh,.h-20vw{height:20vh!important}.h-20lvh{height:20lvh!important}.h-20lvw{height:20lvw!important}.h-20svh{height:20svh!important}.h-20svw{height:20svw!important}.min-h-20{min-height:20%!important}.min-h-20vh,.min-h-20vw{min-height:20vh!important}.min-h-20lvh{min-height:20lvh!important}.min-h-20lvw{min-height:20lvw!important}.min-h-20svh{min-height:20svh!important}@media screen and (min-width:767px){.w-sm-20{width:20%!important}.w-sm-20vh,.w-sm-20vw{width:20vh!important}.w-sm-20lvh{width:20lvh!important}.w-sm-20lvw{width:20lvw!important}.w-sm-20svh{width:20svh!important}.w-sm-20svw{width:20svw!important}.min-w-sm-20{min-width:20%!important}.min-w-sm-20vh,.min-w-sm-20vw{min-width:20vh!important}.min-w-sm-20lvh{min-width:20lvh!important}.min-w-sm-20lvw{min-width:20lvw!important}.min-w-sm-20svh{min-width:20svh!important}.h-sm-20{height:20%!important}.h-sm-20vh,.h-sm-20vw{height:20vh!important}.h-sm-20lvh{height:20lvh!important}.h-sm-20lvw{height:20lvw!important}.h-sm-20svh{height:20svh!important}.h-sm-20svw{height:20svw!important}}@media screen and (min-width:991px){.w-md-20{width:20%!important}.w-md-20vh,.w-md-20vw{width:20vh!important}.w-md-20lvh{width:20lvh!important}.w-md-20lvw{width:20lvw!important}.w-md-20svh{width:20svh!important}.w-md-20svw{width:20svw!important}.min-w-md-20{min-width:20%!important}.min-w-md-20vh,.min-w-md-20vw{min-width:20vh!important}.min-w-md-20lvh{min-width:20lvh!important}.min-w-md-20lvw{min-width:20lvw!important}.min-w-md-20svh{min-width:20svh!important}.h-md-20{height:20%!important}.h-md-20vh,.h-md-20vw{height:20vh!important}.h-md-20lvh{height:20lvh!important}.h-md-20lvw{height:20lvw!important}.h-md-20svh{height:20svh!important}.h-md-20svw{height:20svw!important}}.w-16{width:16%!important}.w-16vh,.w-16vw{width:16vh!important}.w-16lvh{width:16lvh!important}.w-16lvw{width:16lvw!important}.w-16svh{width:16svh!important}.w-16svw{width:16svw!important}.min-w-16{min-width:16%!important}.min-w-16vh,.min-w-16vw{min-width:16vh!important}.min-w-16lvh{min-width:16lvh!important}.min-w-16lvw{min-width:16lvw!important}.min-w-16svh{min-width:16svh!important}.h-16{height:16%!important}.h-16vh,.h-16vw{height:16vh!important}.h-16lvh{height:16lvh!important}.h-16lvw{height:16lvw!important}.h-16svh{height:16svh!important}.h-16svw{height:16svw!important}.min-h-16{min-height:16%!important}.min-h-16vh,.min-h-16vw{min-height:16vh!important}.min-h-16lvh{min-height:16lvh!important}.min-h-16lvw{min-height:16lvw!important}.min-h-16svh{min-height:16svh!important}@media screen and (min-width:767px){.w-sm-16{width:16%!important}.w-sm-16vh,.w-sm-16vw{width:16vh!important}.w-sm-16lvh{width:16lvh!important}.w-sm-16lvw{width:16lvw!important}.w-sm-16svh{width:16svh!important}.w-sm-16svw{width:16svw!important}.min-w-sm-16{min-width:16%!important}.min-w-sm-16vh,.min-w-sm-16vw{min-width:16vh!important}.min-w-sm-16lvh{min-width:16lvh!important}.min-w-sm-16lvw{min-width:16lvw!important}.min-w-sm-16svh{min-width:16svh!important}.h-sm-16{height:16%!important}.h-sm-16vh,.h-sm-16vw{height:16vh!important}.h-sm-16lvh{height:16lvh!important}.h-sm-16lvw{height:16lvw!important}.h-sm-16svh{height:16svh!important}.h-sm-16svw{height:16svw!important}}@media screen and (min-width:991px){.w-md-16{width:16%!important}.w-md-16vh,.w-md-16vw{width:16vh!important}.w-md-16lvh{width:16lvh!important}.w-md-16lvw{width:16lvw!important}.w-md-16svh{width:16svh!important}.w-md-16svw{width:16svw!important}.min-w-md-16{min-width:16%!important}.min-w-md-16vh,.min-w-md-16vw{min-width:16vh!important}.min-w-md-16lvh{min-width:16lvh!important}.min-w-md-16lvw{min-width:16lvw!important}.min-w-md-16svh{min-width:16svh!important}.h-md-16{height:16%!important}.h-md-16vh,.h-md-16vw{height:16vh!important}.h-md-16lvh{height:16lvh!important}.h-md-16lvw{height:16lvw!important}.h-md-16svh{height:16svh!important}.h-md-16svw{height:16svw!important}}.w-15{width:15%!important}.w-15vh,.w-15vw{width:15vh!important}.w-15lvh{width:15lvh!important}.w-15lvw{width:15lvw!important}.w-15svh{width:15svh!important}.w-15svw{width:15svw!important}.min-w-15{min-width:15%!important}.min-w-15vh,.min-w-15vw{min-width:15vh!important}.min-w-15lvh{min-width:15lvh!important}.min-w-15lvw{min-width:15lvw!important}.min-w-15svh{min-width:15svh!important}.h-15{height:15%!important}.h-15vh,.h-15vw{height:15vh!important}.h-15lvh{height:15lvh!important}.h-15lvw{height:15lvw!important}.h-15svh{height:15svh!important}.h-15svw{height:15svw!important}.min-h-15{min-height:15%!important}.min-h-15vh,.min-h-15vw{min-height:15vh!important}.min-h-15lvh{min-height:15lvh!important}.min-h-15lvw{min-height:15lvw!important}.min-h-15svh{min-height:15svh!important}@media screen and (min-width:767px){.w-sm-15{width:15%!important}.w-sm-15vh,.w-sm-15vw{width:15vh!important}.w-sm-15lvh{width:15lvh!important}.w-sm-15lvw{width:15lvw!important}.w-sm-15svh{width:15svh!important}.w-sm-15svw{width:15svw!important}.min-w-sm-15{min-width:15%!important}.min-w-sm-15vh,.min-w-sm-15vw{min-width:15vh!important}.min-w-sm-15lvh{min-width:15lvh!important}.min-w-sm-15lvw{min-width:15lvw!important}.min-w-sm-15svh{min-width:15svh!important}.h-sm-15{height:15%!important}.h-sm-15vh,.h-sm-15vw{height:15vh!important}.h-sm-15lvh{height:15lvh!important}.h-sm-15lvw{height:15lvw!important}.h-sm-15svh{height:15svh!important}.h-sm-15svw{height:15svw!important}}@media screen and (min-width:991px){.w-md-15{width:15%!important}.w-md-15vh,.w-md-15vw{width:15vh!important}.w-md-15lvh{width:15lvh!important}.w-md-15lvw{width:15lvw!important}.w-md-15svh{width:15svh!important}.w-md-15svw{width:15svw!important}.min-w-md-15{min-width:15%!important}.min-w-md-15vh,.min-w-md-15vw{min-width:15vh!important}.min-w-md-15lvh{min-width:15lvh!important}.min-w-md-15lvw{min-width:15lvw!important}.min-w-md-15svh{min-width:15svh!important}.h-md-15{height:15%!important}.h-md-15vh,.h-md-15vw{height:15vh!important}.h-md-15lvh{height:15lvh!important}.h-md-15lvw{height:15lvw!important}.h-md-15svh{height:15svh!important}.h-md-15svw{height:15svw!important}}.w-10{width:10%!important}.w-10vh,.w-10vw{width:10vh!important}.w-10lvh{width:10lvh!important}.w-10lvw{width:10lvw!important}.w-10svh{width:10svh!important}.w-10svw{width:10svw!important}.min-w-10{min-width:10%!important}.min-w-10vh,.min-w-10vw{min-width:10vh!important}.min-w-10lvh{min-width:10lvh!important}.min-w-10lvw{min-width:10lvw!important}.min-w-10svh{min-width:10svh!important}.h-10{height:10%!important}.h-10vh,.h-10vw{height:10vh!important}.h-10lvh{height:10lvh!important}.h-10lvw{height:10lvw!important}.h-10svh{height:10svh!important}.h-10svw{height:10svw!important}.min-h-10{min-height:10%!important}.min-h-10vh,.min-h-10vw{min-height:10vh!important}.min-h-10lvh{min-height:10lvh!important}.min-h-10lvw{min-height:10lvw!important}.min-h-10svh{min-height:10svh!important}@media screen and (min-width:767px){.w-sm-10{width:10%!important}.w-sm-10vh,.w-sm-10vw{width:10vh!important}.w-sm-10lvh{width:10lvh!important}.w-sm-10lvw{width:10lvw!important}.w-sm-10svh{width:10svh!important}.w-sm-10svw{width:10svw!important}.min-w-sm-10{min-width:10%!important}.min-w-sm-10vh,.min-w-sm-10vw{min-width:10vh!important}.min-w-sm-10lvh{min-width:10lvh!important}.min-w-sm-10lvw{min-width:10lvw!important}.min-w-sm-10svh{min-width:10svh!important}.h-sm-10{height:10%!important}.h-sm-10vh,.h-sm-10vw{height:10vh!important}.h-sm-10lvh{height:10lvh!important}.h-sm-10lvw{height:10lvw!important}.h-sm-10svh{height:10svh!important}.h-sm-10svw{height:10svw!important}}@media screen and (min-width:991px){.w-md-10{width:10%!important}.w-md-10vh,.w-md-10vw{width:10vh!important}.w-md-10lvh{width:10lvh!important}.w-md-10lvw{width:10lvw!important}.w-md-10svh{width:10svh!important}.w-md-10svw{width:10svw!important}.min-w-md-10{min-width:10%!important}.min-w-md-10vh,.min-w-md-10vw{min-width:10vh!important}.min-w-md-10lvh{min-width:10lvh!important}.min-w-md-10lvw{min-width:10lvw!important}.min-w-md-10svh{min-width:10svh!important}.h-md-10{height:10%!important}.h-md-10vh,.h-md-10vw{height:10vh!important}.h-md-10lvh{height:10lvh!important}.h-md-10lvw{height:10lvw!important}.h-md-10svh{height:10svh!important}.h-md-10svw{height:10svw!important}}.w-5{width:5%!important}.w-5vh,.w-5vw{width:5vh!important}.w-5lvh{width:5lvh!important}.w-5lvw{width:5lvw!important}.w-5svh{width:5svh!important}.w-5svw{width:5svw!important}.min-w-5{min-width:5%!important}.min-w-5vh,.min-w-5vw{min-width:5vh!important}.min-w-5lvh{min-width:5lvh!important}.min-w-5lvw{min-width:5lvw!important}.min-w-5svh{min-width:5svh!important}.h-5{height:5%!important}.h-5vh,.h-5vw{height:5vh!important}.h-5lvh{height:5lvh!important}.h-5lvw{height:5lvw!important}.h-5svh{height:5svh!important}.h-5svw{height:5svw!important}.min-h-5{min-height:5%!important}.min-h-5vh,.min-h-5vw{min-height:5vh!important}.min-h-5lvh{min-height:5lvh!important}.min-h-5lvw{min-height:5lvw!important}.min-h-5svh{min-height:5svh!important}@media screen and (min-width:767px){.w-sm-5{width:5%!important}.w-sm-5vh,.w-sm-5vw{width:5vh!important}.w-sm-5lvh{width:5lvh!important}.w-sm-5lvw{width:5lvw!important}.w-sm-5svh{width:5svh!important}.w-sm-5svw{width:5svw!important}.min-w-sm-5{min-width:5%!important}.min-w-sm-5vh,.min-w-sm-5vw{min-width:5vh!important}.min-w-sm-5lvh{min-width:5lvh!important}.min-w-sm-5lvw{min-width:5lvw!important}.min-w-sm-5svh{min-width:5svh!important}.h-sm-5{height:5%!important}.h-sm-5vh,.h-sm-5vw{height:5vh!important}.h-sm-5lvh{height:5lvh!important}.h-sm-5lvw{height:5lvw!important}.h-sm-5svh{height:5svh!important}.h-sm-5svw{height:5svw!important}}@media screen and (min-width:991px){.w-md-5{width:5%!important}.w-md-5vh,.w-md-5vw{width:5vh!important}.w-md-5lvh{width:5lvh!important}.w-md-5lvw{width:5lvw!important}.w-md-5svh{width:5svh!important}.w-md-5svw{width:5svw!important}.min-w-md-5{min-width:5%!important}.min-w-md-5vh,.min-w-md-5vw{min-width:5vh!important}.min-w-md-5lvh{min-width:5lvh!important}.min-w-md-5lvw{min-width:5lvw!important}.min-w-md-5svh{min-width:5svh!important}.h-md-5{height:5%!important}.h-md-5vh,.h-md-5vw{height:5vh!important}.h-md-5lvh{height:5lvh!important}.h-md-5lvw{height:5lvw!important}.h-md-5svh{height:5svh!important}.h-md-5svw{height:5svw!important}}.w-100px{max-width:100%!important;width:100px!important}.h-100px{height:100px!important;max-height:100%!important}.w-200px{max-width:100%!important;width:200px!important}.h-200px{height:200px!important;max-height:100%!important}.w-300px{max-width:100%!important;width:300px!important}.h-300px{height:300px!important;max-height:100%!important}.w-400px{max-width:100%!important;width:400px!important}.h-400px{height:400px!important;max-height:100%!important}.w-500px{max-width:100%!important;width:500px!important}.h-500px{height:500px!important;max-height:100%!important}.w-600px{max-width:100%!important;width:600px!important}.h-600px{height:600px!important;max-height:100%!important}.w-700px{max-width:100%!important;width:700px!important}.h-700px{height:700px!important;max-height:100%!important}.w-800px{max-width:100%!important;width:800px!important}.h-800px{height:800px!important;max-height:100%!important}.w-900px{max-width:100%!important;width:900px!important}.h-900px{height:900px!important;max-height:100%!important}.w-1000px{max-width:100%!important;width:1000px!important}.h-1000px{height:1000px!important;max-height:100%!important}.w-1100px{max-width:100%!important;width:1100px!important}.h-1100px{height:1100px!important;max-height:100%!important}.w-1200px{max-width:100%!important;width:1200px!important}.h-1200px{height:1200px!important;max-height:100%!important}.w-1rem{max-width:100%!important;width:1rem!important}.h-1rem{height:1rem!important;max-height:100%!important}.w-2rem{max-width:100%!important;width:2rem!important}.h-2rem{height:2rem!important;max-height:100%!important}.w-3rem{max-width:100%!important;width:3rem!important}.h-3rem{height:3rem!important;max-height:100%!important}.w-4rem{max-width:100%!important;width:4rem!important}.h-4rem{height:4rem!important;max-height:100%!important}.w-5rem{max-width:100%!important;width:5rem!important}.h-5rem{height:5rem!important;max-height:100%!important}.w-10rem{max-width:100%!important;width:10rem!important}.h-10rem{height:10rem!important;max-height:100%!important}.w-15rem{max-width:100%!important;width:15rem!important}.h-15rem{height:15rem!important;max-height:100%!important}.p-0{padding:0}.pt-0{padding-top:0}.pr-0{padding-right:0}.pb-0{padding-bottom:0}.pl-0{padding-left:0}.py-0{padding-bottom:0;padding-top:0}.px-0{padding-left:0;padding-right:0}@media screen and (min-width:767px){.p-sm-0{padding:0!important}.pt-sm-0{padding-top:0!important}.pr-sm-0{padding-right:0!important}.pb-sm-0{padding-bottom:0!important}.pl-sm-0{padding-left:0!important}.py-sm-0{padding-bottom:0!important;padding-top:0!important}.px-sm-0{padding-left:0!important;padding-right:0!important}}@media screen and (min-width:991px){.p-md-0{padding:0!important}.pt-md-0{padding-top:0!important}.pr-md-0{padding-right:0!important}.pb-md-0{padding-bottom:0!important}.pl-md-0{padding-left:0!important}.py-md-0{padding-bottom:0!important;padding-top:0!important}.px-md-0{padding-left:0!important;padding-right:0!important}}.p-1{padding:1rem}.pt-1{padding-top:1rem}.pr-1{padding-right:1rem}.pb-1{padding-bottom:1rem}.pl-1{padding-left:1rem}.py-1{padding-bottom:1rem;padding-top:1rem}.px-1{padding-left:1rem;padding-right:1rem}@media screen and (min-width:767px){.p-sm-1{padding:1rem!important}.pt-sm-1{padding-top:1rem!important}.pr-sm-1{padding-right:1rem!important}.pb-sm-1{padding-bottom:1rem!important}.pl-sm-1{padding-left:1rem!important}.py-sm-1{padding-bottom:1rem!important;padding-top:1rem!important}.px-sm-1{padding-left:1rem!important;padding-right:1rem!important}}@media screen and (min-width:991px){.p-md-1{padding:1rem!important}.pt-md-1{padding-top:1rem!important}.pr-md-1{padding-right:1rem!important}.pb-md-1{padding-bottom:1rem!important}.pl-md-1{padding-left:1rem!important}.py-md-1{padding-bottom:1rem!important;padding-top:1rem!important}.px-md-1{padding-left:1rem!important;padding-right:1rem!important}}.p-2{padding:2rem}.pt-2{padding-top:2rem}.pr-2{padding-right:2rem}.pb-2{padding-bottom:2rem}.pl-2{padding-left:2rem}.py-2{padding-bottom:2rem;padding-top:2rem}.px-2{padding-left:2rem;padding-right:2rem}@media screen and (min-width:767px){.p-sm-2{padding:2rem!important}.pt-sm-2{padding-top:2rem!important}.pr-sm-2{padding-right:2rem!important}.pb-sm-2{padding-bottom:2rem!important}.pl-sm-2{padding-left:2rem!important}.py-sm-2{padding-bottom:2rem!important;padding-top:2rem!important}.px-sm-2{padding-left:2rem!important;padding-right:2rem!important}}@media screen and (min-width:991px){.p-md-2{padding:2rem!important}.pt-md-2{padding-top:2rem!important}.pr-md-2{padding-right:2rem!important}.pb-md-2{padding-bottom:2rem!important}.pl-md-2{padding-left:2rem!important}.py-md-2{padding-bottom:2rem!important;padding-top:2rem!important}.px-md-2{padding-left:2rem!important;padding-right:2rem!important}}.p-3{padding:3rem}.pt-3{padding-top:3rem}.pr-3{padding-right:3rem}.pb-3{padding-bottom:3rem}.pl-3{padding-left:3rem}.py-3{padding-bottom:3rem;padding-top:3rem}.px-3{padding-left:3rem;padding-right:3rem}@media screen and (min-width:767px){.p-sm-3{padding:3rem!important}.pt-sm-3{padding-top:3rem!important}.pr-sm-3{padding-right:3rem!important}.pb-sm-3{padding-bottom:3rem!important}.pl-sm-3{padding-left:3rem!important}.py-sm-3{padding-bottom:3rem!important;padding-top:3rem!important}.px-sm-3{padding-left:3rem!important;padding-right:3rem!important}}@media screen and (min-width:991px){.p-md-3{padding:3rem!important}.pt-md-3{padding-top:3rem!important}.pr-md-3{padding-right:3rem!important}.pb-md-3{padding-bottom:3rem!important}.pl-md-3{padding-left:3rem!important}.py-md-3{padding-bottom:3rem!important;padding-top:3rem!important}.px-md-3{padding-left:3rem!important;padding-right:3rem!important}}.p-4{padding:4rem}.pt-4{padding-top:4rem}.pr-4{padding-right:4rem}.pb-4{padding-bottom:4rem}.pl-4{padding-left:4rem}.py-4{padding-bottom:4rem;padding-top:4rem}.px-4{padding-left:4rem;padding-right:4rem}@media screen and (min-width:767px){.p-sm-4{padding:4rem!important}.pt-sm-4{padding-top:4rem!important}.pr-sm-4{padding-right:4rem!important}.pb-sm-4{padding-bottom:4rem!important}.pl-sm-4{padding-left:4rem!important}.py-sm-4{padding-bottom:4rem!important;padding-top:4rem!important}.px-sm-4{padding-left:4rem!important;padding-right:4rem!important}}@media screen and (min-width:991px){.p-md-4{padding:4rem!important}.pt-md-4{padding-top:4rem!important}.pr-md-4{padding-right:4rem!important}.pb-md-4{padding-bottom:4rem!important}.pl-md-4{padding-left:4rem!important}.py-md-4{padding-bottom:4rem!important;padding-top:4rem!important}.px-md-4{padding-left:4rem!important;padding-right:4rem!important}}.p-5{padding:5rem}.pt-5{padding-top:5rem}.pr-5{padding-right:5rem}.pb-5{padding-bottom:5rem}.pl-5{padding-left:5rem}.py-5{padding-bottom:5rem;padding-top:5rem}.px-5{padding-left:5rem;padding-right:5rem}@media screen and (min-width:767px){.p-sm-5{padding:5rem!important}.pt-sm-5{padding-top:5rem!important}.pr-sm-5{padding-right:5rem!important}.pb-sm-5{padding-bottom:5rem!important}.pl-sm-5{padding-left:5rem!important}.py-sm-5{padding-bottom:5rem!important;padding-top:5rem!important}.px-sm-5{padding-left:5rem!important;padding-right:5rem!important}}@media screen and (min-width:991px){.p-md-5{padding:5rem!important}.pt-md-5{padding-top:5rem!important}.pr-md-5{padding-right:5rem!important}.pb-md-5{padding-bottom:5rem!important}.pl-md-5{padding-left:5rem!important}.py-md-5{padding-bottom:5rem!important;padding-top:5rem!important}.px-md-5{padding-left:5rem!important;padding-right:5rem!important}}.p-6{padding:6rem}.pt-6{padding-top:6rem}.pr-6{padding-right:6rem}.pb-6{padding-bottom:6rem}.pl-6{padding-left:6rem}.py-6{padding-bottom:6rem;padding-top:6rem}.px-6{padding-left:6rem;padding-right:6rem}@media screen and (min-width:767px){.p-sm-6{padding:6rem!important}.pt-sm-6{padding-top:6rem!important}.pr-sm-6{padding-right:6rem!important}.pb-sm-6{padding-bottom:6rem!important}.pl-sm-6{padding-left:6rem!important}.py-sm-6{padding-bottom:6rem!important;padding-top:6rem!important}.px-sm-6{padding-left:6rem!important;padding-right:6rem!important}}@media screen and (min-width:991px){.p-md-6{padding:6rem!important}.pt-md-6{padding-top:6rem!important}.pr-md-6{padding-right:6rem!important}.pb-md-6{padding-bottom:6rem!important}.pl-md-6{padding-left:6rem!important}.py-md-6{padding-bottom:6rem!important;padding-top:6rem!important}.px-md-6{padding-left:6rem!important;padding-right:6rem!important}}.pt-0-5{padding-top:.5rem}.pb-0-5{padding-bottom:.5rem}.mt-0-5{margin-top:.5rem}.mb-0-5{margin-bottom:.5rem}.mr-0-5{margin-right:.5rem}.ml-0-5{margin-left:.5rem}.m-0{margin:0}.mt-0{margin-top:0}.mr-0{margin-right:0}.mb-0{margin-bottom:0}.ml-0{margin-left:0}.my-0{margin-bottom:0;margin-top:0}.mx-0{margin-left:0;margin-right:0}.m-minus-0{margin:0}.mt-minus-0{margin-top:0}.mr-minus-0{margin-right:0}.mb-minus-0{margin-bottom:0}.ml-minus-0{margin-left:0}.my-minus-0{margin-bottom:0;margin-top:0}.mx-minus-0{margin-left:0;margin-right:0}.m-1{margin:1rem}.mt-1{margin-top:1rem}.mr-1{margin-right:1rem}.mb-1{margin-bottom:1rem}.ml-1{margin-left:1rem}.my-1{margin-bottom:1rem;margin-top:1rem}.mx-1{margin-left:1rem;margin-right:1rem}.m-minus-1{margin:-1rem}.mt-minus-1{margin-top:-1rem}.mr-minus-1{margin-right:-1rem}.mb-minus-1{margin-bottom:-1rem}.ml-minus-1{margin-left:-1rem}.my-minus-1{margin-bottom:-1rem;margin-top:-1rem}.mx-minus-1{margin-left:-1rem;margin-right:-1rem}.m-2{margin:2rem}.mt-2{margin-top:2rem}.mr-2{margin-right:2rem}.mb-2{margin-bottom:2rem}.ml-2{margin-left:2rem}.my-2{margin-bottom:2rem;margin-top:2rem}.mx-2{margin-left:2rem;margin-right:2rem}.m-minus-2{margin:-2rem}.mt-minus-2{margin-top:-2rem}.mr-minus-2{margin-right:-2rem}.mb-minus-2{margin-bottom:-2rem}.ml-minus-2{margin-left:-2rem}.my-minus-2{margin-bottom:-2rem;margin-top:-2rem}.mx-minus-2{margin-left:-2rem;margin-right:-2rem}.m-3{margin:3rem}.mt-3{margin-top:3rem}.mr-3{margin-right:3rem}.mb-3{margin-bottom:3rem}.ml-3{margin-left:3rem}.my-3{margin-bottom:3rem;margin-top:3rem}.mx-3{margin-left:3rem;margin-right:3rem}.m-minus-3{margin:-3rem}.mt-minus-3{margin-top:-3rem}.mr-minus-3{margin-right:-3rem}.mb-minus-3{margin-bottom:-3rem}.ml-minus-3{margin-left:-3rem}.my-minus-3{margin-bottom:-3rem;margin-top:-3rem}.mx-minus-3{margin-left:-3rem;margin-right:-3rem}.m-4{margin:4rem}.mt-4{margin-top:4rem}.mr-4{margin-right:4rem}.mb-4{margin-bottom:4rem}.ml-4{margin-left:4rem}.my-4{margin-bottom:4rem;margin-top:4rem}.mx-4{margin-left:4rem;margin-right:4rem}.m-minus-4{margin:-4rem}.mt-minus-4{margin-top:-4rem}.mr-minus-4{margin-right:-4rem}.mb-minus-4{margin-bottom:-4rem}.ml-minus-4{margin-left:-4rem}.my-minus-4{margin-bottom:-4rem;margin-top:-4rem}.mx-minus-4{margin-left:-4rem;margin-right:-4rem}.m-5{margin:5rem}.mt-5{margin-top:5rem}.mr-5{margin-right:5rem}.mb-5{margin-bottom:5rem}.ml-5{margin-left:5rem}.my-5{margin-bottom:5rem;margin-top:5rem}.mx-5{margin-left:5rem;margin-right:5rem}.m-minus-5{margin:-5rem}.mt-minus-5{margin-top:-5rem}.mr-minus-5{margin-right:-5rem}.mb-minus-5{margin-bottom:-5rem}.ml-minus-5{margin-left:-5rem}.my-minus-5{margin-bottom:-5rem;margin-top:-5rem}.mx-minus-5{margin-left:-5rem;margin-right:-5rem}.m-6{margin:6rem}.mt-6{margin-top:6rem}.mr-6{margin-right:6rem}.mb-6{margin-bottom:6rem}.ml-6{margin-left:6rem}.my-6{margin-bottom:6rem;margin-top:6rem}.mx-6{margin-left:6rem;margin-right:6rem}.m-minus-6{margin:-6rem}.mt-minus-6{margin-top:-6rem}.mr-minus-6{margin-right:-6rem}.mb-minus-6{margin-bottom:-6rem}.ml-minus-6{margin-left:-6rem}.my-minus-6{margin-bottom:-6rem;margin-top:-6rem}.mx-minus-6{margin-left:-6rem;margin-right:-6rem}@media screen and (min-width:767px){.m-sm-0{margin:0}.mt-sm-0{margin-top:0}.mr-sm-0{margin-right:0}.mb-sm-0{margin-bottom:0}.ml-sm-0{margin-left:0}.my-sm-0{margin-bottom:0;margin-top:0}.mx-sm-0{margin-left:0;margin-right:0}.m-sm-minus-0{margin:0}.mt-sm-minus-0{margin-top:0}.mr-sm-minus-0{margin-right:0}.mb-sm-minus-0{margin-bottom:0}.ml-sm-minus-0{margin-left:0}.my-sm-minus-0{margin-bottom:0;margin-top:0}.mx-sm-minus-0{margin-left:0;margin-right:0}.m-sm-1{margin:1rem}.mt-sm-1{margin-top:1rem}.mr-sm-1{margin-right:1rem}.mb-sm-1{margin-bottom:1rem}.ml-sm-1{margin-left:1rem}.my-sm-1{margin-bottom:1rem;margin-top:1rem}.mx-sm-1{margin-left:1rem;margin-right:1rem}.m-sm-minus-1{margin:-1rem}.mt-sm-minus-1{margin-top:-1rem}.mr-sm-minus-1{margin-right:-1rem}.mb-sm-minus-1{margin-bottom:-1rem}.ml-sm-minus-1{margin-left:-1rem}.my-sm-minus-1{margin-bottom:-1rem;margin-top:-1rem}.mx-sm-minus-1{margin-left:-1rem;margin-right:-1rem}.m-sm-2{margin:2rem}.mt-sm-2{margin-top:2rem}.mr-sm-2{margin-right:2rem}.mb-sm-2{margin-bottom:2rem}.ml-sm-2{margin-left:2rem}.my-sm-2{margin-bottom:2rem;margin-top:2rem}.mx-sm-2{margin-left:2rem;margin-right:2rem}.m-sm-minus-2{margin:-2rem}.mt-sm-minus-2{margin-top:-2rem}.mr-sm-minus-2{margin-right:-2rem}.mb-sm-minus-2{margin-bottom:-2rem}.ml-sm-minus-2{margin-left:-2rem}.my-sm-minus-2{margin-bottom:-2rem;margin-top:-2rem}.mx-sm-minus-2{margin-left:-2rem;margin-right:-2rem}.m-sm-3{margin:3rem}.mt-sm-3{margin-top:3rem}.mr-sm-3{margin-right:3rem}.mb-sm-3{margin-bottom:3rem}.ml-sm-3{margin-left:3rem}.my-sm-3{margin-bottom:3rem;margin-top:3rem}.mx-sm-3{margin-left:3rem;margin-right:3rem}.m-sm-minus-3{margin:-3rem}.mt-sm-minus-3{margin-top:-3rem}.mr-sm-minus-3{margin-right:-3rem}.mb-sm-minus-3{margin-bottom:-3rem}.ml-sm-minus-3{margin-left:-3rem}.my-sm-minus-3{margin-bottom:-3rem;margin-top:-3rem}.mx-sm-minus-3{margin-left:-3rem;margin-right:-3rem}.m-sm-4{margin:4rem}.mt-sm-4{margin-top:4rem}.mr-sm-4{margin-right:4rem}.mb-sm-4{margin-bottom:4rem}.ml-sm-4{margin-left:4rem}.my-sm-4{margin-bottom:4rem;margin-top:4rem}.mx-sm-4{margin-left:4rem;margin-right:4rem}.m-sm-minus-4{margin:-4rem}.mt-sm-minus-4{margin-top:-4rem}.mr-sm-minus-4{margin-right:-4rem}.mb-sm-minus-4{margin-bottom:-4rem}.ml-sm-minus-4{margin-left:-4rem}.my-sm-minus-4{margin-bottom:-4rem;margin-top:-4rem}.mx-sm-minus-4{margin-left:-4rem;margin-right:-4rem}.m-sm-5{margin:5rem}.mt-sm-5{margin-top:5rem}.mr-sm-5{margin-right:5rem}.mb-sm-5{margin-bottom:5rem}.ml-sm-5{margin-left:5rem}.my-sm-5{margin-bottom:5rem;margin-top:5rem}.mx-sm-5{margin-left:5rem;margin-right:5rem}.m-sm-minus-5{margin:-5rem}.mt-sm-minus-5{margin-top:-5rem}.mr-sm-minus-5{margin-right:-5rem}.mb-sm-minus-5{margin-bottom:-5rem}.ml-sm-minus-5{margin-left:-5rem}.my-sm-minus-5{margin-bottom:-5rem;margin-top:-5rem}.mx-sm-minus-5{margin-left:-5rem;margin-right:-5rem}.m-sm-6{margin:6rem}.mt-sm-6{margin-top:6rem}.mr-sm-6{margin-right:6rem}.mb-sm-6{margin-bottom:6rem}.ml-sm-6{margin-left:6rem}.my-sm-6{margin-bottom:6rem;margin-top:6rem}.mx-sm-6{margin-left:6rem;margin-right:6rem}.m-sm-minus-6{margin:-6rem}.mt-sm-minus-6{margin-top:-6rem}.mr-sm-minus-6{margin-right:-6rem}.mb-sm-minus-6{margin-bottom:-6rem}.ml-sm-minus-6{margin-left:-6rem}.my-sm-minus-6{margin-bottom:-6rem;margin-top:-6rem}.mx-sm-minus-6{margin-left:-6rem;margin-right:-6rem}}@media screen and (min-width:991px){.m-md-0{margin:0}.mt-md-0{margin-top:0}.mr-md-0{margin-right:0}.mb-md-0{margin-bottom:0}.ml-md-0{margin-left:0}.my-md-0{margin-bottom:0;margin-top:0}.mx-md-0{margin-left:0;margin-right:0}.m-md-minus-0{margin:0}.mt-md-minus-0{margin-top:0}.mr-md-minus-0{margin-right:0}.mb-md-minus-0{margin-bottom:0}.ml-md-minus-0{margin-left:0}.my-md-minus-0{margin-bottom:0;margin-top:0}.mx-md-minus-0{margin-left:0;margin-right:0}.m-md-1{margin:1rem}.mt-md-1{margin-top:1rem}.mr-md-1{margin-right:1rem}.mb-md-1{margin-bottom:1rem}.ml-md-1{margin-left:1rem}.my-md-1{margin-bottom:1rem;margin-top:1rem}.mx-md-1{margin-left:1rem;margin-right:1rem}.m-md-minus-1{margin:-1rem}.mt-md-minus-1{margin-top:-1rem}.mr-md-minus-1{margin-right:-1rem}.mb-md-minus-1{margin-bottom:-1rem}.ml-md-minus-1{margin-left:-1rem}.my-md-minus-1{margin-bottom:-1rem;margin-top:-1rem}.mx-md-minus-1{margin-left:-1rem;margin-right:-1rem}.m-md-2{margin:2rem}.mt-md-2{margin-top:2rem}.mr-md-2{margin-right:2rem}.mb-md-2{margin-bottom:2rem}.ml-md-2{margin-left:2rem}.my-md-2{margin-bottom:2rem;margin-top:2rem}.mx-md-2{margin-left:2rem;margin-right:2rem}.m-md-minus-2{margin:-2rem}.mt-md-minus-2{margin-top:-2rem}.mr-md-minus-2{margin-right:-2rem}.mb-md-minus-2{margin-bottom:-2rem}.ml-md-minus-2{margin-left:-2rem}.my-md-minus-2{margin-bottom:-2rem;margin-top:-2rem}.mx-md-minus-2{margin-left:-2rem;margin-right:-2rem}.m-md-3{margin:3rem}.mt-md-3{margin-top:3rem}.mr-md-3{margin-right:3rem}.mb-md-3{margin-bottom:3rem}.ml-md-3{margin-left:3rem}.my-md-3{margin-bottom:3rem;margin-top:3rem}.mx-md-3{margin-left:3rem;margin-right:3rem}.m-md-minus-3{margin:-3rem}.mt-md-minus-3{margin-top:-3rem}.mr-md-minus-3{margin-right:-3rem}.mb-md-minus-3{margin-bottom:-3rem}.ml-md-minus-3{margin-left:-3rem}.my-md-minus-3{margin-bottom:-3rem;margin-top:-3rem}.mx-md-minus-3{margin-left:-3rem;margin-right:-3rem}.m-md-4{margin:4rem}.mt-md-4{margin-top:4rem}.mr-md-4{margin-right:4rem}.mb-md-4{margin-bottom:4rem}.ml-md-4{margin-left:4rem}.my-md-4{margin-bottom:4rem;margin-top:4rem}.mx-md-4{margin-left:4rem;margin-right:4rem}.m-md-minus-4{margin:-4rem}.mt-md-minus-4{margin-top:-4rem}.mr-md-minus-4{margin-right:-4rem}.mb-md-minus-4{margin-bottom:-4rem}.ml-md-minus-4{margin-left:-4rem}.my-md-minus-4{margin-bottom:-4rem;margin-top:-4rem}.mx-md-minus-4{margin-left:-4rem;margin-right:-4rem}.m-md-5{margin:5rem}.mt-md-5{margin-top:5rem}.mr-md-5{margin-right:5rem}.mb-md-5{margin-bottom:5rem}.ml-md-5{margin-left:5rem}.my-md-5{margin-bottom:5rem;margin-top:5rem}.mx-md-5{margin-left:5rem;margin-right:5rem}.m-md-minus-5{margin:-5rem}.mt-md-minus-5{margin-top:-5rem}.mr-md-minus-5{margin-right:-5rem}.mb-md-minus-5{margin-bottom:-5rem}.ml-md-minus-5{margin-left:-5rem}.my-md-minus-5{margin-bottom:-5rem;margin-top:-5rem}.mx-md-minus-5{margin-left:-5rem;margin-right:-5rem}.m-md-6{margin:6rem}.mt-md-6{margin-top:6rem}.mr-md-6{margin-right:6rem}.mb-md-6{margin-bottom:6rem}.ml-md-6{margin-left:6rem}.my-md-6{margin-bottom:6rem;margin-top:6rem}.mx-md-6{margin-left:6rem;margin-right:6rem}.m-md-minus-6{margin:-6rem}.mt-md-minus-6{margin-top:-6rem}.mr-md-minus-6{margin-right:-6rem}.mb-md-minus-6{margin-bottom:-6rem}.ml-md-minus-6{margin-left:-6rem}.my-md-minus-6{margin-bottom:-6rem;margin-top:-6rem}.mx-md-minus-6{margin-left:-6rem;margin-right:-6rem}}:root{--wp--preset--spacing--10:0rem;--wp--preset--spacing--20:1rem;--wp--preset--spacing--30:2rem;--wp--preset--spacing--40:3rem;--wp--preset--spacing--50:4rem;--wp--preset--spacing--60:5rem;--wp--preset--spacing--70:6rem}.mr-auto,.mx-auto{margin-right:auto!important}.mx-auto{margin-left:auto!important}.my-auto{margin-bottom:auto!important;margin-top:auto!important}.ml-auto{margin-left:auto!important}.mt-auto{margin-top:auto!important}.mb-auto{margin-bottom:auto!important}.offset_bottom{z-index:60}.pt-small.offset_bottom{padding-top:0}.pt-small.offset_bottom .section-offset__content,.pt-small.offset_bottom>.elementor-container{-webkit-transform:translateY(50px);transform:translateY(50px);-webkit-transform:translateY(calc(var(--distance-min-small)*1*1px));transform:translateY(calc(var(--distance-min-small)*1*1px))}@media only screen and (min-width:320px)and (max-width:2560px){.pt-small.offset_bottom .section-offset__content,.pt-small.offset_bottom>.elementor-container{-webkit-transform:translateY(calc(40px + 3.125vw));transform:translateY(calc(40px + 3.125vw));-webkit-transform:translateY(calc(var(--distance-min-small)*1px*1 + (var(--distance-max-small) - var(--distance-min-small))*(100vw - 320px)/2240*1));transform:translateY(calc(var(--distance-min-small)*1px*1 + (var(--distance-max-small) - var(--distance-min-small))*(100vw - 320px)/2240*1))}}@media only screen and (min-width:2560px){.pt-small.offset_bottom .section-offset__content,.pt-small.offset_bottom>.elementor-container{-webkit-transform:translateY(120px);transform:translateY(120px);-webkit-transform:translateY(calc(var(--distance-max-small)*1*1px));transform:translateY(calc(var(--distance-max-small)*1*1px))}}.pt-small.offset_bottom.mb-small{margin-bottom:50px;margin-bottom:calc(var(--distance-min-small)*1*1px)}@media screen and (min-width:320px){.pt-small.offset_bottom.mb-small{margin-bottom:calc(40px + 3.125vw);margin-bottom:calc(var(--distance-min-small)*1px*1 + (var(--distance-max-small) - var(--distance-min-small))*(100vw - 320px)/2240*1)}}@media screen and (min-width:2560px){.pt-small.offset_bottom.mb-small{margin-bottom:120px;margin-bottom:calc(var(--distance-max-small)*1*1px)}}.pt-small.offset_bottom.mb-medium{margin-bottom:50px;margin-bottom:calc(var(--distance-min-medium)*1*1px)}@media screen and (min-width:320px){.pt-small.offset_bottom.mb-medium{margin-bottom:calc(22.85714px + 8.48214vw);margin-bottom:calc(var(--distance-min-medium)*1px*1 + (var(--distance-max-medium) - var(--distance-min-medium))*(100vw - 320px)/2240*1)}}@media screen and (min-width:2560px){.pt-small.offset_bottom.mb-medium{margin-bottom:240px;margin-bottom:calc(var(--distance-max-medium)*1*1px)}}.pt-small.offset_bottom.mb-large{margin-bottom:150px;margin-bottom:calc(var(--distance-min-large)*1*1px)}@media screen and (min-width:320px){.pt-small.offset_bottom.mb-large{margin-bottom:calc(120px + 9.375vw);margin-bottom:calc(var(--distance-min-large)*1px*1 + (var(--distance-max-large) - var(--distance-min-large))*(100vw - 320px)/2240*1)}}@media screen and (min-width:2560px){.pt-small.offset_bottom.mb-large{margin-bottom:360px;margin-bottom:calc(var(--distance-max-large)*1*1px)}}.pt-medium.offset_bottom{padding-top:0}.pt-medium.offset_bottom .section-offset__content,.pt-medium.offset_bottom>.elementor-container{-webkit-transform:translateY(50px);transform:translateY(50px);-webkit-transform:translateY(calc(var(--distance-min-medium)*1*1px));transform:translateY(calc(var(--distance-min-medium)*1*1px))}@media only screen and (min-width:320px)and (max-width:2560px){.pt-medium.offset_bottom .section-offset__content,.pt-medium.offset_bottom>.elementor-container{-webkit-transform:translateY(calc(22.85714px + 8.48214vw));transform:translateY(calc(22.85714px + 8.48214vw));-webkit-transform:translateY(calc(var(--distance-min-medium)*1px*1 + (var(--distance-max-medium) - var(--distance-min-medium))*(100vw - 320px)/2240*1));transform:translateY(calc(var(--distance-min-medium)*1px*1 + (var(--distance-max-medium) - var(--distance-min-medium))*(100vw - 320px)/2240*1))}}@media only screen and (min-width:2560px){.pt-medium.offset_bottom .section-offset__content,.pt-medium.offset_bottom>.elementor-container{-webkit-transform:translateY(240px);transform:translateY(240px);-webkit-transform:translateY(calc(var(--distance-max-medium)*1*1px));transform:translateY(calc(var(--distance-max-medium)*1*1px))}}.pt-medium.offset_bottom.mb-small{margin-bottom:50px;margin-bottom:calc(var(--distance-min-small)*1*1px)}@media screen and (min-width:320px){.pt-medium.offset_bottom.mb-small{margin-bottom:calc(40px + 3.125vw);margin-bottom:calc(var(--distance-min-small)*1px*1 + (var(--distance-max-small) - var(--distance-min-small))*(100vw - 320px)/2240*1)}}@media screen and (min-width:2560px){.pt-medium.offset_bottom.mb-small{margin-bottom:120px;margin-bottom:calc(var(--distance-max-small)*1*1px)}}.pt-medium.offset_bottom.mb-medium{margin-bottom:50px;margin-bottom:calc(var(--distance-min-medium)*1*1px)}@media screen and (min-width:320px){.pt-medium.offset_bottom.mb-medium{margin-bottom:calc(22.85714px + 8.48214vw);margin-bottom:calc(var(--distance-min-medium)*1px*1 + (var(--distance-max-medium) - var(--distance-min-medium))*(100vw - 320px)/2240*1)}}@media screen and (min-width:2560px){.pt-medium.offset_bottom.mb-medium{margin-bottom:240px;margin-bottom:calc(var(--distance-max-medium)*1*1px)}}.pt-medium.offset_bottom.mb-large{margin-bottom:150px;margin-bottom:calc(var(--distance-min-large)*1*1px)}@media screen and (min-width:320px){.pt-medium.offset_bottom.mb-large{margin-bottom:calc(120px + 9.375vw);margin-bottom:calc(var(--distance-min-large)*1px*1 + (var(--distance-max-large) - var(--distance-min-large))*(100vw - 320px)/2240*1)}}@media screen and (min-width:2560px){.pt-medium.offset_bottom.mb-large{margin-bottom:360px;margin-bottom:calc(var(--distance-max-large)*1*1px)}}.pt-large.offset_bottom{padding-top:0}.pt-large.offset_bottom .section-offset__content,.pt-large.offset_bottom>.elementor-container{-webkit-transform:translateY(50px);transform:translateY(50px);-webkit-transform:translateY(calc(var(--distance-min-medium)*1*1px));transform:translateY(calc(var(--distance-min-medium)*1*1px))}@media only screen and (min-width:320px)and (max-width:2560px){.pt-large.offset_bottom .section-offset__content,.pt-large.offset_bottom>.elementor-container{-webkit-transform:translateY(calc(5.71429px + 13.83929vw));transform:translateY(calc(5.71429px + 13.83929vw));-webkit-transform:translateY(calc(var(--distance-min-medium)*1px*1 + (var(--distance-max-large) - var(--distance-min-medium))*(100vw - 320px)/2240*1));transform:translateY(calc(var(--distance-min-medium)*1px*1 + (var(--distance-max-large) - var(--distance-min-medium))*(100vw - 320px)/2240*1))}}@media only screen and (min-width:2560px){.pt-large.offset_bottom .section-offset__content,.pt-large.offset_bottom>.elementor-container{-webkit-transform:translateY(360px);transform:translateY(360px);-webkit-transform:translateY(calc(var(--distance-max-large)*1*1px));transform:translateY(calc(var(--distance-max-large)*1*1px))}}.pt-large.offset_bottom.mb-small{margin-bottom:50px;margin-bottom:calc(var(--distance-min-small)*1*1px)}@media screen and (min-width:320px){.pt-large.offset_bottom.mb-small{margin-bottom:calc(40px + 3.125vw);margin-bottom:calc(var(--distance-min-small)*1px*1 + (var(--distance-max-small) - var(--distance-min-small))*(100vw - 320px)/2240*1)}}@media screen and (min-width:2560px){.pt-large.offset_bottom.mb-small{margin-bottom:120px;margin-bottom:calc(var(--distance-max-small)*1*1px)}}.pt-large.offset_bottom.mb-medium{margin-bottom:50px;margin-bottom:calc(var(--distance-min-medium)*1*1px)}@media screen and (min-width:320px){.pt-large.offset_bottom.mb-medium{margin-bottom:calc(22.85714px + 8.48214vw);margin-bottom:calc(var(--distance-min-medium)*1px*1 + (var(--distance-max-medium) - var(--distance-min-medium))*(100vw - 320px)/2240*1)}}@media screen and (min-width:2560px){.pt-large.offset_bottom.mb-medium{margin-bottom:240px;margin-bottom:calc(var(--distance-max-medium)*1*1px)}}.pt-large.offset_bottom.mb-large{margin-bottom:150px;margin-bottom:calc(var(--distance-min-large)*1*1px)}@media screen and (min-width:320px){.pt-large.offset_bottom.mb-large{margin-bottom:calc(120px + 9.375vw);margin-bottom:calc(var(--distance-min-large)*1px*1 + (var(--distance-max-large) - var(--distance-min-large))*(100vw - 320px)/2240*1)}}@media screen and (min-width:2560px){.pt-large.offset_bottom.mb-large{margin-bottom:360px;margin-bottom:calc(var(--distance-max-large)*1*1px)}}.pb-small.offset_top{padding-bottom:0}.pb-small.offset_top .section-offset__content,.pb-small.offset_top>.elementor-container{-webkit-transform:translateY(-50px);transform:translateY(-50px);-webkit-transform:translateY(calc(var(--distance-min-small)*-1*1px));transform:translateY(calc(var(--distance-min-small)*-1*1px))}@media only screen and (min-width:320px)and (max-width:2560px){.pb-small.offset_top .section-offset__content,.pb-small.offset_top>.elementor-container{-webkit-transform:translateY(calc(-40px + -3.125vw));transform:translateY(calc(-40px + -3.125vw));-webkit-transform:translateY(calc(var(--distance-min-small)*1px*-1 + (var(--distance-max-small) - var(--distance-min-small))*(100vw - 320px)/2240*-1));transform:translateY(calc(var(--distance-min-small)*1px*-1 + (var(--distance-max-small) - var(--distance-min-small))*(100vw - 320px)/2240*-1))}}@media only screen and (min-width:2560px){.pb-small.offset_top .section-offset__content,.pb-small.offset_top>.elementor-container{-webkit-transform:translateY(-120px);transform:translateY(-120px);-webkit-transform:translateY(calc(var(--distance-max-small)*-1*1px));transform:translateY(calc(var(--distance-max-small)*-1*1px))}}.pb-small.offset_top.mt-small{margin-top:50px;margin-top:calc(var(--distance-min-small)*1*1px)}@media screen and (min-width:320px){.pb-small.offset_top.mt-small{margin-top:calc(40px + 3.125vw);margin-top:calc(var(--distance-min-small)*1px*1 + (var(--distance-max-small) - var(--distance-min-small))*(100vw - 320px)/2240*1)}}@media screen and (min-width:2560px){.pb-small.offset_top.mt-small{margin-top:120px;margin-top:calc(var(--distance-max-small)*1*1px)}}.pb-small.offset_top.mt-medium{margin-top:50px;margin-top:calc(var(--distance-min-medium)*1*1px)}@media screen and (min-width:320px){.pb-small.offset_top.mt-medium{margin-top:calc(22.85714px + 8.48214vw);margin-top:calc(var(--distance-min-medium)*1px*1 + (var(--distance-max-medium) - var(--distance-min-medium))*(100vw - 320px)/2240*1)}}@media screen and (min-width:2560px){.pb-small.offset_top.mt-medium{margin-top:240px;margin-top:calc(var(--distance-max-medium)*1*1px)}}.pb-small.offset_top.mt-large{margin-top:150px;margin-top:calc(var(--distance-min-large)*1*1px)}@media screen and (min-width:320px){.pb-small.offset_top.mt-large{margin-top:calc(120px + 9.375vw);margin-top:calc(var(--distance-min-large)*1px*1 + (var(--distance-max-large) - var(--distance-min-large))*(100vw - 320px)/2240*1)}}@media screen and (min-width:2560px){.pb-small.offset_top.mt-large{margin-top:360px;margin-top:calc(var(--distance-max-large)*1*1px)}}.pb-medium.offset_top{padding-bottom:0}.pb-medium.offset_top .section-offset__content,.pb-medium.offset_top>.elementor-container{-webkit-transform:translateY(-50px);transform:translateY(-50px);-webkit-transform:translateY(calc(var(--distance-min-medium)*-1*1px));transform:translateY(calc(var(--distance-min-medium)*-1*1px))}@media only screen and (min-width:320px)and (max-width:2560px){.pb-medium.offset_top .section-offset__content,.pb-medium.offset_top>.elementor-container{-webkit-transform:translateY(calc(-22.85714px + -8.48214vw));transform:translateY(calc(-22.85714px + -8.48214vw));-webkit-transform:translateY(calc(var(--distance-min-medium)*1px*-1 + (var(--distance-max-medium) - var(--distance-min-medium))*(100vw - 320px)/2240*-1));transform:translateY(calc(var(--distance-min-medium)*1px*-1 + (var(--distance-max-medium) - var(--distance-min-medium))*(100vw - 320px)/2240*-1))}}@media only screen and (min-width:2560px){.pb-medium.offset_top .section-offset__content,.pb-medium.offset_top>.elementor-container{-webkit-transform:translateY(-240px);transform:translateY(-240px);-webkit-transform:translateY(calc(var(--distance-max-medium)*-1*1px));transform:translateY(calc(var(--distance-max-medium)*-1*1px))}}.pb-medium.offset_top.mt-small{margin-top:50px;margin-top:calc(var(--distance-min-small)*1*1px)}@media screen and (min-width:320px){.pb-medium.offset_top.mt-small{margin-top:calc(40px + 3.125vw);margin-top:calc(var(--distance-min-small)*1px*1 + (var(--distance-max-small) - var(--distance-min-small))*(100vw - 320px)/2240*1)}}@media screen and (min-width:2560px){.pb-medium.offset_top.mt-small{margin-top:120px;margin-top:calc(var(--distance-max-small)*1*1px)}}.pb-medium.offset_top.mt-medium{margin-top:50px;margin-top:calc(var(--distance-min-medium)*1*1px)}@media screen and (min-width:320px){.pb-medium.offset_top.mt-medium{margin-top:calc(22.85714px + 8.48214vw);margin-top:calc(var(--distance-min-medium)*1px*1 + (var(--distance-max-medium) - var(--distance-min-medium))*(100vw - 320px)/2240*1)}}@media screen and (min-width:2560px){.pb-medium.offset_top.mt-medium{margin-top:240px;margin-top:calc(var(--distance-max-medium)*1*1px)}}.pb-medium.offset_top.mt-large{margin-top:150px;margin-top:calc(var(--distance-min-large)*1*1px)}@media screen and (min-width:320px){.pb-medium.offset_top.mt-large{margin-top:calc(120px + 9.375vw);margin-top:calc(var(--distance-min-large)*1px*1 + (var(--distance-max-large) - var(--distance-min-large))*(100vw - 320px)/2240*1)}}@media screen and (min-width:2560px){.pb-medium.offset_top.mt-large{margin-top:360px;margin-top:calc(var(--distance-max-large)*1*1px)}}.pb-large.offset_top{padding-bottom:0}.pb-large.offset_top .section-offset__content,.pb-large.offset_top>.elementor-container{-webkit-transform:translateY(-150px);transform:translateY(-150px);-webkit-transform:translateY(calc(var(--distance-min-large)*-1*1px));transform:translateY(calc(var(--distance-min-large)*-1*1px))}@media only screen and (min-width:320px)and (max-width:2560px){.pb-large.offset_top .section-offset__content,.pb-large.offset_top>.elementor-container{-webkit-transform:translateY(calc(-120px + -9.375vw));transform:translateY(calc(-120px + -9.375vw));-webkit-transform:translateY(calc(var(--distance-min-large)*1px*-1 + (var(--distance-max-large) - var(--distance-min-large))*(100vw - 320px)/2240*-1));transform:translateY(calc(var(--distance-min-large)*1px*-1 + (var(--distance-max-large) - var(--distance-min-large))*(100vw - 320px)/2240*-1))}}@media only screen and (min-width:2560px){.pb-large.offset_top .section-offset__content,.pb-large.offset_top>.elementor-container{-webkit-transform:translateY(-360px);transform:translateY(-360px);-webkit-transform:translateY(calc(var(--distance-max-large)*-1*1px));transform:translateY(calc(var(--distance-max-large)*-1*1px))}}.pb-large.offset_top.mt-small{margin-top:50px;margin-top:calc(var(--distance-min-small)*1*1px)}@media screen and (min-width:320px){.pb-large.offset_top.mt-small{margin-top:calc(40px + 3.125vw);margin-top:calc(var(--distance-min-small)*1px*1 + (var(--distance-max-small) - var(--distance-min-small))*(100vw - 320px)/2240*1)}}@media screen and (min-width:2560px){.pb-large.offset_top.mt-small{margin-top:120px;margin-top:calc(var(--distance-max-small)*1*1px)}}.pb-large.offset_top.mt-medium{margin-top:50px;margin-top:calc(var(--distance-min-medium)*1*1px)}@media screen and (min-width:320px){.pb-large.offset_top.mt-medium{margin-top:calc(22.85714px + 8.48214vw);margin-top:calc(var(--distance-min-medium)*1px*1 + (var(--distance-max-medium) - var(--distance-min-medium))*(100vw - 320px)/2240*1)}}@media screen and (min-width:2560px){.pb-large.offset_top.mt-medium{margin-top:240px;margin-top:calc(var(--distance-max-medium)*1*1px)}}.pb-large.offset_top.mt-large{margin-top:150px;margin-top:calc(var(--distance-min-large)*1*1px)}@media screen and (min-width:320px){.pb-large.offset_top.mt-large{margin-top:calc(120px + 9.375vw);margin-top:calc(var(--distance-min-large)*1px*1 + (var(--distance-max-large) - var(--distance-min-large))*(100vw - 320px)/2240*1)}}@media screen and (min-width:2560px){.pb-large.offset_top.mt-large{margin-top:360px;margin-top:calc(var(--distance-max-large)*1*1px)}}.gap-0-5{gap:.5rem}.gap-0,.gap-minus-0{gap:0}.gap-1{gap:1rem}.gap-minus-1{gap:-1rem}.gap-2{gap:2rem}.gap-minus-2{gap:-2rem}.gap-3{gap:3rem}.gap-minus-3{gap:-3rem}.gap-4{gap:4rem}.gap-minus-4{gap:-4rem}.gap-5{gap:5rem}.gap-minus-5{gap:-5rem}.gap-6{gap:6rem}.gap-minus-6{gap:-6rem}@media screen and (min-width:767px){.gap-sm-0,.gap-sm-minus-0{gap:0}.gap-sm-1{gap:1rem}.gap-sm-minus-1{gap:-1rem}.gap-sm-2{gap:2rem}.gap-sm-minus-2{gap:-2rem}.gap-sm-3{gap:3rem}.gap-sm-minus-3{gap:-3rem}.gap-sm-4{gap:4rem}.gap-sm-minus-4{gap:-4rem}.gap-sm-5{gap:5rem}.gap-sm-minus-5{gap:-5rem}.gap-sm-0-5{gap:.5rem}.gap-sm-6{gap:6rem}.gap-sm-minus-6{gap:-6rem}}@media screen and (min-width:991px){.gap-md-0,.gap-md-minus-0{gap:0}.gap-md-1{gap:1rem}.gap-md-minus-1{gap:-1rem}.gap-md-2{gap:2rem}.gap-md-minus-2{gap:-2rem}.gap-md-3{gap:3rem}.gap-md-minus-3{gap:-3rem}.gap-md-4{gap:4rem}.gap-md-minus-4{gap:-4rem}.gap-md-5{gap:5rem}.gap-md-minus-5{gap:-5rem}.gap-md-0-5{gap:.5rem}.gap-md-6{gap:6rem}.gap-md-minus-6{gap:-6rem}}.m-xsmall{margin:30px;margin:calc(var(--distance-min-xsmall)*1*1px)}@media screen and (min-width:320px){.m-xsmall{margin:calc(27.14286px + .89286vw);margin:calc(var(--distance-min-xsmall)*1px*1 + (var(--distance-max-xsmall) - var(--distance-min-xsmall))*(100vw - 320px)/2240*1)}}@media screen and (min-width:2560px){.m-xsmall{margin:50px;margin:calc(var(--distance-max-xsmall)*1*1px)}}.m-small{margin:50px;margin:calc(var(--distance-min-small)*1*1px)}@media screen and (min-width:320px){.m-small{margin:calc(40px + 3.125vw);margin:calc(var(--distance-min-small)*1px*1 + (var(--distance-max-small) - var(--distance-min-small))*(100vw - 320px)/2240*1)}}@media screen and (min-width:2560px){.m-small{margin:120px;margin:calc(var(--distance-max-small)*1*1px)}}.m-medium{margin:50px;margin:calc(var(--distance-min-medium)*1*1px)}@media screen and (min-width:320px){.m-medium{margin:calc(22.85714px + 8.48214vw);margin:calc(var(--distance-min-medium)*1px*1 + (var(--distance-max-medium) - var(--distance-min-medium))*(100vw - 320px)/2240*1)}}@media screen and (min-width:2560px){.m-medium{margin:240px;margin:calc(var(--distance-max-medium)*1*1px)}}.m-large{margin:150px;margin:calc(var(--distance-min-large)*1*1px)}@media screen and (min-width:320px){.m-large{margin:calc(120px + 9.375vw);margin:calc(var(--distance-min-large)*1px*1 + (var(--distance-max-large) - var(--distance-min-large))*(100vw - 320px)/2240*1)}}@media screen and (min-width:2560px){.m-large{margin:360px;margin:calc(var(--distance-max-large)*1*1px)}}.m-xlarge{margin:200px;margin:calc(var(--distance-min-xlarge)*1*1px)}@media screen and (min-width:320px){.m-xlarge{margin:calc(171.42857px + 8.92857vw);margin:calc(var(--distance-min-xlarge)*1px*1 + (var(--distance-max-xlarge) - var(--distance-min-xlarge))*(100vw - 320px)/2240*1)}}@media screen and (min-width:2560px){.m-xlarge{margin:400px;margin:calc(var(--distance-max-xlarge)*1*1px)}}.my-xsmall{margin-bottom:30px;margin-bottom:calc(var(--distance-min-xsmall)*1*1px);margin-top:30px;margin-top:calc(var(--distance-min-xsmall)*1*1px)}@media screen and (min-width:320px){.my-xsmall{margin-top:calc(27.14286px + .89286vw);margin-top:calc(var(--distance-min-xsmall)*1px*1 + (var(--distance-max-xsmall) - var(--distance-min-xsmall))*(100vw - 320px)/2240*1)}}@media screen and (min-width:2560px){.my-xsmall{margin-top:50px;margin-top:calc(var(--distance-max-xsmall)*1*1px)}}@media screen and (min-width:320px){.my-xsmall{margin-bottom:calc(27.14286px + .89286vw);margin-bottom:calc(var(--distance-min-xsmall)*1px*1 + (var(--distance-max-xsmall) - var(--distance-min-xsmall))*(100vw - 320px)/2240*1)}}@media screen and (min-width:2560px){.my-xsmall{margin-bottom:50px;margin-bottom:calc(var(--distance-max-xsmall)*1*1px)}}.my-small{margin-bottom:50px;margin-bottom:calc(var(--distance-min-small)*1*1px);margin-top:50px;margin-top:calc(var(--distance-min-small)*1*1px)}@media screen and (min-width:320px){.my-small{margin-top:calc(40px + 3.125vw);margin-top:calc(var(--distance-min-small)*1px*1 + (var(--distance-max-small) - var(--distance-min-small))*(100vw - 320px)/2240*1)}}@media screen and (min-width:2560px){.my-small{margin-top:120px;margin-top:calc(var(--distance-max-small)*1*1px)}}@media screen and (min-width:320px){.my-small{margin-bottom:calc(40px + 3.125vw);margin-bottom:calc(var(--distance-min-small)*1px*1 + (var(--distance-max-small) - var(--distance-min-small))*(100vw - 320px)/2240*1)}}@media screen and (min-width:2560px){.my-small{margin-bottom:120px;margin-bottom:calc(var(--distance-max-small)*1*1px)}}.my-medium{margin-bottom:50px;margin-bottom:calc(var(--distance-min-medium)*1*1px);margin-top:50px;margin-top:calc(var(--distance-min-medium)*1*1px)}@media screen and (min-width:320px){.my-medium{margin-top:calc(22.85714px + 8.48214vw);margin-top:calc(var(--distance-min-medium)*1px*1 + (var(--distance-max-medium) - var(--distance-min-medium))*(100vw - 320px)/2240*1)}}@media screen and (min-width:2560px){.my-medium{margin-top:240px;margin-top:calc(var(--distance-max-medium)*1*1px)}}@media screen and (min-width:320px){.my-medium{margin-bottom:calc(22.85714px + 8.48214vw);margin-bottom:calc(var(--distance-min-medium)*1px*1 + (var(--distance-max-medium) - var(--distance-min-medium))*(100vw - 320px)/2240*1)}}@media screen and (min-width:2560px){.my-medium{margin-bottom:240px;margin-bottom:calc(var(--distance-max-medium)*1*1px)}}.my-large{margin-bottom:150px;margin-bottom:calc(var(--distance-min-large)*1*1px);margin-top:150px;margin-top:calc(var(--distance-min-large)*1*1px)}@media screen and (min-width:320px){.my-large{margin-top:calc(120px + 9.375vw);margin-top:calc(var(--distance-min-large)*1px*1 + (var(--distance-max-large) - var(--distance-min-large))*(100vw - 320px)/2240*1)}}@media screen and (min-width:2560px){.my-large{margin-top:360px;margin-top:calc(var(--distance-max-large)*1*1px)}}@media screen and (min-width:320px){.my-large{margin-bottom:calc(120px + 9.375vw);margin-bottom:calc(var(--distance-min-large)*1px*1 + (var(--distance-max-large) - var(--distance-min-large))*(100vw - 320px)/2240*1)}}@media screen and (min-width:2560px){.my-large{margin-bottom:360px;margin-bottom:calc(var(--distance-max-large)*1*1px)}}.my-xlarge{margin-bottom:200px;margin-bottom:calc(var(--distance-min-xlarge)*1*1px);margin-top:200px;margin-top:calc(var(--distance-min-xlarge)*1*1px)}@media screen and (min-width:320px){.my-xlarge{margin-top:calc(171.42857px + 8.92857vw);margin-top:calc(var(--distance-min-xlarge)*1px*1 + (var(--distance-max-xlarge) - var(--distance-min-xlarge))*(100vw - 320px)/2240*1)}}@media screen and (min-width:2560px){.my-xlarge{margin-top:400px;margin-top:calc(var(--distance-max-xlarge)*1*1px)}}@media screen and (min-width:320px){.my-xlarge{margin-bottom:calc(171.42857px + 8.92857vw);margin-bottom:calc(var(--distance-min-xlarge)*1px*1 + (var(--distance-max-xlarge) - var(--distance-min-xlarge))*(100vw - 320px)/2240*1)}}@media screen and (min-width:2560px){.my-xlarge{margin-bottom:400px;margin-bottom:calc(var(--distance-max-xlarge)*1*1px)}}.mx-xsmall{margin-left:30px;margin-left:calc(var(--distance-min-xsmall)*1*1px);margin-right:30px;margin-right:calc(var(--distance-min-xsmall)*1*1px)}@media screen and (min-width:320px){.mx-xsmall{margin-left:calc(27.14286px + .89286vw);margin-left:calc(var(--distance-min-xsmall)*1px*1 + (var(--distance-max-xsmall) - var(--distance-min-xsmall))*(100vw - 320px)/2240*1)}}@media screen and (min-width:2560px){.mx-xsmall{margin-left:50px;margin-left:calc(var(--distance-max-xsmall)*1*1px)}}@media screen and (min-width:320px){.mx-xsmall{margin-right:calc(27.14286px + .89286vw);margin-right:calc(var(--distance-min-xsmall)*1px*1 + (var(--distance-max-xsmall) - var(--distance-min-xsmall))*(100vw - 320px)/2240*1)}}@media screen and (min-width:2560px){.mx-xsmall{margin-right:50px;margin-right:calc(var(--distance-max-xsmall)*1*1px)}}.mx-small{margin-left:50px;margin-left:calc(var(--distance-min-small)*1*1px);margin-right:50px;margin-right:calc(var(--distance-min-small)*1*1px)}@media screen and (min-width:320px){.mx-small{margin-left:calc(40px + 3.125vw);margin-left:calc(var(--distance-min-small)*1px*1 + (var(--distance-max-small) - var(--distance-min-small))*(100vw - 320px)/2240*1)}}@media screen and (min-width:2560px){.mx-small{margin-left:120px;margin-left:calc(var(--distance-max-small)*1*1px)}}@media screen and (min-width:320px){.mx-small{margin-right:calc(40px + 3.125vw);margin-right:calc(var(--distance-min-small)*1px*1 + (var(--distance-max-small) - var(--distance-min-small))*(100vw - 320px)/2240*1)}}@media screen and (min-width:2560px){.mx-small{margin-right:120px;margin-right:calc(var(--distance-max-small)*1*1px)}}.mx-medium{margin-left:50px;margin-left:calc(var(--distance-min-medium)*1*1px);margin-right:50px;margin-right:calc(var(--distance-min-medium)*1*1px)}@media screen and (min-width:320px){.mx-medium{margin-left:calc(22.85714px + 8.48214vw);margin-left:calc(var(--distance-min-medium)*1px*1 + (var(--distance-max-medium) - var(--distance-min-medium))*(100vw - 320px)/2240*1)}}@media screen and (min-width:2560px){.mx-medium{margin-left:240px;margin-left:calc(var(--distance-max-medium)*1*1px)}}@media screen and (min-width:320px){.mx-medium{margin-right:calc(22.85714px + 8.48214vw);margin-right:calc(var(--distance-min-medium)*1px*1 + (var(--distance-max-medium) - var(--distance-min-medium))*(100vw - 320px)/2240*1)}}@media screen and (min-width:2560px){.mx-medium{margin-right:240px;margin-right:calc(var(--distance-max-medium)*1*1px)}}.mx-large{margin-left:150px;margin-left:calc(var(--distance-min-large)*1*1px);margin-right:150px;margin-right:calc(var(--distance-min-large)*1*1px)}@media screen and (min-width:320px){.mx-large{margin-left:calc(120px + 9.375vw);margin-left:calc(var(--distance-min-large)*1px*1 + (var(--distance-max-large) - var(--distance-min-large))*(100vw - 320px)/2240*1)}}@media screen and (min-width:2560px){.mx-large{margin-left:360px;margin-left:calc(var(--distance-max-large)*1*1px)}}@media screen and (min-width:320px){.mx-large{margin-right:calc(120px + 9.375vw);margin-right:calc(var(--distance-min-large)*1px*1 + (var(--distance-max-large) - var(--distance-min-large))*(100vw - 320px)/2240*1)}}@media screen and (min-width:2560px){.mx-large{margin-right:360px;margin-right:calc(var(--distance-max-large)*1*1px)}}.mx-xlarge{margin-left:200px;margin-left:calc(var(--distance-min-xlarge)*1*1px);margin-right:200px;margin-right:calc(var(--distance-min-xlarge)*1*1px)}@media screen and (min-width:320px){.mx-xlarge{margin-left:calc(171.42857px + 8.92857vw);margin-left:calc(var(--distance-min-xlarge)*1px*1 + (var(--distance-max-xlarge) - var(--distance-min-xlarge))*(100vw - 320px)/2240*1)}}@media screen and (min-width:2560px){.mx-xlarge{margin-left:400px;margin-left:calc(var(--distance-max-xlarge)*1*1px)}}@media screen and (min-width:320px){.mx-xlarge{margin-right:calc(171.42857px + 8.92857vw);margin-right:calc(var(--distance-min-xlarge)*1px*1 + (var(--distance-max-xlarge) - var(--distance-min-xlarge))*(100vw - 320px)/2240*1)}}@media screen and (min-width:2560px){.mx-xlarge{margin-right:400px;margin-right:calc(var(--distance-max-xlarge)*1*1px)}}.mt-xsmall{margin-top:30px;margin-top:calc(var(--distance-min-xsmall)*1*1px)}@media screen and (min-width:320px){.mt-xsmall{margin-top:calc(27.14286px + .89286vw);margin-top:calc(var(--distance-min-xsmall)*1px*1 + (var(--distance-max-xsmall) - var(--distance-min-xsmall))*(100vw - 320px)/2240*1)}}@media screen and (min-width:2560px){.mt-xsmall{margin-top:50px;margin-top:calc(var(--distance-max-xsmall)*1*1px)}}.mt-small{margin-top:50px;margin-top:calc(var(--distance-min-small)*1*1px)}@media screen and (min-width:320px){.mt-small{margin-top:calc(40px + 3.125vw);margin-top:calc(var(--distance-min-small)*1px*1 + (var(--distance-max-small) - var(--distance-min-small))*(100vw - 320px)/2240*1)}}@media screen and (min-width:2560px){.mt-small{margin-top:120px;margin-top:calc(var(--distance-max-small)*1*1px)}}.mt-medium{margin-top:50px;margin-top:calc(var(--distance-min-medium)*1*1px)}@media screen and (min-width:320px){.mt-medium{margin-top:calc(22.85714px + 8.48214vw);margin-top:calc(var(--distance-min-medium)*1px*1 + (var(--distance-max-medium) - var(--distance-min-medium))*(100vw - 320px)/2240*1)}}@media screen and (min-width:2560px){.mt-medium{margin-top:240px;margin-top:calc(var(--distance-max-medium)*1*1px)}}.mt-large{margin-top:150px;margin-top:calc(var(--distance-min-large)*1*1px)}@media screen and (min-width:320px){.mt-large{margin-top:calc(120px + 9.375vw);margin-top:calc(var(--distance-min-large)*1px*1 + (var(--distance-max-large) - var(--distance-min-large))*(100vw - 320px)/2240*1)}}@media screen and (min-width:2560px){.mt-large{margin-top:360px;margin-top:calc(var(--distance-max-large)*1*1px)}}.mt-xlarge{margin-top:200px;margin-top:calc(var(--distance-min-xlarge)*1*1px)}@media screen and (min-width:320px){.mt-xlarge{margin-top:calc(171.42857px + 8.92857vw);margin-top:calc(var(--distance-min-xlarge)*1px*1 + (var(--distance-max-xlarge) - var(--distance-min-xlarge))*(100vw - 320px)/2240*1)}}@media screen and (min-width:2560px){.mt-xlarge{margin-top:400px;margin-top:calc(var(--distance-max-xlarge)*1*1px)}}.mr-xsmall{margin-right:30px;margin-right:calc(var(--distance-min-xsmall)*1*1px)}@media screen and (min-width:320px){.mr-xsmall{margin-right:calc(27.14286px + .89286vw);margin-right:calc(var(--distance-min-xsmall)*1px*1 + (var(--distance-max-xsmall) - var(--distance-min-xsmall))*(100vw - 320px)/2240*1)}}@media screen and (min-width:2560px){.mr-xsmall{margin-right:50px;margin-right:calc(var(--distance-max-xsmall)*1*1px)}}.mr-small{margin-right:50px;margin-right:calc(var(--distance-min-small)*1*1px)}@media screen and (min-width:320px){.mr-small{margin-right:calc(40px + 3.125vw);margin-right:calc(var(--distance-min-small)*1px*1 + (var(--distance-max-small) - var(--distance-min-small))*(100vw - 320px)/2240*1)}}@media screen and (min-width:2560px){.mr-small{margin-right:120px;margin-right:calc(var(--distance-max-small)*1*1px)}}.mr-medium{margin-right:50px;margin-right:calc(var(--distance-min-medium)*1*1px)}@media screen and (min-width:320px){.mr-medium{margin-right:calc(22.85714px + 8.48214vw);margin-right:calc(var(--distance-min-medium)*1px*1 + (var(--distance-max-medium) - var(--distance-min-medium))*(100vw - 320px)/2240*1)}}@media screen and (min-width:2560px){.mr-medium{margin-right:240px;margin-right:calc(var(--distance-max-medium)*1*1px)}}.mr-large{margin-right:150px;margin-right:calc(var(--distance-min-large)*1*1px)}@media screen and (min-width:320px){.mr-large{margin-right:calc(120px + 9.375vw);margin-right:calc(var(--distance-min-large)*1px*1 + (var(--distance-max-large) - var(--distance-min-large))*(100vw - 320px)/2240*1)}}@media screen and (min-width:2560px){.mr-large{margin-right:360px;margin-right:calc(var(--distance-max-large)*1*1px)}}.mr-xlarge{margin-right:200px;margin-right:calc(var(--distance-min-xlarge)*1*1px)}@media screen and (min-width:320px){.mr-xlarge{margin-right:calc(171.42857px + 8.92857vw);margin-right:calc(var(--distance-min-xlarge)*1px*1 + (var(--distance-max-xlarge) - var(--distance-min-xlarge))*(100vw - 320px)/2240*1)}}@media screen and (min-width:2560px){.mr-xlarge{margin-right:400px;margin-right:calc(var(--distance-max-xlarge)*1*1px)}}.mb-xsmall{margin-bottom:30px;margin-bottom:calc(var(--distance-min-xsmall)*1*1px)}@media screen and (min-width:320px){.mb-xsmall{margin-bottom:calc(27.14286px + .89286vw);margin-bottom:calc(var(--distance-min-xsmall)*1px*1 + (var(--distance-max-xsmall) - var(--distance-min-xsmall))*(100vw - 320px)/2240*1)}}@media screen and (min-width:2560px){.mb-xsmall{margin-bottom:50px;margin-bottom:calc(var(--distance-max-xsmall)*1*1px)}}.mb-small{margin-bottom:50px;margin-bottom:calc(var(--distance-min-small)*1*1px)}@media screen and (min-width:320px){.mb-small{margin-bottom:calc(40px + 3.125vw);margin-bottom:calc(var(--distance-min-small)*1px*1 + (var(--distance-max-small) - var(--distance-min-small))*(100vw - 320px)/2240*1)}}@media screen and (min-width:2560px){.mb-small{margin-bottom:120px;margin-bottom:calc(var(--distance-max-small)*1*1px)}}.mb-medium{margin-bottom:50px;margin-bottom:calc(var(--distance-min-medium)*1*1px)}@media screen and (min-width:320px){.mb-medium{margin-bottom:calc(22.85714px + 8.48214vw);margin-bottom:calc(var(--distance-min-medium)*1px*1 + (var(--distance-max-medium) - var(--distance-min-medium))*(100vw - 320px)/2240*1)}}@media screen and (min-width:2560px){.mb-medium{margin-bottom:240px;margin-bottom:calc(var(--distance-max-medium)*1*1px)}}.mb-large{margin-bottom:150px;margin-bottom:calc(var(--distance-min-large)*1*1px)}@media screen and (min-width:320px){.mb-large{margin-bottom:calc(120px + 9.375vw);margin-bottom:calc(var(--distance-min-large)*1px*1 + (var(--distance-max-large) - var(--distance-min-large))*(100vw - 320px)/2240*1)}}@media screen and (min-width:2560px){.mb-large{margin-bottom:360px;margin-bottom:calc(var(--distance-max-large)*1*1px)}}.mb-xlarge{margin-bottom:200px;margin-bottom:calc(var(--distance-min-xlarge)*1*1px)}@media screen and (min-width:320px){.mb-xlarge{margin-bottom:calc(171.42857px + 8.92857vw);margin-bottom:calc(var(--distance-min-xlarge)*1px*1 + (var(--distance-max-xlarge) - var(--distance-min-xlarge))*(100vw - 320px)/2240*1)}}@media screen and (min-width:2560px){.mb-xlarge{margin-bottom:400px;margin-bottom:calc(var(--distance-max-xlarge)*1*1px)}}.ml-xsmall{margin-left:30px;margin-left:calc(var(--distance-min-xsmall)*1*1px)}@media screen and (min-width:320px){.ml-xsmall{margin-left:calc(27.14286px + .89286vw);margin-left:calc(var(--distance-min-xsmall)*1px*1 + (var(--distance-max-xsmall) - var(--distance-min-xsmall))*(100vw - 320px)/2240*1)}}@media screen and (min-width:2560px){.ml-xsmall{margin-left:50px;margin-left:calc(var(--distance-max-xsmall)*1*1px)}}.ml-small{margin-left:50px;margin-left:calc(var(--distance-min-small)*1*1px)}@media screen and (min-width:320px){.ml-small{margin-left:calc(40px + 3.125vw);margin-left:calc(var(--distance-min-small)*1px*1 + (var(--distance-max-small) - var(--distance-min-small))*(100vw - 320px)/2240*1)}}@media screen and (min-width:2560px){.ml-small{margin-left:120px;margin-left:calc(var(--distance-max-small)*1*1px)}}.ml-medium{margin-left:50px;margin-left:calc(var(--distance-min-medium)*1*1px)}@media screen and (min-width:320px){.ml-medium{margin-left:calc(22.85714px + 8.48214vw);margin-left:calc(var(--distance-min-medium)*1px*1 + (var(--distance-max-medium) - var(--distance-min-medium))*(100vw - 320px)/2240*1)}}@media screen and (min-width:2560px){.ml-medium{margin-left:240px;margin-left:calc(var(--distance-max-medium)*1*1px)}}.ml-large{margin-left:150px;margin-left:calc(var(--distance-min-large)*1*1px)}@media screen and (min-width:320px){.ml-large{margin-left:calc(120px + 9.375vw);margin-left:calc(var(--distance-min-large)*1px*1 + (var(--distance-max-large) - var(--distance-min-large))*(100vw - 320px)/2240*1)}}@media screen and (min-width:2560px){.ml-large{margin-left:360px;margin-left:calc(var(--distance-max-large)*1*1px)}}.ml-xlarge{margin-left:200px;margin-left:calc(var(--distance-min-xlarge)*1*1px)}@media screen and (min-width:320px){.ml-xlarge{margin-left:calc(171.42857px + 8.92857vw);margin-left:calc(var(--distance-min-xlarge)*1px*1 + (var(--distance-max-xlarge) - var(--distance-min-xlarge))*(100vw - 320px)/2240*1)}}@media screen and (min-width:2560px){.ml-xlarge{margin-left:400px;margin-left:calc(var(--distance-max-xlarge)*1*1px)}}@media screen and (min-width:767px){.m-sm-xsmall{margin:30px;margin:calc(var(--distance-min-xsmall)*1*1px)}}@media screen and (min-width:767px)and (min-width:320px){.m-sm-xsmall{margin:calc(27.14286px + .89286vw);margin:calc(var(--distance-min-xsmall)*1px*1 + (var(--distance-max-xsmall) - var(--distance-min-xsmall))*(100vw - 320px)/2240*1)}}@media screen and (min-width:767px)and (min-width:2560px){.m-sm-xsmall{margin:50px;margin:calc(var(--distance-max-xsmall)*1*1px)}}@media screen and (min-width:767px){.m-sm-small{margin:50px;margin:calc(var(--distance-min-small)*1*1px)}}@media screen and (min-width:767px)and (min-width:320px){.m-sm-small{margin:calc(40px + 3.125vw);margin:calc(var(--distance-min-small)*1px*1 + (var(--distance-max-small) - var(--distance-min-small))*(100vw - 320px)/2240*1)}}@media screen and (min-width:767px)and (min-width:2560px){.m-sm-small{margin:120px;margin:calc(var(--distance-max-small)*1*1px)}}@media screen and (min-width:767px){.m-sm-medium{margin:50px;margin:calc(var(--distance-min-medium)*1*1px)}}@media screen and (min-width:767px)and (min-width:320px){.m-sm-medium{margin:calc(22.85714px + 8.48214vw);margin:calc(var(--distance-min-medium)*1px*1 + (var(--distance-max-medium) - var(--distance-min-medium))*(100vw - 320px)/2240*1)}}@media screen and (min-width:767px)and (min-width:2560px){.m-sm-medium{margin:240px;margin:calc(var(--distance-max-medium)*1*1px)}}@media screen and (min-width:767px){.m-sm-large{margin:150px;margin:calc(var(--distance-min-large)*1*1px)}}@media screen and (min-width:767px)and (min-width:320px){.m-sm-large{margin:calc(120px + 9.375vw);margin:calc(var(--distance-min-large)*1px*1 + (var(--distance-max-large) - var(--distance-min-large))*(100vw - 320px)/2240*1)}}@media screen and (min-width:767px)and (min-width:2560px){.m-sm-large{margin:360px;margin:calc(var(--distance-max-large)*1*1px)}}@media screen and (min-width:767px){.m-sm-xlarge{margin:200px;margin:calc(var(--distance-min-xlarge)*1*1px)}}@media screen and (min-width:767px)and (min-width:320px){.m-sm-xlarge{margin:calc(171.42857px + 8.92857vw);margin:calc(var(--distance-min-xlarge)*1px*1 + (var(--distance-max-xlarge) - var(--distance-min-xlarge))*(100vw - 320px)/2240*1)}}@media screen and (min-width:767px)and (min-width:2560px){.m-sm-xlarge{margin:400px;margin:calc(var(--distance-max-xlarge)*1*1px)}}@media screen and (min-width:767px){.my-sm-xsmall{margin-bottom:30px;margin-bottom:calc(var(--distance-min-xsmall)*1*1px);margin-top:30px;margin-top:calc(var(--distance-min-xsmall)*1*1px)}}@media screen and (min-width:767px)and (min-width:320px){.my-sm-xsmall{margin-top:calc(27.14286px + .89286vw);margin-top:calc(var(--distance-min-xsmall)*1px*1 + (var(--distance-max-xsmall) - var(--distance-min-xsmall))*(100vw - 320px)/2240*1)}}@media screen and (min-width:767px)and (min-width:2560px){.my-sm-xsmall{margin-top:50px;margin-top:calc(var(--distance-max-xsmall)*1*1px)}}@media screen and (min-width:767px)and (min-width:320px){.my-sm-xsmall{margin-bottom:calc(27.14286px + .89286vw);margin-bottom:calc(var(--distance-min-xsmall)*1px*1 + (var(--distance-max-xsmall) - var(--distance-min-xsmall))*(100vw - 320px)/2240*1)}}@media screen and (min-width:767px)and (min-width:2560px){.my-sm-xsmall{margin-bottom:50px;margin-bottom:calc(var(--distance-max-xsmall)*1*1px)}}@media screen and (min-width:767px){.my-sm-small{margin-bottom:50px;margin-bottom:calc(var(--distance-min-small)*1*1px);margin-top:50px;margin-top:calc(var(--distance-min-small)*1*1px)}}@media screen and (min-width:767px)and (min-width:320px){.my-sm-small{margin-top:calc(40px + 3.125vw);margin-top:calc(var(--distance-min-small)*1px*1 + (var(--distance-max-small) - var(--distance-min-small))*(100vw - 320px)/2240*1)}}@media screen and (min-width:767px)and (min-width:2560px){.my-sm-small{margin-top:120px;margin-top:calc(var(--distance-max-small)*1*1px)}}@media screen and (min-width:767px)and (min-width:320px){.my-sm-small{margin-bottom:calc(40px + 3.125vw);margin-bottom:calc(var(--distance-min-small)*1px*1 + (var(--distance-max-small) - var(--distance-min-small))*(100vw - 320px)/2240*1)}}@media screen and (min-width:767px)and (min-width:2560px){.my-sm-small{margin-bottom:120px;margin-bottom:calc(var(--distance-max-small)*1*1px)}}@media screen and (min-width:767px){.my-sm-medium{margin-bottom:50px;margin-bottom:calc(var(--distance-min-medium)*1*1px);margin-top:50px;margin-top:calc(var(--distance-min-medium)*1*1px)}}@media screen and (min-width:767px)and (min-width:320px){.my-sm-medium{margin-top:calc(22.85714px + 8.48214vw);margin-top:calc(var(--distance-min-medium)*1px*1 + (var(--distance-max-medium) - var(--distance-min-medium))*(100vw - 320px)/2240*1)}}@media screen and (min-width:767px)and (min-width:2560px){.my-sm-medium{margin-top:240px;margin-top:calc(var(--distance-max-medium)*1*1px)}}@media screen and (min-width:767px)and (min-width:320px){.my-sm-medium{margin-bottom:calc(22.85714px + 8.48214vw);margin-bottom:calc(var(--distance-min-medium)*1px*1 + (var(--distance-max-medium) - var(--distance-min-medium))*(100vw - 320px)/2240*1)}}@media screen and (min-width:767px)and (min-width:2560px){.my-sm-medium{margin-bottom:240px;margin-bottom:calc(var(--distance-max-medium)*1*1px)}}@media screen and (min-width:767px){.my-sm-large{margin-bottom:150px;margin-bottom:calc(var(--distance-min-large)*1*1px);margin-top:150px;margin-top:calc(var(--distance-min-large)*1*1px)}}@media screen and (min-width:767px)and (min-width:320px){.my-sm-large{margin-top:calc(120px + 9.375vw);margin-top:calc(var(--distance-min-large)*1px*1 + (var(--distance-max-large) - var(--distance-min-large))*(100vw - 320px)/2240*1)}}@media screen and (min-width:767px)and (min-width:2560px){.my-sm-large{margin-top:360px;margin-top:calc(var(--distance-max-large)*1*1px)}}@media screen and (min-width:767px)and (min-width:320px){.my-sm-large{margin-bottom:calc(120px + 9.375vw);margin-bottom:calc(var(--distance-min-large)*1px*1 + (var(--distance-max-large) - var(--distance-min-large))*(100vw - 320px)/2240*1)}}@media screen and (min-width:767px)and (min-width:2560px){.my-sm-large{margin-bottom:360px;margin-bottom:calc(var(--distance-max-large)*1*1px)}}@media screen and (min-width:767px){.my-sm-xlarge{margin-bottom:200px;margin-bottom:calc(var(--distance-min-xlarge)*1*1px);margin-top:200px;margin-top:calc(var(--distance-min-xlarge)*1*1px)}}@media screen and (min-width:767px)and (min-width:320px){.my-sm-xlarge{margin-top:calc(171.42857px + 8.92857vw);margin-top:calc(var(--distance-min-xlarge)*1px*1 + (var(--distance-max-xlarge) - var(--distance-min-xlarge))*(100vw - 320px)/2240*1)}}@media screen and (min-width:767px)and (min-width:2560px){.my-sm-xlarge{margin-top:400px;margin-top:calc(var(--distance-max-xlarge)*1*1px)}}@media screen and (min-width:767px)and (min-width:320px){.my-sm-xlarge{margin-bottom:calc(171.42857px + 8.92857vw);margin-bottom:calc(var(--distance-min-xlarge)*1px*1 + (var(--distance-max-xlarge) - var(--distance-min-xlarge))*(100vw - 320px)/2240*1)}}@media screen and (min-width:767px)and (min-width:2560px){.my-sm-xlarge{margin-bottom:400px;margin-bottom:calc(var(--distance-max-xlarge)*1*1px)}}@media screen and (min-width:767px){.mx-sm-xsmall{margin-left:30px;margin-left:calc(var(--distance-min-xsmall)*1*1px);margin-right:30px;margin-right:calc(var(--distance-min-xsmall)*1*1px)}}@media screen and (min-width:767px)and (min-width:320px){.mx-sm-xsmall{margin-left:calc(27.14286px + .89286vw);margin-left:calc(var(--distance-min-xsmall)*1px*1 + (var(--distance-max-xsmall) - var(--distance-min-xsmall))*(100vw - 320px)/2240*1)}}@media screen and (min-width:767px)and (min-width:2560px){.mx-sm-xsmall{margin-left:50px;margin-left:calc(var(--distance-max-xsmall)*1*1px)}}@media screen and (min-width:767px)and (min-width:320px){.mx-sm-xsmall{margin-right:calc(27.14286px + .89286vw);margin-right:calc(var(--distance-min-xsmall)*1px*1 + (var(--distance-max-xsmall) - var(--distance-min-xsmall))*(100vw - 320px)/2240*1)}}@media screen and (min-width:767px)and (min-width:2560px){.mx-sm-xsmall{margin-right:50px;margin-right:calc(var(--distance-max-xsmall)*1*1px)}}@media screen and (min-width:767px){.mx-sm-small{margin-left:50px;margin-left:calc(var(--distance-min-small)*1*1px);margin-right:50px;margin-right:calc(var(--distance-min-small)*1*1px)}}@media screen and (min-width:767px)and (min-width:320px){.mx-sm-small{margin-left:calc(40px + 3.125vw);margin-left:calc(var(--distance-min-small)*1px*1 + (var(--distance-max-small) - var(--distance-min-small))*(100vw - 320px)/2240*1)}}@media screen and (min-width:767px)and (min-width:2560px){.mx-sm-small{margin-left:120px;margin-left:calc(var(--distance-max-small)*1*1px)}}@media screen and (min-width:767px)and (min-width:320px){.mx-sm-small{margin-right:calc(40px + 3.125vw);margin-right:calc(var(--distance-min-small)*1px*1 + (var(--distance-max-small) - var(--distance-min-small))*(100vw - 320px)/2240*1)}}@media screen and (min-width:767px)and (min-width:2560px){.mx-sm-small{margin-right:120px;margin-right:calc(var(--distance-max-small)*1*1px)}}@media screen and (min-width:767px){.mx-sm-medium{margin-left:50px;margin-left:calc(var(--distance-min-medium)*1*1px);margin-right:50px;margin-right:calc(var(--distance-min-medium)*1*1px)}}@media screen and (min-width:767px)and (min-width:320px){.mx-sm-medium{margin-left:calc(22.85714px + 8.48214vw);margin-left:calc(var(--distance-min-medium)*1px*1 + (var(--distance-max-medium) - var(--distance-min-medium))*(100vw - 320px)/2240*1)}}@media screen and (min-width:767px)and (min-width:2560px){.mx-sm-medium{margin-left:240px;margin-left:calc(var(--distance-max-medium)*1*1px)}}@media screen and (min-width:767px)and (min-width:320px){.mx-sm-medium{margin-right:calc(22.85714px + 8.48214vw);margin-right:calc(var(--distance-min-medium)*1px*1 + (var(--distance-max-medium) - var(--distance-min-medium))*(100vw - 320px)/2240*1)}}@media screen and (min-width:767px)and (min-width:2560px){.mx-sm-medium{margin-right:240px;margin-right:calc(var(--distance-max-medium)*1*1px)}}@media screen and (min-width:767px){.mx-sm-large{margin-left:150px;margin-left:calc(var(--distance-min-large)*1*1px);margin-right:150px;margin-right:calc(var(--distance-min-large)*1*1px)}}@media screen and (min-width:767px)and (min-width:320px){.mx-sm-large{margin-left:calc(120px + 9.375vw);margin-left:calc(var(--distance-min-large)*1px*1 + (var(--distance-max-large) - var(--distance-min-large))*(100vw - 320px)/2240*1)}}@media screen and (min-width:767px)and (min-width:2560px){.mx-sm-large{margin-left:360px;margin-left:calc(var(--distance-max-large)*1*1px)}}@media screen and (min-width:767px)and (min-width:320px){.mx-sm-large{margin-right:calc(120px + 9.375vw);margin-right:calc(var(--distance-min-large)*1px*1 + (var(--distance-max-large) - var(--distance-min-large))*(100vw - 320px)/2240*1)}}@media screen and (min-width:767px)and (min-width:2560px){.mx-sm-large{margin-right:360px;margin-right:calc(var(--distance-max-large)*1*1px)}}@media screen and (min-width:767px){.mx-sm-xlarge{margin-left:200px;margin-left:calc(var(--distance-min-xlarge)*1*1px);margin-right:200px;margin-right:calc(var(--distance-min-xlarge)*1*1px)}}@media screen and (min-width:767px)and (min-width:320px){.mx-sm-xlarge{margin-left:calc(171.42857px + 8.92857vw);margin-left:calc(var(--distance-min-xlarge)*1px*1 + (var(--distance-max-xlarge) - var(--distance-min-xlarge))*(100vw - 320px)/2240*1)}}@media screen and (min-width:767px)and (min-width:2560px){.mx-sm-xlarge{margin-left:400px;margin-left:calc(var(--distance-max-xlarge)*1*1px)}}@media screen and (min-width:767px)and (min-width:320px){.mx-sm-xlarge{margin-right:calc(171.42857px + 8.92857vw);margin-right:calc(var(--distance-min-xlarge)*1px*1 + (var(--distance-max-xlarge) - var(--distance-min-xlarge))*(100vw - 320px)/2240*1)}}@media screen and (min-width:767px)and (min-width:2560px){.mx-sm-xlarge{margin-right:400px;margin-right:calc(var(--distance-max-xlarge)*1*1px)}}@media screen and (min-width:767px){.mt-sm-xsmall{margin-top:30px;margin-top:calc(var(--distance-min-xsmall)*1*1px)}}@media screen and (min-width:767px)and (min-width:320px){.mt-sm-xsmall{margin-top:calc(27.14286px + .89286vw);margin-top:calc(var(--distance-min-xsmall)*1px*1 + (var(--distance-max-xsmall) - var(--distance-min-xsmall))*(100vw - 320px)/2240*1)}}@media screen and (min-width:767px)and (min-width:2560px){.mt-sm-xsmall{margin-top:50px;margin-top:calc(var(--distance-max-xsmall)*1*1px)}}@media screen and (min-width:767px){.mt-sm-small{margin-top:50px;margin-top:calc(var(--distance-min-small)*1*1px)}}@media screen and (min-width:767px)and (min-width:320px){.mt-sm-small{margin-top:calc(40px + 3.125vw);margin-top:calc(var(--distance-min-small)*1px*1 + (var(--distance-max-small) - var(--distance-min-small))*(100vw - 320px)/2240*1)}}@media screen and (min-width:767px)and (min-width:2560px){.mt-sm-small{margin-top:120px;margin-top:calc(var(--distance-max-small)*1*1px)}}@media screen and (min-width:767px){.mt-sm-medium{margin-top:50px;margin-top:calc(var(--distance-min-medium)*1*1px)}}@media screen and (min-width:767px)and (min-width:320px){.mt-sm-medium{margin-top:calc(22.85714px + 8.48214vw);margin-top:calc(var(--distance-min-medium)*1px*1 + (var(--distance-max-medium) - var(--distance-min-medium))*(100vw - 320px)/2240*1)}}@media screen and (min-width:767px)and (min-width:2560px){.mt-sm-medium{margin-top:240px;margin-top:calc(var(--distance-max-medium)*1*1px)}}@media screen and (min-width:767px){.mt-sm-large{margin-top:150px;margin-top:calc(var(--distance-min-large)*1*1px)}}@media screen and (min-width:767px)and (min-width:320px){.mt-sm-large{margin-top:calc(120px + 9.375vw);margin-top:calc(var(--distance-min-large)*1px*1 + (var(--distance-max-large) - var(--distance-min-large))*(100vw - 320px)/2240*1)}}@media screen and (min-width:767px)and (min-width:2560px){.mt-sm-large{margin-top:360px;margin-top:calc(var(--distance-max-large)*1*1px)}}@media screen and (min-width:767px){.mt-sm-xlarge{margin-top:200px;margin-top:calc(var(--distance-min-xlarge)*1*1px)}}@media screen and (min-width:767px)and (min-width:320px){.mt-sm-xlarge{margin-top:calc(171.42857px + 8.92857vw);margin-top:calc(var(--distance-min-xlarge)*1px*1 + (var(--distance-max-xlarge) - var(--distance-min-xlarge))*(100vw - 320px)/2240*1)}}@media screen and (min-width:767px)and (min-width:2560px){.mt-sm-xlarge{margin-top:400px;margin-top:calc(var(--distance-max-xlarge)*1*1px)}}@media screen and (min-width:767px){.mr-sm-xsmall{margin-right:30px;margin-right:calc(var(--distance-min-xsmall)*1*1px)}}@media screen and (min-width:767px)and (min-width:320px){.mr-sm-xsmall{margin-right:calc(27.14286px + .89286vw);margin-right:calc(var(--distance-min-xsmall)*1px*1 + (var(--distance-max-xsmall) - var(--distance-min-xsmall))*(100vw - 320px)/2240*1)}}@media screen and (min-width:767px)and (min-width:2560px){.mr-sm-xsmall{margin-right:50px;margin-right:calc(var(--distance-max-xsmall)*1*1px)}}@media screen and (min-width:767px){.mr-sm-small{margin-right:50px;margin-right:calc(var(--distance-min-small)*1*1px)}}@media screen and (min-width:767px)and (min-width:320px){.mr-sm-small{margin-right:calc(40px + 3.125vw);margin-right:calc(var(--distance-min-small)*1px*1 + (var(--distance-max-small) - var(--distance-min-small))*(100vw - 320px)/2240*1)}}@media screen and (min-width:767px)and (min-width:2560px){.mr-sm-small{margin-right:120px;margin-right:calc(var(--distance-max-small)*1*1px)}}@media screen and (min-width:767px){.mr-sm-medium{margin-right:50px;margin-right:calc(var(--distance-min-medium)*1*1px)}}@media screen and (min-width:767px)and (min-width:320px){.mr-sm-medium{margin-right:calc(22.85714px + 8.48214vw);margin-right:calc(var(--distance-min-medium)*1px*1 + (var(--distance-max-medium) - var(--distance-min-medium))*(100vw - 320px)/2240*1)}}@media screen and (min-width:767px)and (min-width:2560px){.mr-sm-medium{margin-right:240px;margin-right:calc(var(--distance-max-medium)*1*1px)}}@media screen and (min-width:767px){.mr-sm-large{margin-right:150px;margin-right:calc(var(--distance-min-large)*1*1px)}}@media screen and (min-width:767px)and (min-width:320px){.mr-sm-large{margin-right:calc(120px + 9.375vw);margin-right:calc(var(--distance-min-large)*1px*1 + (var(--distance-max-large) - var(--distance-min-large))*(100vw - 320px)/2240*1)}}@media screen and (min-width:767px)and (min-width:2560px){.mr-sm-large{margin-right:360px;margin-right:calc(var(--distance-max-large)*1*1px)}}@media screen and (min-width:767px){.mr-sm-xlarge{margin-right:200px;margin-right:calc(var(--distance-min-xlarge)*1*1px)}}@media screen and (min-width:767px)and (min-width:320px){.mr-sm-xlarge{margin-right:calc(171.42857px + 8.92857vw);margin-right:calc(var(--distance-min-xlarge)*1px*1 + (var(--distance-max-xlarge) - var(--distance-min-xlarge))*(100vw - 320px)/2240*1)}}@media screen and (min-width:767px)and (min-width:2560px){.mr-sm-xlarge{margin-right:400px;margin-right:calc(var(--distance-max-xlarge)*1*1px)}}@media screen and (min-width:767px){.mb-sm-xsmall{margin-bottom:30px;margin-bottom:calc(var(--distance-min-xsmall)*1*1px)}}@media screen and (min-width:767px)and (min-width:320px){.mb-sm-xsmall{margin-bottom:calc(27.14286px + .89286vw);margin-bottom:calc(var(--distance-min-xsmall)*1px*1 + (var(--distance-max-xsmall) - var(--distance-min-xsmall))*(100vw - 320px)/2240*1)}}@media screen and (min-width:767px)and (min-width:2560px){.mb-sm-xsmall{margin-bottom:50px;margin-bottom:calc(var(--distance-max-xsmall)*1*1px)}}@media screen and (min-width:767px){.mb-sm-small{margin-bottom:50px;margin-bottom:calc(var(--distance-min-small)*1*1px)}}@media screen and (min-width:767px)and (min-width:320px){.mb-sm-small{margin-bottom:calc(40px + 3.125vw);margin-bottom:calc(var(--distance-min-small)*1px*1 + (var(--distance-max-small) - var(--distance-min-small))*(100vw - 320px)/2240*1)}}@media screen and (min-width:767px)and (min-width:2560px){.mb-sm-small{margin-bottom:120px;margin-bottom:calc(var(--distance-max-small)*1*1px)}}@media screen and (min-width:767px){.mb-sm-medium{margin-bottom:50px;margin-bottom:calc(var(--distance-min-medium)*1*1px)}}@media screen and (min-width:767px)and (min-width:320px){.mb-sm-medium{margin-bottom:calc(22.85714px + 8.48214vw);margin-bottom:calc(var(--distance-min-medium)*1px*1 + (var(--distance-max-medium) - var(--distance-min-medium))*(100vw - 320px)/2240*1)}}@media screen and (min-width:767px)and (min-width:2560px){.mb-sm-medium{margin-bottom:240px;margin-bottom:calc(var(--distance-max-medium)*1*1px)}}@media screen and (min-width:767px){.mb-sm-large{margin-bottom:150px;margin-bottom:calc(var(--distance-min-large)*1*1px)}}@media screen and (min-width:767px)and (min-width:320px){.mb-sm-large{margin-bottom:calc(120px + 9.375vw);margin-bottom:calc(var(--distance-min-large)*1px*1 + (var(--distance-max-large) - var(--distance-min-large))*(100vw - 320px)/2240*1)}}@media screen and (min-width:767px)and (min-width:2560px){.mb-sm-large{margin-bottom:360px;margin-bottom:calc(var(--distance-max-large)*1*1px)}}@media screen and (min-width:767px){.mb-sm-xlarge{margin-bottom:200px;margin-bottom:calc(var(--distance-min-xlarge)*1*1px)}}@media screen and (min-width:767px)and (min-width:320px){.mb-sm-xlarge{margin-bottom:calc(171.42857px + 8.92857vw);margin-bottom:calc(var(--distance-min-xlarge)*1px*1 + (var(--distance-max-xlarge) - var(--distance-min-xlarge))*(100vw - 320px)/2240*1)}}@media screen and (min-width:767px)and (min-width:2560px){.mb-sm-xlarge{margin-bottom:400px;margin-bottom:calc(var(--distance-max-xlarge)*1*1px)}}@media screen and (min-width:767px){.ml-sm-xsmall{margin-left:30px;margin-left:calc(var(--distance-min-xsmall)*1*1px)}}@media screen and (min-width:767px)and (min-width:320px){.ml-sm-xsmall{margin-left:calc(27.14286px + .89286vw);margin-left:calc(var(--distance-min-xsmall)*1px*1 + (var(--distance-max-xsmall) - var(--distance-min-xsmall))*(100vw - 320px)/2240*1)}}@media screen and (min-width:767px)and (min-width:2560px){.ml-sm-xsmall{margin-left:50px;margin-left:calc(var(--distance-max-xsmall)*1*1px)}}@media screen and (min-width:767px){.ml-sm-small{margin-left:50px;margin-left:calc(var(--distance-min-small)*1*1px)}}@media screen and (min-width:767px)and (min-width:320px){.ml-sm-small{margin-left:calc(40px + 3.125vw);margin-left:calc(var(--distance-min-small)*1px*1 + (var(--distance-max-small) - var(--distance-min-small))*(100vw - 320px)/2240*1)}}@media screen and (min-width:767px)and (min-width:2560px){.ml-sm-small{margin-left:120px;margin-left:calc(var(--distance-max-small)*1*1px)}}@media screen and (min-width:767px){.ml-sm-medium{margin-left:50px;margin-left:calc(var(--distance-min-medium)*1*1px)}}@media screen and (min-width:767px)and (min-width:320px){.ml-sm-medium{margin-left:calc(22.85714px + 8.48214vw);margin-left:calc(var(--distance-min-medium)*1px*1 + (var(--distance-max-medium) - var(--distance-min-medium))*(100vw - 320px)/2240*1)}}@media screen and (min-width:767px)and (min-width:2560px){.ml-sm-medium{margin-left:240px;margin-left:calc(var(--distance-max-medium)*1*1px)}}@media screen and (min-width:767px){.ml-sm-large{margin-left:150px;margin-left:calc(var(--distance-min-large)*1*1px)}}@media screen and (min-width:767px)and (min-width:320px){.ml-sm-large{margin-left:calc(120px + 9.375vw);margin-left:calc(var(--distance-min-large)*1px*1 + (var(--distance-max-large) - var(--distance-min-large))*(100vw - 320px)/2240*1)}}@media screen and (min-width:767px)and (min-width:2560px){.ml-sm-large{margin-left:360px;margin-left:calc(var(--distance-max-large)*1*1px)}}@media screen and (min-width:767px){.ml-sm-xlarge{margin-left:200px;margin-left:calc(var(--distance-min-xlarge)*1*1px)}}@media screen and (min-width:767px)and (min-width:320px){.ml-sm-xlarge{margin-left:calc(171.42857px + 8.92857vw);margin-left:calc(var(--distance-min-xlarge)*1px*1 + (var(--distance-max-xlarge) - var(--distance-min-xlarge))*(100vw - 320px)/2240*1)}}@media screen and (min-width:767px)and (min-width:2560px){.ml-sm-xlarge{margin-left:400px;margin-left:calc(var(--distance-max-xlarge)*1*1px)}}@media screen and (min-width:991px){.m-md-xsmall{margin:30px;margin:calc(var(--distance-min-xsmall)*1*1px)}}@media screen and (min-width:991px)and (min-width:320px){.m-md-xsmall{margin:calc(27.14286px + .89286vw);margin:calc(var(--distance-min-xsmall)*1px*1 + (var(--distance-max-xsmall) - var(--distance-min-xsmall))*(100vw - 320px)/2240*1)}}@media screen and (min-width:991px)and (min-width:2560px){.m-md-xsmall{margin:50px;margin:calc(var(--distance-max-xsmall)*1*1px)}}@media screen and (min-width:991px){.m-md-small{margin:50px;margin:calc(var(--distance-min-small)*1*1px)}}@media screen and (min-width:991px)and (min-width:320px){.m-md-small{margin:calc(40px + 3.125vw);margin:calc(var(--distance-min-small)*1px*1 + (var(--distance-max-small) - var(--distance-min-small))*(100vw - 320px)/2240*1)}}@media screen and (min-width:991px)and (min-width:2560px){.m-md-small{margin:120px;margin:calc(var(--distance-max-small)*1*1px)}}@media screen and (min-width:991px){.m-md-medium{margin:50px;margin:calc(var(--distance-min-medium)*1*1px)}}@media screen and (min-width:991px)and (min-width:320px){.m-md-medium{margin:calc(22.85714px + 8.48214vw);margin:calc(var(--distance-min-medium)*1px*1 + (var(--distance-max-medium) - var(--distance-min-medium))*(100vw - 320px)/2240*1)}}@media screen and (min-width:991px)and (min-width:2560px){.m-md-medium{margin:240px;margin:calc(var(--distance-max-medium)*1*1px)}}@media screen and (min-width:991px){.m-md-large{margin:150px;margin:calc(var(--distance-min-large)*1*1px)}}@media screen and (min-width:991px)and (min-width:320px){.m-md-large{margin:calc(120px + 9.375vw);margin:calc(var(--distance-min-large)*1px*1 + (var(--distance-max-large) - var(--distance-min-large))*(100vw - 320px)/2240*1)}}@media screen and (min-width:991px)and (min-width:2560px){.m-md-large{margin:360px;margin:calc(var(--distance-max-large)*1*1px)}}@media screen and (min-width:991px){.m-md-xlarge{margin:200px;margin:calc(var(--distance-min-xlarge)*1*1px)}}@media screen and (min-width:991px)and (min-width:320px){.m-md-xlarge{margin:calc(171.42857px + 8.92857vw);margin:calc(var(--distance-min-xlarge)*1px*1 + (var(--distance-max-xlarge) - var(--distance-min-xlarge))*(100vw - 320px)/2240*1)}}@media screen and (min-width:991px)and (min-width:2560px){.m-md-xlarge{margin:400px;margin:calc(var(--distance-max-xlarge)*1*1px)}}@media screen and (min-width:991px){.my-md-xsmall{margin-bottom:30px;margin-bottom:calc(var(--distance-min-xsmall)*1*1px);margin-top:30px;margin-top:calc(var(--distance-min-xsmall)*1*1px)}}@media screen and (min-width:991px)and (min-width:320px){.my-md-xsmall{margin-top:calc(27.14286px + .89286vw);margin-top:calc(var(--distance-min-xsmall)*1px*1 + (var(--distance-max-xsmall) - var(--distance-min-xsmall))*(100vw - 320px)/2240*1)}}@media screen and (min-width:991px)and (min-width:2560px){.my-md-xsmall{margin-top:50px;margin-top:calc(var(--distance-max-xsmall)*1*1px)}}@media screen and (min-width:991px)and (min-width:320px){.my-md-xsmall{margin-bottom:calc(27.14286px + .89286vw);margin-bottom:calc(var(--distance-min-xsmall)*1px*1 + (var(--distance-max-xsmall) - var(--distance-min-xsmall))*(100vw - 320px)/2240*1)}}@media screen and (min-width:991px)and (min-width:2560px){.my-md-xsmall{margin-bottom:50px;margin-bottom:calc(var(--distance-max-xsmall)*1*1px)}}@media screen and (min-width:991px){.my-md-small{margin-bottom:50px;margin-bottom:calc(var(--distance-min-small)*1*1px);margin-top:50px;margin-top:calc(var(--distance-min-small)*1*1px)}}@media screen and (min-width:991px)and (min-width:320px){.my-md-small{margin-top:calc(40px + 3.125vw);margin-top:calc(var(--distance-min-small)*1px*1 + (var(--distance-max-small) - var(--distance-min-small))*(100vw - 320px)/2240*1)}}@media screen and (min-width:991px)and (min-width:2560px){.my-md-small{margin-top:120px;margin-top:calc(var(--distance-max-small)*1*1px)}}@media screen and (min-width:991px)and (min-width:320px){.my-md-small{margin-bottom:calc(40px + 3.125vw);margin-bottom:calc(var(--distance-min-small)*1px*1 + (var(--distance-max-small) - var(--distance-min-small))*(100vw - 320px)/2240*1)}}@media screen and (min-width:991px)and (min-width:2560px){.my-md-small{margin-bottom:120px;margin-bottom:calc(var(--distance-max-small)*1*1px)}}@media screen and (min-width:991px){.my-md-medium{margin-bottom:50px;margin-bottom:calc(var(--distance-min-medium)*1*1px);margin-top:50px;margin-top:calc(var(--distance-min-medium)*1*1px)}}@media screen and (min-width:991px)and (min-width:320px){.my-md-medium{margin-top:calc(22.85714px + 8.48214vw);margin-top:calc(var(--distance-min-medium)*1px*1 + (var(--distance-max-medium) - var(--distance-min-medium))*(100vw - 320px)/2240*1)}}@media screen and (min-width:991px)and (min-width:2560px){.my-md-medium{margin-top:240px;margin-top:calc(var(--distance-max-medium)*1*1px)}}@media screen and (min-width:991px)and (min-width:320px){.my-md-medium{margin-bottom:calc(22.85714px + 8.48214vw);margin-bottom:calc(var(--distance-min-medium)*1px*1 + (var(--distance-max-medium) - var(--distance-min-medium))*(100vw - 320px)/2240*1)}}@media screen and (min-width:991px)and (min-width:2560px){.my-md-medium{margin-bottom:240px;margin-bottom:calc(var(--distance-max-medium)*1*1px)}}@media screen and (min-width:991px){.my-md-large{margin-bottom:150px;margin-bottom:calc(var(--distance-min-large)*1*1px);margin-top:150px;margin-top:calc(var(--distance-min-large)*1*1px)}}@media screen and (min-width:991px)and (min-width:320px){.my-md-large{margin-top:calc(120px + 9.375vw);margin-top:calc(var(--distance-min-large)*1px*1 + (var(--distance-max-large) - var(--distance-min-large))*(100vw - 320px)/2240*1)}}@media screen and (min-width:991px)and (min-width:2560px){.my-md-large{margin-top:360px;margin-top:calc(var(--distance-max-large)*1*1px)}}@media screen and (min-width:991px)and (min-width:320px){.my-md-large{margin-bottom:calc(120px + 9.375vw);margin-bottom:calc(var(--distance-min-large)*1px*1 + (var(--distance-max-large) - var(--distance-min-large))*(100vw - 320px)/2240*1)}}@media screen and (min-width:991px)and (min-width:2560px){.my-md-large{margin-bottom:360px;margin-bottom:calc(var(--distance-max-large)*1*1px)}}@media screen and (min-width:991px){.my-md-xlarge{margin-bottom:200px;margin-bottom:calc(var(--distance-min-xlarge)*1*1px);margin-top:200px;margin-top:calc(var(--distance-min-xlarge)*1*1px)}}@media screen and (min-width:991px)and (min-width:320px){.my-md-xlarge{margin-top:calc(171.42857px + 8.92857vw);margin-top:calc(var(--distance-min-xlarge)*1px*1 + (var(--distance-max-xlarge) - var(--distance-min-xlarge))*(100vw - 320px)/2240*1)}}@media screen and (min-width:991px)and (min-width:2560px){.my-md-xlarge{margin-top:400px;margin-top:calc(var(--distance-max-xlarge)*1*1px)}}@media screen and (min-width:991px)and (min-width:320px){.my-md-xlarge{margin-bottom:calc(171.42857px + 8.92857vw);margin-bottom:calc(var(--distance-min-xlarge)*1px*1 + (var(--distance-max-xlarge) - var(--distance-min-xlarge))*(100vw - 320px)/2240*1)}}@media screen and (min-width:991px)and (min-width:2560px){.my-md-xlarge{margin-bottom:400px;margin-bottom:calc(var(--distance-max-xlarge)*1*1px)}}@media screen and (min-width:991px){.mx-md-xsmall{margin-left:30px;margin-left:calc(var(--distance-min-xsmall)*1*1px);margin-right:30px;margin-right:calc(var(--distance-min-xsmall)*1*1px)}}@media screen and (min-width:991px)and (min-width:320px){.mx-md-xsmall{margin-left:calc(27.14286px + .89286vw);margin-left:calc(var(--distance-min-xsmall)*1px*1 + (var(--distance-max-xsmall) - var(--distance-min-xsmall))*(100vw - 320px)/2240*1)}}@media screen and (min-width:991px)and (min-width:2560px){.mx-md-xsmall{margin-left:50px;margin-left:calc(var(--distance-max-xsmall)*1*1px)}}@media screen and (min-width:991px)and (min-width:320px){.mx-md-xsmall{margin-right:calc(27.14286px + .89286vw);margin-right:calc(var(--distance-min-xsmall)*1px*1 + (var(--distance-max-xsmall) - var(--distance-min-xsmall))*(100vw - 320px)/2240*1)}}@media screen and (min-width:991px)and (min-width:2560px){.mx-md-xsmall{margin-right:50px;margin-right:calc(var(--distance-max-xsmall)*1*1px)}}@media screen and (min-width:991px){.mx-md-small{margin-left:50px;margin-left:calc(var(--distance-min-small)*1*1px);margin-right:50px;margin-right:calc(var(--distance-min-small)*1*1px)}}@media screen and (min-width:991px)and (min-width:320px){.mx-md-small{margin-left:calc(40px + 3.125vw);margin-left:calc(var(--distance-min-small)*1px*1 + (var(--distance-max-small) - var(--distance-min-small))*(100vw - 320px)/2240*1)}}@media screen and (min-width:991px)and (min-width:2560px){.mx-md-small{margin-left:120px;margin-left:calc(var(--distance-max-small)*1*1px)}}@media screen and (min-width:991px)and (min-width:320px){.mx-md-small{margin-right:calc(40px + 3.125vw);margin-right:calc(var(--distance-min-small)*1px*1 + (var(--distance-max-small) - var(--distance-min-small))*(100vw - 320px)/2240*1)}}@media screen and (min-width:991px)and (min-width:2560px){.mx-md-small{margin-right:120px;margin-right:calc(var(--distance-max-small)*1*1px)}}@media screen and (min-width:991px){.mx-md-medium{margin-left:50px;margin-left:calc(var(--distance-min-medium)*1*1px);margin-right:50px;margin-right:calc(var(--distance-min-medium)*1*1px)}}@media screen and (min-width:991px)and (min-width:320px){.mx-md-medium{margin-left:calc(22.85714px + 8.48214vw);margin-left:calc(var(--distance-min-medium)*1px*1 + (var(--distance-max-medium) - var(--distance-min-medium))*(100vw - 320px)/2240*1)}}@media screen and (min-width:991px)and (min-width:2560px){.mx-md-medium{margin-left:240px;margin-left:calc(var(--distance-max-medium)*1*1px)}}@media screen and (min-width:991px)and (min-width:320px){.mx-md-medium{margin-right:calc(22.85714px + 8.48214vw);margin-right:calc(var(--distance-min-medium)*1px*1 + (var(--distance-max-medium) - var(--distance-min-medium))*(100vw - 320px)/2240*1)}}@media screen and (min-width:991px)and (min-width:2560px){.mx-md-medium{margin-right:240px;margin-right:calc(var(--distance-max-medium)*1*1px)}}@media screen and (min-width:991px){.mx-md-large{margin-left:150px;margin-left:calc(var(--distance-min-large)*1*1px);margin-right:150px;margin-right:calc(var(--distance-min-large)*1*1px)}}@media screen and (min-width:991px)and (min-width:320px){.mx-md-large{margin-left:calc(120px + 9.375vw);margin-left:calc(var(--distance-min-large)*1px*1 + (var(--distance-max-large) - var(--distance-min-large))*(100vw - 320px)/2240*1)}}@media screen and (min-width:991px)and (min-width:2560px){.mx-md-large{margin-left:360px;margin-left:calc(var(--distance-max-large)*1*1px)}}@media screen and (min-width:991px)and (min-width:320px){.mx-md-large{margin-right:calc(120px + 9.375vw);margin-right:calc(var(--distance-min-large)*1px*1 + (var(--distance-max-large) - var(--distance-min-large))*(100vw - 320px)/2240*1)}}@media screen and (min-width:991px)and (min-width:2560px){.mx-md-large{margin-right:360px;margin-right:calc(var(--distance-max-large)*1*1px)}}@media screen and (min-width:991px){.mx-md-xlarge{margin-left:200px;margin-left:calc(var(--distance-min-xlarge)*1*1px);margin-right:200px;margin-right:calc(var(--distance-min-xlarge)*1*1px)}}@media screen and (min-width:991px)and (min-width:320px){.mx-md-xlarge{margin-left:calc(171.42857px + 8.92857vw);margin-left:calc(var(--distance-min-xlarge)*1px*1 + (var(--distance-max-xlarge) - var(--distance-min-xlarge))*(100vw - 320px)/2240*1)}}@media screen and (min-width:991px)and (min-width:2560px){.mx-md-xlarge{margin-left:400px;margin-left:calc(var(--distance-max-xlarge)*1*1px)}}@media screen and (min-width:991px)and (min-width:320px){.mx-md-xlarge{margin-right:calc(171.42857px + 8.92857vw);margin-right:calc(var(--distance-min-xlarge)*1px*1 + (var(--distance-max-xlarge) - var(--distance-min-xlarge))*(100vw - 320px)/2240*1)}}@media screen and (min-width:991px)and (min-width:2560px){.mx-md-xlarge{margin-right:400px;margin-right:calc(var(--distance-max-xlarge)*1*1px)}}@media screen and (min-width:991px){.mt-md-xsmall{margin-top:30px;margin-top:calc(var(--distance-min-xsmall)*1*1px)}}@media screen and (min-width:991px)and (min-width:320px){.mt-md-xsmall{margin-top:calc(27.14286px + .89286vw);margin-top:calc(var(--distance-min-xsmall)*1px*1 + (var(--distance-max-xsmall) - var(--distance-min-xsmall))*(100vw - 320px)/2240*1)}}@media screen and (min-width:991px)and (min-width:2560px){.mt-md-xsmall{margin-top:50px;margin-top:calc(var(--distance-max-xsmall)*1*1px)}}@media screen and (min-width:991px){.mt-md-small{margin-top:50px;margin-top:calc(var(--distance-min-small)*1*1px)}}@media screen and (min-width:991px)and (min-width:320px){.mt-md-small{margin-top:calc(40px + 3.125vw);margin-top:calc(var(--distance-min-small)*1px*1 + (var(--distance-max-small) - var(--distance-min-small))*(100vw - 320px)/2240*1)}}@media screen and (min-width:991px)and (min-width:2560px){.mt-md-small{margin-top:120px;margin-top:calc(var(--distance-max-small)*1*1px)}}@media screen and (min-width:991px){.mt-md-medium{margin-top:50px;margin-top:calc(var(--distance-min-medium)*1*1px)}}@media screen and (min-width:991px)and (min-width:320px){.mt-md-medium{margin-top:calc(22.85714px + 8.48214vw);margin-top:calc(var(--distance-min-medium)*1px*1 + (var(--distance-max-medium) - var(--distance-min-medium))*(100vw - 320px)/2240*1)}}@media screen and (min-width:991px)and (min-width:2560px){.mt-md-medium{margin-top:240px;margin-top:calc(var(--distance-max-medium)*1*1px)}}@media screen and (min-width:991px){.mt-md-large{margin-top:150px;margin-top:calc(var(--distance-min-large)*1*1px)}}@media screen and (min-width:991px)and (min-width:320px){.mt-md-large{margin-top:calc(120px + 9.375vw);margin-top:calc(var(--distance-min-large)*1px*1 + (var(--distance-max-large) - var(--distance-min-large))*(100vw - 320px)/2240*1)}}@media screen and (min-width:991px)and (min-width:2560px){.mt-md-large{margin-top:360px;margin-top:calc(var(--distance-max-large)*1*1px)}}@media screen and (min-width:991px){.mt-md-xlarge{margin-top:200px;margin-top:calc(var(--distance-min-xlarge)*1*1px)}}@media screen and (min-width:991px)and (min-width:320px){.mt-md-xlarge{margin-top:calc(171.42857px + 8.92857vw);margin-top:calc(var(--distance-min-xlarge)*1px*1 + (var(--distance-max-xlarge) - var(--distance-min-xlarge))*(100vw - 320px)/2240*1)}}@media screen and (min-width:991px)and (min-width:2560px){.mt-md-xlarge{margin-top:400px;margin-top:calc(var(--distance-max-xlarge)*1*1px)}}@media screen and (min-width:991px){.mr-md-xsmall{margin-right:30px;margin-right:calc(var(--distance-min-xsmall)*1*1px)}}@media screen and (min-width:991px)and (min-width:320px){.mr-md-xsmall{margin-right:calc(27.14286px + .89286vw);margin-right:calc(var(--distance-min-xsmall)*1px*1 + (var(--distance-max-xsmall) - var(--distance-min-xsmall))*(100vw - 320px)/2240*1)}}@media screen and (min-width:991px)and (min-width:2560px){.mr-md-xsmall{margin-right:50px;margin-right:calc(var(--distance-max-xsmall)*1*1px)}}@media screen and (min-width:991px){.mr-md-small{margin-right:50px;margin-right:calc(var(--distance-min-small)*1*1px)}}@media screen and (min-width:991px)and (min-width:320px){.mr-md-small{margin-right:calc(40px + 3.125vw);margin-right:calc(var(--distance-min-small)*1px*1 + (var(--distance-max-small) - var(--distance-min-small))*(100vw - 320px)/2240*1)}}@media screen and (min-width:991px)and (min-width:2560px){.mr-md-small{margin-right:120px;margin-right:calc(var(--distance-max-small)*1*1px)}}@media screen and (min-width:991px){.mr-md-medium{margin-right:50px;margin-right:calc(var(--distance-min-medium)*1*1px)}}@media screen and (min-width:991px)and (min-width:320px){.mr-md-medium{margin-right:calc(22.85714px + 8.48214vw);margin-right:calc(var(--distance-min-medium)*1px*1 + (var(--distance-max-medium) - var(--distance-min-medium))*(100vw - 320px)/2240*1)}}@media screen and (min-width:991px)and (min-width:2560px){.mr-md-medium{margin-right:240px;margin-right:calc(var(--distance-max-medium)*1*1px)}}@media screen and (min-width:991px){.mr-md-large{margin-right:150px;margin-right:calc(var(--distance-min-large)*1*1px)}}@media screen and (min-width:991px)and (min-width:320px){.mr-md-large{margin-right:calc(120px + 9.375vw);margin-right:calc(var(--distance-min-large)*1px*1 + (var(--distance-max-large) - var(--distance-min-large))*(100vw - 320px)/2240*1)}}@media screen and (min-width:991px)and (min-width:2560px){.mr-md-large{margin-right:360px;margin-right:calc(var(--distance-max-large)*1*1px)}}@media screen and (min-width:991px){.mr-md-xlarge{margin-right:200px;margin-right:calc(var(--distance-min-xlarge)*1*1px)}}@media screen and (min-width:991px)and (min-width:320px){.mr-md-xlarge{margin-right:calc(171.42857px + 8.92857vw);margin-right:calc(var(--distance-min-xlarge)*1px*1 + (var(--distance-max-xlarge) - var(--distance-min-xlarge))*(100vw - 320px)/2240*1)}}@media screen and (min-width:991px)and (min-width:2560px){.mr-md-xlarge{margin-right:400px;margin-right:calc(var(--distance-max-xlarge)*1*1px)}}@media screen and (min-width:991px){.mb-md-xsmall{margin-bottom:30px;margin-bottom:calc(var(--distance-min-xsmall)*1*1px)}}@media screen and (min-width:991px)and (min-width:320px){.mb-md-xsmall{margin-bottom:calc(27.14286px + .89286vw);margin-bottom:calc(var(--distance-min-xsmall)*1px*1 + (var(--distance-max-xsmall) - var(--distance-min-xsmall))*(100vw - 320px)/2240*1)}}@media screen and (min-width:991px)and (min-width:2560px){.mb-md-xsmall{margin-bottom:50px;margin-bottom:calc(var(--distance-max-xsmall)*1*1px)}}@media screen and (min-width:991px){.mb-md-small{margin-bottom:50px;margin-bottom:calc(var(--distance-min-small)*1*1px)}}@media screen and (min-width:991px)and (min-width:320px){.mb-md-small{margin-bottom:calc(40px + 3.125vw);margin-bottom:calc(var(--distance-min-small)*1px*1 + (var(--distance-max-small) - var(--distance-min-small))*(100vw - 320px)/2240*1)}}@media screen and (min-width:991px)and (min-width:2560px){.mb-md-small{margin-bottom:120px;margin-bottom:calc(var(--distance-max-small)*1*1px)}}@media screen and (min-width:991px){.mb-md-medium{margin-bottom:50px;margin-bottom:calc(var(--distance-min-medium)*1*1px)}}@media screen and (min-width:991px)and (min-width:320px){.mb-md-medium{margin-bottom:calc(22.85714px + 8.48214vw);margin-bottom:calc(var(--distance-min-medium)*1px*1 + (var(--distance-max-medium) - var(--distance-min-medium))*(100vw - 320px)/2240*1)}}@media screen and (min-width:991px)and (min-width:2560px){.mb-md-medium{margin-bottom:240px;margin-bottom:calc(var(--distance-max-medium)*1*1px)}}@media screen and (min-width:991px){.mb-md-large{margin-bottom:150px;margin-bottom:calc(var(--distance-min-large)*1*1px)}}@media screen and (min-width:991px)and (min-width:320px){.mb-md-large{margin-bottom:calc(120px + 9.375vw);margin-bottom:calc(var(--distance-min-large)*1px*1 + (var(--distance-max-large) - var(--distance-min-large))*(100vw - 320px)/2240*1)}}@media screen and (min-width:991px)and (min-width:2560px){.mb-md-large{margin-bottom:360px;margin-bottom:calc(var(--distance-max-large)*1*1px)}}@media screen and (min-width:991px){.mb-md-xlarge{margin-bottom:200px;margin-bottom:calc(var(--distance-min-xlarge)*1*1px)}}@media screen and (min-width:991px)and (min-width:320px){.mb-md-xlarge{margin-bottom:calc(171.42857px + 8.92857vw);margin-bottom:calc(var(--distance-min-xlarge)*1px*1 + (var(--distance-max-xlarge) - var(--distance-min-xlarge))*(100vw - 320px)/2240*1)}}@media screen and (min-width:991px)and (min-width:2560px){.mb-md-xlarge{margin-bottom:400px;margin-bottom:calc(var(--distance-max-xlarge)*1*1px)}}@media screen and (min-width:991px){.ml-md-xsmall{margin-left:30px;margin-left:calc(var(--distance-min-xsmall)*1*1px)}}@media screen and (min-width:991px)and (min-width:320px){.ml-md-xsmall{margin-left:calc(27.14286px + .89286vw);margin-left:calc(var(--distance-min-xsmall)*1px*1 + (var(--distance-max-xsmall) - var(--distance-min-xsmall))*(100vw - 320px)/2240*1)}}@media screen and (min-width:991px)and (min-width:2560px){.ml-md-xsmall{margin-left:50px;margin-left:calc(var(--distance-max-xsmall)*1*1px)}}@media screen and (min-width:991px){.ml-md-small{margin-left:50px;margin-left:calc(var(--distance-min-small)*1*1px)}}@media screen and (min-width:991px)and (min-width:320px){.ml-md-small{margin-left:calc(40px + 3.125vw);margin-left:calc(var(--distance-min-small)*1px*1 + (var(--distance-max-small) - var(--distance-min-small))*(100vw - 320px)/2240*1)}}@media screen and (min-width:991px)and (min-width:2560px){.ml-md-small{margin-left:120px;margin-left:calc(var(--distance-max-small)*1*1px)}}@media screen and (min-width:991px){.ml-md-medium{margin-left:50px;margin-left:calc(var(--distance-min-medium)*1*1px)}}@media screen and (min-width:991px)and (min-width:320px){.ml-md-medium{margin-left:calc(22.85714px + 8.48214vw);margin-left:calc(var(--distance-min-medium)*1px*1 + (var(--distance-max-medium) - var(--distance-min-medium))*(100vw - 320px)/2240*1)}}@media screen and (min-width:991px)and (min-width:2560px){.ml-md-medium{margin-left:240px;margin-left:calc(var(--distance-max-medium)*1*1px)}}@media screen and (min-width:991px){.ml-md-large{margin-left:150px;margin-left:calc(var(--distance-min-large)*1*1px)}}@media screen and (min-width:991px)and (min-width:320px){.ml-md-large{margin-left:calc(120px + 9.375vw);margin-left:calc(var(--distance-min-large)*1px*1 + (var(--distance-max-large) - var(--distance-min-large))*(100vw - 320px)/2240*1)}}@media screen and (min-width:991px)and (min-width:2560px){.ml-md-large{margin-left:360px;margin-left:calc(var(--distance-max-large)*1*1px)}}@media screen and (min-width:991px){.ml-md-xlarge{margin-left:200px;margin-left:calc(var(--distance-min-xlarge)*1*1px)}}@media screen and (min-width:991px)and (min-width:320px){.ml-md-xlarge{margin-left:calc(171.42857px + 8.92857vw);margin-left:calc(var(--distance-min-xlarge)*1px*1 + (var(--distance-max-xlarge) - var(--distance-min-xlarge))*(100vw - 320px)/2240*1)}}@media screen and (min-width:991px)and (min-width:2560px){.ml-md-xlarge{margin-left:400px;margin-left:calc(var(--distance-max-xlarge)*1*1px)}}.mt-minus-xsmall{margin-top:-30px;margin-top:calc(var(--distance-min-xsmall)*-1*1px)}@media screen and (min-width:320px){.mt-minus-xsmall{margin-top:calc(-27.14286px + -.89286vw);margin-top:calc(var(--distance-min-xsmall)*1px*-1 + (var(--distance-max-xsmall) - var(--distance-min-xsmall))*(100vw - 320px)/2240*-1)}}@media screen and (min-width:2560px){.mt-minus-xsmall{margin-top:-50px;margin-top:calc(var(--distance-max-xsmall)*-1*1px)}}.mt-minus-small{margin-top:-50px;margin-top:calc(var(--distance-min-small)*-1*1px)}@media screen and (min-width:320px){.mt-minus-small{margin-top:calc(-40px + -3.125vw);margin-top:calc(var(--distance-min-small)*1px*-1 + (var(--distance-max-small) - var(--distance-min-small))*(100vw - 320px)/2240*-1)}}@media screen and (min-width:2560px){.mt-minus-small{margin-top:-120px;margin-top:calc(var(--distance-max-small)*-1*1px)}}.mt-minus-medium{margin-top:-50px;margin-top:calc(var(--distance-min-medium)*-1*1px)}@media screen and (min-width:320px){.mt-minus-medium{margin-top:calc(-22.85714px + -8.48214vw);margin-top:calc(var(--distance-min-medium)*1px*-1 + (var(--distance-max-medium) - var(--distance-min-medium))*(100vw - 320px)/2240*-1)}}@media screen and (min-width:2560px){.mt-minus-medium{margin-top:-240px;margin-top:calc(var(--distance-max-medium)*-1*1px)}}.mt-minus-large{margin-top:-150px;margin-top:calc(var(--distance-min-large)*-1*1px)}@media screen and (min-width:320px){.mt-minus-large{margin-top:calc(-120px + -9.375vw);margin-top:calc(var(--distance-min-large)*1px*-1 + (var(--distance-max-large) - var(--distance-min-large))*(100vw - 320px)/2240*-1)}}@media screen and (min-width:2560px){.mt-minus-large{margin-top:-360px;margin-top:calc(var(--distance-max-large)*-1*1px)}}.mt-minus-xlarge{margin-top:-200px;margin-top:calc(var(--distance-min-xlarge)*-1*1px)}@media screen and (min-width:320px){.mt-minus-xlarge{margin-top:calc(-171.42857px + -8.92857vw);margin-top:calc(var(--distance-min-xlarge)*1px*-1 + (var(--distance-max-xlarge) - var(--distance-min-xlarge))*(100vw - 320px)/2240*-1)}}@media screen and (min-width:2560px){.mt-minus-xlarge{margin-top:-400px;margin-top:calc(var(--distance-max-xlarge)*-1*1px)}}.mr-minus-xsmall{margin-right:-30px;margin-right:calc(var(--distance-min-xsmall)*-1*1px)}@media screen and (min-width:320px){.mr-minus-xsmall{margin-right:calc(-27.14286px + -.89286vw);margin-right:calc(var(--distance-min-xsmall)*1px*-1 + (var(--distance-max-xsmall) - var(--distance-min-xsmall))*(100vw - 320px)/2240*-1)}}@media screen and (min-width:2560px){.mr-minus-xsmall{margin-right:-50px;margin-right:calc(var(--distance-max-xsmall)*-1*1px)}}.mr-minus-small{margin-right:-50px;margin-right:calc(var(--distance-min-small)*-1*1px)}@media screen and (min-width:320px){.mr-minus-small{margin-right:calc(-40px + -3.125vw);margin-right:calc(var(--distance-min-small)*1px*-1 + (var(--distance-max-small) - var(--distance-min-small))*(100vw - 320px)/2240*-1)}}@media screen and (min-width:2560px){.mr-minus-small{margin-right:-120px;margin-right:calc(var(--distance-max-small)*-1*1px)}}.mr-minus-medium{margin-right:-50px;margin-right:calc(var(--distance-min-medium)*-1*1px)}@media screen and (min-width:320px){.mr-minus-medium{margin-right:calc(-22.85714px + -8.48214vw);margin-right:calc(var(--distance-min-medium)*1px*-1 + (var(--distance-max-medium) - var(--distance-min-medium))*(100vw - 320px)/2240*-1)}}@media screen and (min-width:2560px){.mr-minus-medium{margin-right:-240px;margin-right:calc(var(--distance-max-medium)*-1*1px)}}.mr-minus-large{margin-right:-150px;margin-right:calc(var(--distance-min-large)*-1*1px)}@media screen and (min-width:320px){.mr-minus-large{margin-right:calc(-120px + -9.375vw);margin-right:calc(var(--distance-min-large)*1px*-1 + (var(--distance-max-large) - var(--distance-min-large))*(100vw - 320px)/2240*-1)}}@media screen and (min-width:2560px){.mr-minus-large{margin-right:-360px;margin-right:calc(var(--distance-max-large)*-1*1px)}}.mr-minus-xlarge{margin-right:-200px;margin-right:calc(var(--distance-min-xlarge)*-1*1px)}@media screen and (min-width:320px){.mr-minus-xlarge{margin-right:calc(-171.42857px + -8.92857vw);margin-right:calc(var(--distance-min-xlarge)*1px*-1 + (var(--distance-max-xlarge) - var(--distance-min-xlarge))*(100vw - 320px)/2240*-1)}}@media screen and (min-width:2560px){.mr-minus-xlarge{margin-right:-400px;margin-right:calc(var(--distance-max-xlarge)*-1*1px)}}.mb-minus-xsmall{margin-bottom:-30px;margin-bottom:calc(var(--distance-min-xsmall)*-1*1px)}@media screen and (min-width:320px){.mb-minus-xsmall{margin-bottom:calc(-27.14286px + -.89286vw);margin-bottom:calc(var(--distance-min-xsmall)*1px*-1 + (var(--distance-max-xsmall) - var(--distance-min-xsmall))*(100vw - 320px)/2240*-1)}}@media screen and (min-width:2560px){.mb-minus-xsmall{margin-bottom:-50px;margin-bottom:calc(var(--distance-max-xsmall)*-1*1px)}}.mb-minus-small{margin-bottom:-50px;margin-bottom:calc(var(--distance-min-small)*-1*1px)}@media screen and (min-width:320px){.mb-minus-small{margin-bottom:calc(-40px + -3.125vw);margin-bottom:calc(var(--distance-min-small)*1px*-1 + (var(--distance-max-small) - var(--distance-min-small))*(100vw - 320px)/2240*-1)}}@media screen and (min-width:2560px){.mb-minus-small{margin-bottom:-120px;margin-bottom:calc(var(--distance-max-small)*-1*1px)}}.mb-minus-medium{margin-bottom:-50px;margin-bottom:calc(var(--distance-min-medium)*-1*1px)}@media screen and (min-width:320px){.mb-minus-medium{margin-bottom:calc(-22.85714px + -8.48214vw);margin-bottom:calc(var(--distance-min-medium)*1px*-1 + (var(--distance-max-medium) - var(--distance-min-medium))*(100vw - 320px)/2240*-1)}}@media screen and (min-width:2560px){.mb-minus-medium{margin-bottom:-240px;margin-bottom:calc(var(--distance-max-medium)*-1*1px)}}.mb-minus-large{margin-bottom:-150px;margin-bottom:calc(var(--distance-min-large)*-1*1px)}@media screen and (min-width:320px){.mb-minus-large{margin-bottom:calc(-120px + -9.375vw);margin-bottom:calc(var(--distance-min-large)*1px*-1 + (var(--distance-max-large) - var(--distance-min-large))*(100vw - 320px)/2240*-1)}}@media screen and (min-width:2560px){.mb-minus-large{margin-bottom:-360px;margin-bottom:calc(var(--distance-max-large)*-1*1px)}}.mb-minus-xlarge{margin-bottom:-200px;margin-bottom:calc(var(--distance-min-xlarge)*-1*1px)}@media screen and (min-width:320px){.mb-minus-xlarge{margin-bottom:calc(-171.42857px + -8.92857vw);margin-bottom:calc(var(--distance-min-xlarge)*1px*-1 + (var(--distance-max-xlarge) - var(--distance-min-xlarge))*(100vw - 320px)/2240*-1)}}@media screen and (min-width:2560px){.mb-minus-xlarge{margin-bottom:-400px;margin-bottom:calc(var(--distance-max-xlarge)*-1*1px)}}.ml-minus-xsmall{margin-left:-30px;margin-left:calc(var(--distance-min-xsmall)*-1*1px)}@media screen and (min-width:320px){.ml-minus-xsmall{margin-left:calc(-27.14286px + -.89286vw);margin-left:calc(var(--distance-min-xsmall)*1px*-1 + (var(--distance-max-xsmall) - var(--distance-min-xsmall))*(100vw - 320px)/2240*-1)}}@media screen and (min-width:2560px){.ml-minus-xsmall{margin-left:-50px;margin-left:calc(var(--distance-max-xsmall)*-1*1px)}}.ml-minus-small{margin-left:-50px;margin-left:calc(var(--distance-min-small)*-1*1px)}@media screen and (min-width:320px){.ml-minus-small{margin-left:calc(-40px + -3.125vw);margin-left:calc(var(--distance-min-small)*1px*-1 + (var(--distance-max-small) - var(--distance-min-small))*(100vw - 320px)/2240*-1)}}@media screen and (min-width:2560px){.ml-minus-small{margin-left:-120px;margin-left:calc(var(--distance-max-small)*-1*1px)}}.ml-minus-medium{margin-left:-50px;margin-left:calc(var(--distance-min-medium)*-1*1px)}@media screen and (min-width:320px){.ml-minus-medium{margin-left:calc(-22.85714px + -8.48214vw);margin-left:calc(var(--distance-min-medium)*1px*-1 + (var(--distance-max-medium) - var(--distance-min-medium))*(100vw - 320px)/2240*-1)}}@media screen and (min-width:2560px){.ml-minus-medium{margin-left:-240px;margin-left:calc(var(--distance-max-medium)*-1*1px)}}.ml-minus-large{margin-left:-150px;margin-left:calc(var(--distance-min-large)*-1*1px)}@media screen and (min-width:320px){.ml-minus-large{margin-left:calc(-120px + -9.375vw);margin-left:calc(var(--distance-min-large)*1px*-1 + (var(--distance-max-large) - var(--distance-min-large))*(100vw - 320px)/2240*-1)}}@media screen and (min-width:2560px){.ml-minus-large{margin-left:-360px;margin-left:calc(var(--distance-max-large)*-1*1px)}}.ml-minus-xlarge{margin-left:-200px;margin-left:calc(var(--distance-min-xlarge)*-1*1px)}@media screen and (min-width:320px){.ml-minus-xlarge{margin-left:calc(-171.42857px + -8.92857vw);margin-left:calc(var(--distance-min-xlarge)*1px*-1 + (var(--distance-max-xlarge) - var(--distance-min-xlarge))*(100vw - 320px)/2240*-1)}}@media screen and (min-width:2560px){.ml-minus-xlarge{margin-left:-400px;margin-left:calc(var(--distance-max-xlarge)*-1*1px)}}.p-xsmall{padding:30px;padding:calc(var(--distance-min-xsmall)*1*1px)}@media screen and (min-width:320px){.p-xsmall{padding:calc(27.14286px + .89286vw);padding:calc(var(--distance-min-xsmall)*1px*1 + (var(--distance-max-xsmall) - var(--distance-min-xsmall))*(100vw - 320px)/2240*1)}}@media screen and (min-width:2560px){.p-xsmall{padding:50px;padding:calc(var(--distance-max-xsmall)*1*1px)}}.p-small{padding:50px;padding:calc(var(--distance-min-small)*1*1px)}@media screen and (min-width:320px){.p-small{padding:calc(40px + 3.125vw);padding:calc(var(--distance-min-small)*1px*1 + (var(--distance-max-small) - var(--distance-min-small))*(100vw - 320px)/2240*1)}}@media screen and (min-width:2560px){.p-small{padding:120px;padding:calc(var(--distance-max-small)*1*1px)}}.p-medium{padding:50px;padding:calc(var(--distance-min-medium)*1*1px)}@media screen and (min-width:320px){.p-medium{padding:calc(22.85714px + 8.48214vw);padding:calc(var(--distance-min-medium)*1px*1 + (var(--distance-max-medium) - var(--distance-min-medium))*(100vw - 320px)/2240*1)}}@media screen and (min-width:2560px){.p-medium{padding:240px;padding:calc(var(--distance-max-medium)*1*1px)}}.p-large{padding:150px;padding:calc(var(--distance-min-large)*1*1px)}@media screen and (min-width:320px){.p-large{padding:calc(120px + 9.375vw);padding:calc(var(--distance-min-large)*1px*1 + (var(--distance-max-large) - var(--distance-min-large))*(100vw - 320px)/2240*1)}}@media screen and (min-width:2560px){.p-large{padding:360px;padding:calc(var(--distance-max-large)*1*1px)}}.p-xlarge{padding:200px;padding:calc(var(--distance-min-xlarge)*1*1px)}@media screen and (min-width:320px){.p-xlarge{padding:calc(171.42857px + 8.92857vw);padding:calc(var(--distance-min-xlarge)*1px*1 + (var(--distance-max-xlarge) - var(--distance-min-xlarge))*(100vw - 320px)/2240*1)}}@media screen and (min-width:2560px){.p-xlarge{padding:400px;padding:calc(var(--distance-max-xlarge)*1*1px)}}.py-xsmall{padding-bottom:30px;padding-bottom:calc(var(--distance-min-xsmall)*1*1px);padding-top:30px;padding-top:calc(var(--distance-min-xsmall)*1*1px)}@media screen and (min-width:320px){.py-xsmall{padding-top:calc(27.14286px + .89286vw);padding-top:calc(var(--distance-min-xsmall)*1px*1 + (var(--distance-max-xsmall) - var(--distance-min-xsmall))*(100vw - 320px)/2240*1)}}@media screen and (min-width:2560px){.py-xsmall{padding-top:50px;padding-top:calc(var(--distance-max-xsmall)*1*1px)}}@media screen and (min-width:320px){.py-xsmall{padding-bottom:calc(27.14286px + .89286vw);padding-bottom:calc(var(--distance-min-xsmall)*1px*1 + (var(--distance-max-xsmall) - var(--distance-min-xsmall))*(100vw - 320px)/2240*1)}}@media screen and (min-width:2560px){.py-xsmall{padding-bottom:50px;padding-bottom:calc(var(--distance-max-xsmall)*1*1px)}}.py-small{padding-bottom:50px;padding-bottom:calc(var(--distance-min-small)*1*1px);padding-top:50px;padding-top:calc(var(--distance-min-small)*1*1px)}@media screen and (min-width:320px){.py-small{padding-top:calc(40px + 3.125vw);padding-top:calc(var(--distance-min-small)*1px*1 + (var(--distance-max-small) - var(--distance-min-small))*(100vw - 320px)/2240*1)}}@media screen and (min-width:2560px){.py-small{padding-top:120px;padding-top:calc(var(--distance-max-small)*1*1px)}}@media screen and (min-width:320px){.py-small{padding-bottom:calc(40px + 3.125vw);padding-bottom:calc(var(--distance-min-small)*1px*1 + (var(--distance-max-small) - var(--distance-min-small))*(100vw - 320px)/2240*1)}}@media screen and (min-width:2560px){.py-small{padding-bottom:120px;padding-bottom:calc(var(--distance-max-small)*1*1px)}}.py-medium{padding-bottom:50px;padding-bottom:calc(var(--distance-min-medium)*1*1px);padding-top:50px;padding-top:calc(var(--distance-min-medium)*1*1px)}@media screen and (min-width:320px){.py-medium{padding-top:calc(22.85714px + 8.48214vw);padding-top:calc(var(--distance-min-medium)*1px*1 + (var(--distance-max-medium) - var(--distance-min-medium))*(100vw - 320px)/2240*1)}}@media screen and (min-width:2560px){.py-medium{padding-top:240px;padding-top:calc(var(--distance-max-medium)*1*1px)}}@media screen and (min-width:320px){.py-medium{padding-bottom:calc(22.85714px + 8.48214vw);padding-bottom:calc(var(--distance-min-medium)*1px*1 + (var(--distance-max-medium) - var(--distance-min-medium))*(100vw - 320px)/2240*1)}}@media screen and (min-width:2560px){.py-medium{padding-bottom:240px;padding-bottom:calc(var(--distance-max-medium)*1*1px)}}.py-large{padding-bottom:150px;padding-bottom:calc(var(--distance-min-large)*1*1px);padding-top:150px;padding-top:calc(var(--distance-min-large)*1*1px)}@media screen and (min-width:320px){.py-large{padding-top:calc(120px + 9.375vw);padding-top:calc(var(--distance-min-large)*1px*1 + (var(--distance-max-large) - var(--distance-min-large))*(100vw - 320px)/2240*1)}}@media screen and (min-width:2560px){.py-large{padding-top:360px;padding-top:calc(var(--distance-max-large)*1*1px)}}@media screen and (min-width:320px){.py-large{padding-bottom:calc(120px + 9.375vw);padding-bottom:calc(var(--distance-min-large)*1px*1 + (var(--distance-max-large) - var(--distance-min-large))*(100vw - 320px)/2240*1)}}@media screen and (min-width:2560px){.py-large{padding-bottom:360px;padding-bottom:calc(var(--distance-max-large)*1*1px)}}.py-xlarge{padding-bottom:200px;padding-bottom:calc(var(--distance-min-xlarge)*1*1px);padding-top:200px;padding-top:calc(var(--distance-min-xlarge)*1*1px)}@media screen and (min-width:320px){.py-xlarge{padding-top:calc(171.42857px + 8.92857vw);padding-top:calc(var(--distance-min-xlarge)*1px*1 + (var(--distance-max-xlarge) - var(--distance-min-xlarge))*(100vw - 320px)/2240*1)}}@media screen and (min-width:2560px){.py-xlarge{padding-top:400px;padding-top:calc(var(--distance-max-xlarge)*1*1px)}}@media screen and (min-width:320px){.py-xlarge{padding-bottom:calc(171.42857px + 8.92857vw);padding-bottom:calc(var(--distance-min-xlarge)*1px*1 + (var(--distance-max-xlarge) - var(--distance-min-xlarge))*(100vw - 320px)/2240*1)}}@media screen and (min-width:2560px){.py-xlarge{padding-bottom:400px;padding-bottom:calc(var(--distance-max-xlarge)*1*1px)}}.px-xsmall{padding-left:30px;padding-left:calc(var(--distance-min-xsmall)*1*1px);padding-right:30px;padding-right:calc(var(--distance-min-xsmall)*1*1px)}@media screen and (min-width:320px){.px-xsmall{padding-left:calc(27.14286px + .89286vw);padding-left:calc(var(--distance-min-xsmall)*1px*1 + (var(--distance-max-xsmall) - var(--distance-min-xsmall))*(100vw - 320px)/2240*1)}}@media screen and (min-width:2560px){.px-xsmall{padding-left:50px;padding-left:calc(var(--distance-max-xsmall)*1*1px)}}@media screen and (min-width:320px){.px-xsmall{padding-right:calc(27.14286px + .89286vw);padding-right:calc(var(--distance-min-xsmall)*1px*1 + (var(--distance-max-xsmall) - var(--distance-min-xsmall))*(100vw - 320px)/2240*1)}}@media screen and (min-width:2560px){.px-xsmall{padding-right:50px;padding-right:calc(var(--distance-max-xsmall)*1*1px)}}.px-small{padding-left:50px;padding-left:calc(var(--distance-min-small)*1*1px);padding-right:50px;padding-right:calc(var(--distance-min-small)*1*1px)}@media screen and (min-width:320px){.px-small{padding-left:calc(40px + 3.125vw);padding-left:calc(var(--distance-min-small)*1px*1 + (var(--distance-max-small) - var(--distance-min-small))*(100vw - 320px)/2240*1)}}@media screen and (min-width:2560px){.px-small{padding-left:120px;padding-left:calc(var(--distance-max-small)*1*1px)}}@media screen and (min-width:320px){.px-small{padding-right:calc(40px + 3.125vw);padding-right:calc(var(--distance-min-small)*1px*1 + (var(--distance-max-small) - var(--distance-min-small))*(100vw - 320px)/2240*1)}}@media screen and (min-width:2560px){.px-small{padding-right:120px;padding-right:calc(var(--distance-max-small)*1*1px)}}.px-medium{padding-left:50px;padding-left:calc(var(--distance-min-medium)*1*1px);padding-right:50px;padding-right:calc(var(--distance-min-medium)*1*1px)}@media screen and (min-width:320px){.px-medium{padding-left:calc(22.85714px + 8.48214vw);padding-left:calc(var(--distance-min-medium)*1px*1 + (var(--distance-max-medium) - var(--distance-min-medium))*(100vw - 320px)/2240*1)}}@media screen and (min-width:2560px){.px-medium{padding-left:240px;padding-left:calc(var(--distance-max-medium)*1*1px)}}@media screen and (min-width:320px){.px-medium{padding-right:calc(22.85714px + 8.48214vw);padding-right:calc(var(--distance-min-medium)*1px*1 + (var(--distance-max-medium) - var(--distance-min-medium))*(100vw - 320px)/2240*1)}}@media screen and (min-width:2560px){.px-medium{padding-right:240px;padding-right:calc(var(--distance-max-medium)*1*1px)}}.px-large{padding-left:150px;padding-left:calc(var(--distance-min-large)*1*1px);padding-right:150px;padding-right:calc(var(--distance-min-large)*1*1px)}@media screen and (min-width:320px){.px-large{padding-left:calc(120px + 9.375vw);padding-left:calc(var(--distance-min-large)*1px*1 + (var(--distance-max-large) - var(--distance-min-large))*(100vw - 320px)/2240*1)}}@media screen and (min-width:2560px){.px-large{padding-left:360px;padding-left:calc(var(--distance-max-large)*1*1px)}}@media screen and (min-width:320px){.px-large{padding-right:calc(120px + 9.375vw);padding-right:calc(var(--distance-min-large)*1px*1 + (var(--distance-max-large) - var(--distance-min-large))*(100vw - 320px)/2240*1)}}@media screen and (min-width:2560px){.px-large{padding-right:360px;padding-right:calc(var(--distance-max-large)*1*1px)}}.px-xlarge{padding-left:200px;padding-left:calc(var(--distance-min-xlarge)*1*1px);padding-right:200px;padding-right:calc(var(--distance-min-xlarge)*1*1px)}@media screen and (min-width:320px){.px-xlarge{padding-left:calc(171.42857px + 8.92857vw);padding-left:calc(var(--distance-min-xlarge)*1px*1 + (var(--distance-max-xlarge) - var(--distance-min-xlarge))*(100vw - 320px)/2240*1)}}@media screen and (min-width:2560px){.px-xlarge{padding-left:400px;padding-left:calc(var(--distance-max-xlarge)*1*1px)}}@media screen and (min-width:320px){.px-xlarge{padding-right:calc(171.42857px + 8.92857vw);padding-right:calc(var(--distance-min-xlarge)*1px*1 + (var(--distance-max-xlarge) - var(--distance-min-xlarge))*(100vw - 320px)/2240*1)}}@media screen and (min-width:2560px){.px-xlarge{padding-right:400px;padding-right:calc(var(--distance-max-xlarge)*1*1px)}}.pt-xsmall{padding-top:30px;padding-top:calc(var(--distance-min-xsmall)*1*1px)}@media screen and (min-width:320px){.pt-xsmall{padding-top:calc(27.14286px + .89286vw);padding-top:calc(var(--distance-min-xsmall)*1px*1 + (var(--distance-max-xsmall) - var(--distance-min-xsmall))*(100vw - 320px)/2240*1)}}@media screen and (min-width:2560px){.pt-xsmall{padding-top:50px;padding-top:calc(var(--distance-max-xsmall)*1*1px)}}.pt-small{padding-top:50px;padding-top:calc(var(--distance-min-small)*1*1px)}@media screen and (min-width:320px){.pt-small{padding-top:calc(40px + 3.125vw);padding-top:calc(var(--distance-min-small)*1px*1 + (var(--distance-max-small) - var(--distance-min-small))*(100vw - 320px)/2240*1)}}@media screen and (min-width:2560px){.pt-small{padding-top:120px;padding-top:calc(var(--distance-max-small)*1*1px)}}.pt-medium{padding-top:50px;padding-top:calc(var(--distance-min-medium)*1*1px)}@media screen and (min-width:320px){.pt-medium{padding-top:calc(22.85714px + 8.48214vw);padding-top:calc(var(--distance-min-medium)*1px*1 + (var(--distance-max-medium) - var(--distance-min-medium))*(100vw - 320px)/2240*1)}}@media screen and (min-width:2560px){.pt-medium{padding-top:240px;padding-top:calc(var(--distance-max-medium)*1*1px)}}.pt-large{padding-top:150px;padding-top:calc(var(--distance-min-large)*1*1px)}@media screen and (min-width:320px){.pt-large{padding-top:calc(120px + 9.375vw);padding-top:calc(var(--distance-min-large)*1px*1 + (var(--distance-max-large) - var(--distance-min-large))*(100vw - 320px)/2240*1)}}@media screen and (min-width:2560px){.pt-large{padding-top:360px;padding-top:calc(var(--distance-max-large)*1*1px)}}.pt-xlarge{padding-top:200px;padding-top:calc(var(--distance-min-xlarge)*1*1px)}@media screen and (min-width:320px){.pt-xlarge{padding-top:calc(171.42857px + 8.92857vw);padding-top:calc(var(--distance-min-xlarge)*1px*1 + (var(--distance-max-xlarge) - var(--distance-min-xlarge))*(100vw - 320px)/2240*1)}}@media screen and (min-width:2560px){.pt-xlarge{padding-top:400px;padding-top:calc(var(--distance-max-xlarge)*1*1px)}}.pt-section-start{padding-top:120px;padding-top:calc(var(--distance-min-section-start)*1*1px)}@media screen and (min-width:320px){.pt-section-start{padding-top:calc(94.28571px + 8.03571vw);padding-top:calc(var(--distance-min-section-start)*1px*1 + (var(--distance-max-section-start) - var(--distance-min-section-start))*(100vw - 320px)/2240*1)}}@media screen and (min-width:2560px){.pt-section-start{padding-top:300px;padding-top:calc(var(--distance-max-section-start)*1*1px)}}.pt-section-start-large{padding-top:180px;padding-top:calc(var(--distance-min-section-start-large)*1*1px)}@media screen and (min-width:320px){.pt-section-start-large{padding-top:calc(160px + 6.25vw);padding-top:calc(var(--distance-min-section-start-large)*1px*1 + (var(--distance-max-section-start-large) - var(--distance-min-section-start-large))*(100vw - 320px)/2240*1)}}@media screen and (min-width:2560px){.pt-section-start-large{padding-top:320px;padding-top:calc(var(--distance-max-section-start-large)*1*1px)}}.pt-section-start-medium{padding-top:100px;padding-top:calc(var(--distance-min-section-start-medium)*1*1px)}@media screen and (min-width:320px){.pt-section-start-medium{padding-top:calc(90px + 3.125vw);padding-top:calc(var(--distance-min-section-start-medium)*1px*1 + (var(--distance-max-section-start-medium) - var(--distance-min-section-start-medium))*(100vw - 320px)/2240*1)}}@media screen and (min-width:2560px){.pt-section-start-medium{padding-top:170px;padding-top:calc(var(--distance-max-section-start-medium)*1*1px)}}.pt-section-start-small{padding-top:0;padding-top:calc(var(--distance-min-section-start-small)*1*1px)}@media screen and (min-width:320px){.pt-section-start-small{padding-top:calc(-12.14286px + 3.79464vw);padding-top:calc(var(--distance-min-section-start-small)*1px*1 + (var(--distance-max-section-start-small) - var(--distance-min-section-start-small))*(100vw - 320px)/2240*1)}}@media screen and (min-width:2560px){.pt-section-start-small{padding-top:85px;padding-top:calc(var(--distance-max-section-start-small)*1*1px)}}.pr-xsmall{padding-right:30px;padding-right:calc(var(--distance-min-xsmall)*1*1px)}@media screen and (min-width:320px){.pr-xsmall{padding-right:calc(27.14286px + .89286vw);padding-right:calc(var(--distance-min-xsmall)*1px*1 + (var(--distance-max-xsmall) - var(--distance-min-xsmall))*(100vw - 320px)/2240*1)}}@media screen and (min-width:2560px){.pr-xsmall{padding-right:50px;padding-right:calc(var(--distance-max-xsmall)*1*1px)}}.pr-small{padding-right:50px;padding-right:calc(var(--distance-min-small)*1*1px)}@media screen and (min-width:320px){.pr-small{padding-right:calc(40px + 3.125vw);padding-right:calc(var(--distance-min-small)*1px*1 + (var(--distance-max-small) - var(--distance-min-small))*(100vw - 320px)/2240*1)}}@media screen and (min-width:2560px){.pr-small{padding-right:120px;padding-right:calc(var(--distance-max-small)*1*1px)}}.pr-medium{padding-right:50px;padding-right:calc(var(--distance-min-medium)*1*1px)}@media screen and (min-width:320px){.pr-medium{padding-right:calc(22.85714px + 8.48214vw);padding-right:calc(var(--distance-min-medium)*1px*1 + (var(--distance-max-medium) - var(--distance-min-medium))*(100vw - 320px)/2240*1)}}@media screen and (min-width:2560px){.pr-medium{padding-right:240px;padding-right:calc(var(--distance-max-medium)*1*1px)}}.pr-large{padding-right:150px;padding-right:calc(var(--distance-min-large)*1*1px)}@media screen and (min-width:320px){.pr-large{padding-right:calc(120px + 9.375vw);padding-right:calc(var(--distance-min-large)*1px*1 + (var(--distance-max-large) - var(--distance-min-large))*(100vw - 320px)/2240*1)}}@media screen and (min-width:2560px){.pr-large{padding-right:360px;padding-right:calc(var(--distance-max-large)*1*1px)}}.pr-xlarge{padding-right:200px;padding-right:calc(var(--distance-min-xlarge)*1*1px)}@media screen and (min-width:320px){.pr-xlarge{padding-right:calc(171.42857px + 8.92857vw);padding-right:calc(var(--distance-min-xlarge)*1px*1 + (var(--distance-max-xlarge) - var(--distance-min-xlarge))*(100vw - 320px)/2240*1)}}@media screen and (min-width:2560px){.pr-xlarge{padding-right:400px;padding-right:calc(var(--distance-max-xlarge)*1*1px)}}.pb-xsmall{padding-bottom:30px;padding-bottom:calc(var(--distance-min-xsmall)*1*1px)}@media screen and (min-width:320px){.pb-xsmall{padding-bottom:calc(27.14286px + .89286vw);padding-bottom:calc(var(--distance-min-xsmall)*1px*1 + (var(--distance-max-xsmall) - var(--distance-min-xsmall))*(100vw - 320px)/2240*1)}}@media screen and (min-width:2560px){.pb-xsmall{padding-bottom:50px;padding-bottom:calc(var(--distance-max-xsmall)*1*1px)}}.pb-small{padding-bottom:50px;padding-bottom:calc(var(--distance-min-small)*1*1px)}@media screen and (min-width:320px){.pb-small{padding-bottom:calc(40px + 3.125vw);padding-bottom:calc(var(--distance-min-small)*1px*1 + (var(--distance-max-small) - var(--distance-min-small))*(100vw - 320px)/2240*1)}}@media screen and (min-width:2560px){.pb-small{padding-bottom:120px;padding-bottom:calc(var(--distance-max-small)*1*1px)}}.pb-medium{padding-bottom:50px;padding-bottom:calc(var(--distance-min-medium)*1*1px)}@media screen and (min-width:320px){.pb-medium{padding-bottom:calc(22.85714px + 8.48214vw);padding-bottom:calc(var(--distance-min-medium)*1px*1 + (var(--distance-max-medium) - var(--distance-min-medium))*(100vw - 320px)/2240*1)}}@media screen and (min-width:2560px){.pb-medium{padding-bottom:240px;padding-bottom:calc(var(--distance-max-medium)*1*1px)}}.pb-large{padding-bottom:150px;padding-bottom:calc(var(--distance-min-large)*1*1px)}@media screen and (min-width:320px){.pb-large{padding-bottom:calc(120px + 9.375vw);padding-bottom:calc(var(--distance-min-large)*1px*1 + (var(--distance-max-large) - var(--distance-min-large))*(100vw - 320px)/2240*1)}}@media screen and (min-width:2560px){.pb-large{padding-bottom:360px;padding-bottom:calc(var(--distance-max-large)*1*1px)}}.pb-xlarge{padding-bottom:200px;padding-bottom:calc(var(--distance-min-xlarge)*1*1px)}@media screen and (min-width:320px){.pb-xlarge{padding-bottom:calc(171.42857px + 8.92857vw);padding-bottom:calc(var(--distance-min-xlarge)*1px*1 + (var(--distance-max-xlarge) - var(--distance-min-xlarge))*(100vw - 320px)/2240*1)}}@media screen and (min-width:2560px){.pb-xlarge{padding-bottom:400px;padding-bottom:calc(var(--distance-max-xlarge)*1*1px)}}.pb-section-end{padding-bottom:25px;padding-bottom:calc(var(--distance-min-section-end)*1*1px)}@media screen and (min-width:320px){.pb-section-end{padding-bottom:calc(21.42857px + 1.11607vw);padding-bottom:calc(var(--distance-min-section-end)*1px*1 + (var(--distance-max-section-end) - var(--distance-min-section-end))*(100vw - 320px)/2240*1)}}@media screen and (min-width:2560px){.pb-section-end{padding-bottom:50px;padding-bottom:calc(var(--distance-max-section-end)*1*1px)}}.pb-section-end-large{padding-bottom:50px;padding-bottom:calc(var(--distance-min-section-end-large)*1*1px)}@media screen and (min-width:320px){.pb-section-end-large{padding-bottom:calc(22.85714px + 8.48214vw);padding-bottom:calc(var(--distance-min-section-end-large)*1px*1 + (var(--distance-max-section-end-large) - var(--distance-min-section-end-large))*(100vw - 320px)/2240*1)}}@media screen and (min-width:2560px){.pb-section-end-large{padding-bottom:240px;padding-bottom:calc(var(--distance-max-section-end-large)*1*1px)}}.pl-xsmall{padding-left:30px;padding-left:calc(var(--distance-min-xsmall)*1*1px)}@media screen and (min-width:320px){.pl-xsmall{padding-left:calc(27.14286px + .89286vw);padding-left:calc(var(--distance-min-xsmall)*1px*1 + (var(--distance-max-xsmall) - var(--distance-min-xsmall))*(100vw - 320px)/2240*1)}}@media screen and (min-width:2560px){.pl-xsmall{padding-left:50px;padding-left:calc(var(--distance-max-xsmall)*1*1px)}}.pl-small{padding-left:50px;padding-left:calc(var(--distance-min-small)*1*1px)}@media screen and (min-width:320px){.pl-small{padding-left:calc(40px + 3.125vw);padding-left:calc(var(--distance-min-small)*1px*1 + (var(--distance-max-small) - var(--distance-min-small))*(100vw - 320px)/2240*1)}}@media screen and (min-width:2560px){.pl-small{padding-left:120px;padding-left:calc(var(--distance-max-small)*1*1px)}}.pl-medium{padding-left:50px;padding-left:calc(var(--distance-min-medium)*1*1px)}@media screen and (min-width:320px){.pl-medium{padding-left:calc(22.85714px + 8.48214vw);padding-left:calc(var(--distance-min-medium)*1px*1 + (var(--distance-max-medium) - var(--distance-min-medium))*(100vw - 320px)/2240*1)}}@media screen and (min-width:2560px){.pl-medium{padding-left:240px;padding-left:calc(var(--distance-max-medium)*1*1px)}}.pl-large{padding-left:150px;padding-left:calc(var(--distance-min-large)*1*1px)}@media screen and (min-width:320px){.pl-large{padding-left:calc(120px + 9.375vw);padding-left:calc(var(--distance-min-large)*1px*1 + (var(--distance-max-large) - var(--distance-min-large))*(100vw - 320px)/2240*1)}}@media screen and (min-width:2560px){.pl-large{padding-left:360px;padding-left:calc(var(--distance-max-large)*1*1px)}}.pl-xlarge{padding-left:200px;padding-left:calc(var(--distance-min-xlarge)*1*1px)}@media screen and (min-width:320px){.pl-xlarge{padding-left:calc(171.42857px + 8.92857vw);padding-left:calc(var(--distance-min-xlarge)*1px*1 + (var(--distance-max-xlarge) - var(--distance-min-xlarge))*(100vw - 320px)/2240*1)}}@media screen and (min-width:2560px){.pl-xlarge{padding-left:400px;padding-left:calc(var(--distance-max-xlarge)*1*1px)}}@media screen and (min-width:767px){.p-sm-xsmall{padding:30px;padding:calc(var(--distance-min-xsmall)*1*1px)}}@media screen and (min-width:767px)and (min-width:320px){.p-sm-xsmall{padding:calc(27.14286px + .89286vw);padding:calc(var(--distance-min-xsmall)*1px*1 + (var(--distance-max-xsmall) - var(--distance-min-xsmall))*(100vw - 320px)/2240*1)}}@media screen and (min-width:767px)and (min-width:2560px){.p-sm-xsmall{padding:50px;padding:calc(var(--distance-max-xsmall)*1*1px)}}@media screen and (min-width:767px){.p-sm-small{padding:50px;padding:calc(var(--distance-min-small)*1*1px)}}@media screen and (min-width:767px)and (min-width:320px){.p-sm-small{padding:calc(40px + 3.125vw);padding:calc(var(--distance-min-small)*1px*1 + (var(--distance-max-small) - var(--distance-min-small))*(100vw - 320px)/2240*1)}}@media screen and (min-width:767px)and (min-width:2560px){.p-sm-small{padding:120px;padding:calc(var(--distance-max-small)*1*1px)}}@media screen and (min-width:767px){.p-sm-medium{padding:50px;padding:calc(var(--distance-min-medium)*1*1px)}}@media screen and (min-width:767px)and (min-width:320px){.p-sm-medium{padding:calc(22.85714px + 8.48214vw);padding:calc(var(--distance-min-medium)*1px*1 + (var(--distance-max-medium) - var(--distance-min-medium))*(100vw - 320px)/2240*1)}}@media screen and (min-width:767px)and (min-width:2560px){.p-sm-medium{padding:240px;padding:calc(var(--distance-max-medium)*1*1px)}}@media screen and (min-width:767px){.p-sm-large{padding:150px;padding:calc(var(--distance-min-large)*1*1px)}}@media screen and (min-width:767px)and (min-width:320px){.p-sm-large{padding:calc(120px + 9.375vw);padding:calc(var(--distance-min-large)*1px*1 + (var(--distance-max-large) - var(--distance-min-large))*(100vw - 320px)/2240*1)}}@media screen and (min-width:767px)and (min-width:2560px){.p-sm-large{padding:360px;padding:calc(var(--distance-max-large)*1*1px)}}@media screen and (min-width:767px){.p-sm-xlarge{padding:200px;padding:calc(var(--distance-min-xlarge)*1*1px)}}@media screen and (min-width:767px)and (min-width:320px){.p-sm-xlarge{padding:calc(171.42857px + 8.92857vw);padding:calc(var(--distance-min-xlarge)*1px*1 + (var(--distance-max-xlarge) - var(--distance-min-xlarge))*(100vw - 320px)/2240*1)}}@media screen and (min-width:767px)and (min-width:2560px){.p-sm-xlarge{padding:400px;padding:calc(var(--distance-max-xlarge)*1*1px)}}@media screen and (min-width:767px){.py-sm-xsmall{padding-bottom:30px;padding-bottom:calc(var(--distance-min-xsmall)*1*1px);padding-top:30px;padding-top:calc(var(--distance-min-xsmall)*1*1px)}}@media screen and (min-width:767px)and (min-width:320px){.py-sm-xsmall{padding-top:calc(27.14286px + .89286vw);padding-top:calc(var(--distance-min-xsmall)*1px*1 + (var(--distance-max-xsmall) - var(--distance-min-xsmall))*(100vw - 320px)/2240*1)}}@media screen and (min-width:767px)and (min-width:2560px){.py-sm-xsmall{padding-top:50px;padding-top:calc(var(--distance-max-xsmall)*1*1px)}}@media screen and (min-width:767px)and (min-width:320px){.py-sm-xsmall{padding-bottom:calc(27.14286px + .89286vw);padding-bottom:calc(var(--distance-min-xsmall)*1px*1 + (var(--distance-max-xsmall) - var(--distance-min-xsmall))*(100vw - 320px)/2240*1)}}@media screen and (min-width:767px)and (min-width:2560px){.py-sm-xsmall{padding-bottom:50px;padding-bottom:calc(var(--distance-max-xsmall)*1*1px)}}@media screen and (min-width:767px){.py-sm-small{padding-bottom:50px;padding-bottom:calc(var(--distance-min-small)*1*1px);padding-top:50px;padding-top:calc(var(--distance-min-small)*1*1px)}}@media screen and (min-width:767px)and (min-width:320px){.py-sm-small{padding-top:calc(40px + 3.125vw);padding-top:calc(var(--distance-min-small)*1px*1 + (var(--distance-max-small) - var(--distance-min-small))*(100vw - 320px)/2240*1)}}@media screen and (min-width:767px)and (min-width:2560px){.py-sm-small{padding-top:120px;padding-top:calc(var(--distance-max-small)*1*1px)}}@media screen and (min-width:767px)and (min-width:320px){.py-sm-small{padding-bottom:calc(40px + 3.125vw);padding-bottom:calc(var(--distance-min-small)*1px*1 + (var(--distance-max-small) - var(--distance-min-small))*(100vw - 320px)/2240*1)}}@media screen and (min-width:767px)and (min-width:2560px){.py-sm-small{padding-bottom:120px;padding-bottom:calc(var(--distance-max-small)*1*1px)}}@media screen and (min-width:767px){.py-sm-medium{padding-bottom:50px;padding-bottom:calc(var(--distance-min-medium)*1*1px);padding-top:50px;padding-top:calc(var(--distance-min-medium)*1*1px)}}@media screen and (min-width:767px)and (min-width:320px){.py-sm-medium{padding-top:calc(22.85714px + 8.48214vw);padding-top:calc(var(--distance-min-medium)*1px*1 + (var(--distance-max-medium) - var(--distance-min-medium))*(100vw - 320px)/2240*1)}}@media screen and (min-width:767px)and (min-width:2560px){.py-sm-medium{padding-top:240px;padding-top:calc(var(--distance-max-medium)*1*1px)}}@media screen and (min-width:767px)and (min-width:320px){.py-sm-medium{padding-bottom:calc(22.85714px + 8.48214vw);padding-bottom:calc(var(--distance-min-medium)*1px*1 + (var(--distance-max-medium) - var(--distance-min-medium))*(100vw - 320px)/2240*1)}}@media screen and (min-width:767px)and (min-width:2560px){.py-sm-medium{padding-bottom:240px;padding-bottom:calc(var(--distance-max-medium)*1*1px)}}@media screen and (min-width:767px){.py-sm-large{padding-bottom:150px;padding-bottom:calc(var(--distance-min-large)*1*1px);padding-top:150px;padding-top:calc(var(--distance-min-large)*1*1px)}}@media screen and (min-width:767px)and (min-width:320px){.py-sm-large{padding-top:calc(120px + 9.375vw);padding-top:calc(var(--distance-min-large)*1px*1 + (var(--distance-max-large) - var(--distance-min-large))*(100vw - 320px)/2240*1)}}@media screen and (min-width:767px)and (min-width:2560px){.py-sm-large{padding-top:360px;padding-top:calc(var(--distance-max-large)*1*1px)}}@media screen and (min-width:767px)and (min-width:320px){.py-sm-large{padding-bottom:calc(120px + 9.375vw);padding-bottom:calc(var(--distance-min-large)*1px*1 + (var(--distance-max-large) - var(--distance-min-large))*(100vw - 320px)/2240*1)}}@media screen and (min-width:767px)and (min-width:2560px){.py-sm-large{padding-bottom:360px;padding-bottom:calc(var(--distance-max-large)*1*1px)}}@media screen and (min-width:767px){.py-sm-xlarge{padding-bottom:200px;padding-bottom:calc(var(--distance-min-xlarge)*1*1px);padding-top:200px;padding-top:calc(var(--distance-min-xlarge)*1*1px)}}@media screen and (min-width:767px)and (min-width:320px){.py-sm-xlarge{padding-top:calc(171.42857px + 8.92857vw);padding-top:calc(var(--distance-min-xlarge)*1px*1 + (var(--distance-max-xlarge) - var(--distance-min-xlarge))*(100vw - 320px)/2240*1)}}@media screen and (min-width:767px)and (min-width:2560px){.py-sm-xlarge{padding-top:400px;padding-top:calc(var(--distance-max-xlarge)*1*1px)}}@media screen and (min-width:767px)and (min-width:320px){.py-sm-xlarge{padding-bottom:calc(171.42857px + 8.92857vw);padding-bottom:calc(var(--distance-min-xlarge)*1px*1 + (var(--distance-max-xlarge) - var(--distance-min-xlarge))*(100vw - 320px)/2240*1)}}@media screen and (min-width:767px)and (min-width:2560px){.py-sm-xlarge{padding-bottom:400px;padding-bottom:calc(var(--distance-max-xlarge)*1*1px)}}@media screen and (min-width:767px){.px-sm-xsmall{padding-left:30px;padding-left:calc(var(--distance-min-xsmall)*1*1px);padding-right:30px;padding-right:calc(var(--distance-min-xsmall)*1*1px)}}@media screen and (min-width:767px)and (min-width:320px){.px-sm-xsmall{padding-left:calc(27.14286px + .89286vw);padding-left:calc(var(--distance-min-xsmall)*1px*1 + (var(--distance-max-xsmall) - var(--distance-min-xsmall))*(100vw - 320px)/2240*1)}}@media screen and (min-width:767px)and (min-width:2560px){.px-sm-xsmall{padding-left:50px;padding-left:calc(var(--distance-max-xsmall)*1*1px)}}@media screen and (min-width:767px)and (min-width:320px){.px-sm-xsmall{padding-right:calc(27.14286px + .89286vw);padding-right:calc(var(--distance-min-xsmall)*1px*1 + (var(--distance-max-xsmall) - var(--distance-min-xsmall))*(100vw - 320px)/2240*1)}}@media screen and (min-width:767px)and (min-width:2560px){.px-sm-xsmall{padding-right:50px;padding-right:calc(var(--distance-max-xsmall)*1*1px)}}@media screen and (min-width:767px){.px-sm-small{padding-left:50px;padding-left:calc(var(--distance-min-small)*1*1px);padding-right:50px;padding-right:calc(var(--distance-min-small)*1*1px)}}@media screen and (min-width:767px)and (min-width:320px){.px-sm-small{padding-left:calc(40px + 3.125vw);padding-left:calc(var(--distance-min-small)*1px*1 + (var(--distance-max-small) - var(--distance-min-small))*(100vw - 320px)/2240*1)}}@media screen and (min-width:767px)and (min-width:2560px){.px-sm-small{padding-left:120px;padding-left:calc(var(--distance-max-small)*1*1px)}}@media screen and (min-width:767px)and (min-width:320px){.px-sm-small{padding-right:calc(40px + 3.125vw);padding-right:calc(var(--distance-min-small)*1px*1 + (var(--distance-max-small) - var(--distance-min-small))*(100vw - 320px)/2240*1)}}@media screen and (min-width:767px)and (min-width:2560px){.px-sm-small{padding-right:120px;padding-right:calc(var(--distance-max-small)*1*1px)}}@media screen and (min-width:767px){.px-sm-medium{padding-left:50px;padding-left:calc(var(--distance-min-medium)*1*1px);padding-right:50px;padding-right:calc(var(--distance-min-medium)*1*1px)}}@media screen and (min-width:767px)and (min-width:320px){.px-sm-medium{padding-left:calc(22.85714px + 8.48214vw);padding-left:calc(var(--distance-min-medium)*1px*1 + (var(--distance-max-medium) - var(--distance-min-medium))*(100vw - 320px)/2240*1)}}@media screen and (min-width:767px)and (min-width:2560px){.px-sm-medium{padding-left:240px;padding-left:calc(var(--distance-max-medium)*1*1px)}}@media screen and (min-width:767px)and (min-width:320px){.px-sm-medium{padding-right:calc(22.85714px + 8.48214vw);padding-right:calc(var(--distance-min-medium)*1px*1 + (var(--distance-max-medium) - var(--distance-min-medium))*(100vw - 320px)/2240*1)}}@media screen and (min-width:767px)and (min-width:2560px){.px-sm-medium{padding-right:240px;padding-right:calc(var(--distance-max-medium)*1*1px)}}@media screen and (min-width:767px){.px-sm-large{padding-left:150px;padding-left:calc(var(--distance-min-large)*1*1px);padding-right:150px;padding-right:calc(var(--distance-min-large)*1*1px)}}@media screen and (min-width:767px)and (min-width:320px){.px-sm-large{padding-left:calc(120px + 9.375vw);padding-left:calc(var(--distance-min-large)*1px*1 + (var(--distance-max-large) - var(--distance-min-large))*(100vw - 320px)/2240*1)}}@media screen and (min-width:767px)and (min-width:2560px){.px-sm-large{padding-left:360px;padding-left:calc(var(--distance-max-large)*1*1px)}}@media screen and (min-width:767px)and (min-width:320px){.px-sm-large{padding-right:calc(120px + 9.375vw);padding-right:calc(var(--distance-min-large)*1px*1 + (var(--distance-max-large) - var(--distance-min-large))*(100vw - 320px)/2240*1)}}@media screen and (min-width:767px)and (min-width:2560px){.px-sm-large{padding-right:360px;padding-right:calc(var(--distance-max-large)*1*1px)}}@media screen and (min-width:767px){.px-sm-xlarge{padding-left:200px;padding-left:calc(var(--distance-min-xlarge)*1*1px);padding-right:200px;padding-right:calc(var(--distance-min-xlarge)*1*1px)}}@media screen and (min-width:767px)and (min-width:320px){.px-sm-xlarge{padding-left:calc(171.42857px + 8.92857vw);padding-left:calc(var(--distance-min-xlarge)*1px*1 + (var(--distance-max-xlarge) - var(--distance-min-xlarge))*(100vw - 320px)/2240*1)}}@media screen and (min-width:767px)and (min-width:2560px){.px-sm-xlarge{padding-left:400px;padding-left:calc(var(--distance-max-xlarge)*1*1px)}}@media screen and (min-width:767px)and (min-width:320px){.px-sm-xlarge{padding-right:calc(171.42857px + 8.92857vw);padding-right:calc(var(--distance-min-xlarge)*1px*1 + (var(--distance-max-xlarge) - var(--distance-min-xlarge))*(100vw - 320px)/2240*1)}}@media screen and (min-width:767px)and (min-width:2560px){.px-sm-xlarge{padding-right:400px;padding-right:calc(var(--distance-max-xlarge)*1*1px)}}@media screen and (min-width:767px){.pt-sm-xsmall{padding-top:30px;padding-top:calc(var(--distance-min-xsmall)*1*1px)}}@media screen and (min-width:767px)and (min-width:320px){.pt-sm-xsmall{padding-top:calc(27.14286px + .89286vw);padding-top:calc(var(--distance-min-xsmall)*1px*1 + (var(--distance-max-xsmall) - var(--distance-min-xsmall))*(100vw - 320px)/2240*1)}}@media screen and (min-width:767px)and (min-width:2560px){.pt-sm-xsmall{padding-top:50px;padding-top:calc(var(--distance-max-xsmall)*1*1px)}}@media screen and (min-width:767px){.pt-sm-small{padding-top:50px;padding-top:calc(var(--distance-min-small)*1*1px)}}@media screen and (min-width:767px)and (min-width:320px){.pt-sm-small{padding-top:calc(40px + 3.125vw);padding-top:calc(var(--distance-min-small)*1px*1 + (var(--distance-max-small) - var(--distance-min-small))*(100vw - 320px)/2240*1)}}@media screen and (min-width:767px)and (min-width:2560px){.pt-sm-small{padding-top:120px;padding-top:calc(var(--distance-max-small)*1*1px)}}@media screen and (min-width:767px){.pt-sm-medium{padding-top:50px;padding-top:calc(var(--distance-min-medium)*1*1px)}}@media screen and (min-width:767px)and (min-width:320px){.pt-sm-medium{padding-top:calc(22.85714px + 8.48214vw);padding-top:calc(var(--distance-min-medium)*1px*1 + (var(--distance-max-medium) - var(--distance-min-medium))*(100vw - 320px)/2240*1)}}@media screen and (min-width:767px)and (min-width:2560px){.pt-sm-medium{padding-top:240px;padding-top:calc(var(--distance-max-medium)*1*1px)}}@media screen and (min-width:767px){.pt-sm-large{padding-top:150px;padding-top:calc(var(--distance-min-large)*1*1px)}}@media screen and (min-width:767px)and (min-width:320px){.pt-sm-large{padding-top:calc(120px + 9.375vw);padding-top:calc(var(--distance-min-large)*1px*1 + (var(--distance-max-large) - var(--distance-min-large))*(100vw - 320px)/2240*1)}}@media screen and (min-width:767px)and (min-width:2560px){.pt-sm-large{padding-top:360px;padding-top:calc(var(--distance-max-large)*1*1px)}}@media screen and (min-width:767px){.pt-sm-xlarge{padding-top:200px;padding-top:calc(var(--distance-min-xlarge)*1*1px)}}@media screen and (min-width:767px)and (min-width:320px){.pt-sm-xlarge{padding-top:calc(171.42857px + 8.92857vw);padding-top:calc(var(--distance-min-xlarge)*1px*1 + (var(--distance-max-xlarge) - var(--distance-min-xlarge))*(100vw - 320px)/2240*1)}}@media screen and (min-width:767px)and (min-width:2560px){.pt-sm-xlarge{padding-top:400px;padding-top:calc(var(--distance-max-xlarge)*1*1px)}}@media screen and (min-width:767px){.pt-sm-section-start{padding-top:120px;padding-top:calc(var(--distance-min-section-start)*1*1px)}}@media screen and (min-width:767px)and (min-width:320px){.pt-sm-section-start{padding-top:calc(94.28571px + 8.03571vw);padding-top:calc(var(--distance-min-section-start)*1px*1 + (var(--distance-max-section-start) - var(--distance-min-section-start))*(100vw - 320px)/2240*1)}}@media screen and (min-width:767px)and (min-width:2560px){.pt-sm-section-start{padding-top:300px;padding-top:calc(var(--distance-max-section-start)*1*1px)}}@media screen and (min-width:767px){.pt-sm-section-start-large{padding-top:180px;padding-top:calc(var(--distance-min-section-start-large)*1*1px)}}@media screen and (min-width:767px)and (min-width:320px){.pt-sm-section-start-large{padding-top:calc(160px + 6.25vw);padding-top:calc(var(--distance-min-section-start-large)*1px*1 + (var(--distance-max-section-start-large) - var(--distance-min-section-start-large))*(100vw - 320px)/2240*1)}}@media screen and (min-width:767px)and (min-width:2560px){.pt-sm-section-start-large{padding-top:320px;padding-top:calc(var(--distance-max-section-start-large)*1*1px)}}@media screen and (min-width:767px){.pt-sm-section-start-medium{padding-top:100px;padding-top:calc(var(--distance-min-section-start-medium)*1*1px)}}@media screen and (min-width:767px)and (min-width:320px){.pt-sm-section-start-medium{padding-top:calc(90px + 3.125vw);padding-top:calc(var(--distance-min-section-start-medium)*1px*1 + (var(--distance-max-section-start-medium) - var(--distance-min-section-start-medium))*(100vw - 320px)/2240*1)}}@media screen and (min-width:767px)and (min-width:2560px){.pt-sm-section-start-medium{padding-top:170px;padding-top:calc(var(--distance-max-section-start-medium)*1*1px)}}@media screen and (min-width:767px){.pt-sm-section-start-small{padding-top:0;padding-top:calc(var(--distance-min-section-start-small)*1*1px)}}@media screen and (min-width:767px)and (min-width:320px){.pt-sm-section-start-small{padding-top:calc(-12.14286px + 3.79464vw);padding-top:calc(var(--distance-min-section-start-small)*1px*1 + (var(--distance-max-section-start-small) - var(--distance-min-section-start-small))*(100vw - 320px)/2240*1)}}@media screen and (min-width:767px)and (min-width:2560px){.pt-sm-section-start-small{padding-top:85px;padding-top:calc(var(--distance-max-section-start-small)*1*1px)}}@media screen and (min-width:767px){.pr-sm-xsmall{padding-right:30px;padding-right:calc(var(--distance-min-xsmall)*1*1px)}}@media screen and (min-width:767px)and (min-width:320px){.pr-sm-xsmall{padding-right:calc(27.14286px + .89286vw);padding-right:calc(var(--distance-min-xsmall)*1px*1 + (var(--distance-max-xsmall) - var(--distance-min-xsmall))*(100vw - 320px)/2240*1)}}@media screen and (min-width:767px)and (min-width:2560px){.pr-sm-xsmall{padding-right:50px;padding-right:calc(var(--distance-max-xsmall)*1*1px)}}@media screen and (min-width:767px){.pr-sm-small{padding-right:50px;padding-right:calc(var(--distance-min-small)*1*1px)}}@media screen and (min-width:767px)and (min-width:320px){.pr-sm-small{padding-right:calc(40px + 3.125vw);padding-right:calc(var(--distance-min-small)*1px*1 + (var(--distance-max-small) - var(--distance-min-small))*(100vw - 320px)/2240*1)}}@media screen and (min-width:767px)and (min-width:2560px){.pr-sm-small{padding-right:120px;padding-right:calc(var(--distance-max-small)*1*1px)}}@media screen and (min-width:767px){.pr-sm-medium{padding-right:50px;padding-right:calc(var(--distance-min-medium)*1*1px)}}@media screen and (min-width:767px)and (min-width:320px){.pr-sm-medium{padding-right:calc(22.85714px + 8.48214vw);padding-right:calc(var(--distance-min-medium)*1px*1 + (var(--distance-max-medium) - var(--distance-min-medium))*(100vw - 320px)/2240*1)}}@media screen and (min-width:767px)and (min-width:2560px){.pr-sm-medium{padding-right:240px;padding-right:calc(var(--distance-max-medium)*1*1px)}}@media screen and (min-width:767px){.pr-sm-large{padding-right:150px;padding-right:calc(var(--distance-min-large)*1*1px)}}@media screen and (min-width:767px)and (min-width:320px){.pr-sm-large{padding-right:calc(120px + 9.375vw);padding-right:calc(var(--distance-min-large)*1px*1 + (var(--distance-max-large) - var(--distance-min-large))*(100vw - 320px)/2240*1)}}@media screen and (min-width:767px)and (min-width:2560px){.pr-sm-large{padding-right:360px;padding-right:calc(var(--distance-max-large)*1*1px)}}@media screen and (min-width:767px){.pr-sm-xlarge{padding-right:200px;padding-right:calc(var(--distance-min-xlarge)*1*1px)}}@media screen and (min-width:767px)and (min-width:320px){.pr-sm-xlarge{padding-right:calc(171.42857px + 8.92857vw);padding-right:calc(var(--distance-min-xlarge)*1px*1 + (var(--distance-max-xlarge) - var(--distance-min-xlarge))*(100vw - 320px)/2240*1)}}@media screen and (min-width:767px)and (min-width:2560px){.pr-sm-xlarge{padding-right:400px;padding-right:calc(var(--distance-max-xlarge)*1*1px)}}@media screen and (min-width:767px){.pb-sm-xsmall{padding-bottom:30px;padding-bottom:calc(var(--distance-min-xsmall)*1*1px)}}@media screen and (min-width:767px)and (min-width:320px){.pb-sm-xsmall{padding-bottom:calc(27.14286px + .89286vw);padding-bottom:calc(var(--distance-min-xsmall)*1px*1 + (var(--distance-max-xsmall) - var(--distance-min-xsmall))*(100vw - 320px)/2240*1)}}@media screen and (min-width:767px)and (min-width:2560px){.pb-sm-xsmall{padding-bottom:50px;padding-bottom:calc(var(--distance-max-xsmall)*1*1px)}}@media screen and (min-width:767px){.pb-sm-small{padding-bottom:50px;padding-bottom:calc(var(--distance-min-small)*1*1px)}}@media screen and (min-width:767px)and (min-width:320px){.pb-sm-small{padding-bottom:calc(40px + 3.125vw);padding-bottom:calc(var(--distance-min-small)*1px*1 + (var(--distance-max-small) - var(--distance-min-small))*(100vw - 320px)/2240*1)}}@media screen and (min-width:767px)and (min-width:2560px){.pb-sm-small{padding-bottom:120px;padding-bottom:calc(var(--distance-max-small)*1*1px)}}@media screen and (min-width:767px){.pb-sm-medium{padding-bottom:50px;padding-bottom:calc(var(--distance-min-medium)*1*1px)}}@media screen and (min-width:767px)and (min-width:320px){.pb-sm-medium{padding-bottom:calc(22.85714px + 8.48214vw);padding-bottom:calc(var(--distance-min-medium)*1px*1 + (var(--distance-max-medium) - var(--distance-min-medium))*(100vw - 320px)/2240*1)}}@media screen and (min-width:767px)and (min-width:2560px){.pb-sm-medium{padding-bottom:240px;padding-bottom:calc(var(--distance-max-medium)*1*1px)}}@media screen and (min-width:767px){.pb-sm-large{padding-bottom:150px;padding-bottom:calc(var(--distance-min-large)*1*1px)}}@media screen and (min-width:767px)and (min-width:320px){.pb-sm-large{padding-bottom:calc(120px + 9.375vw);padding-bottom:calc(var(--distance-min-large)*1px*1 + (var(--distance-max-large) - var(--distance-min-large))*(100vw - 320px)/2240*1)}}@media screen and (min-width:767px)and (min-width:2560px){.pb-sm-large{padding-bottom:360px;padding-bottom:calc(var(--distance-max-large)*1*1px)}}@media screen and (min-width:767px){.pb-sm-xlarge{padding-bottom:200px;padding-bottom:calc(var(--distance-min-xlarge)*1*1px)}}@media screen and (min-width:767px)and (min-width:320px){.pb-sm-xlarge{padding-bottom:calc(171.42857px + 8.92857vw);padding-bottom:calc(var(--distance-min-xlarge)*1px*1 + (var(--distance-max-xlarge) - var(--distance-min-xlarge))*(100vw - 320px)/2240*1)}}@media screen and (min-width:767px)and (min-width:2560px){.pb-sm-xlarge{padding-bottom:400px;padding-bottom:calc(var(--distance-max-xlarge)*1*1px)}}@media screen and (min-width:767px){.pb-sm-section-end{padding-bottom:25px;padding-bottom:calc(var(--distance-min-section-end)*1*1px)}}@media screen and (min-width:767px)and (min-width:320px){.pb-sm-section-end{padding-bottom:calc(21.42857px + 1.11607vw);padding-bottom:calc(var(--distance-min-section-end)*1px*1 + (var(--distance-max-section-end) - var(--distance-min-section-end))*(100vw - 320px)/2240*1)}}@media screen and (min-width:767px)and (min-width:2560px){.pb-sm-section-end{padding-bottom:50px;padding-bottom:calc(var(--distance-max-section-end)*1*1px)}}@media screen and (min-width:767px){.pb-sm-section-end-large{padding-bottom:50px;padding-bottom:calc(var(--distance-min-section-end-large)*1*1px)}}@media screen and (min-width:767px)and (min-width:320px){.pb-sm-section-end-large{padding-bottom:calc(22.85714px + 8.48214vw);padding-bottom:calc(var(--distance-min-section-end-large)*1px*1 + (var(--distance-max-section-end-large) - var(--distance-min-section-end-large))*(100vw - 320px)/2240*1)}}@media screen and (min-width:767px)and (min-width:2560px){.pb-sm-section-end-large{padding-bottom:240px;padding-bottom:calc(var(--distance-max-section-end-large)*1*1px)}}@media screen and (min-width:767px){.pl-sm-xsmall{padding-left:30px;padding-left:calc(var(--distance-min-xsmall)*1*1px)}}@media screen and (min-width:767px)and (min-width:320px){.pl-sm-xsmall{padding-left:calc(27.14286px + .89286vw);padding-left:calc(var(--distance-min-xsmall)*1px*1 + (var(--distance-max-xsmall) - var(--distance-min-xsmall))*(100vw - 320px)/2240*1)}}@media screen and (min-width:767px)and (min-width:2560px){.pl-sm-xsmall{padding-left:50px;padding-left:calc(var(--distance-max-xsmall)*1*1px)}}@media screen and (min-width:767px){.pl-sm-small{padding-left:50px;padding-left:calc(var(--distance-min-small)*1*1px)}}@media screen and (min-width:767px)and (min-width:320px){.pl-sm-small{padding-left:calc(40px + 3.125vw);padding-left:calc(var(--distance-min-small)*1px*1 + (var(--distance-max-small) - var(--distance-min-small))*(100vw - 320px)/2240*1)}}@media screen and (min-width:767px)and (min-width:2560px){.pl-sm-small{padding-left:120px;padding-left:calc(var(--distance-max-small)*1*1px)}}@media screen and (min-width:767px){.pl-sm-medium{padding-left:50px;padding-left:calc(var(--distance-min-medium)*1*1px)}}@media screen and (min-width:767px)and (min-width:320px){.pl-sm-medium{padding-left:calc(22.85714px + 8.48214vw);padding-left:calc(var(--distance-min-medium)*1px*1 + (var(--distance-max-medium) - var(--distance-min-medium))*(100vw - 320px)/2240*1)}}@media screen and (min-width:767px)and (min-width:2560px){.pl-sm-medium{padding-left:240px;padding-left:calc(var(--distance-max-medium)*1*1px)}}@media screen and (min-width:767px){.pl-sm-large{padding-left:150px;padding-left:calc(var(--distance-min-large)*1*1px)}}@media screen and (min-width:767px)and (min-width:320px){.pl-sm-large{padding-left:calc(120px + 9.375vw);padding-left:calc(var(--distance-min-large)*1px*1 + (var(--distance-max-large) - var(--distance-min-large))*(100vw - 320px)/2240*1)}}@media screen and (min-width:767px)and (min-width:2560px){.pl-sm-large{padding-left:360px;padding-left:calc(var(--distance-max-large)*1*1px)}}@media screen and (min-width:767px){.pl-sm-xlarge{padding-left:200px;padding-left:calc(var(--distance-min-xlarge)*1*1px)}}@media screen and (min-width:767px)and (min-width:320px){.pl-sm-xlarge{padding-left:calc(171.42857px + 8.92857vw);padding-left:calc(var(--distance-min-xlarge)*1px*1 + (var(--distance-max-xlarge) - var(--distance-min-xlarge))*(100vw - 320px)/2240*1)}}@media screen and (min-width:767px)and (min-width:2560px){.pl-sm-xlarge{padding-left:400px;padding-left:calc(var(--distance-max-xlarge)*1*1px)}}@media screen and (min-width:991px){.p-md-xsmall{padding:30px;padding:calc(var(--distance-min-xsmall)*1*1px)}}@media screen and (min-width:991px)and (min-width:320px){.p-md-xsmall{padding:calc(27.14286px + .89286vw);padding:calc(var(--distance-min-xsmall)*1px*1 + (var(--distance-max-xsmall) - var(--distance-min-xsmall))*(100vw - 320px)/2240*1)}}@media screen and (min-width:991px)and (min-width:2560px){.p-md-xsmall{padding:50px;padding:calc(var(--distance-max-xsmall)*1*1px)}}@media screen and (min-width:991px){.p-md-small{padding:50px;padding:calc(var(--distance-min-small)*1*1px)}}@media screen and (min-width:991px)and (min-width:320px){.p-md-small{padding:calc(40px + 3.125vw);padding:calc(var(--distance-min-small)*1px*1 + (var(--distance-max-small) - var(--distance-min-small))*(100vw - 320px)/2240*1)}}@media screen and (min-width:991px)and (min-width:2560px){.p-md-small{padding:120px;padding:calc(var(--distance-max-small)*1*1px)}}@media screen and (min-width:991px){.p-md-medium{padding:50px;padding:calc(var(--distance-min-medium)*1*1px)}}@media screen and (min-width:991px)and (min-width:320px){.p-md-medium{padding:calc(22.85714px + 8.48214vw);padding:calc(var(--distance-min-medium)*1px*1 + (var(--distance-max-medium) - var(--distance-min-medium))*(100vw - 320px)/2240*1)}}@media screen and (min-width:991px)and (min-width:2560px){.p-md-medium{padding:240px;padding:calc(var(--distance-max-medium)*1*1px)}}@media screen and (min-width:991px){.p-md-large{padding:150px;padding:calc(var(--distance-min-large)*1*1px)}}@media screen and (min-width:991px)and (min-width:320px){.p-md-large{padding:calc(120px + 9.375vw);padding:calc(var(--distance-min-large)*1px*1 + (var(--distance-max-large) - var(--distance-min-large))*(100vw - 320px)/2240*1)}}@media screen and (min-width:991px)and (min-width:2560px){.p-md-large{padding:360px;padding:calc(var(--distance-max-large)*1*1px)}}@media screen and (min-width:991px){.p-md-xlarge{padding:200px;padding:calc(var(--distance-min-xlarge)*1*1px)}}@media screen and (min-width:991px)and (min-width:320px){.p-md-xlarge{padding:calc(171.42857px + 8.92857vw);padding:calc(var(--distance-min-xlarge)*1px*1 + (var(--distance-max-xlarge) - var(--distance-min-xlarge))*(100vw - 320px)/2240*1)}}@media screen and (min-width:991px)and (min-width:2560px){.p-md-xlarge{padding:400px;padding:calc(var(--distance-max-xlarge)*1*1px)}}@media screen and (min-width:991px){.py-md-xsmall{padding-bottom:30px;padding-bottom:calc(var(--distance-min-xsmall)*1*1px);padding-top:30px;padding-top:calc(var(--distance-min-xsmall)*1*1px)}}@media screen and (min-width:991px)and (min-width:320px){.py-md-xsmall{padding-top:calc(27.14286px + .89286vw);padding-top:calc(var(--distance-min-xsmall)*1px*1 + (var(--distance-max-xsmall) - var(--distance-min-xsmall))*(100vw - 320px)/2240*1)}}@media screen and (min-width:991px)and (min-width:2560px){.py-md-xsmall{padding-top:50px;padding-top:calc(var(--distance-max-xsmall)*1*1px)}}@media screen and (min-width:991px)and (min-width:320px){.py-md-xsmall{padding-bottom:calc(27.14286px + .89286vw);padding-bottom:calc(var(--distance-min-xsmall)*1px*1 + (var(--distance-max-xsmall) - var(--distance-min-xsmall))*(100vw - 320px)/2240*1)}}@media screen and (min-width:991px)and (min-width:2560px){.py-md-xsmall{padding-bottom:50px;padding-bottom:calc(var(--distance-max-xsmall)*1*1px)}}@media screen and (min-width:991px){.py-md-small{padding-bottom:50px;padding-bottom:calc(var(--distance-min-small)*1*1px);padding-top:50px;padding-top:calc(var(--distance-min-small)*1*1px)}}@media screen and (min-width:991px)and (min-width:320px){.py-md-small{padding-top:calc(40px + 3.125vw);padding-top:calc(var(--distance-min-small)*1px*1 + (var(--distance-max-small) - var(--distance-min-small))*(100vw - 320px)/2240*1)}}@media screen and (min-width:991px)and (min-width:2560px){.py-md-small{padding-top:120px;padding-top:calc(var(--distance-max-small)*1*1px)}}@media screen and (min-width:991px)and (min-width:320px){.py-md-small{padding-bottom:calc(40px + 3.125vw);padding-bottom:calc(var(--distance-min-small)*1px*1 + (var(--distance-max-small) - var(--distance-min-small))*(100vw - 320px)/2240*1)}}@media screen and (min-width:991px)and (min-width:2560px){.py-md-small{padding-bottom:120px;padding-bottom:calc(var(--distance-max-small)*1*1px)}}@media screen and (min-width:991px){.py-md-medium{padding-bottom:50px;padding-bottom:calc(var(--distance-min-medium)*1*1px);padding-top:50px;padding-top:calc(var(--distance-min-medium)*1*1px)}}@media screen and (min-width:991px)and (min-width:320px){.py-md-medium{padding-top:calc(22.85714px + 8.48214vw);padding-top:calc(var(--distance-min-medium)*1px*1 + (var(--distance-max-medium) - var(--distance-min-medium))*(100vw - 320px)/2240*1)}}@media screen and (min-width:991px)and (min-width:2560px){.py-md-medium{padding-top:240px;padding-top:calc(var(--distance-max-medium)*1*1px)}}@media screen and (min-width:991px)and (min-width:320px){.py-md-medium{padding-bottom:calc(22.85714px + 8.48214vw);padding-bottom:calc(var(--distance-min-medium)*1px*1 + (var(--distance-max-medium) - var(--distance-min-medium))*(100vw - 320px)/2240*1)}}@media screen and (min-width:991px)and (min-width:2560px){.py-md-medium{padding-bottom:240px;padding-bottom:calc(var(--distance-max-medium)*1*1px)}}@media screen and (min-width:991px){.py-md-large{padding-bottom:150px;padding-bottom:calc(var(--distance-min-large)*1*1px);padding-top:150px;padding-top:calc(var(--distance-min-large)*1*1px)}}@media screen and (min-width:991px)and (min-width:320px){.py-md-large{padding-top:calc(120px + 9.375vw);padding-top:calc(var(--distance-min-large)*1px*1 + (var(--distance-max-large) - var(--distance-min-large))*(100vw - 320px)/2240*1)}}@media screen and (min-width:991px)and (min-width:2560px){.py-md-large{padding-top:360px;padding-top:calc(var(--distance-max-large)*1*1px)}}@media screen and (min-width:991px)and (min-width:320px){.py-md-large{padding-bottom:calc(120px + 9.375vw);padding-bottom:calc(var(--distance-min-large)*1px*1 + (var(--distance-max-large) - var(--distance-min-large))*(100vw - 320px)/2240*1)}}@media screen and (min-width:991px)and (min-width:2560px){.py-md-large{padding-bottom:360px;padding-bottom:calc(var(--distance-max-large)*1*1px)}}@media screen and (min-width:991px){.py-md-xlarge{padding-bottom:200px;padding-bottom:calc(var(--distance-min-xlarge)*1*1px);padding-top:200px;padding-top:calc(var(--distance-min-xlarge)*1*1px)}}@media screen and (min-width:991px)and (min-width:320px){.py-md-xlarge{padding-top:calc(171.42857px + 8.92857vw);padding-top:calc(var(--distance-min-xlarge)*1px*1 + (var(--distance-max-xlarge) - var(--distance-min-xlarge))*(100vw - 320px)/2240*1)}}@media screen and (min-width:991px)and (min-width:2560px){.py-md-xlarge{padding-top:400px;padding-top:calc(var(--distance-max-xlarge)*1*1px)}}@media screen and (min-width:991px)and (min-width:320px){.py-md-xlarge{padding-bottom:calc(171.42857px + 8.92857vw);padding-bottom:calc(var(--distance-min-xlarge)*1px*1 + (var(--distance-max-xlarge) - var(--distance-min-xlarge))*(100vw - 320px)/2240*1)}}@media screen and (min-width:991px)and (min-width:2560px){.py-md-xlarge{padding-bottom:400px;padding-bottom:calc(var(--distance-max-xlarge)*1*1px)}}@media screen and (min-width:991px){.px-md-xsmall{padding-left:30px;padding-left:calc(var(--distance-min-xsmall)*1*1px);padding-right:30px;padding-right:calc(var(--distance-min-xsmall)*1*1px)}}@media screen and (min-width:991px)and (min-width:320px){.px-md-xsmall{padding-left:calc(27.14286px + .89286vw);padding-left:calc(var(--distance-min-xsmall)*1px*1 + (var(--distance-max-xsmall) - var(--distance-min-xsmall))*(100vw - 320px)/2240*1)}}@media screen and (min-width:991px)and (min-width:2560px){.px-md-xsmall{padding-left:50px;padding-left:calc(var(--distance-max-xsmall)*1*1px)}}@media screen and (min-width:991px)and (min-width:320px){.px-md-xsmall{padding-right:calc(27.14286px + .89286vw);padding-right:calc(var(--distance-min-xsmall)*1px*1 + (var(--distance-max-xsmall) - var(--distance-min-xsmall))*(100vw - 320px)/2240*1)}}@media screen and (min-width:991px)and (min-width:2560px){.px-md-xsmall{padding-right:50px;padding-right:calc(var(--distance-max-xsmall)*1*1px)}}@media screen and (min-width:991px){.px-md-small{padding-left:50px;padding-left:calc(var(--distance-min-small)*1*1px);padding-right:50px;padding-right:calc(var(--distance-min-small)*1*1px)}}@media screen and (min-width:991px)and (min-width:320px){.px-md-small{padding-left:calc(40px + 3.125vw);padding-left:calc(var(--distance-min-small)*1px*1 + (var(--distance-max-small) - var(--distance-min-small))*(100vw - 320px)/2240*1)}}@media screen and (min-width:991px)and (min-width:2560px){.px-md-small{padding-left:120px;padding-left:calc(var(--distance-max-small)*1*1px)}}@media screen and (min-width:991px)and (min-width:320px){.px-md-small{padding-right:calc(40px + 3.125vw);padding-right:calc(var(--distance-min-small)*1px*1 + (var(--distance-max-small) - var(--distance-min-small))*(100vw - 320px)/2240*1)}}@media screen and (min-width:991px)and (min-width:2560px){.px-md-small{padding-right:120px;padding-right:calc(var(--distance-max-small)*1*1px)}}@media screen and (min-width:991px){.px-md-medium{padding-left:50px;padding-left:calc(var(--distance-min-medium)*1*1px);padding-right:50px;padding-right:calc(var(--distance-min-medium)*1*1px)}}@media screen and (min-width:991px)and (min-width:320px){.px-md-medium{padding-left:calc(22.85714px + 8.48214vw);padding-left:calc(var(--distance-min-medium)*1px*1 + (var(--distance-max-medium) - var(--distance-min-medium))*(100vw - 320px)/2240*1)}}@media screen and (min-width:991px)and (min-width:2560px){.px-md-medium{padding-left:240px;padding-left:calc(var(--distance-max-medium)*1*1px)}}@media screen and (min-width:991px)and (min-width:320px){.px-md-medium{padding-right:calc(22.85714px + 8.48214vw);padding-right:calc(var(--distance-min-medium)*1px*1 + (var(--distance-max-medium) - var(--distance-min-medium))*(100vw - 320px)/2240*1)}}@media screen and (min-width:991px)and (min-width:2560px){.px-md-medium{padding-right:240px;padding-right:calc(var(--distance-max-medium)*1*1px)}}@media screen and (min-width:991px){.px-md-large{padding-left:150px;padding-left:calc(var(--distance-min-large)*1*1px);padding-right:150px;padding-right:calc(var(--distance-min-large)*1*1px)}}@media screen and (min-width:991px)and (min-width:320px){.px-md-large{padding-left:calc(120px + 9.375vw);padding-left:calc(var(--distance-min-large)*1px*1 + (var(--distance-max-large) - var(--distance-min-large))*(100vw - 320px)/2240*1)}}@media screen and (min-width:991px)and (min-width:2560px){.px-md-large{padding-left:360px;padding-left:calc(var(--distance-max-large)*1*1px)}}@media screen and (min-width:991px)and (min-width:320px){.px-md-large{padding-right:calc(120px + 9.375vw);padding-right:calc(var(--distance-min-large)*1px*1 + (var(--distance-max-large) - var(--distance-min-large))*(100vw - 320px)/2240*1)}}@media screen and (min-width:991px)and (min-width:2560px){.px-md-large{padding-right:360px;padding-right:calc(var(--distance-max-large)*1*1px)}}@media screen and (min-width:991px){.px-md-xlarge{padding-left:200px;padding-left:calc(var(--distance-min-xlarge)*1*1px);padding-right:200px;padding-right:calc(var(--distance-min-xlarge)*1*1px)}}@media screen and (min-width:991px)and (min-width:320px){.px-md-xlarge{padding-left:calc(171.42857px + 8.92857vw);padding-left:calc(var(--distance-min-xlarge)*1px*1 + (var(--distance-max-xlarge) - var(--distance-min-xlarge))*(100vw - 320px)/2240*1)}}@media screen and (min-width:991px)and (min-width:2560px){.px-md-xlarge{padding-left:400px;padding-left:calc(var(--distance-max-xlarge)*1*1px)}}@media screen and (min-width:991px)and (min-width:320px){.px-md-xlarge{padding-right:calc(171.42857px + 8.92857vw);padding-right:calc(var(--distance-min-xlarge)*1px*1 + (var(--distance-max-xlarge) - var(--distance-min-xlarge))*(100vw - 320px)/2240*1)}}@media screen and (min-width:991px)and (min-width:2560px){.px-md-xlarge{padding-right:400px;padding-right:calc(var(--distance-max-xlarge)*1*1px)}}@media screen and (min-width:991px){.pt-md-xsmall{padding-top:30px;padding-top:calc(var(--distance-min-xsmall)*1*1px)}}@media screen and (min-width:991px)and (min-width:320px){.pt-md-xsmall{padding-top:calc(27.14286px + .89286vw);padding-top:calc(var(--distance-min-xsmall)*1px*1 + (var(--distance-max-xsmall) - var(--distance-min-xsmall))*(100vw - 320px)/2240*1)}}@media screen and (min-width:991px)and (min-width:2560px){.pt-md-xsmall{padding-top:50px;padding-top:calc(var(--distance-max-xsmall)*1*1px)}}@media screen and (min-width:991px){.pt-md-small{padding-top:50px;padding-top:calc(var(--distance-min-small)*1*1px)}}@media screen and (min-width:991px)and (min-width:320px){.pt-md-small{padding-top:calc(40px + 3.125vw);padding-top:calc(var(--distance-min-small)*1px*1 + (var(--distance-max-small) - var(--distance-min-small))*(100vw - 320px)/2240*1)}}@media screen and (min-width:991px)and (min-width:2560px){.pt-md-small{padding-top:120px;padding-top:calc(var(--distance-max-small)*1*1px)}}@media screen and (min-width:991px){.pt-md-medium{padding-top:50px;padding-top:calc(var(--distance-min-medium)*1*1px)}}@media screen and (min-width:991px)and (min-width:320px){.pt-md-medium{padding-top:calc(22.85714px + 8.48214vw);padding-top:calc(var(--distance-min-medium)*1px*1 + (var(--distance-max-medium) - var(--distance-min-medium))*(100vw - 320px)/2240*1)}}@media screen and (min-width:991px)and (min-width:2560px){.pt-md-medium{padding-top:240px;padding-top:calc(var(--distance-max-medium)*1*1px)}}@media screen and (min-width:991px){.pt-md-large{padding-top:150px;padding-top:calc(var(--distance-min-large)*1*1px)}}@media screen and (min-width:991px)and (min-width:320px){.pt-md-large{padding-top:calc(120px + 9.375vw);padding-top:calc(var(--distance-min-large)*1px*1 + (var(--distance-max-large) - var(--distance-min-large))*(100vw - 320px)/2240*1)}}@media screen and (min-width:991px)and (min-width:2560px){.pt-md-large{padding-top:360px;padding-top:calc(var(--distance-max-large)*1*1px)}}@media screen and (min-width:991px){.pt-md-xlarge{padding-top:200px;padding-top:calc(var(--distance-min-xlarge)*1*1px)}}@media screen and (min-width:991px)and (min-width:320px){.pt-md-xlarge{padding-top:calc(171.42857px + 8.92857vw);padding-top:calc(var(--distance-min-xlarge)*1px*1 + (var(--distance-max-xlarge) - var(--distance-min-xlarge))*(100vw - 320px)/2240*1)}}@media screen and (min-width:991px)and (min-width:2560px){.pt-md-xlarge{padding-top:400px;padding-top:calc(var(--distance-max-xlarge)*1*1px)}}@media screen and (min-width:991px){.pt-md-section-start{padding-top:120px;padding-top:calc(var(--distance-min-section-start)*1*1px)}}@media screen and (min-width:991px)and (min-width:320px){.pt-md-section-start{padding-top:calc(94.28571px + 8.03571vw);padding-top:calc(var(--distance-min-section-start)*1px*1 + (var(--distance-max-section-start) - var(--distance-min-section-start))*(100vw - 320px)/2240*1)}}@media screen and (min-width:991px)and (min-width:2560px){.pt-md-section-start{padding-top:300px;padding-top:calc(var(--distance-max-section-start)*1*1px)}}@media screen and (min-width:991px){.pt-md-section-start-large{padding-top:180px;padding-top:calc(var(--distance-min-section-start-large)*1*1px)}}@media screen and (min-width:991px)and (min-width:320px){.pt-md-section-start-large{padding-top:calc(160px + 6.25vw);padding-top:calc(var(--distance-min-section-start-large)*1px*1 + (var(--distance-max-section-start-large) - var(--distance-min-section-start-large))*(100vw - 320px)/2240*1)}}@media screen and (min-width:991px)and (min-width:2560px){.pt-md-section-start-large{padding-top:320px;padding-top:calc(var(--distance-max-section-start-large)*1*1px)}}@media screen and (min-width:991px){.pt-md-section-start-medium{padding-top:100px;padding-top:calc(var(--distance-min-section-start-medium)*1*1px)}}@media screen and (min-width:991px)and (min-width:320px){.pt-md-section-start-medium{padding-top:calc(90px + 3.125vw);padding-top:calc(var(--distance-min-section-start-medium)*1px*1 + (var(--distance-max-section-start-medium) - var(--distance-min-section-start-medium))*(100vw - 320px)/2240*1)}}@media screen and (min-width:991px)and (min-width:2560px){.pt-md-section-start-medium{padding-top:170px;padding-top:calc(var(--distance-max-section-start-medium)*1*1px)}}@media screen and (min-width:991px){.pt-md-section-start-small{padding-top:0;padding-top:calc(var(--distance-min-section-start-small)*1*1px)}}@media screen and (min-width:991px)and (min-width:320px){.pt-md-section-start-small{padding-top:calc(-12.14286px + 3.79464vw);padding-top:calc(var(--distance-min-section-start-small)*1px*1 + (var(--distance-max-section-start-small) - var(--distance-min-section-start-small))*(100vw - 320px)/2240*1)}}@media screen and (min-width:991px)and (min-width:2560px){.pt-md-section-start-small{padding-top:85px;padding-top:calc(var(--distance-max-section-start-small)*1*1px)}}@media screen and (min-width:991px){.pr-md-xsmall{padding-right:30px;padding-right:calc(var(--distance-min-xsmall)*1*1px)}}@media screen and (min-width:991px)and (min-width:320px){.pr-md-xsmall{padding-right:calc(27.14286px + .89286vw);padding-right:calc(var(--distance-min-xsmall)*1px*1 + (var(--distance-max-xsmall) - var(--distance-min-xsmall))*(100vw - 320px)/2240*1)}}@media screen and (min-width:991px)and (min-width:2560px){.pr-md-xsmall{padding-right:50px;padding-right:calc(var(--distance-max-xsmall)*1*1px)}}@media screen and (min-width:991px){.pr-md-small{padding-right:50px;padding-right:calc(var(--distance-min-small)*1*1px)}}@media screen and (min-width:991px)and (min-width:320px){.pr-md-small{padding-right:calc(40px + 3.125vw);padding-right:calc(var(--distance-min-small)*1px*1 + (var(--distance-max-small) - var(--distance-min-small))*(100vw - 320px)/2240*1)}}@media screen and (min-width:991px)and (min-width:2560px){.pr-md-small{padding-right:120px;padding-right:calc(var(--distance-max-small)*1*1px)}}@media screen and (min-width:991px){.pr-md-medium{padding-right:50px;padding-right:calc(var(--distance-min-medium)*1*1px)}}@media screen and (min-width:991px)and (min-width:320px){.pr-md-medium{padding-right:calc(22.85714px + 8.48214vw);padding-right:calc(var(--distance-min-medium)*1px*1 + (var(--distance-max-medium) - var(--distance-min-medium))*(100vw - 320px)/2240*1)}}@media screen and (min-width:991px)and (min-width:2560px){.pr-md-medium{padding-right:240px;padding-right:calc(var(--distance-max-medium)*1*1px)}}@media screen and (min-width:991px){.pr-md-large{padding-right:150px;padding-right:calc(var(--distance-min-large)*1*1px)}}@media screen and (min-width:991px)and (min-width:320px){.pr-md-large{padding-right:calc(120px + 9.375vw);padding-right:calc(var(--distance-min-large)*1px*1 + (var(--distance-max-large) - var(--distance-min-large))*(100vw - 320px)/2240*1)}}@media screen and (min-width:991px)and (min-width:2560px){.pr-md-large{padding-right:360px;padding-right:calc(var(--distance-max-large)*1*1px)}}@media screen and (min-width:991px){.pr-md-xlarge{padding-right:200px;padding-right:calc(var(--distance-min-xlarge)*1*1px)}}@media screen and (min-width:991px)and (min-width:320px){.pr-md-xlarge{padding-right:calc(171.42857px + 8.92857vw);padding-right:calc(var(--distance-min-xlarge)*1px*1 + (var(--distance-max-xlarge) - var(--distance-min-xlarge))*(100vw - 320px)/2240*1)}}@media screen and (min-width:991px)and (min-width:2560px){.pr-md-xlarge{padding-right:400px;padding-right:calc(var(--distance-max-xlarge)*1*1px)}}@media screen and (min-width:991px){.pb-md-xsmall{padding-bottom:30px;padding-bottom:calc(var(--distance-min-xsmall)*1*1px)}}@media screen and (min-width:991px)and (min-width:320px){.pb-md-xsmall{padding-bottom:calc(27.14286px + .89286vw);padding-bottom:calc(var(--distance-min-xsmall)*1px*1 + (var(--distance-max-xsmall) - var(--distance-min-xsmall))*(100vw - 320px)/2240*1)}}@media screen and (min-width:991px)and (min-width:2560px){.pb-md-xsmall{padding-bottom:50px;padding-bottom:calc(var(--distance-max-xsmall)*1*1px)}}@media screen and (min-width:991px){.pb-md-small{padding-bottom:50px;padding-bottom:calc(var(--distance-min-small)*1*1px)}}@media screen and (min-width:991px)and (min-width:320px){.pb-md-small{padding-bottom:calc(40px + 3.125vw);padding-bottom:calc(var(--distance-min-small)*1px*1 + (var(--distance-max-small) - var(--distance-min-small))*(100vw - 320px)/2240*1)}}@media screen and (min-width:991px)and (min-width:2560px){.pb-md-small{padding-bottom:120px;padding-bottom:calc(var(--distance-max-small)*1*1px)}}@media screen and (min-width:991px){.pb-md-medium{padding-bottom:50px;padding-bottom:calc(var(--distance-min-medium)*1*1px)}}@media screen and (min-width:991px)and (min-width:320px){.pb-md-medium{padding-bottom:calc(22.85714px + 8.48214vw);padding-bottom:calc(var(--distance-min-medium)*1px*1 + (var(--distance-max-medium) - var(--distance-min-medium))*(100vw - 320px)/2240*1)}}@media screen and (min-width:991px)and (min-width:2560px){.pb-md-medium{padding-bottom:240px;padding-bottom:calc(var(--distance-max-medium)*1*1px)}}@media screen and (min-width:991px){.pb-md-large{padding-bottom:150px;padding-bottom:calc(var(--distance-min-large)*1*1px)}}@media screen and (min-width:991px)and (min-width:320px){.pb-md-large{padding-bottom:calc(120px + 9.375vw);padding-bottom:calc(var(--distance-min-large)*1px*1 + (var(--distance-max-large) - var(--distance-min-large))*(100vw - 320px)/2240*1)}}@media screen and (min-width:991px)and (min-width:2560px){.pb-md-large{padding-bottom:360px;padding-bottom:calc(var(--distance-max-large)*1*1px)}}@media screen and (min-width:991px){.pb-md-xlarge{padding-bottom:200px;padding-bottom:calc(var(--distance-min-xlarge)*1*1px)}}@media screen and (min-width:991px)and (min-width:320px){.pb-md-xlarge{padding-bottom:calc(171.42857px + 8.92857vw);padding-bottom:calc(var(--distance-min-xlarge)*1px*1 + (var(--distance-max-xlarge) - var(--distance-min-xlarge))*(100vw - 320px)/2240*1)}}@media screen and (min-width:991px)and (min-width:2560px){.pb-md-xlarge{padding-bottom:400px;padding-bottom:calc(var(--distance-max-xlarge)*1*1px)}}@media screen and (min-width:991px){.pb-md-section-end{padding-bottom:25px;padding-bottom:calc(var(--distance-min-section-end)*1*1px)}}@media screen and (min-width:991px)and (min-width:320px){.pb-md-section-end{padding-bottom:calc(21.42857px + 1.11607vw);padding-bottom:calc(var(--distance-min-section-end)*1px*1 + (var(--distance-max-section-end) - var(--distance-min-section-end))*(100vw - 320px)/2240*1)}}@media screen and (min-width:991px)and (min-width:2560px){.pb-md-section-end{padding-bottom:50px;padding-bottom:calc(var(--distance-max-section-end)*1*1px)}}@media screen and (min-width:991px){.pb-md-section-end-large{padding-bottom:50px;padding-bottom:calc(var(--distance-min-section-end-large)*1*1px)}}@media screen and (min-width:991px)and (min-width:320px){.pb-md-section-end-large{padding-bottom:calc(22.85714px + 8.48214vw);padding-bottom:calc(var(--distance-min-section-end-large)*1px*1 + (var(--distance-max-section-end-large) - var(--distance-min-section-end-large))*(100vw - 320px)/2240*1)}}@media screen and (min-width:991px)and (min-width:2560px){.pb-md-section-end-large{padding-bottom:240px;padding-bottom:calc(var(--distance-max-section-end-large)*1*1px)}}@media screen and (min-width:991px){.pl-md-xsmall{padding-left:30px;padding-left:calc(var(--distance-min-xsmall)*1*1px)}}@media screen and (min-width:991px)and (min-width:320px){.pl-md-xsmall{padding-left:calc(27.14286px + .89286vw);padding-left:calc(var(--distance-min-xsmall)*1px*1 + (var(--distance-max-xsmall) - var(--distance-min-xsmall))*(100vw - 320px)/2240*1)}}@media screen and (min-width:991px)and (min-width:2560px){.pl-md-xsmall{padding-left:50px;padding-left:calc(var(--distance-max-xsmall)*1*1px)}}@media screen and (min-width:991px){.pl-md-small{padding-left:50px;padding-left:calc(var(--distance-min-small)*1*1px)}}@media screen and (min-width:991px)and (min-width:320px){.pl-md-small{padding-left:calc(40px + 3.125vw);padding-left:calc(var(--distance-min-small)*1px*1 + (var(--distance-max-small) - var(--distance-min-small))*(100vw - 320px)/2240*1)}}@media screen and (min-width:991px)and (min-width:2560px){.pl-md-small{padding-left:120px;padding-left:calc(var(--distance-max-small)*1*1px)}}@media screen and (min-width:991px){.pl-md-medium{padding-left:50px;padding-left:calc(var(--distance-min-medium)*1*1px)}}@media screen and (min-width:991px)and (min-width:320px){.pl-md-medium{padding-left:calc(22.85714px + 8.48214vw);padding-left:calc(var(--distance-min-medium)*1px*1 + (var(--distance-max-medium) - var(--distance-min-medium))*(100vw - 320px)/2240*1)}}@media screen and (min-width:991px)and (min-width:2560px){.pl-md-medium{padding-left:240px;padding-left:calc(var(--distance-max-medium)*1*1px)}}@media screen and (min-width:991px){.pl-md-large{padding-left:150px;padding-left:calc(var(--distance-min-large)*1*1px)}}@media screen and (min-width:991px)and (min-width:320px){.pl-md-large{padding-left:calc(120px + 9.375vw);padding-left:calc(var(--distance-min-large)*1px*1 + (var(--distance-max-large) - var(--distance-min-large))*(100vw - 320px)/2240*1)}}@media screen and (min-width:991px)and (min-width:2560px){.pl-md-large{padding-left:360px;padding-left:calc(var(--distance-max-large)*1*1px)}}@media screen and (min-width:991px){.pl-md-xlarge{padding-left:200px;padding-left:calc(var(--distance-min-xlarge)*1*1px)}}@media screen and (min-width:991px)and (min-width:320px){.pl-md-xlarge{padding-left:calc(171.42857px + 8.92857vw);padding-left:calc(var(--distance-min-xlarge)*1px*1 + (var(--distance-max-xlarge) - var(--distance-min-xlarge))*(100vw - 320px)/2240*1)}}@media screen and (min-width:991px)and (min-width:2560px){.pl-md-xlarge{padding-left:400px;padding-left:calc(var(--distance-max-xlarge)*1*1px)}}.gap-xsmall{gap:30px;gap:calc(var(--distance-min-xsmall)*1*1px)}@media screen and (min-width:320px){.gap-xsmall{gap:calc(27.14286px + .89286vw);gap:calc(var(--distance-min-xsmall)*1px*1 + (var(--distance-max-xsmall) - var(--distance-min-xsmall))*(100vw - 320px)/2240*1)}}@media screen and (min-width:2560px){.gap-xsmall{gap:50px;gap:calc(var(--distance-max-xsmall)*1*1px)}}.gap-small{gap:50px;gap:calc(var(--distance-min-small)*1*1px)}@media screen and (min-width:320px){.gap-small{gap:calc(40px + 3.125vw);gap:calc(var(--distance-min-small)*1px*1 + (var(--distance-max-small) - var(--distance-min-small))*(100vw - 320px)/2240*1)}}@media screen and (min-width:2560px){.gap-small{gap:120px;gap:calc(var(--distance-max-small)*1*1px)}}.gap-medium{gap:50px;gap:calc(var(--distance-min-medium)*1*1px)}@media screen and (min-width:320px){.gap-medium{gap:calc(22.85714px + 8.48214vw);gap:calc(var(--distance-min-medium)*1px*1 + (var(--distance-max-medium) - var(--distance-min-medium))*(100vw - 320px)/2240*1)}}@media screen and (min-width:2560px){.gap-medium{gap:240px;gap:calc(var(--distance-max-medium)*1*1px)}}.gap-large{gap:150px;gap:calc(var(--distance-min-large)*1*1px)}@media screen and (min-width:320px){.gap-large{gap:calc(120px + 9.375vw);gap:calc(var(--distance-min-large)*1px*1 + (var(--distance-max-large) - var(--distance-min-large))*(100vw - 320px)/2240*1)}}@media screen and (min-width:2560px){.gap-large{gap:360px;gap:calc(var(--distance-max-large)*1*1px)}}.gap-xlarge{gap:200px;gap:calc(var(--distance-min-xlarge)*1*1px)}@media screen and (min-width:320px){.gap-xlarge{gap:calc(171.42857px + 8.92857vw);gap:calc(var(--distance-min-xlarge)*1px*1 + (var(--distance-max-xlarge) - var(--distance-min-xlarge))*(100vw - 320px)/2240*1)}}@media screen and (min-width:2560px){.gap-xlarge{gap:400px;gap:calc(var(--distance-max-xlarge)*1*1px)}}.pill-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:9px;gap:calc(var(--gutter-horizontal)/5)}.pill-wrapper.small_gutter{gap:4.5px;gap:calc(var(--gutter-horizontal)/10)}.pill-wrapper__nowrap{-ms-flex-wrap:nowrap;flex-wrap:nowrap;white-space:nowrap}.pill-wrapper__inline{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}.pill-wrapper .pill{margin:0}.pill,.pill_inline{display:block;font-size:14px;font-size:calc(var(--paragraph-min-font-size)*1px);line-height:1.44;text-transform:uppercase}@media screen and (min-width:320px){.pill,.pill_inline{font-size:calc(13.42857px + .17857vw);font-size:calc(var(--paragraph-min-font-size)*1px + (var(--paragraph-max-font-size) - var(--paragraph-min-font-size))*(100vw - 320px)/2240)}}@media screen and (min-width:2560px){.pill,.pill_inline{font-size:18px;font-size:calc(var(--paragraph-max-font-size)*1px)}}.pill.small,.pill_inline.small{font-size:12px}@media screen and (min-width:320px){.pill.small,.pill_inline.small{font-size:calc(11.71429px + .08929vw)}}@media screen and (min-width:2560px){.pill.small,.pill_inline.small{font-size:14px}}.pill:not(.pill_inline),.pill_inline:not(.pill_inline){background:#fff;background:var(--color-light-1);border:1px solid #000;border:1px solid var(--color-dark-1);border-radius:5px;padding:7px 25px}.pill:not(.pill_inline).small,.pill_inline:not(.pill_inline).small{padding:5px 15px}.pill_inline_light,.pill_light{border-color:1px solid #fff!important;border-color:1px solid var(--color-light-1)!important;color:#fff!important;color:var(--color-light-1)!important}.pill_transparent{background:transparent!important}.pill__status{background-color:#ffcf5e;background-color:var(--color-warning);border-radius:999rem;color:#000;color:var(--color-dark-1);font-family:Aeonik,sans-serif;font-family:var(--font-primary);font-size:.85rem;font-style:normal;font-weight:400;line-height:1.1;overflow:hidden;padding:.33em .75em;text-overflow:ellipsis;white-space:nowrap}.pill__status--available{background-color:#88ffa9;background-color:var(--color-success)}.pill__status--not_available{background-color:#ff5e5e;background-color:var(--color-danger)}.pill__status__click{cursor:pointer}.aspect-ratio{height:0;padding-top:100%;position:relative;width:100%}.aspect-ratio img{height:100%;left:0;position:absolute;top:0;width:100%}.aspect-ratio.cover img{-o-object-fit:cover;object-fit:cover}.aspect-ratio-16-9{height:0;padding-top:56.25%;position:relative;width:100%}.aspect-ratio-16-9 img{height:100%;left:0;position:absolute;top:0;width:100%}.aspect-ratio-16-9.cover img{-o-object-fit:cover;object-fit:cover}.aspect-ratio-4-3{height:0;padding-top:75%;position:relative;width:100%}.aspect-ratio-4-3 img{height:100%;left:0;position:absolute;top:0;width:100%}.aspect-ratio-4-3.cover img{-o-object-fit:cover;object-fit:cover}.aspect-ratio-3-2{height:0;padding-top:66.66%;position:relative;width:100%}.aspect-ratio-3-2 img{height:100%;left:0;position:absolute;top:0;width:100%}.aspect-ratio-3-2.cover img{-o-object-fit:cover;object-fit:cover}.aspect-ratio-8-5{height:0;padding-top:62.5%;position:relative;width:100%}.aspect-ratio-8-5 img{height:100%;left:0;position:absolute;top:0;width:100%}.aspect-ratio-8-5.cover img{-o-object-fit:cover;object-fit:cover}.aspect-ratio-5-3{height:0;padding-top:60%;position:relative;width:100%}.aspect-ratio-5-3 img{height:100%;left:0;position:absolute;top:0;width:100%}.aspect-ratio-5-3.cover img{-o-object-fit:cover;object-fit:cover}.aspect-ratio-5-4{height:0;padding-top:80%;position:relative;width:100%}.aspect-ratio-5-4 img{height:100%;left:0;position:absolute;top:0;width:100%}.aspect-ratio-5-4.cover img{-o-object-fit:cover;object-fit:cover}.aspect-ratio-7-5{height:0;padding-top:71.42%;position:relative;width:100%}.aspect-ratio-7-5 img{height:100%;left:0;position:absolute;top:0;width:100%}.aspect-ratio-7-5.cover img{-o-object-fit:cover;object-fit:cover}.aspect-ratio-16-10{height:0;padding-top:62.5%;position:relative;width:100%}.aspect-ratio-16-10 img{height:100%;left:0;position:absolute;top:0;width:100%}.aspect-ratio-16-10.cover img{-o-object-fit:cover;object-fit:cover}.aspect-ratio-3-4{height:0;padding-top:133.33%;position:relative;width:100%}.aspect-ratio-3-4 img{height:100%;left:0;position:absolute;top:0;width:100%}.aspect-ratio-3-4.cover img{-o-object-fit:cover;object-fit:cover}.aspect-ratio-2-3{height:0;padding-top:150%;position:relative;width:100%}.aspect-ratio-2-3 img{height:100%;left:0;position:absolute;top:0;width:100%}.aspect-ratio-2-3.cover img{-o-object-fit:cover;object-fit:cover}.aspect-ratio-5-8{height:0;padding-top:160%;position:relative;width:100%}.aspect-ratio-5-8 img{height:100%;left:0;position:absolute;top:0;width:100%}.aspect-ratio-5-8.cover img{-o-object-fit:cover;object-fit:cover}.aspect-ratio-3-5{height:0;padding-top:166.66%;position:relative;width:100%}.aspect-ratio-3-5 img{height:100%;left:0;position:absolute;top:0;width:100%}.aspect-ratio-3-5.cover img{-o-object-fit:cover;object-fit:cover}.aspect-ratio-4-5{height:0;padding-top:125%;position:relative;width:100%}.aspect-ratio-4-5 img{height:100%;left:0;position:absolute;top:0;width:100%}.aspect-ratio-4-5.cover img{-o-object-fit:cover;object-fit:cover}.aspect-ratio-5-7{height:0;padding-top:140%;position:relative;width:100%}.aspect-ratio-5-7 img{height:100%;left:0;position:absolute;top:0;width:100%}.aspect-ratio-5-7.cover img{-o-object-fit:cover;object-fit:cover}.aspect-ratio-10-16{height:0;padding-top:160%;position:relative;width:100%}.aspect-ratio-10-16 img{height:100%;left:0;position:absolute;top:0;width:100%}.aspect-ratio-10-16.cover img{-o-object-fit:cover;object-fit:cover}.aspect-ratio-9-16{height:0;padding-top:177.77%;position:relative;width:100%}.aspect-ratio-9-16 img{height:100%;left:0;position:absolute;top:0;width:100%}.aspect-ratio-9-16.cover img{-o-object-fit:cover;object-fit:cover}.aspect-ratio-1-1{height:0;padding-top:100%;position:relative;width:100%}.aspect-ratio-1-1 img{height:100%;left:0;position:absolute;top:0;width:100%}.aspect-ratio-1-1.cover img{-o-object-fit:cover;object-fit:cover}.global-note{backdrop-filter:blur(10px);background:hsla(0,0%,100%,.5);border:1px solid hsla(0,0%,100%,.25);border-radius:10px;bottom:45px;bottom:var(--gutter-horizontal);-webkit-box-shadow:0 5px 20px rgba(0,0,0,.125);box-shadow:0 5px 20px rgba(0,0,0,.125);color:#000;color:var(--paragraph-color-dark);font-size:14px;font-size:calc(var(--paragraph-min-font-size)*1px);font-weight:400;left:45px;left:var(--gutter-horizontal);line-height:1.633;line-height:var(--paragraph-line-height);overflow:hidden;padding:15px 45px;padding:calc(var(--gutter-horizontal)/3) calc(var(--gutter-horizontal)/1);position:fixed;right:auto;text-shadow:1px 1px 1px hsla(0,0%,100%,.125);top:auto;z-index:50}@media screen and (min-width:991px){.global-note{bottom:22.5px;bottom:calc(var(--gutter-horizontal)/2);left:22.5px;left:calc(var(--gutter-horizontal)/2)}}@media screen and (min-width:320px){.global-note{font-size:calc(13.42857px + .17857vw);font-size:calc(var(--paragraph-min-font-size)*1px + (var(--paragraph-max-font-size) - var(--paragraph-min-font-size))*(100vw - 320px)/2240)}}@media screen and (min-width:2560px){.global-note{font-size:18px;font-size:calc(var(--paragraph-max-font-size)*1px)}}@media screen and (min-width:991px){.global-note{padding:7.5px 15px;padding:calc(var(--gutter-horizontal)/6) calc(var(--gutter-horizontal)/3)}}.header{padding-bottom:45px;padding-bottom:var(--gutter-vertical);padding-top:45px;padding-top:var(--gutter-vertical);pointer-events:none}.header.onscroll{padding-bottom:22.5px;padding-bottom:calc(var(--gutter-vertical)/2);padding-top:22.5px;padding-top:calc(var(--gutter-vertical)/2)}.header .header__bg{height:100%;left:0;opacity:1;position:absolute;top:0;-webkit-transform:translateY(-100%);transform:translateY(-100%);-webkit-transition:all .33s cubic-bezier(.785,.135,.15,.86);transition:all .33s cubic-bezier(.785,.135,.15,.86);width:100%;z-index:-1}.header a,.header input,.header select{pointer-events:auto}.bookingtool .header{padding-bottom:22.5px;padding-bottom:calc(var(--gutter-vertical)/2);padding-top:22.5px;padding-top:calc(var(--gutter-vertical)/2)}.bookingtool .header .header__bg,.dashboard .header .header__bg,.linktree .header .header__bg,.slider .header .header__bg{display:none!important}.header_absolute{position:absolute}.header_absolute,.header_fixed{left:0;top:0;width:100%;z-index:500}.header_fixed{position:fixed}.header__container{position:relative;z-index:501}.header__col{display:-webkit-box;display:-ms-flexbox;display:flex;gap:1rem;opacity:0;visibility:hidden}.header__col-center{left:50%;position:absolute;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.header__col-right{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:2rem}@media screen and (max-width:991px){.header__col-right{gap:1rem}}a.beta_message__center{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;background:transparent;background:#fff;background:var(--color-light-1);border:1px solid #fff;border:1px solid var(--color-light-1);border-radius:100px;color:#000!important;color:var(--color-dark-1)!important;-ms-flex-direction:row;flex-direction:row;font-size:.85rem;font-weight:400;left:50%;line-height:1.25;margin:0 auto;padding:.33rem 1rem;position:absolute;top:50%;-webkit-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%);-webkit-transition:background-color .25s ease-in-out,border-color .25s ease-in-out,opacity .25s ease-in-out,visibility .25s ease-in-out,color .25s ease-in-out;transition:background-color .25s ease-in-out,border-color .25s ease-in-out,opacity .25s ease-in-out,visibility .25s ease-in-out,color .25s ease-in-out;white-space:nowrap;z-index:100}a.beta_message__center .text-desktop{display:none}a.beta_message__center .text-mobile{display:inline-block}@media screen and (min-width:991px){a.beta_message__center .text-desktop{display:inline-block}a.beta_message__center .text-mobile{display:none}}@media screen and (max-width:991px){a.beta_message__center{font-size:.7rem;padding:.2rem .8rem}}a.beta_message__center:hover{background:#a5a6a6!important;background:var(--color-light-3)!important;border-color:#a5a6a6!important;border-color:var(--color-light-3)!important;color:#fff!important;color:var(--color-light-1)!important}.header.onscroll a.beta_message__center,.header.opened a.beta_message__center{opacity:0}.header__wrapper-burger{height:80px;position:absolute;width:80px}.header__burger{cursor:pointer;display:inline-block;height:38px;pointer-events:auto;position:relative;vertical-align:middle;width:30px;z-index:500}.header__burger:hover .header__burger-line:first-of-type{-webkit-transform:scaleX(1);transform:scaleX(1)}.header__burger:hover .header__burger-line:nth-of-type(2){-webkit-transform:scaleX(.75);transform:scaleX(.75)}.header__burger:hover .header__burger-line:nth-of-type(3){-webkit-transform:scaleX(1);transform:scaleX(1)}.header__burger_opened .header__burger-line:first-of-type,.header__burger_opened:hover .header__burger-line:first-of-type{-webkit-transform:scaleX(1) rotate(45deg) translate(12px,17px);transform:scaleX(1) rotate(45deg) translate(12px,17px)}.header__burger_opened .header__burger-line:nth-of-type(2),.header__burger_opened:hover .header__burger-line:nth-of-type(2){-webkit-transform:scaleX(0);transform:scaleX(0)}.header__burger_opened .header__burger-line:nth-of-type(3),.header__burger_opened:hover .header__burger-line:nth-of-type(3){-webkit-transform:scaleX(1) rotate(-45deg) translate(12px,-17px);transform:scaleX(1) rotate(-45deg) translate(12px,-17px)}.header__burger-line{background-color:#000;background-color:var(--color-dark-1);height:1px;position:absolute;-webkit-transition:all .2s cubic-bezier(.785,.135,.15,.86);transition:all .2s cubic-bezier(.785,.135,.15,.86);width:100%}.header__burger-line:first-of-type{left:0;top:9px;-webkit-transform:scaleX(1);transform:scaleX(1);-webkit-transform-origin:right center;transform-origin:right center}.header__burger-line:nth-of-type(2){bottom:0;left:0;margin:auto;top:0;-webkit-transform-origin:left center;transform-origin:left center}.header__burger-line:nth-of-type(3){bottom:9px;left:0;-webkit-transform:scaleX(1);transform:scaleX(1);-webkit-transform-origin:right center;transform-origin:right center}.header__wrapper-menu{margin:0;position:relative}@media screen and (min-width:991px){.header__wrapper-menu{width:56%}}.header__wrapper-overlay-menu{background:none!important;background-color:transparent!important;background-color:initial!important;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;height:100vh;overflow-x:hidden;overflow-y:auto;position:fixed;right:0;top:0;width:66.666vw;z-index:500;-webkit-overflow-scrolling:touch;opacity:0;padding:4.85% 3.75% 1.85%;pointer-events:auto;visibility:hidden}@media screen and (max-width:767px){.header__wrapper-overlay-menu{padding:270px 45px 45px;padding:calc(var(--gutter-vertical)*6) calc(var(--gutter-vertical)*1) calc(var(--gutter-vertical)*1);width:100vw}}.header__wrapper-overlay-menu-inner{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%}@media screen and (max-width:991px){.header__wrapper-overlay-menu-inner{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.header__wrapper-bottom-menu-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:44%}@media screen and (max-width:767px){.header__wrapper-bottom-menu-wrapper{margin-bottom:2.5em;margin-top:0;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%}}.header-curtain{height:100vh;margin:auto;overflow:hidden;position:fixed;right:0;top:0;-webkit-transform:translateX(100%);transform:translateX(100%);width:66.666vw;z-index:100}@media screen and (max-width:767px){.header-curtain{-webkit-transform:translateX(120%);transform:translateX(120%);width:100vw}}.header-curtain_transition{z-index:101}.header__wrapper-overlay-widgets{margin-top:auto;max-width:66%;width:100%}@media screen and (max-width:767px){.header__wrapper-overlay-widgets{max-width:100%}}.header__widget-content{font-size:14px}.header__widget-content p{font-size:14px;line-height:2;margin-bottom:0;margin-top:0}@media screen and (max-width:991px){.header__wrapper-overlay-menu{text-align:center}.header__wrapper-menu{margin-bottom:45px;margin-bottom:var(--gutter-horizontal);margin-top:0;max-width:100%}.header__wrapper-overlay-widgets{margin-bottom:90px;margin-bottom:calc(var(--gutter-horizontal)*2);margin-top:0;max-width:100%}.header__widget{margin-bottom:1em}.header__widget:last-child{margin-bottom:2em}.header__burger{height:35px;width:30px}.header__burger_opened .header__burger-line:first-of-type,.header__burger_opened:hover .header__burger-line:first-of-type{-webkit-transform:scaleX(1) rotate(45deg) translate(10px,15px);transform:scaleX(1) rotate(45deg) translate(10px,15px)}.header__burger_opened .header__burger-line:nth-of-type(2),.header__burger_opened:hover .header__burger-line:nth-of-type(2){-webkit-transform:scaleX(0);transform:scaleX(0)}.header__burger_opened .header__burger-line:nth-of-type(3),.header__burger_opened:hover .header__burger-line:nth-of-type(3){-webkit-transform:scaleX(1) rotate(-45deg) translate(11px,-16px);transform:scaleX(1) rotate(-45deg) translate(11px,-16px)}.header__overlay-menu-back{top:2px}}.header__wrapper-circle-button{bottom:50%;display:inline-block;position:absolute;-webkit-transform:translateY(50%) translateX(50%);transform:translateY(50%) translateX(50%);z-index:50}.header__wrapper-circle-button a{position:relative}@media screen and (min-width:62em){.header__wrapper-circle-button .circle-button_link_graphic.whatareyougoodat .circle-button__outer svg{height:140px;width:140px}}@media screen and (min-width:62em)and (min-width:320px){.header__wrapper-circle-button .circle-button_link_graphic.whatareyougoodat .circle-button__outer svg{width:calc(132.85714px + 2.23214vw)}}@media screen and (min-width:62em)and (min-width:2560px){.header__wrapper-circle-button .circle-button_link_graphic.whatareyougoodat .circle-button__outer svg{width:190px}}@media screen and (min-width:62em)and (min-width:320px){.header__wrapper-circle-button .circle-button_link_graphic.whatareyougoodat .circle-button__outer svg{height:calc(132.85714px + 2.23214vw)}}@media screen and (min-width:62em)and (min-width:2560px){.header__wrapper-circle-button .circle-button_link_graphic.whatareyougoodat .circle-button__outer svg{height:190px}}@media screen and (min-width:48em)and (max-width:62em){.header__wrapper-circle-button .circle-button_link_graphic.whatareyougoodat .circle-button__outer svg{height:90px;width:90px}}@media screen and (min-width:48em)and (max-width:62em)and (min-width:320px){.header__wrapper-circle-button .circle-button_link_graphic.whatareyougoodat .circle-button__outer svg{width:calc(82.85714px + 2.23214vw)}}@media screen and (min-width:48em)and (max-width:62em)and (min-width:2560px){.header__wrapper-circle-button .circle-button_link_graphic.whatareyougoodat .circle-button__outer svg{width:140px}}@media screen and (min-width:48em)and (max-width:62em)and (min-width:320px){.header__wrapper-circle-button .circle-button_link_graphic.whatareyougoodat .circle-button__outer svg{height:calc(82.85714px + 2.23214vw)}}@media screen and (min-width:48em)and (max-width:62em)and (min-width:2560px){.header__wrapper-circle-button .circle-button_link_graphic.whatareyougoodat .circle-button__outer svg{height:140px}}.header__wrapper-circle-button .circle-button__icon{display:none!important}@media(prefers-reduced-motion:reduce){.header__wrapper-circle-button .circle-button__icon{display:block!important}.header__wrapper-circle-button .circle-button__video{display:none!important}}@media(min-width:992px){.header__wrapper-circle-button{right:15.75%}}@media(min-width:1100px){.header__wrapper-circle-button{right:17.25%}}@media(min-width:1350px){.header__wrapper-circle-button{right:21.125%}}@media(min-width:1450px){.header__wrapper-circle-button{right:22%}}@media(min-width:1520px){.header__wrapper-circle-button{right:22.75%}}@media(min-width:1700px){.header__wrapper-circle-button{right:24.175%}}@media(max-width:991px){.header__wrapper-circle-button{bottom:15%;right:38.5%}}@media(max-width:768px){.header__wrapper-circle-button{bottom:auto;margin-top:-12rem;position:relative;right:auto;-webkit-transform:none;transform:none;-ms-flex-item-align:end;align-self:end}}[data-goodat-header-logo=dark-center] .logo__img-dark,[data-goodat-header-logo=dark] .logo__img-dark{opacity:1;visibility:visible}[data-goodat-header-logo=dark-center] .logo__img-light,[data-goodat-header-logo=dark-center].onscroll .logo__img-dark,[data-goodat-header-logo=dark] .logo__img-light,[data-goodat-header-logo=dark].onscroll .logo__img-dark{opacity:0;visibility:hidden}[data-goodat-header-logo=dark-center].onscroll .logo__img-light,[data-goodat-header-logo=dark].onscroll .logo__img-light{opacity:1;visibility:visible}[data-goodat-header-logo=light-center] .logo__img-dark,[data-goodat-header-logo=light] .logo__img-dark{opacity:0;visibility:hidden}[data-goodat-header-logo=light-center] .logo__img-light,[data-goodat-header-logo=light] .logo__img-light{opacity:1;visibility:visible}[data-goodat-header-logo=dark-center] .logo__left .logo__img-dark,[data-goodat-header-logo=dark-center] .logo__left .logo__img-light,[data-goodat-header-logo=dark] .logo__center .logo__img-dark,[data-goodat-header-logo=dark] .logo__center .logo__img-light,[data-goodat-header-logo=light-center] .logo__left .logo__img-dark,[data-goodat-header-logo=light-center] .logo__left .logo__img-light,[data-goodat-header-logo=light] .logo__center .logo__img-dark,[data-goodat-header-logo=light] .logo__center .logo__img-light{opacity:0;visibility:hidden}[data-goodat-header-logo=dark-center].onscroll .logo__left .logo__img-dark,[data-goodat-header-logo=dark-center].onscroll .logo__left .logo__img-light,[data-goodat-header-logo=light-center].onscroll .logo__left .logo__img-dark,[data-goodat-header-logo=light-center].onscroll .logo__left .logo__img-light{opacity:1;visibility:visible}[data-goodat-header-logo=dark-center].onscroll .logo__center .logo__img-dark,[data-goodat-header-logo=dark-center].onscroll .logo__center .logo__img-light,[data-goodat-header-logo=light-center].onscroll .logo__center .logo__img-dark,[data-goodat-header-logo=light-center].onscroll .logo__center .logo__img-light{opacity:0;visibility:hidden}.login__menu{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;opacity:1;-webkit-transition:all .6s cubic-bezier(.785,.135,.15,.86);transition:all .6s cubic-bezier(.785,.135,.15,.86)}.login__menu a{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}.login__menu .button{font-size:12px;padding:4px 20px}@media screen and (min-width:320px){.login__menu .button{font-size:calc(11.71429px + .08929vw)}}@media screen and (min-width:2560px){.login__menu .button{font-size:14px}}@media screen and (max-width:1680px){.login__menu .button{padding:4px 15px}}@media screen and (max-width:991px){.login__menu .button{padding:4px 15px}}.login__menu .button_inline{margin-left:.5em;margin-right:.5em;padding-left:0;padding-right:0}.login__menu .profile-image{height:1.75em;width:1.75em}.login__menu-menu{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;list-style-type:none;margin:0;padding:0;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:.5rem}@media screen and (max-width:991px){.login__menu-menu{gap:0}}.login__menu-item,.login__menu-item__icon{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}.login__menu-item__icon{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;border-radius:999em;cursor:pointer;height:2.5em;justify-content:center;-webkit-transition:.15s ease-out;transition:.15s ease-out;width:2.5em}.login__menu-item__icon.active{background-color:rgba(38,38,38,.05)}.login__menu-item__icon svg{height:auto;width:60%}.login__menu-item.messenger .login__menu-item__icon{position:relative}.login__menu-item.messenger .login__menu-item__icon:after{background-color:#ff5e5e;background-color:var(--color-error);border:.1em solid #fff;border:.1em solid var(--color-light-1);border-radius:999em;content:"";height:.75em;opacity:0;position:absolute;right:.125em;top:.35em;-webkit-transition:.15s ease-out;transition:.15s ease-out;width:.75em}.login__menu-item.messenger .login__menu-item__icon.unread:after{opacity:1}.login__menu-item.messenger svg{margin-top:.25em!important}.login__menu-item.profile{margin-left:.5rem}.login__menu-item.on-desktop{display:none}@media screen and (min-width:991px){.login__menu-item.on-desktop{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}}.login__menu-item.on-mobile{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}@media screen and (min-width:991px){.login__menu-item.on-mobile{display:none}}.home .login__menu-item__icon,.neue-freelancer-landingpage .login__menu-item__icon{display:none!important}.header.opened .login__menu{opacity:0;pointer-events:none;-webkit-transition:all .6s cubic-bezier(.785,.135,.15,.86);transition:all .6s cubic-bezier(.785,.135,.15,.86)}.js-header-sticky{-webkit-box-shadow:0 0 30px 0 hsla(0,0%,9%,0);box-shadow:0 0 30px 0 hsla(0,0%,9%,0);-webkit-transition:all .4s ease;transition:all .4s ease;will-change:padding,box-shadow,background-color}.header_sticky{-webkit-box-shadow:0 0 30px 0 hsla(0,0%,9%,.1);box-shadow:0 0 30px 0 hsla(0,0%,9%,.1);left:0;padding-bottom:15px;padding-top:15px;position:fixed;top:0;width:100%}.header_sticky[data-goodat-header-sticky-logo=dark] .logo__img-dark{opacity:1;visibility:visible}.header_sticky[data-goodat-header-sticky-logo=dark] .logo__img-light,.header_sticky[data-goodat-header-sticky-logo=light] .logo__img-dark{opacity:0;visibility:hidden}.header_sticky[data-goodat-header-sticky-logo=light] .logo__img-light{opacity:1;visibility:visible}body.slider .js-header-sticky{left:0!important;position:absolute!important;top:0!important;width:100%!important}body.slider [data-goodat-header-logo=dark-center].onscroll .logo__left .logo__img-dark,body.slider [data-goodat-header-logo=dark-center].onscroll .logo__left .logo__img-light,body.slider [data-goodat-header-logo=light-center].onscroll .logo__left .logo__img-dark,body.slider [data-goodat-header-logo=light-center].onscroll .logo__left .logo__img-light{visibility:hidden!important}.header[data-goodat-theme-text=light] .logo__text-title,.header[data-goodat-theme-text=light] a:hover{color:#fff}.header[data-goodat-theme-text=light] .header__burger-line{background-color:#fff}.header[data-goodat-theme-text=light] .button_inline{color:#fff}.header[data-goodat-theme-text=light] .button_inline:hover{color:#a5a6a6;color:var(--color-light-3)}.header[data-goodat-theme-text=light] .button_bordered.button_black{border-color:#fff;color:#fff}.header[data-goodat-theme-text=light] .button_bordered.button_black:hover{border-color:#a5a6a6;border-color:var(--color-light-3);color:#a5a6a6;color:var(--color-light-3)}.header[data-goodat-theme-text=light] .login__menu-item__icon.active{background-color:hsla(0,0%,100%,.175)}.header[data-goodat-theme-text=light] .login__menu-item.messenger svg .fill{fill:#fff;fill:var(--color-light-1)}.header[data-goodat-theme-text=light] .login__menu-item.messenger svg .stroke{stroke:#fff;stroke:var(--color-light-1)}.header[data-goodat-theme-text=light] .login__menu-item.messenger .login__menu-item__icon:after{border:.1em solid #000;border:.1em solid var(--color-dark-1)}.header.bg-dark-1 .header__burger-line,.header.bg-dark-2 .header__burger-line,.header.bg-dark-3 .header__burger-line,.header.bg-dark-4 .header__burger-line{background-color:#fff}.header.bg-light-1 .header__burger-line,.header.bg-light-2 .header__burger-line,.header.bg-light-3 .header__burger-line,.header.bg-light-4 .header__burger-line,.header.bg-white .header__burger-line{background-color:#2b2c2c;background-color:var(--color-gray-1)}.header.opened .logo__center .logo__img-dark,.header.opened .logo__center .logo__img-light{opacity:0!important;visibility:hidden!important}.header.opened[data-goodat-header-overlay-theme=light],.header.opened[data-goodat-header-overlay-theme=light] .paragraph,.header.opened[data-goodat-header-overlay-theme=light] p{color:#2b2c2c;color:var(--color-dark-2)}.header.opened[data-goodat-header-overlay-theme=light] .header__burger-line{background-color:#2b2c2c;background-color:var(--color-gray-1)}.header.opened[data-goodat-header-overlay-theme=light] .header__burger:hover .header__burger-line{background-color:#2b2c2c;background-color:var(--color-dark-2)}.header.opened[data-goodat-header-overlay-theme=light] a{color:#2b2c2c;color:var(--color-gray-1)}.header.opened[data-goodat-header-overlay-theme=light] a:hover{color:#000;color:var(--color-dark-1)}.header.opened[data-goodat-header-overlay-theme=light] .button_inline{color:#2b2c2c;color:var(--color-gray-1)}.header.opened[data-goodat-header-overlay-theme=light] .button_inline:hover{color:#000;color:var(--color-dark-1)}.header.opened[data-goodat-header-overlay-theme=light] .button_bordered.button_black{border-color:#2b2c2c;border-color:var(--color-gray-1);color:#2b2c2c;color:var(--color-gray-1)}.header.opened[data-goodat-header-overlay-theme=light] .button_bordered.button_black:hover{border-color:#000;border-color:var(--color-dark-1);color:#000;color:var(--color-dark-1)}.header.onscroll,.header.opened[data-goodat-header-overlay-theme=dark]{color:#fff}.header.onscroll .header__burger-line,.header.onscroll .header__burger:hover .header__burger-line,.header.opened[data-goodat-header-overlay-theme=dark] .header__burger-line,.header.opened[data-goodat-header-overlay-theme=dark] .header__burger:hover .header__burger-line{background-color:#fff}.header.onscroll a,.header.opened[data-goodat-header-overlay-theme=dark] a{color:#fff}.header.onscroll a:hover,.header.opened[data-goodat-header-overlay-theme=dark] a:hover{color:#a5a6a6;color:var(--color-light-3)}.header.onscroll .button_inline,.header.opened[data-goodat-header-overlay-theme=dark] .button_inline{color:#fff}.header.onscroll .button_inline:hover,.header.opened[data-goodat-header-overlay-theme=dark] .button_inline:hover{color:#a5a6a6;color:var(--color-light-3)}.header.onscroll .button_bordered.button_black,.header.opened[data-goodat-header-overlay-theme=dark] .button_bordered.button_black{border-color:#fff;color:#fff}.header.onscroll .button_bordered.button_black:hover,.header.opened[data-goodat-header-overlay-theme=dark] .button_bordered.button_black:hover{border-color:#a5a6a6;border-color:var(--color-light-3);color:#a5a6a6;color:var(--color-light-3)}@media(max-width:991px){.header.onscroll .logo__center .logo__img-dark,.header.onscroll .logo__center .logo__img-light,.header.onscroll .logo__img-dark,.header.opened[data-goodat-header-overlay-theme=dark] .logo__center .logo__img-dark,.header.opened[data-goodat-header-overlay-theme=dark] .logo__center .logo__img-light,.header.opened[data-goodat-header-overlay-theme=dark] .logo__img-dark{opacity:0;visibility:hidden}.header.onscroll .logo__img-light,.header.opened[data-goodat-header-overlay-theme=dark] .logo__img-light{opacity:1;visibility:visible}}.header .header__bg{background-color:#000;background-color:var(--color-dark-1)}.body_lock-scroll .header__bg,.cursor-progress .header__bg,.header_fixed:not(.onscroll) .header__bg,.html_lock-scroll .header__bg{background-color:transparent!important}.logo{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;vertical-align:middle}.logo canvas{display:block;height:130px;left:0;position:absolute;top:0;-webkit-transform:translateX(-17.5px) translateY(-50px);transform:translateX(-17.5px) translateY(-50px);-webkit-transition:all .2s cubic-bezier(.785,.135,.15,.86);transition:all .2s cubic-bezier(.785,.135,.15,.86);width:130px}@media screen and (max-width:767px){.logo canvas{height:105px;-webkit-transform:translateX(-13.5px) translateY(-41px);transform:translateX(-13.5px) translateY(-41px);width:105px}}.logo__wrapper-img{position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto;height:100%;margin-right:15px;min-height:28.5px;min-width:100px;width:100%}@media screen and (max-width:767px){.logo__wrapper-img{min-height:22.5px;min-width:80px}}.logo__img-light{left:0;opacity:0;position:absolute;top:0;visibility:hidden}.logo.logo__center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.logo.logo__center canvas{height:200px;-webkit-transform:translateX(-27.5px) translateY(-80px);transform:translateX(-27.5px) translateY(-80px);width:200px}@media screen and (max-width:767px){.logo.logo__center canvas{height:140px;-webkit-transform:translateX(-10px) translateY(-53.5px);transform:translateX(-10px) translateY(-53.5px);width:140px}}.logo.logo__center .logo__wrapper-img{margin-right:0;min-height:42px;min-width:150px}@media screen and (max-width:767px){.logo.logo__center .logo__wrapper-img{min-height:33px;min-width:120px}}.menu-overlay{list-style-type:none;margin:0;padding:0}.menu-overlay>li{display:block;margin-bottom:2.125em}.menu-overlay>li .menu-item-inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media screen and (max-width:767px){.menu-overlay>li .menu-item-inner{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.menu-overlay>li{margin-bottom:1.5em}}.menu-overlay>li a{display:inline-block;font-family:Aeonik,sans-serif;font-family:var(--font-primary);font-size:24px;font-style:normal;font-weight:400;line-height:1.2;position:relative;text-align:left!important;text-transform:uppercase}@media screen and (max-width:767px){.menu-overlay>li a{display:block}}.menu-overlay>li a .split-text__line{text-align:left!important}@media screen and (min-width:320px){.menu-overlay>li a{font-size:calc(18.85714px + 1.60714vw)}}@media screen and (min-width:2560px){.menu-overlay>li a{font-size:60px}}.menu-overlay__item-wrapper{height:100%;width:100%}.menu-overlay-bottom-menu{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:.885em;margin-bottom:2.75em}@media screen and (max-width:767px){.menu-overlay-bottom-menu{width:100%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.menu-overlay-bottom-menu#menu-social-links-header,.menu-overlay-bottom-menu#menu-sub-footer-nav{display:none!important}}.menu-overlay-bottom-menu>li{display:block;margin-bottom:0;margin-right:2em;margin-top:0}.menu-overlay-bottom-menu>li a{display:block;font-size:14px;font-style:normal;font-weight:400;line-height:1.2;text-transform:none;white-space:nowrap}@media screen and (min-width:320px){.menu-overlay-bottom-menu>li a{font-size:calc(13.14286px + .26786vw)}}@media screen and (min-width:2560px){.menu-overlay-bottom-menu>li a{font-size:20px}}.menu-overlay .sub-menu{display:-webkit-box;display:-ms-flexbox;display:flex;gap:.5em;height:0;list-style-type:none;margin:0 0 0 .85%;padding:0;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}@media screen and (max-width:767px){.menu-overlay .sub-menu{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.menu-overlay .sub-menu .menu-icon,.menu-overlay .sub-menu .menu-item-line{display:none!important}.menu-overlay .sub-menu>li{display:block}.menu-overlay .sub-menu>li:first-child{padding-top:.5em}.menu-overlay .sub-menu>li a{font-family:Aeonik,sans-serif;font-family:var(--font-primary);font-size:20px;font-style:normal;font-weight:400;line-height:1.2;padding:0;text-transform:none}@media screen and (min-width:320px){.menu-overlay .sub-menu>li a{font-size:calc(17.14286px + .89286vw)}}@media screen and (min-width:2560px){.menu-overlay .sub-menu>li a{font-size:40px}}.menu-overlay .sub-menu>li:last-child a{margin-right:0}.menu-overlay-bottom-menu .sub-menu{display:none!important}.menu-overlay>li>.menu-item-inner>a{width:100%}@media screen and (max-width:767px){.header__wrapper-overlay-widgets{display:none!important}}.social__header{display:none!important}@media screen and (max-width:767px){.social__header{bottom:45px;bottom:calc(var(--gutter-horizontal)*1);display:block!important;position:absolute;right:45px;right:calc(var(--gutter-horizontal)*1)}}.menu{list-style-type:none;margin:0 -15px;padding:0;position:relative;word-wrap:normal;font-size:10px;font-weight:700;letter-spacing:1px;line-height:1.3;text-transform:uppercase}@media screen and (min-width:320px){.menu{font-size:calc(9.57143px + .13393vw)}}@media screen and (min-width:2560px){.menu{font-size:13px}}.menu>li{display:inline-block}.menu>li:not(:last-child){margin-right:17px}.menu>li a{display:block;padding:0 15px}.menu>li>a{padding-bottom:10px;padding-top:10px}.menu .menu-item-has-children{position:relative}.menu .menu-item-has-children>a:hover~ul{opacity:1;-webkit-transform:translate(0);transform:translate(0);visibility:visible;z-index:50}@media screen and (max-width:991px){.menu.menu_disabled .sub-menu{opacity:0!important;-webkit-transform:translateY(20px)!important;transform:translateY(20px)!important;visibility:hidden!important}}.has-contextmenu{position:relative}.contextmenu__menu{background-color:#000;background-color:var(--color-dark-1);border-radius:5px;left:0;margin-top:11.25px;margin-top:calc(var(--gutter-vertical)/4);min-width:7.5rem;opacity:0;padding:11.25px 15px;padding:calc(var(--gutter-vertical)/4) calc(var(--gutter-vertical)/3);position:absolute;top:100%;visibility:hidden;z-index:10}@media screen and (max-width:991px){.contextmenu__menu{margin-top:22.5px;margin-top:calc(var(--gutter-vertical)/2);padding:22.5px;padding:calc(var(--gutter-vertical)/2) calc(var(--gutter-vertical)/2)}}.contextmenu__menu.right{left:auto;right:0}.contextmenu__menu.left{left:0;right:auto}.contextmenu__menu.top{bottom:100%;top:auto}.contextmenu__menu-menu{display:-webkit-box;display:-ms-flexbox;display:flex;list-style-type:none;margin:0;padding:0;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:.33em}.contextmenu__menu-menu a{color:#fff!important;color:var(--color-light-1)!important;display:block;font-family:Aeonik,sans-serif;font-family:var(--font-primary);font-size:14px;font-style:normal;font-weight:400;line-height:1.2;text-transform:none;white-space:nowrap}@media screen and (min-width:320px){.contextmenu__menu-menu a{font-size:calc(13.85714px + .04464vw)}}@media screen and (min-width:2560px){.contextmenu__menu-menu a{font-size:15px}}@media screen and (max-width:991px){.contextmenu__menu-menu a:not(.small){font-size:16px;line-height:1.15}}@media screen and (max-width:991px)and (min-width:320px){.contextmenu__menu-menu a:not(.small){font-size:calc(14.85714px + .35714vw)}}@media screen and (max-width:991px)and (min-width:2560px){.contextmenu__menu-menu a:not(.small){font-size:24px}}@media screen and (max-width:991px){.contextmenu__menu-menu a.small{font-size:15px;line-height:1.15}}@media screen and (max-width:991px)and (min-width:320px){.contextmenu__menu-menu a.small{font-size:calc(14.71429px + .08929vw)}}@media screen and (max-width:991px)and (min-width:2560px){.contextmenu__menu-menu a.small{font-size:17px}}.contextmenu__menu-menu a:hover{color:#a5a6a6!important;color:var(--color-light-3)!important}.contextmenu__menu-menu a .icon{margin-right:.25em}.overlay{-webkit-backface-visibility:hidden;backface-visibility:hidden;height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:-1}.overlay_dark{background-color:rgba(0,0,0,.6)}.overlay_dark-30{background-color:rgba(0,0,0,.2)}.overlay_bottom-dark{background-image:-webkit-gradient(linear,left bottom,left top,from(#111),to(hsla(0,0%,7%,0)));background-image:linear-gradient(0deg,#111,hsla(0,0%,7%,0))}.overlay_top-dark{background-image:-webkit-gradient(linear,left top,left bottom,from(#111),to(hsla(0,0%,7%,0)));background-image:linear-gradient(180deg,#111,hsla(0,0%,7%,0))}.overlay_light{background-color:hsla(0,0%,100%,.8)}.counter__number{font-family:Berlingske,serif;font-family:var(--font-secondary);font-size:43px;font-weight:200;line-height:1}@media screen and (min-width:320px){.counter__number{font-size:calc(34.28571px + 2.72321vw)}}@media screen and (min-width:2560px){.counter__number{font-size:104px}}.counter__label{color:#2b2c2c;color:var(--color-gray-1);font-size:14px;line-height:1.5;margin-top:5px}@media screen and (min-width:320px){.counter__label{font-size:calc(13.42857px + .17857vw)}}@media screen and (min-width:2560px){.counter__label{font-size:18px}}.curtain__wrapper-svg{height:100%;width:100%}.curtain__rect{-webkit-box-flex:1;background:#000;-ms-flex:1 0 80%;flex:1 0 80%}.curtain{height:100%}.curtain:not(.header-curtain){width:100%}.curtain-svg{height:100%;width:100%}.curtain-svg__curve{visibility:hidden}.curtain-svg_bottom{display:none!important;-webkit-transform:rotate(180deg)!important;transform:rotate(180deg)!important}.curtain__text{display:-webkit-box;display:-ms-flexbox;display:flex;height:100%;left:0;position:absolute;top:0;width:100%;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;color:#fff;color:var(--color-light-1);font-family:Berlingske,serif;font-family:var(--font-secondary);font-size:1.2rem;font-weight:400;justify-content:center;line-height:1.125;text-align:center;z-index:1}.transition-curtain{background-color:#000;background-color:var(--color-dark-1);margin:auto;-webkit-transform:translateY(0);transform:translateY(0);z-index:999}.preloader,.transition-curtain{height:100vh;left:0;overflow:hidden;position:fixed;top:0;width:100vw}.preloader{z-index:9999}.preloader,.preloader__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.preloader__content{-ms-flex-wrap:wrap;flex-wrap:wrap;height:100%;height:auto!important;left:50%;max-height:calc(100vh - 135px);max-height:calc(100vh - var(--gutter-vertical)*3);overflow:hidden!important;padding:0;position:fixed;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:100%}.preloader__counter{display:-webkit-box;display:-ms-flexbox;display:flex;white-space:nowrap;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.preloader__counter .goodat-icon{-webkit-animation-duration:2.25s!important;animation-duration:2.25s!important;font-size:1.15em;margin-left:.25em;margin-top:-.125em}.preloader__counter-number{display:inline-block;width:30px}.preloader__counter-current{text-align:right}.preloader__counter-current,.preloader__counter-total{font-family:Aeonik,sans-serif;font-family:var(--font-primary);font-weight:600}.preloader__counter-total{text-align:left}.preloader__curtain-svg{height:100%;width:100%;fill:#ccc}.preloader__curtain{display:-webkit-box;display:-ms-flexbox;display:flex;height:100vh;left:0;position:absolute;top:0;width:100vw;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.preloader__curtain-curve{visibility:hidden}.preloader__curtain-normal{visibility:visible}.preloader__logo_animation{font-size:1.5rem;line-height:1.1;position:relative}.preloader__logo_animation .goodat-icons,.preloader__logo_animation .goodat-logo{height:2.25rem;left:50%;overflow:hidden;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);white-space:nowrap;width:15rem}.preloader__logo_animation .goodat-icon{margin:.25em -.125em 0;opacity:0}.preloader__logo_animation .goodat-icon-separator{display:inline-block;width:.015em}.preloader__logo_animation .goodat-logo{left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.preloader__logo_animation .goodat-logo img{height:2rem;opacity:0;-webkit-transform:translateY(150%);transform:translateY(150%);width:auto}.footer{font-weight:400}.footer__area{font-size:14px;font-size:calc(var(--paragraph-min-font-size)*1px);line-height:1.5}@media screen and (min-width:320px){.footer__area{font-size:calc(13.42857px + .17857vw);font-size:calc(var(--paragraph-min-font-size)*1px + (var(--paragraph-max-font-size) - var(--paragraph-min-font-size))*(100vw - 320px)/2240)}}@media screen and (min-width:2560px){.footer__area{font-size:18px;font-size:calc(var(--paragraph-max-font-size)*1px)}}.footer__area p{font-size:14px;font-size:calc(var(--paragraph-min-font-size)*1px)}@media screen and (min-width:320px){.footer__area p{font-size:calc(13.42857px + .17857vw);font-size:calc(var(--paragraph-min-font-size)*1px + (var(--paragraph-max-font-size) - var(--paragraph-min-font-size))*(100vw - 320px)/2240)}}@media screen and (min-width:2560px){.footer__area p{font-size:18px;font-size:calc(var(--paragraph-max-font-size)*1px)}}.footer__area.footer__area_bottom,.footer__area.footer__area_bottom p{font-size:11px}@media screen and (min-width:320px){.footer__area.footer__area_bottom,.footer__area.footer__area_bottom p{font-size:calc(10px + .3125vw);font-size:calc(11px + (var(--paragraph-max-font-size) - 11)*(100vw - 320px)/2240)}}@media screen and (min-width:2560px){.footer__area.footer__area_bottom,.footer__area.footer__area_bottom p{font-size:18px;font-size:calc(var(--paragraph-max-font-size)*1px)}}@media screen and (min-width:767px)and (max-width:1024px){.footer__area.footer__area_bottom,.footer__area.footer__area_bottom p{font-size:10px}}@media screen and (min-width:767px)and (max-width:1024px)and (min-width:320px){.footer__area.footer__area_bottom,.footer__area.footer__area_bottom p{font-size:calc(9.42857px + .17857vw)}}@media screen and (min-width:767px)and (max-width:1024px)and (min-width:2560px){.footer__area.footer__area_bottom,.footer__area.footer__area_bottom p{font-size:14px}}.footer__area p{line-height:1.5}.footer__area a:not([class]){color:#fff!important;color:var(--color-light-1)!important;-webkit-text-decoration:none!important;text-decoration:none!important}.footer__area .widgettitle{margin-bottom:.5em;margin-top:0}.footer__area .widgettitle:after{display:none}@media screen and (max-width:991px){.text-center .logo__wrapper-img{margin-left:auto;margin-right:auto}}.footer_menu{display:grid;list-style-type:none;padding:0;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;grid-gap:45px 0;grid-gap:var(--gutter-horizontal) 0;gap:45px 0;gap:var(--gutter-horizontal) 0;grid-template-areas:". .";grid-template-columns:72% 28%;margin:0}@media screen and (max-width:767px){.footer_menu{grid-template-areas:".";grid-template-columns:1fr}}.footer_menu a{color:#fff!important;color:var(--color-light-1)!important;font-size:1.25rem;font-weight:400;overflow:hidden!important;padding:0;text-overflow:ellipsis;white-space:nowrap}.footer_menu a:hover{color:#a5a6a6!important;color:var(--color-light-3)!important}.footer_menu>li{margin:0}.footer_menu>li>a{font-size:2rem;font-weight:400;text-transform:uppercase}@media screen and (max-width:991px){.footer_menu>li>a{font-size:1.5rem}}.footer_menu>li ul.sub-menu{list-style-type:none;margin:0;padding:0}.footer_menu>li ul.sub-menu a{text-transform:none}.footer_menu_side{list-style-type:none;margin:0;padding:0}.footer_menu_side li{margin:0}.footer_menu_side a{color:#fff!important;color:var(--color-light-1)!important;overflow:hidden!important;padding:0;text-overflow:ellipsis;white-space:nowrap}.footer_menu_side a:hover{color:#a5a6a6!important;color:var(--color-light-3)!important}.subfooter_menu{display:grid;list-style-type:none;-webkit-box-orient:horizontal;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0;padding:0}.subfooter_menu a{color:#fff!important;color:var(--color-light-1)!important;padding:0}.subfooter_menu a:hover{color:#a5a6a6!important;color:var(--color-light-3)!important}.subfooter_menu>li{-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0}.subfooter_menu>li,.subfooter_menu>li:not(:last-child):after{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}.subfooter_menu>li:not(:last-child):after{border-top:1px solid #fff;content:"";height:1px;margin-left:1em;margin-right:1em;width:1em}.widget_goodat_top_navigation{margin-top:1.25rem}.footer-copy-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;gap:0}@media screen and (max-width:767px){.footer-copy-wrapper{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}@media screen and (min-width:767px){.widget_goodat_madeby{width:72%}}.widget_goodat_madeby span.small{display:inline-block;font-size:.75em;margin-left:.125em;margin-right:.125em}.widget_goodat_backtotop svg{margin-right:.5rem}.widget_goodat_backtotop a{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#fff!important;color:var(--color-light-1)!important}.widget_goodat_backtotop a:hover{color:#a5a6a6!important;color:var(--color-light-3)!important}.footer-form-widget{margin-top:3rem}@media screen and (min-width:991px){.footer-form-widget{max-width:50%}}[data-goodat-footer-logo=dark] .logo__img-dark{opacity:1;visibility:visible}[data-goodat-footer-logo=dark] .logo__img-light,[data-goodat-footer-logo=light] .logo__img-dark{opacity:0;visibility:hidden}[data-goodat-footer-logo=light] .logo__img-light{opacity:1;visibility:visible}[data-goodat-theme-text=light] .logo__text-title,[data-goodat-theme-text=light] .widget_nav_menu ul.menu>li a:hover{color:#fff}[data-goodat-theme-text=light] .logo__text-tagline{color:#b7b9b9;color:var(--color-gray-2)}.container-fluid{padding-left:45px;padding-left:var(--gutter-horizontal);padding-right:45px;padding-right:var(--gutter-horizontal)}.container-fluid_paddings{padding-bottom:45px;padding-bottom:var(--gutter-horizontal);padding-top:45px;padding-top:var(--gutter-horizontal)}@media screen and (max-width:991px){.container_p-md-0{padding:0}.container_px-md-0{padding-left:0;padding-right:0}.container_px-md-0>.row{margin-left:0;margin-right:0}.container_px-md-0 [class*=col-]{padding-left:0;padding-right:0}.container_py-md-0{padding-bottom:0;padding-top:0}}@media screen and (max-width:767px){.container_p-sm-0{padding:0}.container_px-sm-0{padding-left:0;padding-right:0}.container_px-sm-0>.row{margin-left:0;margin-right:0}.container_px-sm-0 [class*=col-]{padding-left:0;padding-right:0}.container_py-sm-0{padding-bottom:0;padding-top:0}}@media screen and (max-width:576px){.container_p-xs-0{padding:0}.container_px-xs-0{padding-left:0;padding-right:0}.container_px-xs-0>.row{margin-left:0;margin-right:0}.container_px-xs-0 [class*=col-]{padding-left:0;padding-right:0}.container_py-xs-0{padding-bottom:0;padding-top:0}}a:-webkit-any-link:focus-visible{outline-offset:0}.link{background:-webkit-gradient(linear,left top,right top,from(#000),to(#000)),-webkit-gradient(linear,left top,right top,from(#a5a6a6),to(#a5a6a6));background:linear-gradient(90deg,#000,#000),linear-gradient(90deg,#a5a6a6,#a5a6a6);background:-webkit-gradient(linear,left top,right top,from(var(--color-dark-1)),to(var(--color-dark-1))),-webkit-gradient(linear,left top,right top,from(var(--color-light-3)),to(var(--color-light-3)));background:linear-gradient(to right,var(--color-dark-1),var(--color-dark-1)),linear-gradient(to right,var(--color-light-3),var(--color-light-3));background-position:100% 100%,0 100%;background-repeat:no-repeat;background-size:100% 1px,0 1px;-webkit-box-shadow:none;box-shadow:none;cursor:pointer;display:inline-block;font-family:Berlingske,serif;font-family:var(--font-secondary);font-size:40px;font-style:italic;font-weight:300;outline:none;position:relative;-webkit-transition:all .2s cubic-bezier(.785,.135,.15,.86);transition:all .2s cubic-bezier(.785,.135,.15,.86)}@media screen and (min-width:320px){.link{font-size:calc(34.28571px + 1.78571vw)}}@media screen and (min-width:2560px){.link{font-size:80px}}.link__categories{font-size:32px;line-height:1.25}@media screen and (min-width:320px){.link__categories{font-size:calc(30.85714px + .35714vw)}}@media screen and (min-width:2560px){.link__categories{font-size:40px}}.link__small{font-size:35px}@media screen and (min-width:320px){.link__small{font-size:calc(31.42857px + 1.11607vw)}}@media screen and (min-width:2560px){.link__small{font-size:60px}}.link__light{background:-webkit-gradient(linear,left top,right top,from(#fff),to(#fff)),-webkit-gradient(linear,left top,right top,from(#a5a6a6),to(#a5a6a6));background:linear-gradient(90deg,#fff,#fff),linear-gradient(90deg,#a5a6a6,#a5a6a6);background:-webkit-gradient(linear,left top,right top,from(var(--color-light-1)),to(var(--color-light-1))),-webkit-gradient(linear,left top,right top,from(var(--color-light-3)),to(var(--color-light-3)));background:linear-gradient(to right,var(--color-light-1),var(--color-light-1)),linear-gradient(to right,var(--color-light-3),var(--color-light-3));background-position:100% 100%,0 100%;background-repeat:no-repeat;background-size:100% 1px,0 1px;color:#fff;color:var(--color-light-1)}.link__dark{background:-webkit-gradient(linear,left top,right top,from(#000),to(#000)),-webkit-gradient(linear,left top,right top,from(#a5a6a6),to(#a5a6a6));background:linear-gradient(90deg,#000,#000),linear-gradient(90deg,#a5a6a6,#a5a6a6);background:-webkit-gradient(linear,left top,right top,from(var(--color-dark-1)),to(var(--color-dark-1))),-webkit-gradient(linear,left top,right top,from(var(--color-light-3)),to(var(--color-light-3)));background:linear-gradient(to right,var(--color-dark-1),var(--color-dark-1)),linear-gradient(to right,var(--color-light-3),var(--color-light-3));background-position:100% 100%,0 100%;background-repeat:no-repeat;background-size:100% 1px,0 1px;color:#000;color:var(--color-dark-1)}.link:focus,.link:hover{background-size:0 1px,100% 1px}.link:focus{outline:none}.link .h3-alt,.link .h4-alt{-webkit-transition:all .2s cubic-bezier(.785,.135,.15,.86);transition:all .2s cubic-bezier(.785,.135,.15,.86)}.link:hover .h3-alt,.link:hover .h4-alt{opacity:.2}.link__label{text-indent:.125em}.link__label_flex{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.link__label_noindent{text-indent:0}.link__label_nolineheight{line-height:0}.link__label .h3{line-height:2}.link__label .h3-alt{line-height:1.125;margin-top:.3em}.link__label .h4-alt{line-height:1.25}.link_fullwidth{display:block;width:100%}.link_fullwidth .link__label{overflow:hidden!important;text-overflow:ellipsis;white-space:nowrap}.link--arrow{display:-webkit-box;display:-ms-flexbox;display:flex}.link--arrow--left{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.link--arrow--left .link__arrow{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;margin-right:3rem}.link--arrow--right .link__arrow{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.link--arrow--right .link__label{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;margin-right:3rem}.link--arrow--animate{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;background-size:100% 1px,0 1px!important;-ms-flex-direction:row-reverse;flex-direction:row-reverse;overflow:hidden;position:relative}.link--arrow--animate .link__label{margin-left:0}.link--arrow--animate .link__arrow,.link--arrow--animate .link__label{-webkit-transition:all .33s cubic-bezier(.785,.135,.15,.86);transition:all .33s cubic-bezier(.785,.135,.15,.86)}.link--arrow--animate .link__arrow{left:0;position:absolute;-webkit-transform:translateX(-100%);transform:translateX(-100%)}.link--arrow--animate:focus .link__label,.link--arrow--animate:hover .link__label{margin-left:2.5rem}.link--arrow--animate:focus .link__arrow,.link--arrow--animate:hover .link__arrow{-webkit-transform:translateX(0);transform:translateX(0)}.section-content__content a:not([class]),.section-content__heading a:not([class]),.section-content__text a:not([class]),.section-content__text_animate a:not([class]),.section-content__text_page a:not([class]),.section-masthead__content a:not([class]),.section-slide__content a:not([class]),.section-wp-control a:not([class]){background:-webkit-gradient(linear,left top,right top,from(#000),to(#000)),-webkit-gradient(linear,left top,right top,from(#a5a6a6),to(#a5a6a6));background:linear-gradient(90deg,#000,#000),linear-gradient(90deg,#a5a6a6,#a5a6a6);background:-webkit-gradient(linear,left top,right top,from(var(--color1,var(--color-dark-1))),to(var(--color1,var(--color-dark-1)))),-webkit-gradient(linear,left top,right top,from(var(--color2,var(--color-light-3))),to(var(--color2,var(--color-light-3))));background:linear-gradient(to right,var(--color1,var(--color-dark-1)),var(--color1,var(--color-dark-1))),linear-gradient(to right,var(--color2,var(--color-light-3)),var(--color2,var(--color-light-3)));background-position:100% 100%,0 100%;background-repeat:no-repeat;background-size:100% 1px,0 1px;-webkit-box-shadow:none;box-shadow:none;cursor:pointer;display:inline-block;line-height:1.33;outline:none;-webkit-transition:all .2s cubic-bezier(.785,.135,.15,.86);transition:all .2s cubic-bezier(.785,.135,.15,.86)}.section-content__content a:not([class]):focus,.section-content__content a:not([class]):hover,.section-content__heading a:not([class]):focus,.section-content__heading a:not([class]):hover,.section-content__text a:not([class]):focus,.section-content__text a:not([class]):hover,.section-content__text_animate a:not([class]):focus,.section-content__text_animate a:not([class]):hover,.section-content__text_page a:not([class]):focus,.section-content__text_page a:not([class]):hover,.section-masthead__content a:not([class]):focus,.section-masthead__content a:not([class]):hover,.section-slide__content a:not([class]):focus,.section-slide__content a:not([class]):hover,.section-wp-control a:not([class]):focus,.section-wp-control a:not([class]):hover{background-size:0 1px,100% 1px}.section-content__content a:not([class]):focus,.section-content__heading a:not([class]):focus,.section-content__text a:not([class]):focus,.section-content__text_animate a:not([class]):focus,.section-content__text_page a:not([class]):focus,.section-masthead__content a:not([class]):focus,.section-slide__content a:not([class]):focus,.section-wp-control a:not([class]):focus{outline:none}.section-content__content.alt-link a:not([class]),.section-content__heading.alt-link a:not([class]),.section-content__text.alt-link a:not([class]),.section-content__text_animate.alt-link a:not([class]),.section-content__text_page.alt-link a:not([class]),.section-masthead__content.alt-link a:not([class]),.section-slide__content.alt-link a:not([class]),.section-wp-control.alt-link a:not([class]){background:transparent;display:inline;font-weight:600}.section-content__content.alt-link a:not([class]):focus,.section-content__content.alt-link a:not([class]):hover,.section-content__heading.alt-link a:not([class]):focus,.section-content__heading.alt-link a:not([class]):hover,.section-content__text.alt-link a:not([class]):focus,.section-content__text.alt-link a:not([class]):hover,.section-content__text_animate.alt-link a:not([class]):focus,.section-content__text_animate.alt-link a:not([class]):hover,.section-content__text_page.alt-link a:not([class]):focus,.section-content__text_page.alt-link a:not([class]):hover,.section-masthead__content.alt-link a:not([class]):focus,.section-masthead__content.alt-link a:not([class]):hover,.section-slide__content.alt-link a:not([class]):focus,.section-slide__content.alt-link a:not([class]):hover,.section-wp-control.alt-link a:not([class]):focus,.section-wp-control.alt-link a:not([class]):hover{background:transparent;color:#b7b9b9;color:var(--color-gray-2)}.section-content__content li a:not([class]),.section-content__heading li a:not([class]),.section-content__text li a:not([class]),.section-content__text_animate li a:not([class]),.section-content__text_page li a:not([class]),.section-masthead__content li a:not([class]),.section-slide__content li a:not([class]),.section-wp-control li a:not([class]){line-height:inherit!important}.section-content__content .text-light a:not([class]),.section-content__content.text-light a:not([class]),.section-content__heading .text-light a:not([class]),.section-content__heading.text-light a:not([class]),.section-content__text .text-light a:not([class]),.section-content__text.text-light a:not([class]),.section-content__text_animate .text-light a:not([class]),.section-content__text_animate.text-light a:not([class]),.section-content__text_page .text-light a:not([class]),.section-content__text_page.text-light a:not([class]),.section-masthead__content .text-light a:not([class]),.section-masthead__content.text-light a:not([class]),.section-slide__content .text-light a:not([class]),.section-slide__content.text-light a:not([class]),.section-wp-control .text-light a:not([class]),.section-wp-control.text-light a:not([class]){color:#fff;color:var(--color-light-1);--color1:var(--color-light-1);--color2:var(--color-light-3)}.section-content__content .text-link-reverse a:not([class]),.section-content__content.text-link-reverse a:not([class]),.section-content__heading .text-link-reverse a:not([class]),.section-content__heading.text-link-reverse a:not([class]),.section-content__text .text-link-reverse a:not([class]),.section-content__text.text-link-reverse a:not([class]),.section-content__text_animate .text-link-reverse a:not([class]),.section-content__text_animate.text-link-reverse a:not([class]),.section-content__text_page .text-link-reverse a:not([class]),.section-content__text_page.text-link-reverse a:not([class]),.section-masthead__content .text-link-reverse a:not([class]),.section-masthead__content.text-link-reverse a:not([class]),.section-slide__content .text-link-reverse a:not([class]),.section-slide__content.text-link-reverse a:not([class]),.section-wp-control .text-link-reverse a:not([class]),.section-wp-control.text-link-reverse a:not([class]){background:-webkit-gradient(linear,left top,right top,from(transparent),to(transparent)),-webkit-gradient(linear,left top,right top,from(#a5a6a6),to(#a5a6a6));background:linear-gradient(90deg,transparent,transparent),linear-gradient(90deg,#a5a6a6,#a5a6a6);background:-webkit-gradient(linear,left top,right top,from(var(--color1,transparent)),to(var(--color1,transparent))),-webkit-gradient(linear,left top,right top,from(var(--color2,var(--color-light-3))),to(var(--color2,var(--color-light-3))));background:linear-gradient(to right,var(--color1,transparent),var(--color1,transparent)),linear-gradient(to right,var(--color2,var(--color-light-3)),var(--color2,var(--color-light-3)));background-position:100% 100%,0 100%;background-repeat:no-repeat;background-size:100% 1px,0 1px;-webkit-box-shadow:none;box-shadow:none;cursor:pointer;outline:none}.section-content__content .text-link-reverse a:not([class]):focus,.section-content__content .text-link-reverse a:not([class]):hover,.section-content__content.text-link-reverse a:not([class]):focus,.section-content__content.text-link-reverse a:not([class]):hover,.section-content__heading .text-link-reverse a:not([class]):focus,.section-content__heading .text-link-reverse a:not([class]):hover,.section-content__heading.text-link-reverse a:not([class]):focus,.section-content__heading.text-link-reverse a:not([class]):hover,.section-content__text .text-link-reverse a:not([class]):focus,.section-content__text .text-link-reverse a:not([class]):hover,.section-content__text.text-link-reverse a:not([class]):focus,.section-content__text.text-link-reverse a:not([class]):hover,.section-content__text_animate .text-link-reverse a:not([class]):focus,.section-content__text_animate .text-link-reverse a:not([class]):hover,.section-content__text_animate.text-link-reverse a:not([class]):focus,.section-content__text_animate.text-link-reverse a:not([class]):hover,.section-content__text_page .text-link-reverse a:not([class]):focus,.section-content__text_page .text-link-reverse a:not([class]):hover,.section-content__text_page.text-link-reverse a:not([class]):focus,.section-content__text_page.text-link-reverse a:not([class]):hover,.section-masthead__content .text-link-reverse a:not([class]):focus,.section-masthead__content .text-link-reverse a:not([class]):hover,.section-masthead__content.text-link-reverse a:not([class]):focus,.section-masthead__content.text-link-reverse a:not([class]):hover,.section-slide__content .text-link-reverse a:not([class]):focus,.section-slide__content .text-link-reverse a:not([class]):hover,.section-slide__content.text-link-reverse a:not([class]):focus,.section-slide__content.text-link-reverse a:not([class]):hover,.section-wp-control .text-link-reverse a:not([class]):focus,.section-wp-control .text-link-reverse a:not([class]):hover,.section-wp-control.text-link-reverse a:not([class]):focus,.section-wp-control.text-link-reverse a:not([class]):hover{background-size:0 1px,100% 1px}.section-content__content .text-link-reverse a:not([class]):focus,.section-content__content.text-link-reverse a:not([class]):focus,.section-content__heading .text-link-reverse a:not([class]):focus,.section-content__heading.text-link-reverse a:not([class]):focus,.section-content__text .text-link-reverse a:not([class]):focus,.section-content__text.text-link-reverse a:not([class]):focus,.section-content__text_animate .text-link-reverse a:not([class]):focus,.section-content__text_animate.text-link-reverse a:not([class]):focus,.section-content__text_page .text-link-reverse a:not([class]):focus,.section-content__text_page.text-link-reverse a:not([class]):focus,.section-masthead__content .text-link-reverse a:not([class]):focus,.section-masthead__content.text-link-reverse a:not([class]):focus,.section-slide__content .text-link-reverse a:not([class]):focus,.section-slide__content.text-link-reverse a:not([class]):focus,.section-wp-control .text-link-reverse a:not([class]):focus,.section-wp-control.text-link-reverse a:not([class]):focus{outline:none}.section-content__content .text-link-reverse .text-light a:not([class]),.section-content__content .text-link-reverse.text-light a:not([class]),.section-content__content.text-link-reverse .text-light a:not([class]),.section-content__content.text-link-reverse.text-light a:not([class]),.section-content__heading .text-link-reverse .text-light a:not([class]),.section-content__heading .text-link-reverse.text-light a:not([class]),.section-content__heading.text-link-reverse .text-light a:not([class]),.section-content__heading.text-link-reverse.text-light a:not([class]),.section-content__text .text-link-reverse .text-light a:not([class]),.section-content__text .text-link-reverse.text-light a:not([class]),.section-content__text.text-link-reverse .text-light a:not([class]),.section-content__text.text-link-reverse.text-light a:not([class]),.section-content__text_animate .text-link-reverse .text-light a:not([class]),.section-content__text_animate .text-link-reverse.text-light a:not([class]),.section-content__text_animate.text-link-reverse .text-light a:not([class]),.section-content__text_animate.text-link-reverse.text-light a:not([class]),.section-content__text_page .text-link-reverse .text-light a:not([class]),.section-content__text_page .text-link-reverse.text-light a:not([class]),.section-content__text_page.text-link-reverse .text-light a:not([class]),.section-content__text_page.text-link-reverse.text-light a:not([class]),.section-masthead__content .text-link-reverse .text-light a:not([class]),.section-masthead__content .text-link-reverse.text-light a:not([class]),.section-masthead__content.text-link-reverse .text-light a:not([class]),.section-masthead__content.text-link-reverse.text-light a:not([class]),.section-slide__content .text-link-reverse .text-light a:not([class]),.section-slide__content .text-link-reverse.text-light a:not([class]),.section-slide__content.text-link-reverse .text-light a:not([class]),.section-slide__content.text-link-reverse.text-light a:not([class]),.section-wp-control .text-link-reverse .text-light a:not([class]),.section-wp-control .text-link-reverse.text-light a:not([class]),.section-wp-control.text-link-reverse .text-light a:not([class]),.section-wp-control.text-link-reverse.text-light a:not([class]){--color1:transparent;--color2:var(--color-light-1)}.content-link{background:-webkit-gradient(linear,left top,right top,from(#000),to(#000)),-webkit-gradient(linear,left top,right top,from(#a5a6a6),to(#a5a6a6));background:linear-gradient(90deg,#000,#000),linear-gradient(90deg,#a5a6a6,#a5a6a6);background:-webkit-gradient(linear,left top,right top,from(var(--color1,var(--color-dark-1))),to(var(--color1,var(--color-dark-1)))),-webkit-gradient(linear,left top,right top,from(var(--color2,var(--color-light-3))),to(var(--color2,var(--color-light-3))));background:linear-gradient(to right,var(--color1,var(--color-dark-1)),var(--color1,var(--color-dark-1))),linear-gradient(to right,var(--color2,var(--color-light-3)),var(--color2,var(--color-light-3)));background-position:100% 100%,0 100%;background-repeat:no-repeat;background-size:100% 1px,0 1px;-webkit-box-shadow:none;box-shadow:none;cursor:pointer;display:inline-block;line-height:1.33;outline:none;-webkit-transition:all .2s cubic-bezier(.785,.135,.15,.86);transition:all .2s cubic-bezier(.785,.135,.15,.86)}.content-link:focus,.content-link:hover{background-size:0 1px,100% 1px}.content-link:focus{outline:none}.content-link-auto{background:-webkit-gradient(linear,left top,right top,from(#000),to(#000)),-webkit-gradient(linear,left top,right top,from(#a5a6a6),to(#a5a6a6));background:linear-gradient(90deg,#000,#000),linear-gradient(90deg,#a5a6a6,#a5a6a6);background:-webkit-gradient(linear,left top,right top,from(var(--color1,var(--color-dark-1))),to(var(--color1,var(--color-dark-1)))),-webkit-gradient(linear,left top,right top,from(var(--color2,var(--color-light-3))),to(var(--color2,var(--color-light-3))));background:linear-gradient(to right,var(--color1,var(--color-dark-1)),var(--color1,var(--color-dark-1))),linear-gradient(to right,var(--color2,var(--color-light-3)),var(--color2,var(--color-light-3)));background-position:100% 100%,0 100%;background-repeat:no-repeat;background-size:100% 1px,0 1px;-webkit-box-shadow:none;box-shadow:none;cursor:pointer;display:inline-block;outline:none;-webkit-transition:all .2s cubic-bezier(.785,.135,.15,.86);transition:all .2s cubic-bezier(.785,.135,.15,.86)}.content-link-auto:focus,.content-link-auto:hover{background-size:0 1px,100% 1px}.content-link-auto:focus{outline:none}.content-link-reverse{background:-webkit-gradient(linear,left top,right top,from(transparent),to(transparent)),-webkit-gradient(linear,left top,right top,from(#a5a6a6),to(#a5a6a6));background:linear-gradient(90deg,transparent,transparent),linear-gradient(90deg,#a5a6a6,#a5a6a6);background:-webkit-gradient(linear,left top,right top,from(var(--color1,transparent)),to(var(--color1,transparent))),-webkit-gradient(linear,left top,right top,from(var(--color2,var(--color-light-3))),to(var(--color2,var(--color-light-3))));background:linear-gradient(to right,var(--color1,transparent),var(--color1,transparent)),linear-gradient(to right,var(--color2,var(--color-light-3)),var(--color2,var(--color-light-3)));background-position:100% 100%,0 100%;background-repeat:no-repeat;background-size:100% 1px,0 1px;-webkit-box-shadow:none;box-shadow:none;cursor:pointer;display:inline-block;line-height:1.33;outline:none;-webkit-transition:all .2s cubic-bezier(.785,.135,.15,.86);transition:all .2s cubic-bezier(.785,.135,.15,.86)}.content-link-reverse:focus,.content-link-reverse:hover{background-size:0 1px,100% 1px}.content-link-reverse:focus{outline:none}.content-link-auto-reverse{background:-webkit-gradient(linear,left top,right top,from(transparent),to(transparent)),-webkit-gradient(linear,left top,right top,from(#a5a6a6),to(#a5a6a6));background:linear-gradient(90deg,transparent,transparent),linear-gradient(90deg,#a5a6a6,#a5a6a6);background:-webkit-gradient(linear,left top,right top,from(var(--color1,transparent)),to(var(--color1,transparent))),-webkit-gradient(linear,left top,right top,from(var(--color2,var(--color-light-3))),to(var(--color2,var(--color-light-3))));background:linear-gradient(to right,var(--color1,transparent),var(--color1,transparent)),linear-gradient(to right,var(--color2,var(--color-light-3)),var(--color2,var(--color-light-3)));background-position:100% 100%,0 100%;background-repeat:no-repeat;background-size:100% 1px,0 1px;-webkit-box-shadow:none;box-shadow:none;cursor:pointer;display:inline-block;outline:none;-webkit-transition:all .2s cubic-bezier(.785,.135,.15,.86);transition:all .2s cubic-bezier(.785,.135,.15,.86)}.content-link-auto-reverse:focus,.content-link-auto-reverse:hover{background-size:0 1px,100% 1px}.content-link-auto-reverse:focus{outline:none}a[data-modal]{cursor:pointer}.text-light .content-link{--color1:var(--color-light-1);--color2:var(--color-light-3)}.text-light .content-link-reverse{--color1:transparent;--color2:var(--color-light-1)}.back-link,.next-link{background:-webkit-gradient(linear,left top,right top,from(transparent),to(transparent)),-webkit-gradient(linear,left top,right top,from(#a5a6a6),to(#a5a6a6));background:linear-gradient(90deg,transparent,transparent),linear-gradient(90deg,#a5a6a6,#a5a6a6);background:-webkit-gradient(linear,left top,right top,from(var(--color1,transparent)),to(var(--color1,transparent))),-webkit-gradient(linear,left top,right top,from(var(--color2,var(--color-light-3))),to(var(--color2,var(--color-light-3))));background:linear-gradient(to right,var(--color1,transparent),var(--color1,transparent)),linear-gradient(to right,var(--color2,var(--color-light-3)),var(--color2,var(--color-light-3)));background-position:100% 100%,0 100%;background-repeat:no-repeat;background-size:100% 1px,0 1px;-webkit-box-shadow:none;box-shadow:none;cursor:pointer;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;outline:none;-webkit-transition:all .2s cubic-bezier(.785,.135,.15,.86);transition:all .2s cubic-bezier(.785,.135,.15,.86);-webkit-box-align:center;-ms-flex-align:center;align-items:center}.back-link:focus,.back-link:hover,.next-link:focus,.next-link:hover{background-size:0 1px,100% 1px}.back-link:focus,.next-link:focus{outline:none}.back-link.text-light,.next-link.text-light{background:-webkit-gradient(linear,left top,right top,from(transparent),to(transparent)),-webkit-gradient(linear,left top,right top,from(#f9f9f9),to(#f9f9f9));background:linear-gradient(90deg,transparent,transparent),linear-gradient(90deg,#f9f9f9,#f9f9f9);background:-webkit-gradient(linear,left top,right top,from(var(--color1,transparent)),to(var(--color1,transparent))),-webkit-gradient(linear,left top,right top,from(var(--color2,var(--color-light-2))),to(var(--color2,var(--color-light-2))));background:linear-gradient(to right,var(--color1,transparent),var(--color1,transparent)),linear-gradient(to right,var(--color2,var(--color-light-2)),var(--color2,var(--color-light-2)));background-position:100% 100%,0 100%;background-repeat:no-repeat;background-size:100% 1px,0 1px}.back-link.text-light:focus,.back-link.text-light:hover,.next-link.text-light:focus,.next-link.text-light:hover{background-size:0 1px,100% 1px}.back-link:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='13.093'%3E%3Cpath d='M6.547 13.093h1.525L2.1 7.118H15V5.974H2.1L8.072 0H6.547L0 6.546Z'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:100%;content:"";display:block;height:.9em;margin-right:.44em;-webkit-transition:all .33s cubic-bezier(.785,.135,.15,.86);transition:all .33s cubic-bezier(.785,.135,.15,.86);-webkit-transition-duration:225ms;transition-duration:225ms;width:.8em}.back-link.text-light:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='13.093'%3E%3Cpath fill='%23fff' d='M6.547 13.093h1.525L2.1 7.118H15V5.974H2.1L8.072 0H6.547L0 6.546Z'/%3E%3C/svg%3E")}.next-link{margin-left:1rem}.next-link:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='13.093'%3E%3Cpath d='M8.453 0H6.928L12.9 5.975H0v1.144h12.9l-5.972 5.974h1.525L15 6.547Z'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:100%;content:"";display:block;height:.9em;margin-left:.44em;-webkit-transition:all .33s cubic-bezier(.785,.135,.15,.86);transition:all .33s cubic-bezier(.785,.135,.15,.86);-webkit-transition-duration:225ms;transition-duration:225ms;width:.8em}.next-link.text-light:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='13.093'%3E%3Cpath fill='%23fff' d='M8.453 0H6.928L12.9 5.975H0v1.144h12.9l-5.972 5.974h1.525L15 6.547Z'/%3E%3C/svg%3E")}.button{border-radius:80px;border-style:solid;border-width:1px;-webkit-box-shadow:none;box-shadow:none;cursor:pointer;display:inline-block;font-size:10px;font-size:14px;font-size:calc(var(--button-min-font-size)*1px);font-weight:400;letter-spacing:1px;letter-spacing:.085em;line-height:1.3;outline:none;padding:5px 45px;position:relative;text-align:center;text-transform:uppercase;-webkit-transition:all .44s cubic-bezier(.28,.13,.43,1);transition:all .44s cubic-bezier(.28,.13,.43,1)}@media screen and (min-width:320px){.button{font-size:calc(9.57143px + .13393vw)}}@media screen and (min-width:2560px){.button{font-size:13px}}.button__vertial_middle{margin-top:-.5em;vertical-align:middle}.button:focus{outline:none}.button[disabled]{cursor:not-allowed}@media screen and (min-width:320px){.button{font-size:calc(13.42857px + .17857vw);font-size:calc(var(--button-min-font-size)*1px + (var(--button-max-font-size) - var(--button-min-font-size))*(100vw - 320px)/2240)}}@media screen and (min-width:2560px){.button{font-size:18px;font-size:calc(var(--button-max-font-size)*1px)}}@media screen and (max-width:1680px){.button{padding:4px 30px}}@media screen and (max-width:991px){.button{padding:4px 25px}}.button_xsmall{font-size:12px;font-size:calc(var(--button-xsmall-min-font-size)*1px);padding:5px 15px}@media screen and (min-width:320px){.button_xsmall{font-size:calc(11.71429px + .08929vw);font-size:calc(var(--button-xsmall-min-font-size)*1px + (var(--button-xsmall-max-font-size) - var(--button-xsmall-min-font-size))*(100vw - 320px)/2240)}}@media screen and (min-width:2560px){.button_xsmall{font-size:14px;font-size:calc(var(--button-xsmall-max-font-size)*1px)}}@media screen and (max-width:1680px){.button_xsmall{padding:5px 10px}}@media screen and (max-width:991px){.button_xsmall{padding:5px 10px}}.button_small{font-size:13px;font-size:calc(var(--button-small-min-font-size)*1px);padding:5px 25px}@media screen and (min-width:320px){.button_small{font-size:calc(12.57143px + .13393vw);font-size:calc(var(--button-small-min-font-size)*1px + (var(--button-small-max-font-size) - var(--button-small-min-font-size))*(100vw - 320px)/2240)}}@media screen and (min-width:2560px){.button_small{font-size:16px;font-size:calc(var(--button-small-max-font-size)*1px)}}@media screen and (max-width:1680px){.button_small{padding:5px 20px}}@media screen and (max-width:991px){.button_small{padding:5px 20px}}.button_medium{font-size:13px;font-size:calc(var(--button-small-min-font-size)*1px);padding:5px 35px}@media screen and (min-width:320px){.button_medium{font-size:calc(12.57143px + .13393vw);font-size:calc(var(--button-small-min-font-size)*1px + (var(--button-small-max-font-size) - var(--button-small-min-font-size))*(100vw - 320px)/2240)}}@media screen and (min-width:2560px){.button_medium{font-size:16px;font-size:calc(var(--button-small-max-font-size)*1px)}}@media screen and (max-width:1680px){.button_medium{padding:5px 30px}}@media screen and (max-width:991px){.button_medium{padding:5px 25px}}.button_slider{font-size:13px;font-size:calc(var(--button-small-min-font-size)*1px);padding:5px 20px;vertical-align:bottom}@media screen and (min-width:320px){.button_slider{font-size:calc(12.57143px + .13393vw);font-size:calc(var(--button-small-min-font-size)*1px + (var(--button-small-max-font-size) - var(--button-small-min-font-size))*(100vw - 320px)/2240)}}@media screen and (min-width:2560px){.button_slider{font-size:16px;font-size:calc(var(--button-small-max-font-size)*1px)}}@media screen and (max-width:1680px){.button_slider{padding:5px 20px}}@media screen and (max-width:991px){.button_slider{padding:5px 15px}}.button__label{display:inline-block}.button_icon{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;border:none;justify-content:center;padding:0}.button_icon,.button_icon .button__svg{-webkit-transition:all .2s cubic-bezier(.785,.135,.15,.86);transition:all .2s cubic-bezier(.785,.135,.15,.86)}.button_icon .button__svg{margin-left:.33em}@media screen and (max-width:991px){.button_icon{padding:0}}.button__icon{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-transition:all .2s cubic-bezier(.785,.135,.15,.86);transition:all .2s cubic-bezier(.785,.135,.15,.86);width:60px}.button__icon i{font-size:24px}@media screen and (max-width:991px){.button__icon{width:43px}.button__icon i{font-size:20px}}.button_fullwidth{width:100%}.button_block{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}.button_in_text{margin-left:.25em;margin-right:.25em;-webkit-transform:translateY(-.25em);transform:translateY(-.25em)}.button_bordered{background-color:transparent}.button_bordered.button_white{border-color:#fff;border-color:var(--color-light-1)}.button_bordered.button_white,.button_bordered.button_white:not([href]):not([tabindex]){color:#fff;color:var(--color-light-1)}.button_bordered.button_white.fill_black,.button_bordered.button_white.fill_dark{background-color:#000;background-color:var(--color-dark-1)}.button_bordered.button_white[disabled]{border-color:#a5a6a6;border-color:var(--color-light-3);color:#a5a6a6;color:var(--color-light-3)}.button_bordered.button_white:not([disabled]):hover{background-color:#fff;background-color:var(--color-light-1);border-color:#fff;border-color:var(--color-light-1);color:#000;color:var(--color-dark-1)}.button_bordered.button_black{border-color:#000;border-color:var(--color-dark-1)}.button_bordered.button_black,.button_bordered.button_black:not([href]):not([tabindex]){color:#000;color:var(--color-dark-1)}.button_bordered.button_black.fill_light,.button_bordered.button_black.fill_white{background-color:#fff;background-color:var(--color-light-1)}.button_bordered.button_black[disabled]{border-color:#a5a6a6;border-color:var(--color-light-3);color:#a5a6a6;color:var(--color-light-3)}.button_bordered.button_black:not([disabled]):hover{color:#fff;color:var(--color-light-1)}.button_bordered.button_black:not([disabled]):hover,.button_solid.button_black{background-color:#000;background-color:var(--color-dark-1);border-color:#000;border-color:var(--color-dark-1)}.button_solid.button_black,.button_solid.button_black:not([href]):not([tabindex]){color:#fff}.button_solid.button_black[disabled]{background-color:#a5a6a6;background-color:var(--color-light-3);border-color:#a5a6a6;border-color:var(--color-light-3)}.button_solid.button_black.button_solid_neg:not([disabled]):hover,.button_solid.button_black:not([disabled]):hover{background-color:#a5a6a6;background-color:var(--color-light-3);border-color:#a5a6a6;border-color:var(--color-light-3);color:#fff}.button_solid.button_white{background-color:#fff;border-color:#fff;color:#000}.button_solid.button_white:not([href]):not([tabindex]){color:#000}.button_solid.button_white:not([disabled]):hover,.button_solid.button_white[disabled]{background-color:#a5a6a6;background-color:var(--color-light-3);border-color:#a5a6a6;border-color:var(--color-light-3)}.button_solid.button_white:not([disabled]):hover{color:#fff}.button_solid.button_success{background-color:#88ffa9;background-color:var(--color-success);border-color:#88ffa9;border-color:var(--color-success);color:#fff}.button_solid.button_success:not([href]):not([tabindex]){color:#fff}.button_solid.button_success[disabled]{background-color:#a5a6a6;background-color:var(--color-light-3);border-color:#a5a6a6;border-color:var(--color-light-3)}.button_solid.button_success:not([disabled]):hover{background-color:transparent;border-color:#88ffa9;border-color:var(--color-success);color:#88ffa9;color:var(--color-success)}.button_solid.button_success.button_solid_neg:not([disabled]):hover{background-color:#a5a6a6;background-color:var(--color-light-3);border-color:#a5a6a6;border-color:var(--color-light-3);color:#fff}.button_solid.button_danger{background-color:#ff5e5e;background-color:var(--color-danger);border-color:#ff5e5e;border-color:var(--color-danger);color:#fff}.button_solid.button_danger:not([href]):not([tabindex]){color:#fff}.button_solid.button_danger[disabled]{background-color:#a5a6a6;background-color:var(--color-light-3);border-color:#a5a6a6;border-color:var(--color-light-3)}.button_solid.button_danger:not([disabled]):hover{background-color:transparent;border-color:#ff5e5e;border-color:var(--color-danger);color:#ff5e5e;color:var(--color-danger)}.button_solid.button_danger.button_solid_neg:not([disabled]):hover{background-color:#a5a6a6;background-color:var(--color-light-3);border-color:#a5a6a6;border-color:var(--color-light-3);color:#fff}.button_solid.button_warning{background-color:#ffcf5e;background-color:var(--color-warning);border-color:#ffcf5e;border-color:var(--color-warning);color:#fff}.button_solid.button_warning:not([href]):not([tabindex]){color:#fff}.button_solid.button_warning[disabled]{background-color:#a5a6a6;background-color:var(--color-light-3);border-color:#a5a6a6;border-color:var(--color-light-3)}.button_solid.button_warning:not([disabled]):hover{background-color:transparent;border-color:#ffcf5e;border-color:var(--color-warning);color:#ffcf5e;color:var(--color-warning)}.button_solid.button_warning.button_solid_neg:not([disabled]):hover{background-color:#a5a6a6;background-color:var(--color-light-3);border-color:#a5a6a6;border-color:var(--color-light-3);color:#fff}.button_solid.button_gray{background-color:#7e7e7e;background-color:var(--color-light-4);border-color:#7e7e7e;border-color:var(--color-light-4);color:#fff}.button_solid.button_gray:not([href]):not([tabindex]){color:#fff}.button_solid.button_gray[disabled]{background-color:#a5a6a6;background-color:var(--color-light-3);border-color:#a5a6a6;border-color:var(--color-light-3)}.button_solid.button_gray:not([disabled]):hover{background-color:transparent;border-color:var(--color-gray);color:var(--color-gray)}.button_solid.button_gray.button_solid_neg:not([disabled]):hover{background-color:#a5a6a6;background-color:var(--color-light-3);border-color:#a5a6a6;border-color:var(--color-light-3);color:#fff}.button_inline{background:-webkit-gradient(linear,left top,right top,from(transparent),to(transparent)),-webkit-gradient(linear,left top,right top,from(#a5a6a6),to(#a5a6a6));background:linear-gradient(90deg,transparent,transparent),linear-gradient(90deg,#a5a6a6,#a5a6a6);background:-webkit-gradient(linear,left top,right top,from(var(--color1,transparent)),to(var(--color1,transparent))),-webkit-gradient(linear,left top,right top,from(var(--color2,var(--color-light-3))),to(var(--color2,var(--color-light-3))));background:linear-gradient(to right,var(--color1,transparent),var(--color1,transparent)),linear-gradient(to right,var(--color2,var(--color-light-3)),var(--color2,var(--color-light-3)));background-position:100% 100%,0 100%;background-repeat:no-repeat;background-size:100% 1px,0 1px;border:0;border-radius:0;-webkit-box-shadow:none;box-shadow:none;cursor:pointer;outline:none;padding:0;-webkit-transition:all .2s cubic-bezier(.785,.135,.15,.86);transition:all .2s cubic-bezier(.785,.135,.15,.86)}.button_inline:focus,.button_inline:hover{background-size:0 1px,100% 1px}.button_inline:focus{outline:none}.button_inline.no_hover:focus,.button_inline.no_hover:hover{background-size:0!important;opacity:.5!important}.button_inline.button_gray{color:#7e7e7e;color:var(--color-light-4)}.button_inline.button_white{color:#fff;color:var(--color-light-1)}.button_inline.button_black{color:#000;color:var(--color-dark-1)}.button_up{border-left:0;border-radius:0;border-right:0;border-top:0;border-width:1px;padding-left:40px;padding-right:0;padding-top:0;text-align:right!important;-webkit-transform:rotate(270deg);transform:rotate(270deg) translateY(0) translateX(-100%);-webkit-transform:rotate(270deg) translateY(100%) translateX(0);transform:rotate(270deg) translateY(100%) translateX(0);-webkit-transform-origin:bottom left;transform-origin:bottom left}.button_up .button__label{margin-right:-1rem;padding:0}.button_up:hover{opacity:.5}.button_up.button_white{border-color:#fff!important;color:#fff!important}.button_up.button_black{border-color:#000!important;border-color:var(--color-dark-1)!important;color:#000!important;color:var(--color-dark-1)!important}.section-masthead__wrapper-scroll-down_center .button_up{text-align:right!important;-webkit-transform:rotate(270deg) translateY(100%) translateX(0);transform:rotate(270deg) translateY(100%) translateX(0);-webkit-transform-origin:bottom left;transform-origin:bottom left}.section-masthead__wrapper-scroll-down_center.text-center .button_up{-webkit-transform:rotate(270deg) translateY(50%) translateX(50%);transform:rotate(270deg) translateY(50%) translateX(50%);-webkit-transform-origin:bottom center;transform-origin:bottom center}.button_up2{border:0;border-radius:0;position:relative;--gutter-horizontal:2.0rem;padding-bottom:calc(2rem + 10px);padding-bottom:calc(var(--gutter-horizontal) + 10px)}.button_up2 .button__label{padding:0}.button_up2 .button__line{background:#000;background:var(--color-dark-1);bottom:0;height:45px;height:calc(var(--gutter-horizontal)*1);left:0;position:absolute;width:1px}.button_up2.button_white{color:#fff!important}.button_up2.button_white .button__line{background:#fff}.button_up2.button_black{color:#000!important;color:var(--color-dark-1)!important}.button_up2.button_black .button__line{background:#000;background:var(--color-dark-1)}.section-masthead__wrapper-scroll-down_center .button_icon,.section-slide__wrapper-scroll-down_center .button_icon{-ms-flex-item-align:center;align-self:center;justify-self:center}.section-masthead__wrapper-scroll-down_center .button_up2,.section-slide__wrapper-scroll-down_center .button_up2{padding-left:0;padding-right:0}.section-masthead__wrapper-scroll-down_center .button_up2 .button__line,.section-slide__wrapper-scroll-down_center .button_up2 .button__line{left:0}.section-masthead__wrapper-scroll-down_center.text-center .button_up2 .button__line,.section-slide__wrapper-scroll-down_center.text-center .button_up2 .button__line{left:calc(50% - .5px)}.button_underline{background-color:transparent;border-radius:0;border-style:none;border-width:0;padding-bottom:.33em;padding-left:0;padding-right:0;-webkit-transition:all .22s cubic-bezier(.28,.13,.43,1);transition:all .22s cubic-bezier(.28,.13,.43,1)}.button_underline,.button_underline.button_black{background:-webkit-gradient(linear,left top,right top,from(#000),to(#000)),-webkit-gradient(linear,left top,right top,from(#a5a6a6),to(#a5a6a6));background:linear-gradient(90deg,#000,#000),linear-gradient(90deg,#a5a6a6,#a5a6a6);background:-webkit-gradient(linear,left top,right top,from(var(--color-dark-1)),to(var(--color-dark-1))),-webkit-gradient(linear,left top,right top,from(var(--color-light-3)),to(var(--color-light-3)));background:linear-gradient(to right,var(--color-dark-1),var(--color-dark-1)),linear-gradient(to right,var(--color-light-3),var(--color-light-3));background-position:100% 100%,0 100%;background-repeat:no-repeat;background-size:100% 1px,0 1px}.button_underline.button_black{color:#000;color:var(--color-dark-1)}.button_underline.button_white{background:-webkit-gradient(linear,left top,right top,from(#fff),to(#fff)),-webkit-gradient(linear,left top,right top,from(#a5a6a6),to(#a5a6a6));background:linear-gradient(90deg,#fff,#fff),linear-gradient(90deg,#a5a6a6,#a5a6a6);background:-webkit-gradient(linear,left top,right top,from(var(--color-light-1)),to(var(--color-light-1))),-webkit-gradient(linear,left top,right top,from(var(--color-light-3)),to(var(--color-light-3)));background:linear-gradient(to right,var(--color-light-1),var(--color-light-1)),linear-gradient(to right,var(--color-light-3),var(--color-light-3));background-position:100% 100%,0 100%;background-repeat:no-repeat;background-size:100% 1px,0 1px;color:#fff}.button_underline:focus,.button_underline:hover{background-size:0 1px,100% 1px}.button_underline.button_fixunderline{background-position:0 100%,0 100%;background-size:50px 1px,0 1px}.button_underline.button_fixunderline:focus,.button_underline.button_fixunderline:hover{background-position:50px 100%,0 100%;background-size:0 1px,50px 1px}.button_linktree{border-radius:.85rem;font-size:.85rem;font-weight:400;letter-spacing:.1em;margin-bottom:1rem;overflow:hidden;padding:.8rem 1rem;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap}.button_linktree:last-child{margin-bottom:0}.button_linktree.button_black{background-color:#000;background-color:var(--color-dark-1);border-color:#000;border-color:var(--color-dark-1);color:#fff}.button_linktree.button_black:not([href]):not([tabindex]){color:#fff}.button_linktree.button_black[disabled]{background-color:#a5a6a6;background-color:var(--color-light-3);border-color:#a5a6a6;border-color:var(--color-light-3)}.button_linktree.button_black:not([disabled]):hover{background-color:#fff;border-color:#fff;color:#000;color:var(--color-dark-1)}.button_linktree.button_black.button_solid_neg:not([disabled]):hover{background-color:#a5a6a6;background-color:var(--color-light-3);border-color:#a5a6a6;border-color:var(--color-light-3);color:#fff}.button_linktree.button_white{background-color:#fff;border-color:#fff;color:#000}.button_linktree.button_white:not([href]):not([tabindex]){color:#000}.button_linktree.button_white[disabled]{background-color:#a5a6a6;background-color:var(--color-light-3);border-color:#a5a6a6;border-color:var(--color-light-3)}.button_linktree.button_white:not([disabled]):hover{background-color:#000;background-color:var(--color-dark-1);border-color:#000;border-color:var(--color-dark-1);color:#fff}a[data-bookingtool-action] .activated{display:none}a[data-bookingtool-action] .deactivated,a[data-bookingtool-action].active .activated{display:inline-block}a[data-bookingtool-action].active .deactivated{display:none}.circle-button{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;position:relative;vertical-align:bottom;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;height:100px;justify-content:center;opacity:0;-webkit-transition:none;transition:none;width:100px}@media screen and (min-width:320px){.circle-button{width:calc(91.42857px + 2.67857vw)}}@media screen and (min-width:2560px){.circle-button{width:160px}}@media screen and (min-width:320px){.circle-button{height:calc(91.42857px + 2.67857vw)}}@media screen and (min-width:2560px){.circle-button{height:160px}}.circle-button.js-circle-button_curved{opacity:1}.circle-button_link{height:100px;width:100px}@media screen and (min-width:320px){.circle-button_link{width:calc(91.42857px + 2.67857vw)}}@media screen and (min-width:2560px){.circle-button_link{width:160px}}@media screen and (min-width:320px){.circle-button_link{height:calc(91.42857px + 2.67857vw)}}@media screen and (min-width:2560px){.circle-button_link{height:160px}}.circle-button_link .circle-button__outer{z-index:50}.circle-button_link .circle-button__label{color:#000;color:var(--color-dark-1);font-size:12px;font-size:calc(var(--circle-button-min-font-size)*1px);letter-spacing:.5em}@media screen and (min-width:320px){.circle-button_link .circle-button__label{font-size:calc(11.42857px + .17857vw);font-size:calc(var(--circle-button-min-font-size)*1px + (var(--circle-button-max-font-size) - var(--circle-button-min-font-size))*(100vw - 320px)/2240)}}@media screen and (min-width:2560px){.circle-button_link .circle-button__label{font-size:16px;font-size:calc(var(--circle-button-max-font-size)*1px)}}.circle-button_link .circle-button__icon{color:#2b2c2c;color:var(--color-gray-1);line-height:0;z-index:50}.circle-button__outer,.circle-button__outer_desktop,.circle-button__outer_mobile{height:100%;width:100%}@media screen and (min-width:48em){.circle-button__outer_desktop{display:block}.circle-button__outer_mobile{display:none}}@media screen and (max-width:47.9375em){.circle-button__outer_desktop{display:none}.circle-button__outer_mobile{display:block}}.circle-button__wrapper-label{height:100%;width:100%}.circle-button__inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;bottom:0;justify-content:center;left:0;position:absolute;right:0;top:0}.circle-button__inner .svg-circle{border:1px solid hsla(0,0%,41%,.5);border-radius:100%;height:60px;-webkit-transition:all .2s cubic-bezier(.785,.135,.15,.86);transition:all .2s cubic-bezier(.785,.135,.15,.86);width:60px}@media screen and (min-width:320px){.circle-button__inner .svg-circle{width:calc(54.28571px + 1.78571vw)}}@media screen and (min-width:2560px){.circle-button__inner .svg-circle{width:100px}}@media screen and (min-width:320px){.circle-button__inner .svg-circle{height:calc(54.28571px + 1.78571vw)}}@media screen and (min-width:2560px){.circle-button__inner .svg-circle{height:100px}}.circle-button__inner .circle{stroke-width:4px}.circle-button__icon{left:50%;pointer-events:none;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);z-index:0}.circle-button__icon svg{height:35px}.circle-button__video{display:-webkit-box;display:-ms-flexbox;display:flex;left:50%;pointer-events:none!important;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);z-index:-1;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.circle-button__video video{height:60px;-o-object-fit:cover;object-fit:cover;width:60px}@media screen and (min-width:320px){.circle-button__video video{width:calc(47.14286px + 4.01786vw)}}@media screen and (min-width:2560px){.circle-button__video video{width:150px}}@media screen and (min-width:320px){.circle-button__video video{height:calc(47.14286px + 4.01786vw)}}@media screen and (min-width:2560px){.circle-button__video video{height:150px}}.circle-button__text{color:#000;color:var(--color-dark-1);font-size:12px;font-size:calc(var(--circle-button-min-font-size)*1px);left:50%;line-height:1.2;pointer-events:none;position:absolute;text-align:center;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);z-index:0}@media screen and (min-width:320px){.circle-button__text{font-size:calc(11.42857px + .17857vw);font-size:calc(var(--circle-button-min-font-size)*1px + (var(--circle-button-max-font-size) - var(--circle-button-min-font-size))*(100vw - 320px)/2240)}}@media screen and (min-width:2560px){.circle-button__text{font-size:16px;font-size:calc(var(--circle-button-max-font-size)*1px)}}.circle-button__text.large{font-size:4rem;font-weight:400;line-height:1;margin-top:-.05em}@media screen and (max-width:991px){.circle-button__text.large{font-size:3rem}.circle-button__label{font-size:10px!important;letter-spacing:.3px!important}.circle-button__icon svg{height:27px}}.circle-button_link_graphic{display:block}.circle-button_link_graphic.whatareyougoodat .circle-button__outer svg{height:90px;width:90px}@media screen and (min-width:320px){.circle-button_link_graphic.whatareyougoodat .circle-button__outer svg{width:calc(82.85714px + 2.23214vw)}}@media screen and (min-width:2560px){.circle-button_link_graphic.whatareyougoodat .circle-button__outer svg{width:140px}}@media screen and (min-width:320px){.circle-button_link_graphic.whatareyougoodat .circle-button__outer svg{height:calc(82.85714px + 2.23214vw)}}@media screen and (min-width:2560px){.circle-button_link_graphic.whatareyougoodat .circle-button__outer svg{height:140px}}.circle-button_link_graphic.nixdabei .circle-button__outer svg{height:90px;width:90px}@media screen and (min-width:320px){.circle-button_link_graphic.nixdabei .circle-button__outer svg{width:calc(77.85714px + 3.79464vw)}}@media screen and (min-width:2560px){.circle-button_link_graphic.nixdabei .circle-button__outer svg{width:175px}}@media screen and (min-width:320px){.circle-button_link_graphic.nixdabei .circle-button__outer svg{height:calc(77.85714px + 3.79464vw)}}@media screen and (min-width:2560px){.circle-button_link_graphic.nixdabei .circle-button__outer svg{height:175px}}.form{width:100%}.form__submit{margin-top:1.5em}.form__col{margin-bottom:.5em;margin-top:.5em}.form__col_submit{margin-bottom:0;margin-top:1.5em}.form__error{color:#ff5e5e;display:block;font-size:12px;letter-spacing:.025em;margin-top:11.25px;margin-top:calc(var(--gutter-horizontal)/4);text-align:left;text-transform:uppercase}.form__heading{margin-bottom:1em;margin-top:0}@media only screen and (max-width:992px){.form__col_submit{text-align:left}}input:invalid:focus:not(.wpcf7-submit):not(.wpcf7-file):not(.wpcf7-acceptance){border-bottom:1px solid #ff5e5e!important;border-bottom:1px solid var(--color-danger)!important}.wpcf7,.wpcf7-bookingtool{background:#fff;background:var(--color-light-1);border:0;border-radius:22.5px;border-radius:calc(var(--gutter-horizontal)/2);font-size:100%;font:inherit;margin:0;max-width:100%;padding:45px;padding:var(--gutter-horizontal);vertical-align:baseline;width:100%}.wpcf7 p,.wpcf7-bookingtool p{margin:0;padding:0}.wpcf7 .label,.wpcf7 label,.wpcf7-bookingtool .label,.wpcf7-bookingtool label{display:block}.wpcf7 .label:not(.acceptance):not(.fileupload),.wpcf7 label:not(.acceptance):not(.fileupload),.wpcf7-bookingtool .label:not(.acceptance):not(.fileupload),.wpcf7-bookingtool label:not(.acceptance):not(.fileupload){color:#a5a6a6;color:var(--color-light-3);font-size:10px;font-size:calc(var(--form-min-font-size)*1px);letter-spacing:.025em;line-height:1.633;line-height:var(--form-line-height);text-transform:uppercase}@media screen and (min-width:320px){.wpcf7 .label:not(.acceptance):not(.fileupload),.wpcf7 label:not(.acceptance):not(.fileupload),.wpcf7-bookingtool .label:not(.acceptance):not(.fileupload),.wpcf7-bookingtool label:not(.acceptance):not(.fileupload){font-size:calc(9.71429px + .08929vw);font-size:calc(var(--form-min-font-size)*1px + (var(--form-max-font-size) - var(--form-min-font-size))*(100vw - 320px)/2240)}}@media screen and (min-width:2560px){.wpcf7 .label:not(.acceptance):not(.fileupload),.wpcf7 label:not(.acceptance):not(.fileupload),.wpcf7-bookingtool .label:not(.acceptance):not(.fileupload),.wpcf7-bookingtool label:not(.acceptance):not(.fileupload){font-size:12px;font-size:calc(var(--form-max-font-size)*1px)}}.wpcf7 .wpcf7-bookingtool-form:after,.wpcf7 .wpcf7-form:after,.wpcf7-bookingtool .wpcf7-bookingtool-form:after,.wpcf7-bookingtool .wpcf7-form:after{-webkit-animation:loadingPlaceholder 1.2s ease-in-out infinite;animation:loadingPlaceholder 1.2s ease-in-out infinite;background:#fff;background:var(--color-light-1);background:-webkit-gradient(linear,left top,right top,from(#f5f5f5),color-stop(50%,#e0e0e0),to(#f5f5f5));background:linear-gradient(90deg,#f5f5f5,#e0e0e0 50%,#f5f5f5);background-size:400% 100%;border-radius:22.5px;border-radius:calc(var(--gutter-horizontal)/2);content:"";height:100%;left:0;opacity:0;pointer-events:none;position:absolute;top:0;-webkit-transition:all .33s ease;transition:all .33s ease;width:100%;z-index:1}.wpcf7 .wpcf7-bookingtool-form.submit:after,.wpcf7 .wpcf7-bookingtool-form.submitting:after,.wpcf7 .wpcf7-form.submit:after,.wpcf7 .wpcf7-form.submitting:after,.wpcf7-bookingtool .wpcf7-bookingtool-form.submit:after,.wpcf7-bookingtool .wpcf7-bookingtool-form.submitting:after,.wpcf7-bookingtool .wpcf7-form.submit:after,.wpcf7-bookingtool .wpcf7-form.submitting:after{opacity:.75;pointer-events:all}.wpcf7+.wpcf7-nostyle,.wpcf7-bookingtool+.wpcf7-nostyle,.wpcf7-bookingtool:has(.wpcf7-nostyle),.wpcf7:has(.wpcf7-nostyle){background:transparent}.wpcf7+.wpcf7-showmessage .wpcf7-bookingtool-form.sent:after,.wpcf7+.wpcf7-showmessage .wpcf7-form.sent:after,.wpcf7-bookingtool+.wpcf7-showmessage .wpcf7-bookingtool-form.sent:after,.wpcf7-bookingtool+.wpcf7-showmessage .wpcf7-form.sent:after,.wpcf7-bookingtool:has(.wpcf7-showmessage) .wpcf7-bookingtool-form.sent:after,.wpcf7-bookingtool:has(.wpcf7-showmessage) .wpcf7-form.sent:after,.wpcf7:has(.wpcf7-showmessage) .wpcf7-bookingtool-form.sent:after,.wpcf7:has(.wpcf7-showmessage) .wpcf7-form.sent:after{opacity:.75;pointer-events:all}body.loading .wpcf7-bookingtool-form:after,body.loading .wpcf7-form:after{opacity:.75;pointer-events:all}.wpcf7-inline .wpcf7{background:transparent;border-radius:0;margin:0;padding:0}.wpcf7-inline .wpcf7-bookingtool-form:after,.wpcf7-inline .wpcf7-form:after{border-radius:0;height:calc(100% + 2rem);margin:-1rem;width:calc(100% + 2rem)}.wpcf7-bookingtool .wpcf7-bookingtool-form:after,.wpcf7-bookingtool .wpcf7-form:after{border-radius:0;height:calc(100% + 8.5rem);margin:-1rem;width:calc(100% + 2rem)}.wpcf7-bookingtool .wpcf7-bookingtool-form-wrapper.multi .wpcf7-bookingtool-form:after,.wpcf7-bookingtool .wpcf7-bookingtool-form-wrapper.multi .wpcf7-form:after{display:none!important}.wpcf7-bgtransparent .wpcf7{background:transparent!important}.wpcf7-form-control-wrap{background:transparent;border:0;display:block;font-size:100%;font:inherit;margin:0 0 14.85px;margin-bottom:calc(var(--gutter-horizontal)*.33);padding:0;vertical-align:baseline}.acceptance .wpcf7-form-control-wrap,.wpcf7-form-control-wrap__nogap{margin-bottom:0}.wpcf7-form-control:not(.wpcf7-submit):not(.wpcf7-file):not(.wpcf7-acceptance):not(.wpcf7-checkbox){-webkit-appearance:none;background:transparent;border:1px solid #000;border:1px solid var(--color-dark-1);color:#000;color:var(--color-dark-1);font-size:14px;font-size:calc(var(--paragraph-min-font-size)*1px);line-height:2em;font:inherit;margin:.25rem 0 0;max-width:100%;padding:.5em .75em;-webkit-transition:all .2s cubic-bezier(.785,.135,.15,.86);transition:all .2s cubic-bezier(.785,.135,.15,.86);vertical-align:baseline;width:100%}.wpcf7-form-control:not(.wpcf7-submit):not(.wpcf7-file):not(.wpcf7-acceptance):not(.wpcf7-checkbox):not(select){border-radius:5px}@media screen and (min-width:320px){.wpcf7-form-control:not(.wpcf7-submit):not(.wpcf7-file):not(.wpcf7-acceptance):not(.wpcf7-checkbox){font-size:calc(13.42857px + .17857vw);font-size:calc(var(--paragraph-min-font-size)*1px + (var(--paragraph-max-font-size) - var(--paragraph-min-font-size))*(100vw - 320px)/2240)}}@media screen and (min-width:2560px){.wpcf7-form-control:not(.wpcf7-submit):not(.wpcf7-file):not(.wpcf7-acceptance):not(.wpcf7-checkbox){font-size:18px;font-size:calc(var(--paragraph-max-font-size)*1px)}}.wpcf7-form-control:not(.wpcf7-submit):not(.wpcf7-file):not(.wpcf7-acceptance):not(.wpcf7-checkbox):focus{border:1px solid #a5a6a6;border:1px solid var(--color-light-3);outline:none}.wpcf7-form-control input[type=checkbox],.wpcf7-form-controlinput[type=checkbox]{background:transparent;border:1px solid #000;border:1px solid var(--color-dark-1);border-radius:0;font-size:100%;font:inherit;height:1.5em;margin:0;padding:0;-webkit-transition:all .2s cubic-bezier(.785,.135,.15,.86);transition:all .2s cubic-bezier(.785,.135,.15,.86);vertical-align:baseline;width:1.5em}.wpcf7-form-control input[type=checkbox]:focus,.wpcf7-form-controlinput[type=checkbox]:focus{border:1px solid #a5a6a6;border:1px solid var(--color-light-3);outline:none}.wpcf7-form-control.wpcf7-radio{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-pack:start;-ms-flex-pack:start;border:0!important;gap:.25rem;justify-content:flex-start}.wpcf7-form-control.wpcf7-radio .wpcf7-list-item label{font-size:14px;font-size:calc(var(--paragraph-min-font-size)*1px);line-height:1.66em;margin:0}@media screen and (min-width:320px){.wpcf7-form-control.wpcf7-radio .wpcf7-list-item label{font-size:calc(13.42857px + .17857vw);font-size:calc(var(--paragraph-min-font-size)*1px + (var(--paragraph-max-font-size) - var(--paragraph-min-font-size))*(100vw - 320px)/2240)}}@media screen and (min-width:2560px){.wpcf7-form-control.wpcf7-radio .wpcf7-list-item label{font-size:18px;font-size:calc(var(--paragraph-max-font-size)*1px)}}.wpcf7-form-control.wpcf7-radio .wpcf7-list-item label span{background-color:transparent;border-radius:5px;color:#a5a6a6;color:var(--color-light-3);color:color-mix(in srgb,#a5a6a6 50%,transparent);padding:.25em .35em}@supports (color:color-mix(in lch,red,blue)){.wpcf7-form-control.wpcf7-radio .wpcf7-list-item label span{color:color-mix(in srgb,var(--color-light-3) 50%,transparent)}}.wpcf7-form-control.wpcf7-radio .wpcf7-list-item label input[type=radio]{display:none}.wpcf7-form-control.wpcf7-radio .wpcf7-list-item label input[type=radio]:checked+span{background-color:#000;background-color:var(--color-dark-1);color:#fff;color:var(--color-light-1)}select.wpcf7-form-control{-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:0;text-align:left}span.wpcf7-form-control-info{display:block;font-size:.8em;line-height:1.44em;margin-bottom:1rem;text-transform:none}span.wpcf7-not-valid-tip{color:#ff5e5e;color:var(--color-danger);display:block;font-size:10px;font-size:calc(var(--form-min-font-size)*1px);letter-spacing:.025em;margin-top:11.25px;margin-top:calc(var(--gutter-horizontal)/4);text-align:left;text-transform:uppercase}@media screen and (min-width:320px){span.wpcf7-not-valid-tip{font-size:calc(9.71429px + .08929vw);font-size:calc(var(--form-min-font-size)*1px + (var(--form-max-font-size) - var(--form-min-font-size))*(100vw - 320px)/2240)}}@media screen and (min-width:2560px){span.wpcf7-not-valid-tip{font-size:12px;font-size:calc(var(--form-max-font-size)*1px)}}div.wpcf7-acceptance-missing,div.wpcf7-validation-errors{border-color:#ff5e5e;border-color:var(--color-danger);display:none!important;margin:1.5em 0 0;padding:15px}.wpcf7 form .wpcf7-response-output{border-radius:7.5px;border-radius:calc(var(--gutter-horizontal)/6);font-size:14px;line-height:1.33;margin:11.25px 0 0;margin-top:calc(var(--gutter-horizontal)/4);padding:11.25px;padding:calc(var(--gutter-horizontal)/4);padding-bottom:7.5px;padding-bottom:calc(var(--gutter-horizontal)/6);padding-top:7.5px;padding-top:calc(var(--gutter-horizontal)/6)}@media screen and (min-width:320px){.wpcf7 form .wpcf7-response-output{font-size:calc(13.71429px + .08929vw)}}@media screen and (min-width:2560px){.wpcf7 form .wpcf7-response-output{font-size:16px}}.wpcf7 form.sent .wpcf7-response-output{background:#88ffa9;background:var(--color-success);border-color:#88ffa9;border-color:var(--color-success);color:#000;color:var(--color-dark-1)}.wpcf7 form.aborted .wpcf7-response-output,.wpcf7 form.invalid .wpcf7-response-output,.wpcf7 form.payment-required .wpcf7-response-output,.wpcf7 form.unaccepted .wpcf7-response-output{background:#ff5e5e;background:var(--color-danger);border-color:#ff5e5e;border-color:var(--color-danger);color:#fff;display:block}.wpcf7-shop-output form .wpcf7-response-output,.wpcf7-show-output form .wpcf7-response-output{display:block}.acceptance{font-size:12px;line-height:1.5}@media screen and (min-width:320px){.acceptance{font-size:calc(11.71429px + .08929vw)}}@media screen and (min-width:2560px){.acceptance{font-size:14px}}.acceptance__nogap .wpcf7-form-control-wrap{margin-bottom:0}.acceptance .wpcf7-list-item{margin-left:0;margin-right:11.25px;margin-right:calc(var(--gutter-horizontal)/4)}@media(max-width:991px){.acceptance .wpcf7-list-item{margin-right:1rem}}.info-text{line-height:1.33}@-webkit-keyframes loadingPlaceholder{0%{background-position:0 0}to{background-position:-135% 0}}@keyframes loadingPlaceholder{0%{background-position:0 0}to{background-position:-135% 0}}.mailster-form-wrapper{background:#fff;background:var(--color-light-1);border:0;border-radius:22.5px;border-radius:calc(var(--gutter-horizontal)/2);font-size:100%;font:inherit;margin:0;max-width:100%;padding:45px;padding:var(--gutter-horizontal);vertical-align:baseline;width:100%}.mailster-form-wrapper p{margin:0;padding:0}.mailster-form-wrapper label{display:block}.mailster-form-wrapper label .mailster-required,.mailster-form-wrapper label:not(.acceptance):not(.fileupload){color:#a5a6a6;color:var(--color-light-3);font-size:10px;font-size:calc(var(--form-min-font-size)*1px);letter-spacing:.025em;line-height:1.633;line-height:var(--form-line-height);text-transform:uppercase}@media screen and (min-width:320px){.mailster-form-wrapper label .mailster-required,.mailster-form-wrapper label:not(.acceptance):not(.fileupload){font-size:calc(9.71429px + .08929vw);font-size:calc(var(--form-min-font-size)*1px + (var(--form-max-font-size) - var(--form-min-font-size))*(100vw - 320px)/2240)}}@media screen and (min-width:2560px){.mailster-form-wrapper label .mailster-required,.mailster-form-wrapper label:not(.acceptance):not(.fileupload){font-size:12px;font-size:calc(var(--form-max-font-size)*1px)}}.mailster-form .mailster-wrapper{background:transparent;border:0;display:block;font-size:100%;font:inherit;margin:0 0 22.5px;margin-bottom:calc(var(--gutter-horizontal)/2);padding:0;vertical-align:baseline}.mailster-form .mailster-wrapper .input:not([type=button]):not([type=submit]):not([type=radio]):not([type=checkbox]){background:transparent;border:0;border-bottom:1px solid #000;border-bottom:1px solid var(--color-dark-1);font-size:14px;font-size:calc(var(--paragraph-min-font-size)*1px);line-height:2em;font:inherit;margin:.25rem 0 0;max-width:100%;outline:0!important;padding:0;-webkit-transition:all .2s cubic-bezier(.785,.135,.15,.86);transition:all .2s cubic-bezier(.785,.135,.15,.86);vertical-align:baseline;width:100%}@media screen and (min-width:320px){.mailster-form .mailster-wrapper .input:not([type=button]):not([type=submit]):not([type=radio]):not([type=checkbox]){font-size:calc(13.42857px + .17857vw);font-size:calc(var(--paragraph-min-font-size)*1px + (var(--paragraph-max-font-size) - var(--paragraph-min-font-size))*(100vw - 320px)/2240)}}@media screen and (min-width:2560px){.mailster-form .mailster-wrapper .input:not([type=button]):not([type=submit]):not([type=radio]):not([type=checkbox]){font-size:18px;font-size:calc(var(--paragraph-max-font-size)*1px)}}.mailster-form .mailster-wrapper .input:not([type=button]):not([type=submit]):not([type=radio]):not([type=checkbox]):focus{border-bottom:1px solid #a5a6a6;border-bottom:1px solid var(--color-light-3);outline:none}.mailster-form .mailster-submit-wrapper{margin-top:22.5px;margin-top:calc(var(--gutter-horizontal)/2)}.mailster-form .mailster-submit-wrapper .button{background-color:#000;background-color:var(--color-dark-1);border-color:#000;border-color:var(--color-dark-1);color:#fff;display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}.mailster-form .mailster-submit-wrapper .button[disabled]{background-color:#a5a6a6;background-color:var(--color-light-3);border-color:#a5a6a6;border-color:var(--color-light-3)}.mailster-form .mailster-submit-wrapper .button:not([disabled]):hover{background-color:#454545;background-color:var(--color-dark-3);border-color:#454545;border-color:var(--color-dark-3);color:#fff}.mailster-form .error .input:not([type=button]):not([type=submit]):not([type=radio]):not([type=checkbox]){border-bottom:1px solid #ff5e5e;border-bottom:1px solid var(--color-error)}.mailster-form-info,.mailter-form-info,p.mailster-form-info,p.mailter-form-info{border:0;font-size:10px;font-size:calc(var(--form-min-font-size)*1px);line-height:1.633;line-height:var(--form-line-height);margin:45px 0 0;margin-top:var(--gutter-horizontal);padding:0}@media screen and (min-width:320px){.mailster-form-info,.mailter-form-info,p.mailster-form-info,p.mailter-form-info{font-size:calc(9.71429px + .08929vw);font-size:calc(var(--form-min-font-size)*1px + (var(--form-max-font-size) - var(--form-min-font-size))*(100vw - 320px)/2240)}}@media screen and (min-width:2560px){.mailster-form-info,.mailter-form-info,p.mailster-form-info,p.mailter-form-info{font-size:12px;font-size:calc(var(--form-max-font-size)*1px)}}.mailster-form-info.error,.mailter-form-info.error,p.mailster-form-info.error,p.mailter-form-info.error{background:#ff5e5e!important;background:var(--color-danger)!important;border-color:#ff5e5e!important;border-color:var(--color-danger)!important;border-radius:7.5px;border-radius:calc(var(--gutter-horizontal)/6);color:#fff!important;font-size:14px;line-height:1.33;margin:0 0 45px;margin-bottom:var(--gutter-horizontal);padding:11.25px;padding:calc(var(--gutter-horizontal)/4);padding-bottom:7.5px;padding-bottom:calc(var(--gutter-horizontal)/6);padding-top:7.5px;padding-top:calc(var(--gutter-horizontal)/6)}@media screen and (min-width:320px){.mailster-form-info.error,.mailter-form-info.error,p.mailster-form-info.error,p.mailter-form-info.error{font-size:calc(13.71429px + .08929vw)}}@media screen and (min-width:2560px){.mailster-form-info.error,.mailter-form-info.error,p.mailster-form-info.error,p.mailter-form-info.error{font-size:16px}}.mailster-form-info.error p,.mailter-form-info.error p,p.mailster-form-info.error p,p.mailter-form-info.error p{color:#fff!important;font-size:14px;line-height:1.33}@media screen and (min-width:320px){.mailster-form-info.error p,.mailter-form-info.error p,p.mailster-form-info.error p,p.mailter-form-info.error p{font-size:calc(13.71429px + .08929vw)}}@media screen and (min-width:2560px){.mailster-form-info.error p,.mailter-form-info.error p,p.mailster-form-info.error p,p.mailter-form-info.error p{font-size:16px}}select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='50' height='50'%3E%3Cpath fill='none' d='M0 0h50v50H0z'/%3E%3Cpath d='m47.25 15-2.086-2.086L25 33.078 4.836 12.914 2.75 15 25 37.25z'/%3E%3C/svg%3E");background-position:right .75em center;background-repeat:no-repeat;background-size:.75em;border:1px solid #000;border-color:var(--color-dark-1);border-radius:80px;-webkit-box-shadow:none;box-shadow:none;cursor:pointer;display:inline-block;font-size:14px;font-size:calc(var(--button-min-font-size)*1px);font-weight:400;line-height:1.3;outline:none;padding:7px 30px;padding-right:2.25em!important;position:relative;text-align:center;-webkit-transition:all .44s cubic-bezier(.28,.13,.43,1);transition:all .44s cubic-bezier(.28,.13,.43,1)}@media screen and (min-width:320px){select{font-size:calc(13.42857px + .17857vw);font-size:calc(var(--button-min-font-size)*1px + (var(--button-max-font-size) - var(--button-min-font-size))*(100vw - 320px)/2240)}}@media screen and (min-width:2560px){select{font-size:18px;font-size:calc(var(--button-max-font-size)*1px)}}select:focus{outline:none}select[disabled]{cursor:not-allowed}@media screen and (max-width:1680px){select{padding:6px 20px}}@media screen and (max-width:991px){select{padding:5px 15px}}label.fileupload{border-bottom:1px solid #000;border-bottom:1px solid var(--color-dark-1);display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;margin:0 0 22.5px;margin-bottom:calc(var(--gutter-horizontal)/2);max-width:100%;padding-bottom:11.25px;padding-bottom:calc(var(--gutter-horizontal)/4);width:100%;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-line-pack:center;align-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer}label.fileupload .fileupload_icon{background-color:#000;background-color:var(--color-dark-1);background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='23' fill='none'%3E%3Cpath fill='%23fff' d='M9 0h3v22.789H9z'/%3E%3Cpath fill='%23fff' d='M0 13.022V9.766h21v3.256z'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:1.125em;border-radius:5em;cursor:pointer;display:block;height:2.5em;margin-right:22.5px;margin-right:calc(var(--gutter-horizontal)/2);-webkit-transition:all .44s cubic-bezier(.28,.13,.43,1);transition:all .44s cubic-bezier(.28,.13,.43,1);width:2.5em}label.fileupload .fileupload__wrapper{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}label.fileupload:has(.wpcf7-not-valid) .fileupload_icon{background-color:#ff5e5e;background-color:var(--color-danger);background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='2' height='14' fill='none'%3E%3Cpath fill='%23fff' d='M.652 9.328h.72L1.498.4h-.99zM.49 11.92c-.126.126-.18.288-.18.486 0 .216.054.378.18.504s.288.18.504.18c.198 0 .36-.054.504-.18a.68.68 0 0 0 .198-.504.67.67 0 0 0-.198-.486.82.82 0 0 0-.504-.18.75.75 0 0 0-.504.18'/%3E%3Cpath fill='%23fff' d='m.652 9.328-.5.008.008.492h.492zm.72 0v.5h.493l.007-.493zM1.498.4l.5.007.007-.507h-.507zm-.99 0v-.5H0l.008.508zM.49 11.92l-.326-.38-.014.013-.014.013zm0 .99.353-.354zm1.008 0 .329.376.012-.01.012-.012zm0-.99.353-.354-.025-.025-.028-.021zM.652 9.828h.72v-1h-.72zm1.22-.493L1.998.407l-1-.014L.872 9.32zM1.498-.1h-.99v1h.99zM.008.408l.144 8.928 1-.016L1.008.392zm.128 11.158c-.242.242-.326.544-.326.84h1a.3.3 0 0 1 .013-.1.1.1 0 0 1 .02-.032zm-.326.84c0 .306.08.612.326.858l.707-.708a.1.1 0 0 1-.019-.03.4.4 0 0 1-.014-.12zm.326.858c.246.245.551.326.858.326v-1a.4.4 0 0 1-.12-.014.1.1 0 0 1-.03-.02zm.858.326c.303 0 .587-.088.833-.304l-.659-.752c-.041.036-.082.056-.174.056zm.857-.326c.224-.224.345-.515.345-.858h-1a.3.3 0 0 1-.015.098.2.2 0 0 1-.037.052zm.345-.858c0-.332-.126-.62-.345-.84l-.707.708a.17.17 0 0 1 .052.132zm-.398-.886a1.32 1.32 0 0 0-.804-.28v1c.063 0 .122.019.204.08zm-.804-.28c-.34 0-.617.118-.83.3l.651.76a.2.2 0 0 1 .07-.043.3.3 0 0 1 .109-.017z'/%3E%3C/svg%3E");background-size:.125em}label.fileupload:hover .fileupload_icon{background-color:#2b2c2c;background-color:var(--color-dark-2);background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='23' fill='none'%3E%3Cpath fill='%23fff' d='M9 0h3v22.789H9z'/%3E%3Cpath fill='%23fff' d='M0 13.022V9.766h21v3.256z'/%3E%3C/svg%3E");background-size:1.125em}label.fileupload input[type=file]{display:none;line-height:1.5rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}label.fileupload input[type=file]::-webkit-file-upload-button{display:none}label.fileupload input[type=file]::file-selector-button{display:none}label.fileupload input[type=file]:valid{display:block}label.fileupload:focus{border-bottom:1px solid #a5a6a6;border-bottom:1px solid var(--color-light-3);outline:none}label.fileupload .wpcf7-form-control-wrap{margin:0}label.fileupload span.wpcf7-not-valid-tip{line-height:1.5rem;margin-top:0}.codedropz-upload-handler{border:1px dashed #000;border:1px dashed var(--color-dark-1);border-radius:5px;margin-bottom:22.5px;margin-bottom:calc(var(--gutter-horizontal)/2);margin-top:22.5px;margin-top:calc(var(--gutter-horizontal)/2);position:relative}@media(max-width:767px){.codedropz-upload-handler{margin-bottom:45px;margin-bottom:var(--gutter-horizontal);margin-top:45px;margin-top:var(--gutter-horizontal)}}.codedropz-upload-container{padding:22.5px;padding:calc(var(--gutter-horizontal)/2)}@media(max-width:991px){.codedropz-upload-container{padding:67.5px 45px!important;padding:calc(var(--gutter-horizontal)*1.5) calc(var(--gutter-horizontal)*1)!important}}.codedropz-upload-inner{font-size:10px;font-size:calc(var(--form-min-font-size)*1px);font-weight:inherit;font-weight:600;letter-spacing:.025em;line-height:1.633;line-height:var(--form-line-height);overflow:hidden;text-align:center;text-overflow:ellipsis;text-transform:uppercase;width:100%}@media screen and (min-width:320px){.codedropz-upload-inner{font-size:calc(9.71429px + .08929vw);font-size:calc(var(--form-min-font-size)*1px + (var(--form-max-font-size) - var(--form-min-font-size))*(100vw - 320px)/2240)}}@media screen and (min-width:2560px){.codedropz-upload-inner{font-size:12px;font-size:calc(var(--form-max-font-size)*1px)}}.codedropz-upload-inner span{margin-right:.5em}.codedropz-upload-inner .codedropz-btn-wrap{display:inline-block}.codedropz-upload-inner .codedropz-btn-wrap .cd-upload-btn{background:-webkit-gradient(linear,left top,right top,from(#000),to(#000)),-webkit-gradient(linear,left top,right top,from(#a5a6a6),to(#a5a6a6));background:linear-gradient(90deg,#000,#000),linear-gradient(90deg,#a5a6a6,#a5a6a6);background:-webkit-gradient(linear,left top,right top,from(var(--color1,var(--color-dark-1))),to(var(--color1,var(--color-dark-1)))),-webkit-gradient(linear,left top,right top,from(var(--color2,var(--color-light-3))),to(var(--color2,var(--color-light-3))));background:linear-gradient(to right,var(--color1,var(--color-dark-1)),var(--color1,var(--color-dark-1))),linear-gradient(to right,var(--color2,var(--color-light-3)),var(--color2,var(--color-light-3)));background-position:100% 100%,0 100%;background-repeat:no-repeat;background-size:100% 1px,0 1px;-webkit-box-shadow:none;box-shadow:none;cursor:pointer;display:inline-block;line-height:1.33;outline:none;-webkit-transition:all .2s cubic-bezier(.785,.135,.15,.86);transition:all .2s cubic-bezier(.785,.135,.15,.86)}.codedropz-upload-inner .codedropz-btn-wrap .cd-upload-btn:focus,.codedropz-upload-inner .codedropz-btn-wrap .cd-upload-btn:hover{background-size:0 1px,100% 1px}.codedropz-upload-inner .codedropz-btn-wrap .cd-upload-btn:focus{outline:none}@media(max-width:991px){.dnd-upload-counter{font-size:10px!important}}.dnd-upload-status .dnd-upload-details{color:#000;color:var(--color-dark-1);font-size:10px;font-size:calc(var(--form-min-font-size)*1px);font-weight:400;line-height:1.633;line-height:var(--form-line-height)}@media screen and (min-width:320px){.dnd-upload-status .dnd-upload-details{font-size:calc(9.71429px + .08929vw);font-size:calc(var(--form-min-font-size)*1px + (var(--form-max-font-size) - var(--form-min-font-size))*(100vw - 320px)/2240)}}@media screen and (min-width:2560px){.dnd-upload-status .dnd-upload-details{font-size:12px;font-size:calc(var(--form-max-font-size)*1px)}}.dnd-upload-status .dnd-upload-details .name{color:#000;color:var(--color-dark-1);text-transform:uppercase}.dnd-upload-status .dnd-upload-details .name em{color:#000;color:var(--color-dark-1);font-style:normal;font-weight:400}.dnd-upload-status .dnd-upload-details span.has-error{color:#ff5e5e;color:var(--color-danger)}.dnd-upload-status .dnd-upload-image{border:0;border-radius:5em;height:2.5em;width:2.5em}.dnd-upload-status .dnd-upload-image span.file{background-color:#88ffa9;background-color:var(--color-success);background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='12' fill='none'%3E%3Cpath fill='%23fff' d='m.633 4.25 1.492-1.497 7.706 7.73-1.493 1.496z'/%3E%3Cpath fill='%23fff' d='m17.497.01 1.492 1.497L8.54 11.99l-1.492-1.497z'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:1.125em;border-radius:5em;height:2.5em;margin-right:22.5px;margin-right:calc(var(--gutter-horizontal)/2);width:2.5em}.dnd-upload-status:has(.has-error) span.file{background-color:#ff5e5e;background-color:var(--color-danger);background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='2' height='14' fill='none'%3E%3Cpath fill='%23fff' d='M.652 9.328h.72L1.498.4h-.99zM.49 11.92c-.126.126-.18.288-.18.486 0 .216.054.378.18.504s.288.18.504.18c.198 0 .36-.054.504-.18a.68.68 0 0 0 .198-.504.67.67 0 0 0-.198-.486.82.82 0 0 0-.504-.18.75.75 0 0 0-.504.18'/%3E%3Cpath fill='%23fff' d='m.652 9.328-.5.008.008.492h.492zm.72 0v.5h.493l.007-.493zM1.498.4l.5.007.007-.507h-.507zm-.99 0v-.5H0l.008.508zM.49 11.92l-.326-.38-.014.013-.014.013zm0 .99.353-.354zm1.008 0 .329.376.012-.01.012-.012zm0-.99.353-.354-.025-.025-.028-.021zM.652 9.828h.72v-1h-.72zm1.22-.493L1.998.407l-1-.014L.872 9.32zM1.498-.1h-.99v1h.99zM.008.408l.144 8.928 1-.016L1.008.392zm.128 11.158c-.242.242-.326.544-.326.84h1a.3.3 0 0 1 .013-.1.1.1 0 0 1 .02-.032zm-.326.84c0 .306.08.612.326.858l.707-.708a.1.1 0 0 1-.019-.03.4.4 0 0 1-.014-.12zm.326.858c.246.245.551.326.858.326v-1a.4.4 0 0 1-.12-.014.1.1 0 0 1-.03-.02zm.858.326c.303 0 .587-.088.833-.304l-.659-.752c-.041.036-.082.056-.174.056zm.857-.326c.224-.224.345-.515.345-.858h-1a.3.3 0 0 1-.015.098.2.2 0 0 1-.037.052zm.345-.858c0-.332-.126-.62-.345-.84l-.707.708a.17.17 0 0 1 .052.132zm-.398-.886a1.32 1.32 0 0 0-.804-.28v1c.063 0 .122.019.204.08zm-.804-.28c-.34 0-.617.118-.83.3l.651.76a.2.2 0 0 1 .07-.043.3.3 0 0 1 .109-.017z'/%3E%3C/svg%3E");background-size:.125em}.footer .wpcf7,.header .wpcf7{background:transparent!important;border:none!important;border-radius:0!important;margin-top:auto;padding:0}.footer .wpcf7 .label:not(.acceptance):not(.fileupload) .headline,.footer .wpcf7 label:not(.acceptance):not(.fileupload) .headline,.header .wpcf7 .label:not(.acceptance):not(.fileupload) .headline,.header .wpcf7 label:not(.acceptance):not(.fileupload) .headline{color:#fff;color:var(--color-light-1);display:block;font-size:24px;font-weight:400;line-height:1.2;margin-bottom:.25em;text-align:left}.footer .wpcf7 form.wpcf7-form,.header .wpcf7 form.wpcf7-form{position:relative}.footer .wpcf7 form.wpcf7-form:after,.header .wpcf7 form.wpcf7-form:after{-webkit-animation:loadingPlaceholder 1.2s ease-in-out infinite;animation:loadingPlaceholder 1.2s ease-in-out infinite;background:-webkit-gradient(linear,left top,right top,from(#494949),color-stop(50%,#0e0e0e),to(#494949));background:linear-gradient(90deg,#494949,#0e0e0e 50%,#494949);background-size:400% 100%;border-radius:0!important;height:calc(100% + 2rem)!important;margin:-1rem;width:calc(100% + 2rem)!important}.footer .wpcf7 form.wpcf7-form .wpcf7-response-output,.header .wpcf7 form.wpcf7-form .wpcf7-response-output{font-size:14px!important}.footer .wpcf7 form.wpcf7-form .wpcf7-response-output[aria-hidden=true],.header .wpcf7 form.wpcf7-form .wpcf7-response-output[aria-hidden=true]{display:none!important}.footer .wpcf7 form.wpcf7-form.invalid .wpcf7-response-output,.footer .wpcf7 form.wpcf7-form.send .wpcf7-response-output,.footer .wpcf7 form.wpcf7-form.sent .wpcf7-response-output[aria-hidden=true],.header .wpcf7 form.wpcf7-form.invalid .wpcf7-response-output,.header .wpcf7 form.wpcf7-form.send .wpcf7-response-output,.header .wpcf7 form.wpcf7-form.sent .wpcf7-response-output[aria-hidden=true]{display:block!important}.footer .wpcf7-form-control:not(.wpcf7-submit):not(.wpcf7-file):not(.wpcf7-acceptance),.header .wpcf7-form-control:not(.wpcf7-submit):not(.wpcf7-file):not(.wpcf7-acceptance){border:1px solid #fff;border:1px solid var(--color-light-1);color:#fff;font-size:12px;font-weight:400;padding:.25em .5em}@media screen and (min-width:320px){.footer .wpcf7-form-control:not(.wpcf7-submit):not(.wpcf7-file):not(.wpcf7-acceptance),.header .wpcf7-form-control:not(.wpcf7-submit):not(.wpcf7-file):not(.wpcf7-acceptance){font-size:calc(11.42857px + .17857vw)}}@media screen and (min-width:2560px){.footer .wpcf7-form-control:not(.wpcf7-submit):not(.wpcf7-file):not(.wpcf7-acceptance),.header .wpcf7-form-control:not(.wpcf7-submit):not(.wpcf7-file):not(.wpcf7-acceptance){font-size:16px}}@media screen and (max-width:991px){.footer .wpcf7-form-control:not(.wpcf7-submit):not(.wpcf7-file):not(.wpcf7-acceptance),.header .wpcf7-form-control:not(.wpcf7-submit):not(.wpcf7-file):not(.wpcf7-acceptance){padding:.5em .85em}}.footer .wpcf7-form-control:not(.wpcf7-submit):not(.wpcf7-file):not(.wpcf7-acceptance):focus,.header .wpcf7-form-control:not(.wpcf7-submit):not(.wpcf7-file):not(.wpcf7-acceptance):focus{border-color:#a5a6a6!important;border-color:var(--color-light-3)!important}.footer .wpcf7-form-control-wrap,.header .wpcf7-form-control-wrap{margin-bottom:0}.footer .wpcf7-form-control:not(.wpcf7-submit):not(.wpcf7-file):not(.wpcf7-acceptance):not(.wpcf7-checkbox):not(select),.header .wpcf7-form-control:not(.wpcf7-submit):not(.wpcf7-file):not(.wpcf7-acceptance):not(.wpcf7-checkbox):not(select){background-color:transparent!important}.footer .wpcf7-submit,.header .wpcf7-submit{background:transparent;border:0;color:#fff;cursor:pointer;font-size:22px;line-height:1;margin-top:-1.98em;outline:none;padding:.25em .5em;position:absolute;right:0;z-index:5}@media screen and (min-width:2300px){.footer .wpcf7-submit,.header .wpcf7-submit{margin-top:-2em}}@media screen and (max-width:1500px){.footer .wpcf7-submit,.header .wpcf7-submit{margin-top:-1.92em}}@media screen and (max-width:991px){.footer .wpcf7-submit,.header .wpcf7-submit{margin-top:-1.98em}}.toggle-box{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:.5em}.toggle-box .toggle-label{color:rgba(0,0,0,.25);font-size:.85em;line-height:1em}.toggle-box .switch{display:inline-block;height:1em;margin:0;padding:0;position:relative;width:1.75em}.toggle-box .switch input{height:0;opacity:0;width:0}.toggle-box .slider{background-color:rgba(0,0,0,.3);bottom:0;cursor:pointer;left:0;right:0;top:0}.toggle-box .slider,.toggle-box .slider:before{position:absolute;-webkit-transition:.4s;transition:.4s}.toggle-box .slider:before{background-color:#fff;bottom:.125em;content:"";height:.75em;left:.125em;width:.75em}.toggle-box .slider.round{border-radius:1em}.toggle-box .slider.round:before{border-radius:50%}.toggle-box .slider.light{background-color:#fff;background-color:var(--color-light-1)}.toggle-box .slider.light:before{background-color:#000;background-color:var(--color-dark-1)}.toggle-box input:checked+.slider,.toggle-box.active .slider,.toggle-box.checked .slider{background-color:rgba(0,0,0,.1)}.toggle-box input:checked+.slider.light,.toggle-box.active .slider.light,.toggle-box.checked .slider.light{background-color:#fff;background-color:var(--color-light-1)}.toggle-box input:checked+.slider:before,.toggle-box.active .slider:before,.toggle-box.checked .slider:before{-webkit-transform:translateX(.75em);transform:translateX(.75em)}.toggle-box.toggle-box-color input:checked+.slider,.toggle-box.toggle-box-color.active .slider,.toggle-box.toggle-box-color.checked .slider{background-color:#88ffa9;background-color:var(--color-success)}.locked-message{backdrop-filter:blur(8px);-webkit-box-shadow:inset 0 0 0 200px hsla(0,0%,100%,.08);box-shadow:inset 0 0 0 200px hsla(0,0%,100%,.08)}.locked-message:not(.relative){height:100%;left:0;padding:7.5rem 6rem;position:absolute;top:0;width:100%;z-index:10}@media screen and (max-width:991px){.locked-message:not(.relative){padding:5rem 2.5rem}}.locked-message__negative-space{height:100%;margin:0 -2.5rem;padding:0 5rem;width:calc(100% + 5rem)}@media screen and (max-width:991px){.locked-message__negative-space{padding:0 2.5rem}}.locked-message__negative-space:not(.relative){height:calc(100% + 5rem);margin:-2.5rem;padding:0 5rem;width:calc(100% + 5rem)}@media screen and (max-width:991px){.locked-message__negative-space:not(.relative){padding:0 2.5rem}}.locked-message__dark{-webkit-box-shadow:inset 0 0 0 200px rgba(0,0,0,.08);box-shadow:inset 0 0 0 200px rgba(0,0,0,.08);color:#fff;color:var(--color-light-1)}.grid{overflow:hidden}.grid__sizer{height:0!important;margin:0!important;padding:0!important}.grid__item{display:block;width:100%}.grid__item-link{display:block;position:relative}.grid__item-link .figure-image__wrapper-img-inner{overflow:hidden}.grid__item-link .figure-image__wrapper-img-inner,.grid__item-link .figure-image__wrapper-img-zoom,.grid__item-link .section-image__caption-horizontal{-webkit-transform-origin:center center;transform-origin:center center;-webkit-transition:all .2s cubic-bezier(.785,.135,.15,.86);transition:all .2s cubic-bezier(.785,.135,.15,.86)}.grid__item-link .section-image__caption-vertical-left,.grid__item-link .section-image__caption-vertical-right{-webkit-transition:all .2s cubic-bezier(.785,.135,.15,.86);transition:all .2s cubic-bezier(.785,.135,.15,.86)}.grid__item-link:hover .section-image__caption{color:#2b2c2c;color:var(--color-gray-1)}.grid__item-link:hover .figure-image__wrapper-img-zoom{-webkit-transform:scale(1.15);transform:scale(1.15)}.grid__item-link:hover .figure-image__wrapper-img-inner{-webkit-transform:scale(.9);transform:scale(.9)}.grid__item-link:hover .section-image__caption-horizontal{-webkit-transform:translateY(-1.5em);transform:translateY(-1.5em)}.grid__item-link:hover .section-image__caption-horizontal.text-left{-webkit-transform:translate(1.5em,-2em);transform:translate(1.5em,-2em)}.grid__item-link:hover .section-image__caption-horizontal.text-right{-webkit-transform:translate(-1.5em,-2em);transform:translate(-1.5em,-2em)}.grid__item-link:hover .section-image__caption-vertical-left{-webkit-transform:rotate(-90deg) translate(2em,1.5em);transform:rotate(-90deg) translate(2em,1.5em)}.grid__item-link:hover .section-image__caption-vertical-right{-webkit-transform:rotate(-90deg) translate(-2em,-1.5em);transform:rotate(-90deg) translate(-2em,-1.5em)}@media screen and (max-width:1280px){.grid{margin-left:auto;margin-right:auto}}@media screen and (max-width:991px){.grid__item-link:hover .section-image__caption-vertical-left,.grid__item-link:hover .section-image__caption-vertical-right{-webkit-transform:rotate(0deg) translateY(-1.5em);transform:rotate(0deg) translateY(-1.5em)}}@media only screen and (min-width:991px){.grid__item_desktop-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.grid__item_desktop-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.grid__item_desktop-4{-webkit-box-flex:0;-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.grid__item_desktop-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}}@media only screen and (min-width:767px)and (max-width:991px){.grid__item_tablet-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.grid__item_tablet-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.grid__item_tablet-4{-webkit-box-flex:0;-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.grid__item_tablet-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}}@media only screen and (max-width:767px){.grid__item_mobile-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.grid__item_mobile-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.grid__item_mobile-4{-webkit-box-flex:0;-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.grid__item_mobile-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}}.row.big-gutter{margin-left:-60px;margin-right:-60px}.row.big-gutter .col,.row.big-gutter .col-1,.row.big-gutter .col-10,.row.big-gutter .col-11,.row.big-gutter .col-12,.row.big-gutter .col-2,.row.big-gutter .col-3,.row.big-gutter .col-4,.row.big-gutter .col-5,.row.big-gutter .col-6,.row.big-gutter .col-7,.row.big-gutter .col-8,.row.big-gutter .col-9,.row.big-gutter .col-auto,.row.big-gutter .col-lg,.row.big-gutter .col-lg-1,.row.big-gutter .col-lg-10,.row.big-gutter .col-lg-11,.row.big-gutter .col-lg-12,.row.big-gutter .col-lg-2,.row.big-gutter .col-lg-3,.row.big-gutter .col-lg-4,.row.big-gutter .col-lg-5,.row.big-gutter .col-lg-6,.row.big-gutter .col-lg-7,.row.big-gutter .col-lg-8,.row.big-gutter .col-lg-9,.row.big-gutter .col-lg-auto,.row.big-gutter .col-md,.row.big-gutter .col-md-1,.row.big-gutter .col-md-10,.row.big-gutter .col-md-11,.row.big-gutter .col-md-12,.row.big-gutter .col-md-2,.row.big-gutter .col-md-3,.row.big-gutter .col-md-4,.row.big-gutter .col-md-5,.row.big-gutter .col-md-6,.row.big-gutter .col-md-7,.row.big-gutter .col-md-8,.row.big-gutter .col-md-9,.row.big-gutter .col-md-auto,.row.big-gutter .col-sm,.row.big-gutter .col-sm-1,.row.big-gutter .col-sm-10,.row.big-gutter .col-sm-11,.row.big-gutter .col-sm-12,.row.big-gutter .col-sm-2,.row.big-gutter .col-sm-3,.row.big-gutter .col-sm-4,.row.big-gutter .col-sm-5,.row.big-gutter .col-sm-6,.row.big-gutter .col-sm-7,.row.big-gutter .col-sm-8,.row.big-gutter .col-sm-9,.row.big-gutter .col-sm-auto,.row.big-gutter .col-xl,.row.big-gutter .col-xl-1,.row.big-gutter .col-xl-10,.row.big-gutter .col-xl-11,.row.big-gutter .col-xl-12,.row.big-gutter .col-xl-2,.row.big-gutter .col-xl-3,.row.big-gutter .col-xl-4,.row.big-gutter .col-xl-5,.row.big-gutter .col-xl-6,.row.big-gutter .col-xl-7,.row.big-gutter .col-xl-8,.row.big-gutter .col-xl-9,.row.big-gutter .col-xl-auto{padding-left:60px;padding-right:60px}.grid_fluid-1{margin:-1vw}@media only screen and (max-width:767px){.grid_fluid-1{margin:-20px}}.grid__item_fluid-1{padding:1vw}@media only screen and (max-width:767px){.grid__item_fluid-1{padding:20px}}@media only screen and (min-width:767px){.grid:not(.grid_filtered) .grid__item_fluid-1-fancy:nth-of-type(3){margin-top:2vw}}.grid_fluid-2{margin:-2vw}@media only screen and (max-width:767px){.grid_fluid-2{margin:-20px}}.grid__item_fluid-2{padding:2vw}@media only screen and (max-width:767px){.grid__item_fluid-2{padding:20px}}@media only screen and (min-width:767px){.grid:not(.grid_filtered) .grid__item_fluid-2-fancy:nth-of-type(3){margin-top:4vw}}.grid_fluid-3{margin:-3vw}@media only screen and (max-width:767px){.grid_fluid-3{margin:-20px}}.grid__item_fluid-3{padding:3vw}@media only screen and (max-width:767px){.grid__item_fluid-3{padding:20px}}@media only screen and (min-width:767px){.grid:not(.grid_filtered) .grid__item_fluid-3-fancy:nth-of-type(3){margin-top:6vw}}.grid_fluid-4{margin:-4vw}@media only screen and (max-width:767px){.grid_fluid-4{margin:-20px}}.grid__item_fluid-4{padding:4vw}@media only screen and (max-width:767px){.grid__item_fluid-4{padding:20px}}@media only screen and (min-width:767px){.grid:not(.grid_filtered) .grid__item_fluid-4-fancy:nth-of-type(3){margin-top:8vw}}.grid_fluid-5{margin:-5vw}@media only screen and (max-width:767px){.grid_fluid-5{margin:-20px}}.grid__item_fluid-5{padding:5vw}@media only screen and (max-width:767px){.grid__item_fluid-5{padding:20px}}@media only screen and (min-width:767px){.grid:not(.grid_filtered) .grid__item_fluid-5-fancy:nth-of-type(3){margin-top:10vw}}.grid_fluid-6{margin:-6vw}@media only screen and (max-width:767px){.grid_fluid-6{margin:-20px}}.grid__item_fluid-6{padding:6vw}@media only screen and (max-width:767px){.grid__item_fluid-6{padding:20px}}@media only screen and (min-width:767px){.grid:not(.grid_filtered) .grid__item_fluid-6-fancy:nth-of-type(3){margin-top:12vw}}.grid_fluid-7{margin:-7vw}@media only screen and (max-width:767px){.grid_fluid-7{margin:-20px}}.grid__item_fluid-7{padding:7vw}@media only screen and (max-width:767px){.grid__item_fluid-7{padding:20px}}@media only screen and (min-width:767px){.grid:not(.grid_filtered) .grid__item_fluid-7-fancy:nth-of-type(3){margin-top:14vw}}.grid_fluid-8{margin:-8vw}@media only screen and (max-width:767px){.grid_fluid-8{margin:-20px}}.grid__item_fluid-8{padding:8vw}@media only screen and (max-width:767px){.grid__item_fluid-8{padding:20px}}@media only screen and (min-width:767px){.grid:not(.grid_filtered) .grid__item_fluid-8-fancy:nth-of-type(3){margin-top:16vw}}.grid_fluid-9{margin:-9vw}@media only screen and (max-width:767px){.grid_fluid-9{margin:-20px}}.grid__item_fluid-9{padding:9vw}@media only screen and (max-width:767px){.grid__item_fluid-9{padding:20px}}@media only screen and (min-width:767px){.grid:not(.grid_filtered) .grid__item_fluid-9-fancy:nth-of-type(3){margin-top:18vw}}.grid_fluid-10{margin:-10vw}@media only screen and (max-width:767px){.grid_fluid-10{margin:-20px}}.grid__item_fluid-10{padding:10vw}@media only screen and (max-width:767px){.grid__item_fluid-10{padding:20px}}@media only screen and (min-width:767px){.grid:not(.grid_filtered) .grid__item_fluid-10-fancy:nth-of-type(3){margin-top:20vw}}.grid_fluid-11{margin:-11vw}@media only screen and (max-width:767px){.grid_fluid-11{margin:-20px}}.grid__item_fluid-11{padding:11vw}@media only screen and (max-width:767px){.grid__item_fluid-11{padding:20px}}@media only screen and (min-width:767px){.grid:not(.grid_filtered) .grid__item_fluid-11-fancy:nth-of-type(3){margin-top:22vw}}.grid_fluid-12{margin:-12vw}@media only screen and (max-width:767px){.grid_fluid-12{margin:-20px}}.grid__item_fluid-12{padding:12vw}@media only screen and (max-width:767px){.grid__item_fluid-12{padding:20px}}@media only screen and (min-width:767px){.grid:not(.grid_filtered) .grid__item_fluid-12-fancy:nth-of-type(3){margin-top:24vw}}.grid_fluid-13{margin:-13vw}@media only screen and (max-width:767px){.grid_fluid-13{margin:-20px}}.grid__item_fluid-13{padding:13vw}@media only screen and (max-width:767px){.grid__item_fluid-13{padding:20px}}@media only screen and (min-width:767px){.grid:not(.grid_filtered) .grid__item_fluid-13-fancy:nth-of-type(3){margin-top:26vw}}.grid_fluid-14{margin:-14vw}@media only screen and (max-width:767px){.grid_fluid-14{margin:-20px}}.grid__item_fluid-14{padding:14vw}@media only screen and (max-width:767px){.grid__item_fluid-14{padding:20px}}@media only screen and (min-width:767px){.grid:not(.grid_filtered) .grid__item_fluid-14-fancy:nth-of-type(3){margin-top:28vw}}.grid_fluid-15{margin:-15vw}@media only screen and (max-width:767px){.grid_fluid-15{margin:-20px}}.grid__item_fluid-15{padding:15vw}@media only screen and (max-width:767px){.grid__item_fluid-15{padding:20px}}@media only screen and (min-width:767px){.grid:not(.grid_filtered) .grid__item_fluid-15-fancy:nth-of-type(3){margin-top:30vw}}.grid_fluid-16{margin:-16vw}@media only screen and (max-width:767px){.grid_fluid-16{margin:-20px}}.grid__item_fluid-16{padding:16vw}@media only screen and (max-width:767px){.grid__item_fluid-16{padding:20px}}@media only screen and (min-width:767px){.grid:not(.grid_filtered) .grid__item_fluid-16-fancy:nth-of-type(3){margin-top:32vw}}.grid_fluid-17{margin:-17vw}@media only screen and (max-width:767px){.grid_fluid-17{margin:-20px}}.grid__item_fluid-17{padding:17vw}@media only screen and (max-width:767px){.grid__item_fluid-17{padding:20px}}@media only screen and (min-width:767px){.grid:not(.grid_filtered) .grid__item_fluid-17-fancy:nth-of-type(3){margin-top:34vw}}.grid_fluid-18{margin:-18vw}@media only screen and (max-width:767px){.grid_fluid-18{margin:-20px}}.grid__item_fluid-18{padding:18vw}@media only screen and (max-width:767px){.grid__item_fluid-18{padding:20px}}@media only screen and (min-width:767px){.grid:not(.grid_filtered) .grid__item_fluid-18-fancy:nth-of-type(3){margin-top:36vw}}.grid_fluid-19{margin:-19vw}@media only screen and (max-width:767px){.grid_fluid-19{margin:-20px}}.grid__item_fluid-19{padding:19vw}@media only screen and (max-width:767px){.grid__item_fluid-19{padding:20px}}@media only screen and (min-width:767px){.grid:not(.grid_filtered) .grid__item_fluid-19-fancy:nth-of-type(3){margin-top:38vw}}.grid_fluid-20{margin:-20vw}@media only screen and (max-width:767px){.grid_fluid-20{margin:-20px}}.grid__item_fluid-20{padding:20vw}@media only screen and (max-width:767px){.grid__item_fluid-20{padding:20px}}@media only screen and (min-width:767px){.grid:not(.grid_filtered) .grid__item_fluid-20-fancy:nth-of-type(3){margin-top:40vw}}.modal.modal--loading .modal__loading{opacity:1!important;visibility:visible!important}.modal__outer{background-color:rgba(0,0,0,.5);display:-webkit-box;display:-ms-flexbox;display:flex;height:100%;left:0;position:fixed;top:0;width:100%;z-index:1000;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;opacity:0;pointer-events:none;visibility:hidden}.modal__outer.left-stretch{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.modal__outer.left-stretch,.modal__outer.right-stretch{-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.modal__outer.right-stretch{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.modal__outer.left-center{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.modal__outer.left-center,.modal__outer.right-center{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.modal__outer.right-center{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.modal__inner{background-color:#fff;background-color:var(--color-light-1);border-radius:.5rem;margin:45px;margin:calc(var(--gutter-horizontal)*1);max-width:40rem;opacity:0;overflow:hidden;padding:67.5px 45px 45px;padding:calc(var(--gutter-horizontal)*1.5) calc(var(--gutter-horizontal)*1) calc(var(--gutter-horizontal)*1);pointer-events:all!important;position:relative;width:100%}.modal__inner.no-padding{padding:0}.modal__inner.light-1{background-color:#fff;background-color:var(--color-light-1)}.modal__inner.light-2{background-color:#f9f9f9;background-color:var(--color-light-2)}.modal__loading{display:-webkit-box;display:-ms-flexbox;display:flex;height:100%;left:0;position:absolute;top:0;width:100%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-animation:modal-loading 1.2s ease-in-out infinite;animation:modal-loading 1.2s ease-in-out infinite;background:-webkit-gradient(linear,left top,right top,from(rgba(53,53,53,.867)),color-stop(50%,hsla(0,0%,7%,.867)),to(rgba(53,53,53,.867)));background:linear-gradient(90deg,rgba(53,53,53,.867),hsla(0,0%,7%,.867) 50%,rgba(53,53,53,.867));background-size:400% 100%;opacity:0;overflow:hidden;text-indent:-99999px;-webkit-transition:opacity .2s ease-in-out;transition:opacity .2s ease-in-out;visibility:hidden;z-index:100}@-webkit-keyframes modal-loading{0%{background-position:0 0}to{background-position:-135% 0}}@keyframes modal-loading{0%{background-position:0 0}to{background-position:-135% 0}}.modal__loading .modal__loading__spinner{display:-webkit-box;display:-ms-flexbox;display:flex;font-size:3rem;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.modal__header .modal__close{padding:1rem;position:absolute;right:0;top:0;z-index:50}.modal__header .modal__close .icon_close{background:url(/app/themes/goodat/public/images/good_at_icon_plus-1.38c1bc.svg) no-repeat 50%;background-size:contain;cursor:pointer!important;display:block;height:1rem;opacity:1;-webkit-transform:rotate(45deg);transform:rotate(45deg);-webkit-transition:all .2s cubic-bezier(.785,.135,.15,.86);transition:all .2s cubic-bezier(.785,.135,.15,.86);width:1rem}.modal__header .modal__close .icon_close:hover{opacity:.4}.modal__header .modal__close .sr-only{display:none}.modal__body{max-height:75vh;max-height:75svh;overflow:hidden;overflow-y:auto}.modal-inner .modal__outer{background-color:transparent;height:auto;left:0;position:absolute;top:0;width:100%}.modal-inner .modal__inner{background-color:#fff;background-color:var(--color-light-1);border-radius:0;margin:0;max-width:100%;opacity:0;overflow:hidden;padding:67.5px 45px 45px;padding:calc(var(--gutter-horizontal)*1.5) calc(var(--gutter-horizontal)*1) calc(var(--gutter-horizontal)*1);pointer-events:all!important;position:relative;width:100%}.modal-inner .modal__inner.no-padding{padding:0}.modal-inner .modal__inner.light-1{background-color:#fff;background-color:var(--color-light-1)}.modal-inner .modal__inner.light-2{background-color:#f9f9f9;background-color:var(--color-light-2)}.modal.crooperjs .cropperjs__image{max-height:100%;max-width:100%}.modal.crooperjs .cropperjs__image img{max-height:70vh;max-width:70vw}.modal.project-form .modal__inner{max-width:80rem}.modal.project-form .modal__body{margin-right:-2rem;min-height:20rem;padding-right:2rem}@media(max-width:991px){.modal.project-form .modal__body{margin-right:-1rem;padding-right:1rem}}.modal.available-soon-selection .modal__outer{pointer-events:all;z-index:5000}.modal.available-soon-selection .modal__body{padding:1rem}.modal.freelancer-calendar .modal__inner{max-width:55rem}.modal.freelancer-calendar .bookingtool-calendar{overflow:hidden!important}.faqs{border-top:1px solid #000;border-top:1px solid var(--border-color)}.faqs,.faqs__dark{--border-color:var(--color-dark-1);--text-color:var(--color-dark-1);--svg-icon:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='11' fill='none'%3E%3Cpath fill='%23000' d='M5.75.5h-1.5v10h1.5z'/%3E%3Cpath fill='%23000' d='M10 4.75H0v1.5h10z'/%3E%3C/svg%3E")}.faqs__light{--border-color:var(--color-light-1);--text-color:var(--color-light-1);--svg-icon:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='11' fill='none'%3E%3Cpath fill='%23fff' d='M5.75.5h-1.5v10h1.5z'/%3E%3Cpath fill='%23fff' d='M10 4.75H0v1.5h10z'/%3E%3C/svg%3E")}.faq__item{border-bottom:1px solid var(--border-color);margin-bottom:.5rem;--h5-max-font-size:30;--h5-min-font-size:15}.faq__item.is-open .faq__question:before{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.faq__item-content{height:0}.faq__item .faq__item-content_inner{padding:1rem 0 2rem}.faq__item .faq__item-content_inner a{background:-webkit-gradient(linear,left top,right top,from(transparent),to(transparent)),-webkit-gradient(linear,left top,right top,from(#a5a6a6),to(#a5a6a6));background:linear-gradient(90deg,transparent,transparent),linear-gradient(90deg,#a5a6a6,#a5a6a6);background:-webkit-gradient(linear,left top,right top,from(var(--color1,transparent)),to(var(--color1,transparent))),-webkit-gradient(linear,left top,right top,from(var(--color2,var(--color-light-3))),to(var(--color2,var(--color-light-3))));background:linear-gradient(to right,var(--color1,transparent),var(--color1,transparent)),linear-gradient(to right,var(--color2,var(--color-light-3)),var(--color2,var(--color-light-3)));background-position:100% 100%,0 100%;background-repeat:no-repeat;background-size:100% 1px,0 1px;-webkit-box-shadow:none;box-shadow:none;cursor:pointer;outline:none;-webkit-transition:all .2s cubic-bezier(.785,.135,.15,.86);transition:all .2s cubic-bezier(.785,.135,.15,.86)}.faq__item .faq__item-content_inner a:focus,.faq__item .faq__item-content_inner a:hover{background-size:0 1px,100% 1px}.faq__item .faq__item-content_inner a:focus{outline:none}.faq__question{color:var(--text-color);cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;font-size:18px;font-size:calc(var(--h5-min-font-size)*1px);font-weight:400;line-height:1.33em;padding-bottom:19.8px;padding-bottom:calc(var(--gutter-vertical)*.44);padding-top:19.8px;padding-top:calc(var(--gutter-vertical)*.44);text-transform:uppercase;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}@media screen and (min-width:320px){.faq__question{font-size:calc(16.28571px + .53571vw);font-size:calc(var(--h5-min-font-size)*1px + (var(--h5-max-font-size) - var(--h5-min-font-size))*(100vw - 320px)/2240)}}@media screen and (min-width:2560px){.faq__question{font-size:30px;font-size:calc(var(--h5-max-font-size)*1px)}}.faq__question:before{content:"";display:inline-block;height:.75rem;width:.75rem;-webkit-box-flex:0;background:transparent no-repeat 50%;background-image:var(--svg-icon);background-size:contain;-ms-flex:0 0 1rem;flex:0 0 1rem;margin-right:1rem;margin-top:.44em;-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease}@media(max-width:991px){.faq__question:before{margin-top:.33em}}.faq__answer{--paragraph-color-dark:var(--text-color)}.logos__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;gap:90px;gap:calc(var(--gutter-horizontal)*2);justify-content:center}@media screen and (max-width:991px){.logos__wrapper{gap:45px;gap:calc(var(--gutter-horizontal)*1)}}.lazy{background-color:hsla(0,0%,53%,.1)}.lazy>img{height:100%;left:0;position:absolute;top:0;width:100%}.lazy_loaded{background-color:transparent;background-color:initial}.lazy-bg,.lazy__img:not(img){background-position:50%;background-repeat:no-repeat;background-size:cover}.lazy-bg{background-color:hsla(0,0%,53%,.1);height:100%;width:100%}.lazy-bg_loaded{background-color:transparent;background-color:initial}.hover-zoom{-webkit-backface-visibility:hidden;backface-visibility:hidden}.hover-zoom:hover:not(:focus) .hover-zoom__zoom{-webkit-transform:scale(1.15);transform:scale(1.15)}.hover-zoom:hover:not(:focus) .hover-zoom__inner{-webkit-transform:scale(.9);transform:scale(.9)}.hover-zoom:hover:not(:focus) .section-image__caption-horizontal{-webkit-transform:translateY(-15px);transform:translateY(-15px);-webkit-transition-delay:.06s;transition-delay:.06s}.hover-zoom:hover:not(:focus) .section-image__caption-horizontal.text-left{-webkit-transform:translate(15px,-15px);transform:translate(15px,-15px)}.hover-zoom:hover:not(:focus) .section-image__caption-horizontal.text-right{-webkit-transform:translate(-15px,-15px);transform:translate(-15px,-15px)}.hover-zoom__inner{overflow:hidden}.hover-zoom__inner,.hover-zoom__zoom{-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform-origin:center center;transform-origin:center center}.hover-zoom__caption,.hover-zoom__inner,.hover-zoom__zoom{-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease;will-change:transform}.smooth-scroll{height:100vh;overflow:hidden;width:100vw}.c-scrollbar{display:none!important}[data-goodat-scroll-fixed]{left:0!important;top:0!important;width:100%!important}[data-goodat-scroll-down]{cursor:pointer}.marquee3k__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex}.marquee3k span{display:inline-block;overflow:hidden;position:relative;white-space:nowrap}.pagination{border-top:2px solid #000;border-top:2px solid var(--color-dark-1);font-family:Berlingske,serif;font-family:var(--font-secondary);margin-top:40px;padding:20px 0 0}@media screen and (min-width:320px){.pagination{margin-top:calc(32.85714px + 2.23214vw)}}@media screen and (min-width:2560px){.pagination{margin-top:90px}}.pagination .nav-links{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.pagination .nav-links__container{margin-left:auto;margin-right:auto}.pagination .page-numbers{background-image:none;display:inline-block;font-weight:600;line-height:1;margin:0 15px;vertical-align:middle}.pagination .page-numbers.prev{font-size:20px;font-weight:400;margin-left:0}.pagination .page-numbers.next{font-size:20px;font-weight:400;margin-right:0}.pagination .page-numbers:not(a){color:#2b2c2c;color:var(--color-gray-1)}.page-links{border-top:2px solid #000;border-top:2px solid var(--color-dark-1);margin-top:40px;padding:20px 0 0}@media screen and (min-width:320px){.page-links{margin-top:calc(32.85714px + 2.23214vw)}}@media screen and (min-width:2560px){.page-links{margin-top:90px}}.page-links .page-number{border:none;display:inline-block;font-weight:600;line-height:1;margin:0 15px}.page-links a{background-image:none}.page-links .post-page-numbers:not(a){color:#2b2c2c;color:var(--color-gray-1)}.comments-pagination{text-align:center}.comments-pagination .page-numbers{display:inline-block;font-weight:600;line-height:1;margin:0 20px}@media screen and (max-width:991px){.page-links,.pagination{padding:10px 0 0}}.page-indicator{bottom:60px;pointer-events:none;position:fixed;right:45px;right:var(--gutter-horizontal);z-index:500}.section{position:relative}.section-fullheight,.section-fullheight__inner{display:-webkit-box;display:-ms-flexbox;display:flex}.section-fullheight__inner{position:relative;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-height:100vh;width:100%}@media screen and (max-width:767px){.section-fullheight__inner_mobile{min-height:100vh;min-height:calc(var(--fix-bar-vh, 1vh)*100)}.section-fullheight__inner_not_mobile{min-height:0}}.section-fullheight__inner_top{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.section-fullheight__inner_bottom{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.section-fullheight__inner_bg{left:0;min-height:70%;position:absolute;top:0;width:100%}.section_z-100{z-index:100}.section__content{position:relative;z-index:60}.section__headline{background-color:#2b2c2c;background-color:var(--color-gray-1);display:block;height:1px;width:60px}@media screen and (min-width:320px){.section__headline{width:calc(51.42857px + 2.67857vw)}}@media screen and (min-width:2560px){.section__headline{width:120px}}.section__headline_vertical{background-color:#2b2c2c;background-color:var(--color-gray-1);display:block;height:60px;width:1px}@media screen and (min-width:320px){.section__headline_vertical{height:calc(51.42857px + 2.67857vw)}}@media screen and (min-width:2560px){.section__headline_vertical{height:120px}}.section__headline__dark{background-color:#000;background-color:var(--color-dark-1)}.section__headline__light{background-color:#fff;background-color:var(--color-light-1)}.section__bg{height:100%;left:0;overflow:hidden;position:absolute;top:0;width:100%}@media screen and (max-width:991px){.section-fullheight__inner_mobile-auto{display:block;height:100%;min-height:0}}.section-object__image{left:0;position:absolute;top:0}@media screen and (min-width:991px){.section-object__image{z-index:50}}.section-object__image img{height:auto;margin-left:10%;margin-top:-36%;width:38vw}@media screen and (max-width:991px){.section-object__image img{margin-left:-50%;margin-top:-15%;width:85vw}}.section-object__image.bottom{bottom:0;left:auto;right:0;top:auto}.section-object__image.bottom img{margin-bottom:-40%;margin-left:-10%;margin-top:auto}@media screen and (max-width:991px){.section-object__image.bottom img{margin-bottom:-33%;margin-left:40%}}.section-404{background:#cdcdcd;background:linear-gradient(-30deg,#5a5a5a,#dcdcdc)}.section-404 .h1v{font-size:20vw}.section-404 .h1v.job{font-size:7.5vw}@media screen and (max-width:991px){.section-404 .h1v{font-size:33vw}.section-404 .h1v.job{font-size:17vw}}.section-404 .button:not(.job){padding-left:50px;padding-right:50px}@media screen and (max-width:991px){.section-404 .button:not(.job){padding-left:30px;padding-right:30px}}.section_h-100{height:100px;max-height:100vh}.section_h-200{height:200px;max-height:100vh}.section_h-300{height:300px;max-height:100vh}.section_h-400{height:400px;max-height:100vh}.section_h-500{height:500px;max-height:100vh}.section_h-600{height:600px;max-height:100vh}.section_h-700{height:700px;max-height:100vh}.section_h-800{height:800px;max-height:100vh}.section_h-900{height:900px;max-height:100vh}.section_h-100vh{height:100vh}.section_w-container-right{margin-left:auto;max-width:100%;text-align:left;width:calc(100% - 50vw + 550px)}.section_w-container-left{margin-right:auto;max-width:100%;text-align:right;width:calc(100% - 50vw + 550px)}@media screen and (max-width:1400px){.section_w-container-left,.section_w-container-right{text-align:center;width:100%}.section_w-container-left .section-image__caption-vertical-left,.section_w-container-left .section-image__caption-vertical-right,.section_w-container-right .section-image__caption-vertical-left,.section_w-container-right .section-image__caption-vertical-right{bottom:auto;left:auto;margin-top:1em;padding:0 20px;position:relative;right:auto;text-align:center;top:auto;-webkit-transform:none;transform:none;width:100%}.section_w-container-left .section-image__caption.text-center,.section_w-container-left .section-image__caption.text-left,.section_w-container-left .section-image__caption.text-right,.section_w-container-right .section-image__caption.text-center,.section_w-container-right .section-image__caption.text-left,.section_w-container-right .section-image__caption.text-right{text-align:center!important}}@media screen and (max-width:767px){.section_h-100,.section_h-200,.section_h-300,.section_h-400,.section_h-500,.section_h-600,.section_h-700,.section_h-800,.section_h-900{max-height:70vh}}.section-offset__content{position:relative;width:100%}.section-image{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.section-image__content{margin-top:40px}.section-image__wrapper{height:100%;position:relative;width:100%}.section-image__caption{display:inline-block;margin-top:1em}.section-image__caption-vertical-left{bottom:-1em;left:-2em;position:absolute;text-align:left;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);-webkit-transform-origin:left center;transform-origin:left center}.section-image__caption-vertical-right{position:absolute;right:-2em;text-align:left;top:-2em;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);-webkit-transform-origin:right center;transform-origin:right center}.section-image__wrapper_absolute{height:100%;left:0;position:absolute!important;top:0;width:100%}.section-image__overlay{z-index:0}@media screen and (max-width:1280px){.section-image__caption-vertical-left{left:-1.5em}.section-image__caption-vertical-right{right:-1.5em}}@media screen and (max-width:991px){.section-image__caption-vertical-left,.section-image__caption-vertical-right{bottom:auto;left:auto;margin-top:1em;padding:0 20px;position:relative;right:auto;text-align:center;top:auto;-webkit-transform:none;transform:none;width:100%}}.section-content__heading>:first-child,.section-content__text>:first-child{margin-top:0}.section-content__heading>:last-child,.section-content__text>:last-child{margin-bottom:0}.section-content__text{max-width:700px}.text-left .section-content__text{margin-left:0;margin-right:auto}.text-center .section-content__text{margin-left:auto;margin-right:auto}.text-right .section-content__text{margin-left:auto;margin-right:0}.section__image--fullheight{bottom:0;left:0;overflow:hidden;position:absolute;right:0;top:0;z-index:-1}.goodat__textblock_3 .p-small{padding:30px}@media screen and (min-width:320px){.goodat__textblock_3 .p-small{padding:calc(20px + 3.125vw)}}@media screen and (min-width:2560px){.goodat__textblock_3 .p-small{padding:100px}}@media screen and (max-width:767px){.goodat__textblock_3 .col:not(:last-of-type){margin-bottom:2em}}.goodat__textblock_job .section-content-job-info{margin-top:-180px}@media screen and (min-width:320px){.goodat__textblock_job .section-content-job-info{margin-top:calc(-155.71429px - 7.58929vw)}}@media screen and (min-width:2560px){.goodat__textblock_job .section-content-job-info{margin-top:-350px}}@media screen and (max-width:991px){.goodat__textblock_job .section-content-job-info{margin-top:0!important}}.goodat__textblock_job .section-masthead__buttons{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:20px}.goodat__textblock_job .section-masthead__buttons .button{text-align:left!important}.section-content__video video{width:100px}@media screen and (min-width:320px){.section-content__video video{width:calc(91.42857px + 2.67857vw)}}@media screen and (min-width:2560px){.section-content__video video{width:160px}}.section-content__cta .section-content__heading_profile-img{--size:5.5rem;--gap:0.5rem;left:-6rem;left:calc((var(--size) + var(--gap))*-1);margin-top:-.25rem;margin-top:calc(var(--gap)*-.5);position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:5.5rem;width:calc(var(--size)*1)}@media(max-width:1600px){.section-content__cta .section-content__heading_profile-img{--size:5rem}}@media(max-width:1330px){.section-content__cta .section-content__heading_profile-img{--size:3.33rem}}@media(max-width:991px){.section-content__cta .section-content__heading_profile-img{margin-top:calc(var(--gap)*-1.75)}}.section-content__cta .section-content__heading_profile-img .animation-box{border-radius:999px;height:calc(var(--size)*1);overflow:hidden;position:relative;width:calc(var(--size)*1)}.section-content__cta .section-content__heading_profile-img .animation-box img{height:100%;left:0;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;width:100%}.section-grid__item{-webkit-backface-visibility:hidden;backface-visibility:hidden}@media screen and (min-width:991px){.section-grid__item_padding{padding:80px}}@media screen and (min-width:991px)and (min-width:991px){.section-grid__item_padding{padding:calc(37.33046px + 4.30571vw)}}@media screen and (min-width:991px)and (min-width:1920){.section-grid__item_padding{padding:120px}}.section-masthead__inner{overflow:hidden;position:relative;z-index:50}.section-masthead__background_fullscreen,.section-masthead__background_halfscreen{bottom:0;left:0;overflow:hidden;position:absolute;right:0;top:0}.section-masthead__background_halfscreen{top:80%}.section-masthead__background_halfscreen-gutters{padding:85px 45px 45px;padding:calc(var(--gutter-horizontal) + 40px) var(--gutter-horizontal) var(--gutter-horizontal)}.section-masthead__text{display:inline-block;max-width:700px}.section-masthead__wrapper-scroll-down{bottom:0;display:inline-block;position:absolute;z-index:50}@media screen and (max-width:767px){.section-masthead__wrapper-scroll-down{bottom:45px;bottom:var(--gutter-horizontal)}.section-masthead__wrapper-scroll-down .button_up2{display:none}}.section-masthead__wrapper-scroll-down .button_icon{display:inline-block}@media screen and (min-width:767px){.section-masthead__wrapper-scroll-down .button_icon{display:none}}.section-masthead__wrapper-scroll-down_center{left:0;margin:auto;right:0}.section-masthead__wrapper-scroll-down_left{left:25px;left:calc(var(--gutter-horizontal) - 20px)}.section-masthead__wrapper-scroll-down_right{right:25px;right:calc(var(--gutter-horizontal) - 20px)}.overlay.section-masthead__overlay{-webkit-transform:scale(1.02);transform:scale(1.02);z-index:1}.section-masthead__header{display:-webkit-box;display:-ms-flexbox;display:flex;z-index:50;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding-bottom:60px;padding-top:100px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media screen and (min-width:320px){.section-masthead__header{padding-top:calc(97.14286px + .89286vw)}}@media screen and (min-width:2560px){.section-masthead__header{padding-top:120px}}@media screen and (min-width:320px){.section-masthead__header{padding-bottom:calc(51.42857px + 2.67857vw)}}@media screen and (min-width:2560px){.section-masthead__header{padding-bottom:120px}}.section-masthead__header_absolute{left:0;position:absolute;right:0;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);z-index:50}.section-masthead__wrapper-info{margin-bottom:2em;margin-top:2em}.section-masthead__wrapper-info:first-child{margin-top:0}.section-masthead__wrapper-info:last-child{margin-bottom:0}.section-masthead__meta-item{display:inline-block}.section-masthead__meta-item:not(:last-child):after{background-color:#2b2c2c;background-color:var(--color-gray-1);content:"";display:inline-block;height:1px;margin:1em;vertical-align:middle;width:60px;width:40px}@media screen and (min-width:320px){.section-masthead__meta-item:not(:last-child):after{width:calc(37.14286px + .89286vw)}}@media screen and (min-width:2560px){.section-masthead__meta-item:not(:last-child):after{width:60px}}.section-masthead__meta-item>*{display:inline-block;vertical-align:middle}.section-masthead__meta-categories{list-style-type:none;margin:0;padding:0}.section-masthead__bg{height:100%;left:0;position:absolute;top:0;width:100%;z-index:0}@media screen and (max-width:991px){.section-masthead__background_halfscreen{bottom:auto;left:auto;position:relative;right:auto;top:auto;-webkit-transform:none;transform:none}.section-masthead__background_halfscreen-gutters{padding:0}.section-masthead__background_halfscreen{height:100vh;height:calc(var(--fix-bar-vh, 1vh)*100)}}.section-masthead__thumbnail{height:1px;overflow:hidden;padding-bottom:100%;position:relative;width:100%}.section-masthead__thumbnail img{height:100%;left:0;-o-object-fit:cover;object-fit:cover;-o-object-position:center 33%;object-position:center 33%;position:absolute;top:0;width:100%}.goodat__hero2 .section-masthead__inner,.header-magazin .section-masthead__inner,.header-team .section-masthead__inner{display:-webkit-box;display:-ms-flexbox;display:flex}.goodat__hero2 .section-masthead__heading,.goodat__hero2 .section-masthead__text,.header-magazin .section-masthead__heading,.header-magazin .section-masthead__text,.header-team .section-masthead__heading,.header-team .section-masthead__text{position:relative;z-index:70}.goodat__hero2 .section-masthead__button_up_inner,.header-magazin .section-masthead__button_up_inner,.header-team .section-masthead__button_up_inner{display:-webkit-box;display:-ms-flexbox;display:flex;height:80%;left:0;position:absolute;top:0;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}@media screen and (max-width:991px){.goodat__hero2 .section-masthead__button_up_inner,.header-magazin .section-masthead__button_up_inner,.header-team .section-masthead__button_up_inner{bottom:45px;bottom:var(--gutter-horizontal);height:auto;top:auto}}.goodat__hero2 .section-masthead__button_up_inner .button_up2,.header-magazin .section-masthead__button_up_inner .button_up2,.header-team .section-masthead__button_up_inner .button_up2{padding-left:0;padding-right:0;-webkit-transform:translateY(33%);transform:translateY(33%)}@media screen and (max-width:767px){.goodat__hero2 .section-masthead__button_up_inner .button_up2,.header-magazin .section-masthead__button_up_inner .button_up2,.header-team .section-masthead__button_up_inner .button_up2{display:none!important}}.goodat__hero2 .section-masthead__button_up_inner .button_icon,.header-magazin .section-masthead__button_up_inner .button_icon,.header-team .section-masthead__button_up_inner .button_icon{display:none}@media screen and (max-width:767px){.goodat__hero2 .section-masthead__button_up_inner .button_icon,.header-magazin .section-masthead__button_up_inner .button_icon,.header-team .section-masthead__button_up_inner .button_icon{display:block!important}}.goodat__hero2 .section-masthead__buttons,.header-magazin .section-masthead__buttons,.header-team .section-masthead__buttons{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:20px}.goodat__hero2 .section-masthead__buttons .button,.header-magazin .section-masthead__buttons .button,.header-team .section-masthead__buttons .button{text-align:left!important}.goodat__hero_linktree .section-masthead__header{padding-bottom:60px;padding-top:60px}@media screen and (min-width:320px){.goodat__hero_linktree .section-masthead__header{padding-top:calc(42.85714px + 5.35714vw)}}@media screen and (min-width:2560px){.goodat__hero_linktree .section-masthead__header{padding-top:180px}}@media screen and (min-width:320px){.goodat__hero_linktree .section-masthead__header{padding-bottom:calc(42.85714px + 5.35714vw)}}@media screen and (min-width:2560px){.goodat__hero_linktree .section-masthead__header{padding-bottom:180px}}.goodat__hero_linktree .section-fullheight__inner{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media screen and (max-width:991px){.goodat__hero_linktree .section-fullheight__inner{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}}@media screen and (min-width:991px){.goodat__hero_linktree .section-masthead__buttons{max-width:100%;min-width:21rem}}@media screen and (max-width:991px){.goodat__hero_linktree .section-masthead__buttons{margin-left:auto;margin-right:auto;max-width:92.5%}}.section-masthead__infobar .section-masthead__infobar_inner{display:-webkit-box;display:-ms-flexbox;display:flex;padding-bottom:11.25px;padding-bottom:calc(var(--gutter-horizontal)/4);padding-top:11.25px;padding-top:calc(var(--gutter-horizontal)/4);-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap}@media screen and (max-width:767px){.section-masthead__infobar .section-masthead__infobar_inner{padding-bottom:15px;padding-bottom:calc(var(--gutter-horizontal)/3);padding-top:15px;padding-top:calc(var(--gutter-horizontal)/3)}.goodat__hero_1 .section-masthead__header,.goodat__hero_1 .section-masthead__inner{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.goodat__hero_1 .section-masthead__content{width:100%}}.goodat__hero5 .xxl{font-size:15vw;letter-spacing:-.033em;line-height:.9;margin:-.5em 0 0;pointer-events:none}.goodat__hero5 .xxl .overflow{overflow:visible!important}@media screen and (max-width:991px){.goodat__hero5 .xxl{font-size:17.5vw;margin-bottom:1.75rem;margin-top:.2em}}@media screen and (max-width:360px){.goodat__hero5 .xxl{font-size:16vw;margin-top:0}}.goodat__hero5 .section-masthead__header-inner{padding-bottom:60px;padding-top:60px}@media screen and (min-width:991px){.goodat__hero5 .section-masthead__header-inner{bottom:0;left:0;position:absolute;right:0}}@media screen and (min-width:320px){.goodat__hero5 .section-masthead__header-inner{padding-top:calc(51.42857px + 2.67857vw)}}@media screen and (min-width:2560px){.goodat__hero5 .section-masthead__header-inner{padding-top:120px}}@media screen and (min-width:320px){.goodat__hero5 .section-masthead__header-inner{padding-bottom:calc(51.42857px + 2.67857vw)}}@media screen and (min-width:2560px){.goodat__hero5 .section-masthead__header-inner{padding-bottom:120px}}.section-masthead__wrapper-circle-button{display:inline-block;position:absolute;right:7.5vw;top:7.5vw;z-index:50}@media screen and (max-width:991px){.section-masthead__wrapper-circle-button{top:15vw}}.header-freelancer,.header-project{margin-top:3.25rem}@media screen and (min-width:991px){.header-freelancer,.header-project{margin-top:5.125rem}}.section-masthead__hero{background-color:#f9f9f9;background-color:var(--color-light-2);height:0;overflow:hidden;padding-bottom:25%;text-align:center}@media screen and (min-width:2400){.section-masthead__hero{height:30rem;padding-bottom:0}}.section-masthead__hero img{height:100%;left:50%;max-width:2250px;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;position:absolute;top:0;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:100%}.section-masthead__hero .section-masthead__hero-placeholder{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-line-pack:center;align-content:center;-webkit-box-pack:center;-ms-flex-pack:center;height:100%;justify-content:center;width:100%;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:12.5vw;left:0;position:absolute;top:0}@media screen and (max-width:991px){.section-masthead__hero .section-masthead__hero-placeholder{font-size:15vw}}@media screen and (max-width:767px){.section-masthead__hero .section-masthead__hero-placeholder{font-size:17.5vw}}.section-masthead__hero .section-masthead__hero-placeholder.section-masthead__hero-placeholder--dark{background-color:#fff;background-color:var(--color-light-1)}.section-masthead__hero .section-masthead__hero-placeholder.section-masthead__hero-placeholder--light{background-color:#000;background-color:var(--color-dark-1)}.goodat__hero_bookingtool{--bottom-spacing:5rem;padding-bottom:5rem;padding-bottom:var(--bottom-spacing)}.goodat__hero_bookingtool__inner{position:relative;width:100%}.goodat__hero_bookingtool .button_up2{margin-bottom:calc(var(--bottom-spacing)*-1);padding-bottom:calc(var(--gutter-horizontal) + 10px + var(--bottom-spacing))}.goodat__hero_bookingtool .button_up2 .button__line{height:calc(45px + var(--bottom-spacing));height:calc(var(--gutter-horizontal)*1 + var(--bottom-spacing))}.goodat__hero_bookingtool .section-masthead__inner{overflow:visible}.goodat__hero_bookingtool .section-masthead__heading{left:0;position:absolute;-webkit-transform:translateX(-3.5%) translateY(3%);transform:translateX(-3.5%) translateY(3%)}@media screen and (min-width:991px){.goodat__hero_bookingtool .section-masthead__heading{bottom:80px}}@media screen and (min-width:991px)and (min-width:320px){.goodat__hero_bookingtool .section-masthead__heading{bottom:calc(68.57143px + 3.57143vw)}}@media screen and (min-width:991px)and (min-width:2560px){.goodat__hero_bookingtool .section-masthead__heading{bottom:160px}}@media screen and (max-width:991px){.goodat__hero_bookingtool .section-masthead__heading{top:80px}}@media screen and (max-width:991px)and (min-width:320px){.goodat__hero_bookingtool .section-masthead__heading{top:calc(68.57143px + 3.57143vw)}}@media screen and (max-width:991px)and (min-width:2560px){.goodat__hero_bookingtool .section-masthead__heading{top:160px}}.goodat__hero_bookingtool .section-masthead__content{padding-bottom:80px}@media screen and (min-width:991px){.goodat__hero_bookingtool .section-masthead__content{padding-top:60px}}@media screen and (min-width:991px)and (min-width:320px){.goodat__hero_bookingtool .section-masthead__content{padding-top:calc(51.42857px + 2.67857vw)}}@media screen and (min-width:991px)and (min-width:2560px){.goodat__hero_bookingtool .section-masthead__content{padding-top:120px}}@media screen and (min-width:320px){.goodat__hero_bookingtool .section-masthead__content{padding-bottom:calc(68.57143px + 3.57143vw)}}@media screen and (min-width:2560px){.goodat__hero_bookingtool .section-masthead__content{padding-bottom:160px}}@media screen and (max-width:991px){.goodat__hero_bookingtool{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.goodat__hero_bookingtool .xxl-alt{font-size:24vw!important;line-height:.85em!important;white-space:nowrap}@media screen and (max-width:767px){.goodat__hero_bookingtool .xxl-alt{font-size:30vw!important}}@media screen and (max-width:376px){.goodat__hero_bookingtool .xxl-alt{font-size:26.5vw!important}}@media screen and (max-width:330px){.goodat__hero_bookingtool .xxl-alt{font-size:24vw!important}}.goodat__hero_bookingtool .xxl-alt .row2{margin-left:.835%}.section-scroll{-webkit-transition:background-color .4s ease;transition:background-color .4s ease}@media screen and (min-width:991px){.section-carousel-inner.right-33{margin-right:calc(225% - 50vw - 2em)}.section-carousel-inner.right-66{margin-right:calc(66% - 50vw - 2em)}.section-carousel-inner.right-50{margin-right:calc(50% - 50vw - 2em)}}.carousel-item__image{display:block;height:1px;padding-bottom:100%;position:relative}.carousel-item__image img{display:block;height:100%;left:0;-o-object-fit:cover;object-fit:cover;-o-object-position:center 33%;object-position:center 33%;position:absolute;top:0;width:100%}.swiper-slide-duplicate .section-content__image{opacity:1!important;-webkit-transform:none!important;transform:none!important;visibility:visible!important}.swiper-pagination{text-align:left;z-index:10}.swiper-pagination .swiper-pagination-bullet{cursor:pointer;display:inline-block;line-height:1px;margin:0 5px 0 0;opacity:.25;padding-bottom:5px;padding-top:5px;-webkit-transition:opacity .3s ease;transition:opacity .3s ease}.swiper-pagination .swiper-pagination-bullet:before{background:#000;background:var(--color-dark-1);content:"";display:block;height:1px;width:2.25em}@media screen and (max-width:767px){.swiper-pagination .swiper-pagination-bullet:before{width:1.75em}}.swiper-pagination .swiper-pagination-bullet:last-child{margin-right:0}.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,.swiper-pagination .swiper-pagination-bullet:hover{opacity:1}.swiper-button-next,.swiper-button-prev{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:transparent;border:none;cursor:pointer;padding:0;-webkit-transition:all .2s cubic-bezier(.785,.135,.15,.86);transition:all .2s cubic-bezier(.785,.135,.15,.86)}@media screen and (max-width:767px){.swiper-button-next,.swiper-button-prev{display:none!important}}.swiper-button-next svg,.swiper-button-prev svg{height:15px;width:15px}.swiper-button-next:hover,.swiper-button-prev:hover{opacity:.5}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{cursor:default!important;opacity:.25!important}.swiper-button-prev{margin-right:1.5em}.swiper-button-next{margin-left:1.5em}.swiper-buttons-right{display:-webkit-box;display:-ms-flexbox;display:flex;padding-right:45px;padding-right:var(--gutter-horizontal);position:absolute;right:calc(50% - 50vw);-webkit-transform:translateY(7.5px);transform:translateY(7.5px);z-index:100}.swiper-buttons-right .swiper-button-prev{margin-right:.5em}.swiper-buttons-right .swiper-button-next{margin-left:.5em}.swiper-controls-wrapper,.swiper-slide-category{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.swiper-slide-category{--button-max-font-size:16;--button-min-font-size:12;background:#fff;font-size:16px;text-align:center;width:auto;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.swiper-slide-category:after{background:#000;background:var(--color-dark-1);content:"";display:block;height:1px;margin-left:22.5px;margin-left:calc(var(--gutter-horizontal)/2);margin-right:22.5px;margin-right:calc(var(--gutter-horizontal)/2);width:1.25em}.swiper-slide-category .button{padding:7px 20px}@media screen and (max-width:1680px){.swiper-slide-category .button{padding:6px 15px}}@media screen and (max-width:991px){.swiper-slide-category .button{padding:5px 10px}}.goodat-categories-carousel{border-bottom:1px solid #000;border-bottom:1px solid var(--color-dark-1);border-top:1px solid #000;border-top:1px solid var(--color-dark-1);padding-bottom:22.5px;padding-bottom:calc(var(--gutter-vertical)/2);padding-top:22.5px;padding-top:calc(var(--gutter-vertical)/2)}.goodat-categories-carousel .swiper-button-category-next,.goodat-categories-carousel .swiper-button-category-prev{background:transparent;border:none;cursor:pointer;padding:10px;position:absolute;top:50%;-webkit-transform:translateY(calc(-50% - 1px));transform:translateY(calc(-50% - 1px));-webkit-transition:all .2s cubic-bezier(.785,.135,.15,.86);transition:all .2s cubic-bezier(.785,.135,.15,.86);z-index:100}.goodat-categories-carousel .swiper-button-category-next svg,.goodat-categories-carousel .swiper-button-category-prev svg{height:15px;width:15px}@media screen and (min-width:767px){.goodat-categories-carousel .swiper-button-category-next:hover,.goodat-categories-carousel .swiper-button-category-prev:hover{opacity:.5}}.goodat-categories-carousel .swiper-button-category-prev{left:35px;left:calc(var(--gutter-horizontal) - 10px)}.goodat-categories-carousel .swiper-button-category-next{right:35px;right:calc(var(--gutter-horizontal) - 10px)}.goodat-categories-carousel:after,.goodat-categories-carousel:before{background-color:#fff;background-color:var(--color-light-1);content:"";display:block;height:100%;position:absolute;top:0;width:75px;width:calc(var(--gutter-horizontal) + 30px);z-index:10}.goodat-categories-carousel:before{left:0}.goodat-categories-carousel:after{right:0}.goodat__slider{--h4-alt-max-font-size:26;--h4-alt-min-font-size:18}.goodat__slider .section-slide{pointer-events:none}.goodat__slider .section-slide.active{pointer-events:auto}.goodat__slider .button,.goodat__slider .button_up1,.goodat__slider .button_up2{font-weight:400}@media screen and (max-width:767px){.goodat__slider .button,.goodat__slider .button_up1,.goodat__slider .button_up2{padding-left:20px;padding-right:20px}}@media screen and (max-width:365px){.goodat__slider .button,.goodat__slider .button_up1,.goodat__slider .button_up2{padding-left:15px;padding-right:15px}}.section-slide__inner{overflow:hidden;padding-top:0;position:relative;z-index:50;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.section-slide__inner.section-slide__inner__end{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:end;margin-top:auto}.section-slide__inner.section-slide__inner__end>.section-slide__header{margin-top:auto}.section-slide__header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding-bottom:60px;padding-top:60px;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-pack:stretch;-ms-flex-pack:stretch;justify-content:stretch}@media screen and (min-width:320px){.section-slide__header{padding-top:calc(51.42857px + 2.67857vw)}}@media screen and (min-width:2560px){.section-slide__header{padding-top:120px}}@media screen and (min-width:320px){.section-slide__header{padding-bottom:calc(51.42857px + 2.67857vw)}}@media screen and (min-width:2560px){.section-slide__header{padding-bottom:120px}}.section-slide__header-inner{padding-bottom:60px;padding-top:60px}@media screen and (min-width:320px){.section-slide__header-inner{padding-top:calc(51.42857px + 2.67857vw)}}@media screen and (min-width:2560px){.section-slide__header-inner{padding-top:120px}}@media screen and (min-width:320px){.section-slide__header-inner{padding-bottom:calc(51.42857px + 2.67857vw)}}@media screen and (min-width:2560px){.section-slide__header-inner{padding-bottom:120px}}.section-slide__header-inner-alt{padding-bottom:100px;padding-top:100px}@media screen and (min-width:320px){.section-slide__header-inner-alt{padding-top:calc(91.42857px + 2.67857vw)}}@media screen and (min-width:2560px){.section-slide__header-inner-alt{padding-top:160px}}@media screen and (min-width:320px){.section-slide__header-inner-alt{padding-bottom:calc(91.42857px + 2.67857vw)}}@media screen and (min-width:2560px){.section-slide__header-inner-alt{padding-bottom:160px}}.section-slide__toggle-box{z-index:1}.section-slide__toggle-box:not(.top):not(.alt){left:0;position:absolute;right:0;top:-2.85em}@media screen and (min-width:1850px){.section-slide__toggle-box:not(.top):not(.alt){top:-3.15em}}@media screen and (min-width:991px){.section-slide__toggle-box.alt{padding-bottom:.5rem}}.section-slide__toggle-box .toggle-box{cursor:pointer;position:relative}.section-slide__toggle-box .toggle-box .clients,.section-slide__toggle-box .toggle-box .freelancer{font-style:normal;letter-spacing:0;position:absolute;white-space:nowrap}.section-slide__toggle-box .toggle-box .clients{right:2.75em}@media(max-width:991px){.section-slide__toggle-box .toggle-box .clients{right:3.66rem}}.section-slide__toggle-box .toggle-box .freelancer{left:2.75em}@media(max-width:991px){.section-slide__toggle-box .toggle-box .freelancer{left:3.66rem}}.section-slide__toggle-box .toggle-box .switch{font-size:1.25em}@media(max-width:991px){.section-slide__toggle-box .toggle-box .switch{font-size:1.5em}}.section-slide__toggle-box .toggle-box .slider{background-color:transparent!important;border-color:#fff;border-color:var(--color-light-1);border-style:solid;border-width:1px}.section-slide__toggle-box .toggle-box .slider:before{background-color:#fff!important;background-color:var(--color-light-1)!important;height:.7em;width:.7em}.section-slide__buttons,.section-slide__content,.section-slide__heading{padding-bottom:10px;padding-top:10px}@media screen and (min-width:320px){.section-slide__buttons,.section-slide__content,.section-slide__heading{padding-top:calc(9.28571px + .22321vw)}}@media screen and (min-width:2560px){.section-slide__buttons,.section-slide__content,.section-slide__heading{padding-top:15px}}@media screen and (min-width:320px){.section-slide__buttons,.section-slide__content,.section-slide__heading{padding-bottom:calc(9.28571px + .22321vw)}}@media screen and (min-width:2560px){.section-slide__buttons,.section-slide__content,.section-slide__heading{padding-bottom:15px}}.section-slide__buttons:first-child,.section-slide__content:first-child,.section-slide__heading:first-child{padding-top:0}.section-slide__buttons:last-child,.section-slide__content:last-child,.section-slide__heading:last-child{padding-bottom:0}.section-slide__buttons.position-absolute,.section-slide__content.position-absolute,.section-slide__heading.position-absolute{padding-top:100px}@media screen and (min-width:320px){.section-slide__buttons.position-absolute,.section-slide__content.position-absolute,.section-slide__heading.position-absolute{padding-top:calc(91.42857px + 2.67857vw)}}@media screen and (min-width:2560px){.section-slide__buttons.position-absolute,.section-slide__content.position-absolute,.section-slide__heading.position-absolute{padding-top:160px}}.section-slide__heading.large-headline .headline,.section-slide__heading.large-headline h1,.section-slide__heading.large-headline h2,.section-slide__heading.large-headline h3{font-size:15vw;line-height:.9;margin:-.2em 0 0}@media screen and (max-width:991px){.section-slide__heading.large-headline h1{font-size:27.5vw}.section-slide__heading.large-headline .headline,.section-slide__heading.large-headline h2,.section-slide__heading.large-headline h3{font-size:20vw}}@media screen and (min-width:991px){.section-slide__heading.large-headline{padding-bottom:5vw}}.section-slide__heading.large-headline.positioning{text-align:center}@media screen and (min-width:991px){.section-slide__heading.large-headline.positioning .headline,.section-slide__heading.large-headline.positioning h1,.section-slide__heading.large-headline.positioning h2,.section-slide__heading.large-headline.positioning h3{left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.section-slide__heading.large-headline.positioning{height:100%;left:0;padding-bottom:0;position:absolute;top:0;width:100%}}.section-slide__heading.medium-headline .headline,.section-slide__heading.medium-headline h1,.section-slide__heading.medium-headline h2,.section-slide__heading.medium-headline h3{font-size:15vw;line-height:.9}.section-slide__subheading.large-headline{padding-bottom:5vw}.section-slide__subheading.large-headline h1{font-size:1.65vw;font-weight:400;line-height:1.25}.section-slide__subheading .mb-0-5{margin-bottom:.25rem}.section-slide__subheading-inner{position:relative}.section-slide__buttons .button{font-weight:400;margin-bottom:12.5px;margin-left:4px;margin-right:4px}@media screen and (min-width:320px){.section-slide__buttons .button{margin-left:calc(3.5px + .15625vw)}}@media screen and (min-width:2560px){.section-slide__buttons .button{margin-left:7.5px}}@media screen and (min-width:320px){.section-slide__buttons .button{margin-right:calc(3.5px + .15625vw)}}@media screen and (min-width:2560px){.section-slide__buttons .button{margin-right:7.5px}}@media screen and (min-width:320px){.section-slide__buttons .button{margin-bottom:calc(12.14286px + .11161vw)}}@media screen and (min-width:2560px){.section-slide__buttons .button{margin-bottom:15px}}.section-slide__wrapper-scroll-down{bottom:0;display:inline-block;position:absolute;z-index:50}@media screen and (max-width:767px){.section-slide__wrapper-scroll-down{bottom:22.5px;bottom:calc(var(--gutter-horizontal)/2)}.section-slide__wrapper-scroll-down .button_up2{display:none}}@media screen and (min-width:767px){.section-slide__wrapper-scroll-down .button_icon{display:none}}.section-slide__wrapper-scroll-down_center{left:0;margin:auto;right:0}.section-slide__wrapper-circle-button{bottom:45px;bottom:var(--gutter-horizontal);display:inline-block;position:absolute;right:45px;right:var(--gutter-vertical);z-index:50}.section-slide__header_absolute{left:0;position:absolute;right:0;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);z-index:50}@media screen and (max-width:991px){.section-slide.goodat__slide_recruiting .section-slide__header-inner{padding-bottom:80px;padding-top:80px}}@media screen and (max-width:991px)and (min-width:320px){.section-slide.goodat__slide_recruiting .section-slide__header-inner{padding-top:calc(74.28571px + 1.78571vw)}}@media screen and (max-width:991px)and (min-width:2560px){.section-slide.goodat__slide_recruiting .section-slide__header-inner{padding-top:120px}}@media screen and (max-width:991px)and (min-width:320px){.section-slide.goodat__slide_recruiting .section-slide__header-inner{padding-bottom:calc(74.28571px + 1.78571vw)}}@media screen and (max-width:991px)and (min-width:2560px){.section-slide.goodat__slide_recruiting .section-slide__header-inner{padding-bottom:120px}}@media screen and (max-width:991px){.section-slide.goodat__slide_recruiting .section-fullheight__inner{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}}@media screen and (max-width:430px){.section-slide.goodat__slide_recruiting .same-height{min-height:2.85rem!important}.section-slide.goodat__slide_recruiting .section-slide__toggle-box{margin-bottom:.5rem!important}}.section-slide.goodat__slide_recruiting .section-content__heading .headline,.section-slide.goodat__slide_recruiting .section-content__heading h1,.section-slide.goodat__slide_recruiting .section-content__heading h2,.section-slide.goodat__slide_recruiting .section-content__heading h3{font-size:15vw;letter-spacing:-.033em;line-height:.9;margin:-.5em 0 0;pointer-events:none}@media screen and (max-width:991px){.section-slide.goodat__slide_recruiting .section-content__heading .headline,.section-slide.goodat__slide_recruiting .section-content__heading h1,.section-slide.goodat__slide_recruiting .section-content__heading h2,.section-slide.goodat__slide_recruiting .section-content__heading h3{font-size:17.5vw;margin-bottom:1.75rem;margin-top:.2em}}@media screen and (max-width:360px){.section-slide.goodat__slide_recruiting .section-content__heading .headline,.section-slide.goodat__slide_recruiting .section-content__heading h1,.section-slide.goodat__slide_recruiting .section-content__heading h2,.section-slide.goodat__slide_recruiting .section-content__heading h3{font-size:16vw;margin-top:0}}.section-slide.goodat__slide_recruiting .section-content__buttons{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-line-pack:start;align-content:flex-start;-webkit-box-pack:center;-ms-flex-pack:center;gap:.75rem 1rem;justify-content:center}@media screen and (max-width:430px){.section-slide.goodat__slide_recruiting .section-content__buttons{gap:.75rem .75rem;margin-top:1.25rem!important}}@media screen and (max-width:991px){.section-slide.goodat__slide_recruiting .position-absolute{bottom:auto!important;left:auto!important;padding-top:0;position:relative!important;right:auto!important;top:auto!important}}.section-slide.goodat__slide_magazin .section-content__heading .headline,.section-slide.goodat__slide_magazin .section-content__heading h1,.section-slide.goodat__slide_magazin .section-content__heading h2,.section-slide.goodat__slide_magazin .section-content__heading h3{font-size:15vw;font-style:normal;letter-spacing:.075em;line-height:.9;margin-bottom:.75em;text-transform:uppercase}@media screen and (min-width:1550px){.section-slide.goodat__slide_magazin .section-content__heading .headline,.section-slide.goodat__slide_magazin .section-content__heading h1,.section-slide.goodat__slide_magazin .section-content__heading h2,.section-slide.goodat__slide_magazin .section-content__heading h3{margin-bottom:.5em}}.section-slide.goodat__slide_magazin .section-content__heading .headline .split-text__char,.section-slide.goodat__slide_magazin .section-content__heading h1 .split-text__char,.section-slide.goodat__slide_magazin .section-content__heading h2 .split-text__char,.section-slide.goodat__slide_magazin .section-content__heading h3 .split-text__char{position:relative}.section-slide.goodat__slide_magazin .section-content__heading .headline .post_image,.section-slide.goodat__slide_magazin .section-content__heading h1 .post_image,.section-slide.goodat__slide_magazin .section-content__heading h2 .post_image,.section-slide.goodat__slide_magazin .section-content__heading h3 .post_image{height:20rem;left:0;opacity:0;overflow:hidden;pointer-events:none;position:absolute;top:0;width:20rem;z-index:-1}@media screen and (min-width:1980px){.section-slide.goodat__slide_magazin .section-content__heading .headline .post_image,.section-slide.goodat__slide_magazin .section-content__heading h1 .post_image,.section-slide.goodat__slide_magazin .section-content__heading h2 .post_image,.section-slide.goodat__slide_magazin .section-content__heading h3 .post_image{height:30rem;width:30rem}}.section-slide.goodat__slide_magazin .section-content__heading .headline .post_image img,.section-slide.goodat__slide_magazin .section-content__heading h1 .post_image img,.section-slide.goodat__slide_magazin .section-content__heading h2 .post_image img,.section-slide.goodat__slide_magazin .section-content__heading h3 .post_image img{height:100%;left:0;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;width:100%}.section-slide.goodat__slide_magazin .section-content__heading .headline .post_image.icon,.section-slide.goodat__slide_magazin .section-content__heading h1 .post_image.icon,.section-slide.goodat__slide_magazin .section-content__heading h2 .post_image.icon,.section-slide.goodat__slide_magazin .section-content__heading h3 .post_image.icon{height:10rem;width:10rem}@media screen and (min-width:1980px){.section-slide.goodat__slide_magazin .section-content__heading .headline .post_image.icon,.section-slide.goodat__slide_magazin .section-content__heading h1 .post_image.icon,.section-slide.goodat__slide_magazin .section-content__heading h2 .post_image.icon,.section-slide.goodat__slide_magazin .section-content__heading h3 .post_image.icon{height:20rem;width:20rem}}.section-slide.goodat__slide_magazin .section-content__heading .headline .post_image.icon img,.section-slide.goodat__slide_magazin .section-content__heading h1 .post_image.icon img,.section-slide.goodat__slide_magazin .section-content__heading h2 .post_image.icon img,.section-slide.goodat__slide_magazin .section-content__heading h3 .post_image.icon img{height:100%;-o-object-fit:contain!important;object-fit:contain!important;width:100%}@media screen and (max-width:991px){.section-slide.goodat__slide_magazin .section-content__heading .headline,.section-slide.goodat__slide_magazin .section-content__heading h1,.section-slide.goodat__slide_magazin .section-content__heading h2,.section-slide.goodat__slide_magazin .section-content__heading h3{font-size:18.175vw;letter-spacing:0;margin-bottom:1.33rem;margin-top:1.66rem;pointer-events:none}}@media screen and (max-width:360px){.section-slide.goodat__slide_magazin .section-content__heading .headline,.section-slide.goodat__slide_magazin .section-content__heading h1,.section-slide.goodat__slide_magazin .section-content__heading h2,.section-slide.goodat__slide_magazin .section-content__heading h3{font-size:17.825vw}}.section-slide.goodat__slide_magazin .section-content__image{display:block;margin-bottom:1.25rem;margin-left:.5rem;margin-right:.5rem;width:calc(100% - 1rem)}.section-slide.goodat__slide_magazin .section-content__image .swiper-slide{height:0;overflow:hidden;padding-top:75%;position:relative}@media screen and (max-width:360px){.section-slide.goodat__slide_magazin .section-content__image .swiper-slide{padding-top:65%}}.section-slide.goodat__slide_magazin .section-content__image .swiper-slide img{display:block;height:100%;left:0;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;width:100%}.section-slide.goodat__slide_magazin .section-content__image .swiper-pagination{text-align:center}@media screen and (min-width:991px){.section-slide.goodat__slide_magazin .section-content__image{display:none!important}}.section-slide.goodat__slide_magazin .section-content__images{display:none!important}@media screen and (max-width:991px){.section-slide.goodat__slide_magazin .position-absolute{bottom:auto!important;left:auto!important;padding-top:0;position:relative!important;right:auto!important;top:auto!important}}@media screen and (min-width:991px){.section-slide.goodat__slide_freelance_tool .section-content__heading{margin-top:-10vw}}@media screen and (max-width:991px){.section-slide.goodat__slide_freelance_tool .section-content__heading{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-line-pack:center;align-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}.section-slide.goodat__slide_freelance_tool .section-content__heading .xxl-alt{color:var(--text-color);font-size:13.25vw;letter-spacing:.01em;line-height:1.1;margin:0}@media(max-width:1650px){.section-slide.goodat__slide_freelance_tool .section-content__heading .xxl-alt{font-size:14vw}}@media(max-width:767px){.section-slide.goodat__slide_freelance_tool .section-content__heading .xxl-alt{font-size:24.5vw;line-height:1;text-align:left}}.section-slide.goodat__slide_freelance_tool .section-content__heading .xxl-alt .small,.section-slide.goodat__slide_freelance_tool .section-content__heading .xxl-alt small{font-size:.5em!important;line-height:1.1}@media(max-width:767px){.section-slide.goodat__slide_freelance_tool .section-content__heading .xxl-alt .small,.section-slide.goodat__slide_freelance_tool .section-content__heading .xxl-alt small{font-size:.5275em!important}}.section-slide.goodat__slide_freelance_tool .section-content__heading .xxl-alt .small.alt,.section-slide.goodat__slide_freelance_tool .section-content__heading .xxl-alt small.alt{font-size:.625em!important;line-height:1.33}.section-slide.goodat__slide_freelance_tool .section-content__heading .xxl-alt .font-secondary{font-style:italic;font-weight:300;letter-spacing:0;text-transform:none}.section-slide.goodat__slide_freelance_tool .section-content__image{--image-gap:-33vw;margin-left:-33vw;margin-left:var(--image-gap);margin-right:-33vw;margin-right:var(--image-gap)}@media screen and (min-width:991px){.section-slide.goodat__slide_freelance_tool .section-content__image{display:none!important}}@media screen and (max-width:991px){.section-slide.goodat__slide_freelance_tool .position-absolute{bottom:auto!important;left:auto!important;padding-top:0;position:relative!important;right:auto!important;top:auto!important}}@media screen and (min-width:991px){.section-slide.goodat__team_slider .container-fluid{padding-left:10%;padding-right:10%}.section-slide.goodat__team_slider .section-content__heading .headline,.section-slide.goodat__team_slider .section-content__heading h1,.section-slide.goodat__team_slider .section-content__heading h2,.section-slide.goodat__team_slider .section-content__heading h3{margin-right:-100vw}}@media screen and (max-width:991px){.section-slide.goodat__team_slider .section-content__header{padding-top:15vw}}@media screen and (min-width:991px){.section-slide.goodat__team_slider .section-content__header{padding-bottom:7.5vw;position:relative;z-index:50}.section-slide.goodat__team_slider .section-carousel{padding-top:15vw}.section-slide.goodat__team_slider .section-carousel-inner{margin-bottom:5%;margin-right:-50%}.section-slide.goodat__team_slider .swiper-buttons-right{margin-top:-.5rem}}.section-slide.goodat__slide_faqs.active{left:auto!important;position:relative!important;right:auto!important;top:auto!important;z-index:30!important}.section-slide.goodat__slide_faqs .container-fluid{padding-bottom:5%;padding-top:5%}@media screen and (max-width:991px){.section-slide.goodat__slide_faqs .container-fluid{padding-bottom:20%;padding-top:20%}.section-slide.goodat__slide_faqs .container{padding-left:0;padding-right:0}}.section-slide.goodat__slide_faqs .section-content__heading .headline,.section-slide.goodat__slide_faqs .section-content__heading h1,.section-slide.goodat__slide_faqs .section-content__heading h2,.section-slide.goodat__slide_faqs .section-content__heading h3{margin-bottom:.75em;margin-top:.75em}.section-slide.goodat__slide_faqs .faqs{border-top:0}.section-slide.goodat__about_slider .section-content__heading .headline,.section-slide.goodat__about_slider .section-content__heading h1,.section-slide.goodat__about_slider .section-content__heading h2,.section-slide.goodat__about_slider .section-content__heading h3,.section-slide.goodat__slide_faqs .section-content__heading .headline,.section-slide.goodat__slide_faqs .section-content__heading h1,.section-slide.goodat__slide_faqs .section-content__heading h2,.section-slide.goodat__slide_faqs .section-content__heading h3,.section-slide.goodat__team_slider .section-content__heading .headline,.section-slide.goodat__team_slider .section-content__heading h1,.section-slide.goodat__team_slider .section-content__heading h2,.section-slide.goodat__team_slider .section-content__heading h3{font-size:13vw!important;line-height:1!important;pointer-events:none}@media screen and (min-width:991px){.section-slide.goodat__about_slider .section-content__heading .headline,.section-slide.goodat__about_slider .section-content__heading h1,.section-slide.goodat__about_slider .section-content__heading h2,.section-slide.goodat__about_slider .section-content__heading h3,.section-slide.goodat__slide_faqs .section-content__heading .headline,.section-slide.goodat__slide_faqs .section-content__heading h1,.section-slide.goodat__slide_faqs .section-content__heading h2,.section-slide.goodat__slide_faqs .section-content__heading h3,.section-slide.goodat__team_slider .section-content__heading .headline,.section-slide.goodat__team_slider .section-content__heading h1,.section-slide.goodat__team_slider .section-content__heading h2,.section-slide.goodat__team_slider .section-content__heading h3{font-size:7.5vw!important}}@media screen and (max-width:376px){.section-slide.goodat__about_slider .section-content__heading .headline,.section-slide.goodat__about_slider .section-content__heading h1,.section-slide.goodat__about_slider .section-content__heading h2,.section-slide.goodat__about_slider .section-content__heading h3,.section-slide.goodat__slide_faqs .section-content__heading .headline,.section-slide.goodat__slide_faqs .section-content__heading h1,.section-slide.goodat__slide_faqs .section-content__heading h2,.section-slide.goodat__slide_faqs .section-content__heading h3,.section-slide.goodat__team_slider .section-content__heading .headline,.section-slide.goodat__team_slider .section-content__heading h1,.section-slide.goodat__team_slider .section-content__heading h2,.section-slide.goodat__team_slider .section-content__heading h3{font-size:11vw!important}}.nice-select{-webkit-tap-highlight-color:rgba(0,0,0,0);background-color:#fff;border:1px solid #e8e8e8;border-radius:5px;-webkit-box-sizing:border-box;box-sizing:border-box;clear:both;cursor:pointer;display:block;float:left;font-family:inherit;font-size:14px;font-weight:400;height:38px;line-height:36px;outline:none;padding-left:18px;padding-right:30px;position:relative;text-align:left!important;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap;width:auto}.nice-select:hover{border-color:#dbdbdb}.nice-select.open,.nice-select:active,.nice-select:focus{border-color:#999}.nice-select:after{border-bottom:2px solid #999;border-right:2px solid #999;content:"";display:block;height:5px;margin-top:-4px;pointer-events:none;position:absolute;right:12px;top:50%;-webkit-transform:rotate(45deg);transform:rotate(45deg);-webkit-transform-origin:66% 66%;transform-origin:66% 66%;-webkit-transition:all .15s ease-in-out;transition:all .15s ease-in-out;width:5px}.nice-select.open:after{-webkit-transform:rotate(-135deg);transform:rotate(-135deg)}.nice-select.open .nice-select-dropdown{opacity:1;pointer-events:auto;-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}.nice-select.disabled{border-color:#ededed;color:#999;pointer-events:none}.nice-select.disabled:after{border-color:#ccc}.nice-select.wide{width:100%}.nice-select.wide .nice-select-dropdown{left:0!important;right:0!important}.nice-select.right{float:right}.nice-select.right .nice-select-dropdown{left:auto;right:0}.nice-select.small{font-size:12px;height:36px;line-height:34px}.nice-select.small:after{height:4px;width:4px}.nice-select.small .option{line-height:34px;min-height:34px}.nice-select .nice-select-dropdown{background-color:#fff;border-radius:5px;-webkit-box-shadow:0 0 0 1px rgba(68,68,68,.11);box-shadow:0 0 0 1px rgba(68,68,68,.11);left:0;margin-top:4px;opacity:0;pointer-events:none;position:absolute;top:100%;-webkit-transform:scale(.75) translateY(19px);transform:scale(.75) translateY(19px);-webkit-transform-origin:50% 0;transform-origin:50% 0;-webkit-transition:all .2s cubic-bezier(.5,0,0,1.25),opacity .15s ease-out;transition:all .2s cubic-bezier(.5,0,0,1.25),opacity .15s ease-out;z-index:9}.nice-select .list{border-radius:5px;-webkit-box-sizing:border-box;box-sizing:border-box;max-height:210px;overflow:hidden;overflow-y:auto;padding:0}.nice-select .list:hover .option:not(:hover){background-color:transparent!important}.nice-select .option{cursor:pointer;font-weight:400;line-height:40px;list-style:none;outline:none;padding-left:18px;padding-right:29px;text-align:left;-webkit-transition:all .2s;transition:all .2s}.nice-select .option.focus,.nice-select .option.selected.focus,.nice-select .option:hover{background-color:#f6f6f6}.nice-select .option.selected{font-weight:700}.nice-select .option.disabled{background-color:transparent;color:#999;cursor:default}.nice-select .optgroup{font-weight:700}.no-csspointerevents .nice-select .nice-select-dropdown{display:none}.no-csspointerevents .nice-select.open .nice-select-dropdown{display:block}.nice-select .list::-webkit-scrollbar{width:0}.nice-select .has-multiple{height:auto;line-height:22px;min-height:36px;padding:7px 12px;white-space:inherit}.nice-select .has-multiple span.current{background:#eee;border:1px solid #ccc;border-radius:3px;display:inline-block;font-size:14px;line-height:24px;margin-bottom:3px;margin-right:3px;padding:0 10px}.nice-select .has-multiple .multiple-options{display:block;line-height:24px;padding:0}.nice-select .nice-select-search-box{border-radius:5px 5px 0 0;-webkit-box-sizing:border-box;box-sizing:border-box;padding:5px;pointer-events:none;width:100%}.nice-select .nice-select-search{background-color:#fff;border:1px solid #e8e8e8;border-radius:3px;-webkit-box-sizing:border-box;box-sizing:border-box;color:#444;display:inline-block;font-size:14px;height:auto;line-height:22px;margin:0 10px 0 0;min-height:36px;outline:0!important;padding:7px 12px;vertical-align:middle;width:100%}.freelancer-headline{font-family:Aeonik,sans-serif;font-family:var(--font-primary);font-size:19vw;font-style:normal;font-weight:400;text-transform:uppercase}.freelancer-icons{display:-webkit-box;display:-ms-flexbox;display:flex;font-size:35vw;gap:3%}.freelancer .freelancer-headline,.freelancer-registrierung .freelancer-headline{font-size:17.75vw}.auftraggebende-registrierung .freelancer-headline{font-size:20vw}.section-freelancer{position:relative;z-index:50}.section-freelancer__filter{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;gap:.5em}.section-freelancer__filter .lock-message{bottom:-1rem;display:-webkit-box;display:-ms-flexbox;display:flex;left:-1rem;position:absolute;right:-1rem;top:-1rem;z-index:1;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);background:hsla(0,0%,100%,.5)}.section-freelancer__filter .lock-message p{color:#000;color:var(--color-dark-1);font-weight:400;margin-bottom:2rem;position:relative;text-align:center;z-index:2}.section-freelancer__filter-wrapper{padding:2rem 0 0;position:relative;z-index:50}.section-freelancer__filter-wrapper__p0{padding:0}@media(max-width:768px){.section-freelancer__filter-wrapper{padding:2rem 0 1rem}}.section-freelancer__filter-wrapper .container{margin:0;max-width:100%;padding:0}.section-freelancer__filter-wrapper .section-freelancer__filter-wrapper-inner{--filter-max-width:100%;margin-left:auto;margin-right:auto;max-width:100%;max-width:var(--filter-max-width);position:relative}.section-freelancer__filter-wrapper .section-freelancer__filter-wrapper-field{left:0;position:absolute;right:0;top:0;width:100%;z-index:5;--border-radius:10px;--padding-vertical:0.75rem;--padding:var( --padding-vertical ) 2rem var( --padding-vertical ) 3rem}.section-freelancer__filter-wrapper .section-freelancer__filter-wrapper-field__relative{left:auto;position:relative;right:auto;top:auto}.section-freelancer__filter-wrapper .section-freelancer__filter-wrapper-field__control{background:#fff;background:var(--color-light-1);border:1px solid #000;border:1px solid var(--color-dark-1);border-radius:var(--border-radius);display:block;font-weight:400;padding:var(--padding);width:100%}.section-freelancer__filter-wrapper .section-freelancer__filter-wrapper-field__control:focus{-webkit-box-shadow:none;box-shadow:none;outline:none}.section-freelancer__filter-wrapper .section-freelancer__filter-wrapper-field__control::-webkit-input-placeholder{color:#000;color:var(--color-dark-1)}.section-freelancer__filter-wrapper .section-freelancer__filter-wrapper-field__control::-moz-placeholder{color:#000;color:var(--color-dark-1)}.section-freelancer__filter-wrapper .section-freelancer__filter-wrapper-field__control:-ms-input-placeholder{color:#000;color:var(--color-dark-1)}.section-freelancer__filter-wrapper .section-freelancer__filter-wrapper-field__control::-ms-input-placeholder{color:#000;color:var(--color-dark-1)}.section-freelancer__filter-wrapper .section-freelancer__filter-wrapper-field__control::placeholder{color:#000;color:var(--color-dark-1)}.section-freelancer__filter-wrapper .section-freelancer__filter-wrapper-field__control select{border:0;border-radius:0;display:block;height:auto;padding:0;width:100%}.section-freelancer__filter-wrapper .section-freelancer__filter-wrapper-field__control .selectize-control.multi .selectize-input{color:#000;color:var(--color-dark-1);font-weight:400;padding:.625rem 0!important}.section-freelancer__filter-wrapper .section-freelancer__filter-wrapper-field__control .selectize-control.multi .selectize-input::-webkit-input-placeholder{color:#000;color:var(--color-dark-1)}.section-freelancer__filter-wrapper .section-freelancer__filter-wrapper-field__control .selectize-control.multi .selectize-input::-moz-placeholder{color:#000;color:var(--color-dark-1)}.section-freelancer__filter-wrapper .section-freelancer__filter-wrapper-field__control .selectize-control.multi .selectize-input:-ms-input-placeholder{color:#000;color:var(--color-dark-1)}.section-freelancer__filter-wrapper .section-freelancer__filter-wrapper-field__control .selectize-control.multi .selectize-input::-ms-input-placeholder{color:#000;color:var(--color-dark-1)}.section-freelancer__filter-wrapper .section-freelancer__filter-wrapper-field__control .selectize-control.multi .selectize-input::placeholder{color:#000;color:var(--color-dark-1)}.section-freelancer__filter-wrapper .section-freelancer__filter-wrapper-field__control .selectize-control.multi .selectize-input.has-items{padding:0!important}.section-freelancer__filter-wrapper .section-freelancer__filter-wrapper-field__control .selectize-control.multi .selectize-input>div{margin:3.5px 7px 3.5px 0}.section-freelancer__filter-wrapper .section-freelancer__filter-wrapper-field__control .selectize-input.dropdown-active:after,.section-freelancer__filter-wrapper .section-freelancer__filter-wrapper-field__control .selectize-input.dropdown-active:before{display:none!important}.section-freelancer__filter-wrapper .section-freelancer__filter-wrapper-field__control .selectize-dropdown{border:0!important;border-radius:5px!important;-webkit-box-shadow:none!important;box-shadow:none!important;margin:.25rem 0 0!important}.section-freelancer__filter-wrapper .section-freelancer__filter-wrapper-field__control .selectize-dropdown,.section-freelancer__filter-wrapper .section-freelancer__filter-wrapper-field__control .selectize-input,.section-freelancer__filter-wrapper .section-freelancer__filter-wrapper-field__control .selectize-input input{color:#000!important;color:var(--color-dark-1)!important;font-family:inherit;font-size:1rem;line-height:1.25}.section-freelancer__filter-wrapper .section-freelancer__filter-wrapper-field:after{background:-webkit-gradient(linear,left top,right top,from(hsla(0,0%,100%,0)),color-stop(50%,hsla(0,0%,100%,.8)),to(#fff));background:linear-gradient(90deg,hsla(0,0%,100%,0),hsla(0,0%,100%,.8) 50%,#fff);border-radius:0 var(--border-radius) var(--border-radius) 0;content:"";display:block;height:3.4rem;pointer-events:none;position:absolute;right:1px;top:2px;width:10rem;z-index:1}.section-freelancer__filter-wrapper .section-freelancer__filter-wrapper-field .icon{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiI+PHBhdGggZD0ibTI5LjcxIDI4LjI5LTYuNS02LjVoLS4wN2ExMiAxMiAwIDEgMC0xLjM5IDEuMzlzMCAuMDUgMCAuMDdsNi41IDYuNWExIDEgMCAwIDAgMS40MiAwIDEgMSAwIDAgMCAuMDQtMS40Nk0xNCAyNGExMCAxMCAwIDEgMSAxMC0xMCAxMCAxMCAwIDAgMS0xMCAxMCIvPjwvc3ZnPg==);background-position:50%;background-repeat:no-repeat;background-size:contain;display:inline-block;height:1.25rem;left:1rem;pointer-events:none;position:absolute;text-align:center;top:calc(50% - .625rem);vertical-align:middle;width:1.25rem;z-index:5}@media(max-width:991px){.section-freelancer__filter-wrapper .section-freelancer__filter-wrapper-field .icon{top:1.5rem}}.section-freelancer__filter-wrapper .section-freelancer__filter-wrapper-field__find-button{position:absolute;right:1rem;top:.75rem;z-index:5}@media(max-width:768px){.section-freelancer__filter-wrapper .section-freelancer__filter-wrapper-field__find-button{top:.7rem}}@media(min-width:768px){.section-freelancer__filter-wrapper .section-freelancer__filter-wrapper-field__find-button{right:20rem}}.section-freelancer__filter-wrapper .section-freelancer__filter-wrapper-field__find-button .button{letter-spacing:0;text-transform:none}@media(max-width:768px){.section-freelancer__filter-wrapper .section-freelancer__filter-wrapper-field__find-button .button{font-size:1.25rem}.section-freelancer__filter-wrapper .section-freelancer__filter-wrapper-field__find-button .button .label{display:none}}.section-freelancer__filter-wrapper .section-freelancer__filter-wrapper-field__find-button .button .arrow{font-size:1.25em}@media(min-width:768px){.section-freelancer__filter-wrapper .section-freelancer__filter-wrapper-field__available{position:absolute;right:1rem;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);z-index:5}}@media(max-width:768px){.section-freelancer__filter-wrapper .section-freelancer__filter-wrapper-field__available{display:block;margin-top:.75rem}}.section-freelancer__filter-wrapper .section-freelancer__filter-wrapper-field__available .radio-group{-webkit-box-pack:start;-ms-flex-pack:start;background-color:#fff;background-color:var(--color-light-1);border:1px solid #000;border:1px solid var(--color-dark-1);border-radius:5px;gap:0;justify-content:flex-start;overflow:hidden}.section-freelancer__filter-wrapper .section-freelancer__filter-wrapper-field__available .radio-group,.section-freelancer__filter-wrapper .section-freelancer__filter-wrapper-field__available .radio-group .radio-label{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.section-freelancer__filter-wrapper .section-freelancer__filter-wrapper-field__available .radio-group .radio-label{-webkit-box-pack:center;-ms-flex-pack:center;border-left:1px solid #000;border-left:1px solid var(--color-dark-1);font-size:1rem;justify-content:center;line-height:1.33em;margin:0;padding:.25rem .75rem;-webkit-box-flex:1;color:#a5a6a6;color:var(--color-light-3);cursor:pointer;-ms-flex:1 1 auto;flex:1 1 auto;text-align:center;-webkit-transition:all .44s cubic-bezier(.28,.13,.43,1);transition:all .44s cubic-bezier(.28,.13,.43,1)}.section-freelancer__filter-wrapper .section-freelancer__filter-wrapper-field__available .radio-group .radio-label:first-child{border-left:0;padding-left:.75rem}.section-freelancer__filter-wrapper .section-freelancer__filter-wrapper-field__available .radio-group .radio-label:last-child{padding-right:.75rem}.section-freelancer__filter-wrapper .section-freelancer__filter-wrapper-field__available .radio-group .radio-label input[type=radio]{display:none}.section-freelancer__filter-wrapper .section-freelancer__filter-wrapper-field__available .radio-group .radio-label:has(input[type=radio]:checked){color:#000;color:var(--color-dark-1)}.section-freelancer__filter-wrapper .section-freelancer__filter-wrapper-field__available .radio-group .radio-label:hover{background:#e8e8e8!important;color:#000!important;color:var(--color-dark-1)!important}.section-freelancer__filter-wrapper .section-freelancer__filter-overlay{background:rgba(0,0,0,.5);height:100%;left:0;position:fixed;top:0;width:100%;z-index:-1}.section-freelancer__filter-wrapper .section-freelancer__filter-overlay:not(.is-active){opacity:0;pointer-events:none;visibility:hidden}.section-freelancer__filter-wrapper .section-freelancer__filter-details{--gap:4.85rem;--padding:0 3rem;color:#fff;color:var(--color-light-1);left:0;padding:0 3rem;padding:var(--padding);position:absolute;right:0;top:4.85rem;top:var(--gap);width:100%}@media(max-width:768px){.section-freelancer__filter-wrapper .section-freelancer__filter-details{--gap:0;--padding:7rem 0 0}}.section-freelancer__filter-wrapper .section-freelancer__filter-details .h5-alt{color:#fff;color:var(--color-light-1);font-size:.85rem;font-weight:400;margin-bottom:.5rem}.section-freelancer__filter-wrapper .section-freelancer__filter-details__list{color:#fff;color:var(--color-light-1);font-size:1.2rem;line-height:1.5;list-style-type:none;margin:0 0 1em;padding:0}@media(max-width:768px){.section-freelancer__filter-wrapper .section-freelancer__filter-details__list{font-size:1rem}}.section-freelancer__filter-wrapper .section-freelancer__filter-details__list>li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.section-freelancer__filter-wrapper .section-freelancer__filter-details__list>li:not(:last-child){margin-bottom:.1em}.section-freelancer__filter-wrapper .section-freelancer__filter-details__list>li:before{content:"→";display:block;-ms-flex-preferred-size:.75rem;flex-basis:.75rem;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;margin-right:.5em;margin-top:0;width:.75em}.section-freelancer__filter-wrapper .section-freelancer__filter-details__list a{color:#fff!important;color:var(--color-light-1)!important;cursor:pointer!important;-webkit-text-decoration:none;text-decoration:none}@media(max-width:768px){.section-freelancer__filter-wrapper .section-freelancer__filter-details__message{padding:0 1rem}}.section-freelancer__filter-wrapper .section-freelancer__filter-details__message p{color:#fff;color:var(--color-light-1);font-size:1.125rem}.section-freelancer__filter-wrapper .section-freelancer__filter-details:not(.is-active){opacity:0;pointer-events:none;visibility:hidden}.section-freelancer__filter-wrapper .section-freelancer__filter-details .suggestion-items{--distance:3rem;margin-top:3rem;margin-top:var(--distance)}@media(max-width:768px){.section-freelancer__filter-wrapper .section-freelancer__filter-details .suggestion-items{display:none!important}}.section-freelancer__filter-wrapper .section-freelancer__filter-details .suggestion-items .h4,.section-freelancer__filter-wrapper .section-freelancer__filter-details .suggestion-items .h4-alt,.section-freelancer__filter-wrapper .section-freelancer__filter-details .suggestion-items .h5,.section-freelancer__filter-wrapper .section-freelancer__filter-details .suggestion-items .h5-alt{margin-bottom:0!important}.section-freelancer__filter-wrapper .section-freelancer__filter-details .suggestion-items__list{--gutter-vertical:0.75rem;--placeholder-height:2rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-pack:start;-ms-flex-pack:start;gap:0;justify-content:flex-start}.section-freelancer__filter-wrapper .section-freelancer__filter-details .suggestion-items__list .suggestion-item{--border-radius:0;border-bottom:1px solid #fff;border-bottom:1px solid var(--color-light-1);border-top:1px solid #fff;border-top:1px solid var(--color-light-1);color:#fff;color:var(--color-light-1);padding-bottom:45px;padding-bottom:var(--gutter-vertical);padding-top:45px;padding-top:var(--gutter-vertical)}.section-freelancer__filter-wrapper .section-freelancer__filter-details .suggestion-items__list .suggestion-item:first-child{border-bottom:none}.section-freelancer__filter-wrapper .section-freelancer__filter-details .suggestion-items__list .suggestion-item:last-child{border-bottom:1px solid #fff;border-bottom:1px solid var(--color-light-1)}.section-freelancer__filter-wrapper .section-freelancer__filter-details .suggestion-items__list .suggestion-item__placeholder{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-pack:start;-ms-flex-pack:start;-webkit-animation:placeholder 1.2s ease-in-out infinite;animation:placeholder 1.2s ease-in-out infinite;background:-webkit-gradient(linear,left top,right top,from(#f5f5f5),color-stop(50%,#e0e0e0),to(#f5f5f5));background:linear-gradient(90deg,#f5f5f5,#e0e0e0 50%,#f5f5f5);background-size:400% 100%;border:0!important;border-radius:var(--border-radius);height:var(--placeholder-height);justify-content:flex-start;min-height:100%;overflow:hidden;text-indent:-99999px}.section-freelancer__filter-wrapper .section-freelancer__filter-details .suggestion-items__list .suggestion-item__placeholder:not(:last-child){margin-bottom:29.7px;margin-bottom:calc(var(--gutter-vertical)*.66)}@-webkit-keyframes placeholder{0%{background-position:0 0}to{background-position:-135% 0}}@keyframes placeholder{0%{background-position:0 0}to{background-position:-135% 0}}.section-freelancer__filter-wrapper .section-freelancer__filter-details .suggestion-items__list .suggestion-item__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.section-freelancer__filter-wrapper .section-freelancer__filter-details .suggestion-items__list .suggestion-item__content-left{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;width:50%;-webkit-box-flex:1;-ms-flex:1 1 50%;flex:1 1 50%;gap:22.5px;gap:calc(var(--gutter-vertical)*.5)}.section-freelancer__filter-wrapper .section-freelancer__filter-details .suggestion-items__list .suggestion-item__content-right{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;width:50%;-webkit-box-flex:1;border-left:1px solid #fff;border-left:1px solid var(--color-light-1);-ms-flex:1 1 50%;flex:1 1 50%;gap:67.5px;gap:calc(var(--gutter-vertical)*1.5);margin-bottom:11.25px;margin-bottom:calc(var(--gutter-vertical)*.25);margin-top:11.25px;margin-top:calc(var(--gutter-vertical)*.25);padding-left:67.5px;padding-left:calc(var(--gutter-vertical)*1.5)}.section-freelancer__filter-wrapper .section-freelancer__filter-details .suggestion-items__list .suggestion-item__image{--image-size:3em;-ms-flex-preferred-size:3em;flex-basis:3em;-ms-flex-preferred-size:var(--image-size);flex-basis:var(--image-size);-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;border-radius:999rem;flex-shrink:0;height:3em;height:var(--image-size);margin-right:1.5em;overflow:hidden;width:3em;width:var(--image-size)}.section-freelancer__filter-wrapper .section-freelancer__filter-details .suggestion-items__list .suggestion-item__image img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.section-freelancer__filter-wrapper .section-freelancer__filter-details .suggestion-items__list .suggestion-item__name{font-family:Aeonik,sans-serif;font-family:var(--font-primary);font-size:1.2rem;font-style:normal;font-weight:400;letter-spacing:0;line-height:1.1;text-transform:none}.section-freelancer__filter-wrapper .section-freelancer__filter-details .suggestion-items__list .suggestion-item__status{background-color:#ffcf5e;background-color:var(--color-warning);border-radius:999rem;color:#000;color:var(--color-dark-1);font-family:Aeonik,sans-serif;font-family:var(--font-primary);font-size:.85rem;font-style:normal;font-weight:400;line-height:1.1;padding:.33em .75em}.section-freelancer__filter-wrapper .section-freelancer__filter-details .suggestion-items__list .suggestion-item__status.available{background-color:#88ffa9;background-color:var(--color-success)}.section-freelancer__filter-wrapper .section-freelancer__filter-details .suggestion-items__list .suggestion-item__status.not_available{background-color:#ff5e5e;background-color:var(--color-danger)}.section-freelancer__filter-wrapper .section-freelancer__filter-details .suggestion-items__list .suggestion-item__tools{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;gap:29.7px;gap:calc(var(--gutter-vertical)*.66)}.section-freelancer__filter-wrapper .section-freelancer__filter-details .suggestion-items__list .suggestion-item__tools svg{height:1.1em;width:1.1em}.section-freelancer__filter-wrapper .section-freelancer__filter-details .suggestion-items__list .suggestion-item__tools svg path{fill:#fff;fill:var(--color-light-1)}.section-freelancer__filter-wrapper .section-freelancer__filter-details .suggestion-items__list .suggestion-item__tools:hover{opacity:.66!important}.section-freelancer__filter-wrapper .section-freelancer__filter-details .suggestion-items__list .suggestion-item:hover{background:#fff;background:var(--color-light-1);color:#000;color:var(--color-dark-1);padding-left:67.5px;padding-left:calc(var(--gutter-vertical)*1.5);padding-right:67.5px;padding-right:calc(var(--gutter-vertical)*1.5)}.section-freelancer__filter-wrapper .section-freelancer__filter-details .suggestion-items__list .suggestion-item:hover .suggestion-item__content-right{border-color:#000;border-color:var(--color-dark-1)}.section-freelancer__filter-wrapper .section-freelancer__filter-details .suggestion-items__list .suggestion-item:hover svg path{fill:#000!important;fill:var(--color-dark-1)!important}.section-freelancer__filter-wrapper__overview-page{padding:0 0 2rem}.section-freelancer__filter-wrapper__overview-page .section-freelancer__filter-wrapper-inner{--filter-max-width:60rem}.section-freelancer__filter-wrapper__overview-page .section-freelancer__filter-wrapper-field{top:-1.85em}@media(max-width:768px){.section-freelancer__filter-wrapper__overview-page .section-freelancer__filter-wrapper-field__available{display:none!important}}.section-freelancer__filter-wrapper__overview-page .section-freelancer__filter-details{--gap:3rem}@media(max-width:768px){.section-freelancer__filter-wrapper__overview-page .section-freelancer__filter-details{--gap:0;--padding:2.75rem 0 0}}.section-freelancer__filter-pills-wrapper{--distance:5rem;margin-top:5rem;margin-top:var(--distance);position:relative;z-index:-2}@media(max-width:768px){.section-freelancer__filter-pills-wrapper{--distance:7rem}}.section-freelancer__filter-pills{display:-webkit-box;display:-ms-flexbox;display:flex;list-style-type:none;margin:0;padding:0;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:.5rem}.section-freelancer__filter-pills__item{position:relative}.section-freelancer__filter-pills__item__link{--padding-vertical:0.5rem;--padding-horizontal:1rem;--border-radius:5px;display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:#000!important;background:var(--color-dark-1)!important;border-radius:5px;border-radius:var(--border-radius);color:#fff!important;color:var(--color-light-1)!important;cursor:pointer;font-size:1rem;font-weight:400;line-height:1.33em;padding:.5rem 1rem;padding:var(--padding-vertical) var(--padding-horizontal)}.section-freelancer__filter-pills__item__link:before{border-bottom:1px solid #fff;border-bottom:1px solid var(--color-light-1);content:"";display:block;left:var(--padding-horizontal);position:absolute;top:50%;-webkit-transition:width .2s ease-in-out;transition:width .2s ease-in-out;width:0}.section-freelancer__filter-pills__item__link:hover{background:#000!important;background:var(--color-dark-1)!important;color:#fff!important;color:var(--color-light-1)!important}.section-freelancer__filter-pills__item__link:hover:before{width:calc(100% - var(--padding-horizontal)*2)}.available-soon-selection .form{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:1rem}@media(max-width:768px){.available-soon-selection .form{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}}.available-soon-selection .form__field{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;-webkit-box-orient:vertical;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.available-soon-selection .form__field,.available-soon-selection .form__label{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-direction:normal}.available-soon-selection .form__label{-webkit-box-orient:horizontal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;border:1px solid #000;border:1px solid var(--color-dark-1);border-radius:5px;justify-content:flex-start;margin:0!important;overflow:hidden}.available-soon-selection .form__label .label{background:#fff!important;background:var(--color-light-1)!important;border-right:1px solid #000;border-right:1px solid var(--color-dark-1);padding:.5rem}@media(max-width:768px){.available-soon-selection .form__label .label{width:3rem}}.available-soon-selection .form__control{background:#fff!important;background:var(--color-light-1)!important;border:0!important;border-radius:0!important;-webkit-box-shadow:none!important;box-shadow:none!important;color:#000!important;color:var(--color-dark-1)!important;font-weight:400!important;outline:none!important;padding:.5rem;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.available-soon-selection .form__control:invalid:focus:not(.wpcf7-submit):not(.wpcf7-file):not(.wpcf7-acceptance){border:0!important}.available-soon-selection .form__control:focus{-webkit-box-shadow:none!important;box-shadow:none!important;outline:none!important}.available-soon-selection .form__error{display:none;margin-bottom:.5rem;margin-top:.5rem}.available-soon-selection .form .button{-ms-flex-item-align:end;align-self:flex-end}.freelancer-cards-wrapper{overflow:hidden}.freelancer-cards{--grid-gap:3rem;--grid-template:1fr 1fr 1fr;--grid-template:minmax(0,1fr) minmax(0,1fr) minmax(0,1fr);--grid-inner-spacing:3rem;--border:0.5px solid var(--color-dark-1);--label-size-max:var( --h5-max-font-size );--label-size-min:var( --h5-min-font-size );--subline-size:0.85rem;--thumbnail-ratio:1.33;--thumbnail-background-color:var(--color-light-1);display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr) minmax(0,1fr);grid-template-columns:var(--grid-template);padding-bottom:30px;padding-bottom:calc(var(--distance-min-xsmall)*1*1px);padding-top:30px;padding-top:calc(var(--distance-min-xsmall)*1*1px);grid-gap:0;margin-left:-3rem;margin-left:calc(var(--grid-gap)*-1);margin-right:-3rem;margin-right:calc(var(--grid-gap)*-1)}@media screen and (max-width:1600px){.freelancer-cards{--subline-size:0.75rem}}@media screen and (max-width:991px){.freelancer-cards{--grid-gap:var( --gutter-horizontal );--grid-template:minmax(0,1fr) minmax(0,1fr);--grid-inner-spacing:var( --gutter-horizontal );--subline-size:0.8rem}}@media screen and (max-width:767px){.freelancer-cards{--grid-template:1fr}}@media screen and (min-width:320px){.freelancer-cards{padding-top:calc(27.14286px + .89286vw);padding-top:calc(var(--distance-min-xsmall)*1px*1 + (var(--distance-max-xsmall) - var(--distance-min-xsmall))*(100vw - 320px)/2240*1)}}@media screen and (min-width:2560px){.freelancer-cards{padding-top:50px;padding-top:calc(var(--distance-max-xsmall)*1*1px)}}@media screen and (min-width:320px){.freelancer-cards{padding-bottom:calc(27.14286px + .89286vw);padding-bottom:calc(var(--distance-min-xsmall)*1px*1 + (var(--distance-max-xsmall) - var(--distance-min-xsmall))*(100vw - 320px)/2240*1)}}@media screen and (min-width:2560px){.freelancer-cards{padding-bottom:50px;padding-bottom:calc(var(--distance-max-xsmall)*1*1px)}}.freelancer-cards .swiper{display:block;width:100%}.freelancer-cards .swiper-wrapper{height:auto!important}.freelancer-cards .swiper-pagination{display:-webkit-box;display:-ms-flexbox;display:flex}.freelancer-cards .swiper-controls-wrapper{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.freelancer-cards .swiper-no-items{background-color:var(--thumbnail-background-color);height:0;padding-bottom:calc(100%/var(--thumbnail-ratio))}.freelancer-cards .freelancer-card__thumbnail{background-color:#a5a6a6;background-color:var(--color-light-3);background-color:var(--thumbnail-background-color);display:block;height:0;overflow:hidden;padding-bottom:calc(100%/var(--thumbnail-ratio));position:relative}.freelancer-cards .freelancer-card__thumbnail img{height:100%;left:0;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;width:100%}.freelancer-cards .freelancer-card__thumbnail .freelancer-card__image{background-position:50%;background-repeat:no-repeat;background-size:cover;height:100%;left:0;position:absolute;top:0;width:100%}.freelancer-cards .freelancer-card__thumbnail .freelancer-card__thumbnail_placeholder{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-line-pack:center;align-content:center;-webkit-box-pack:center;-ms-flex-pack:center;height:100%;justify-content:center;width:100%;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:12.5vw;left:0;position:absolute;top:0}@media screen and (max-width:991px){.freelancer-cards .freelancer-card__thumbnail .freelancer-card__thumbnail_placeholder{font-size:20vw}}@media screen and (max-width:767px){.freelancer-cards .freelancer-card__thumbnail .freelancer-card__thumbnail_placeholder{font-size:40vw}}.freelancer-cards .freelancer-card__thumbnail .freelancer-card__thumbnail_placeholder.freelancer-card__thumbnail_placeholder--dark{background-color:#fff;background-color:var(--color-light-1)}.freelancer-cards .freelancer-card__thumbnail .freelancer-card__thumbnail_placeholder.freelancer-card__thumbnail_placeholder--light{background-color:#000;background-color:var(--color-dark-1)}.freelancer-cards .freelancer-card__title{display:-webkit-box;display:-ms-flexbox;display:flex;padding-top:var(--grid-inner-spacing);-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.freelancer-cards .freelancer-card__title_label{color:#000;color:var(--paragraph-color-dark);font-size:calc(var(--label-size-min)*1px);font-weight:500;line-height:1.5;text-transform:uppercase}@media screen and (min-width:320px){.freelancer-cards .freelancer-card__title_label{font-size:calc(var(--label-size-min)*1px + (var(--label-size-max) - var(--label-size-min))*(100vw - 320px)/2240)}}@media screen and (min-width:2560px){.freelancer-cards .freelancer-card__title_label{font-size:calc(var(--label-size-max)*1px)}}.freelancer-cards .freelancer-card__title_subline{color:#000;color:var(--paragraph-color-dark);font-size:var(--subline-size);font-weight:400;letter-spacing:.0425em;line-height:1.5;text-align:left;text-transform:uppercase}.freelancer-cards .freelancer-card{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;border-bottom:var(--border);-ms-flex-direction:column;flex-direction:column;max-width:100%;padding:var(--grid-gap)}@media screen and (min-width:991px){.freelancer-cards .freelancer-card:nth-child(-n+3){padding-top:0}.freelancer-cards .freelancer-card:not(:nth-child(3n)){border-right:var(--border)}.freelancer-cards .freelancer-card:nth-child(3n+1):nth-last-child(-n+3),.freelancer-cards .freelancer-card:nth-child(3n+1):nth-last-child(-n+3)~.freelancer-card{border-bottom:0;padding-bottom:0}.freelancer-cards .freelancer-card:not(:nth-child(3n)):before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' fill='none'%3E%3Cpath fill='%23000' d='M5.75.15h-1.5v9.674h1.5z'/%3E%3Cpath fill='%23000' d='M10 4.261H0v1.451h10z'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:100%;bottom:0;content:"";display:block;height:10px;position:absolute;right:0;-webkit-transform:translate(50%,50%);transform:translate(50%,50%);width:10px}.freelancer-cards .freelancer-card:nth-child(3n+1):nth-last-child(-n+3):before,.freelancer-cards .freelancer-card:nth-child(3n+1):nth-last-child(-n+3)~.freelancer-card:before{display:none}}@media screen and (min-width:767px)and (max-width:991px){.freelancer-cards .freelancer-card:nth-child(-n+2){padding-top:0}.freelancer-cards .freelancer-card:not(:nth-child(2n)){border-right:var(--border)}.freelancer-cards .freelancer-card:nth-child(odd):nth-last-child(-n+2),.freelancer-cards .freelancer-card:nth-child(odd):nth-last-child(-n+2)~.freelancer-card{border-bottom:0;padding-bottom:0}.freelancer-cards .freelancer-card:not(:nth-child(2n)):before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' fill='none'%3E%3Cpath fill='%23000' d='M5.75.15h-1.5v9.674h1.5z'/%3E%3Cpath fill='%23000' d='M10 4.261H0v1.451h10z'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:100%;bottom:0;content:"";display:block;height:10px;position:absolute;right:0;-webkit-transform:translate(50%,50%);transform:translate(50%,50%);width:10px}.freelancer-cards .freelancer-card:nth-child(odd):nth-last-child(-n+2):before,.freelancer-cards .freelancer-card:nth-child(odd):nth-last-child(-n+2)~.freelancer-card:before{display:none}}@media screen and (max-width:767px){.freelancer-cards .freelancer-card:nth-child(-n+1){padding-top:0}.freelancer-cards .freelancer-card:not(:nth-child(1n)){border-right:var(--border)}.freelancer-cards .freelancer-card:nth-child(1n+1):nth-last-child(-n+1),.freelancer-cards .freelancer-card:nth-child(1n+1):nth-last-child(-n+1)~.freelancer-card{border-bottom:0;padding-bottom:0}.freelancer-cards .freelancer-card:not(:nth-child(1n)):before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' fill='none'%3E%3Cpath fill='%23000' d='M5.75.15h-1.5v9.674h1.5z'/%3E%3Cpath fill='%23000' d='M10 4.261H0v1.451h10z'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:100%;bottom:0;content:"";display:block;height:10px;position:absolute;right:0;-webkit-transform:translate(50%,50%);transform:translate(50%,50%);width:10px}.freelancer-cards .freelancer-card:nth-child(1n+1):nth-last-child(-n+1):before,.freelancer-cards .freelancer-card:nth-child(1n+1):nth-last-child(-n+1)~.freelancer-card:before{display:none}}.freelancer-cards .freelancer-card__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;min-height:100%}.freelancer-cards .freelancer-card__content a{display:block}.freelancer-cards .freelancer-card-placeholder{border-bottom:0!important;padding-bottom:0!important}.freelancer-cards .freelancer-card-placeholder .freelancer-card__image{height:0;overflow:hidden;padding-bottom:calc(100%/var(--thumbnail-ratio))}.freelancer-cards .freelancer-card-placeholder .freelancer-card__title{margin-top:calc(var(--grid-inner-spacing)/2);min-height:3rem}.freelancer-cards .freelancer-card-placeholder .freelancer-card__image,.freelancer-cards .freelancer-card-placeholder .freelancer-card__title{-webkit-animation:placeholder 1.2s ease-in-out infinite;animation:placeholder 1.2s ease-in-out infinite;background:-webkit-gradient(linear,left top,right top,from(#f5f5f5),color-stop(50%,#e0e0e0),to(#f5f5f5));background:linear-gradient(90deg,#f5f5f5,#e0e0e0 50%,#f5f5f5);background-size:400% 100%}@media screen and (max-width:991px){.freelancer-cards .freelancer-card-placeholder:nth-child(3n){display:none!important}}.freelancer-card__read_more_link_label{display:none!important}.header-freelancer .section-masthead__inner{overflow:visible!important}.header-freelancer .section-masthead__inner_row.top{margin-top:7.5rem}@media(max-width:991px){.header-freelancer .section-masthead__inner_row.top{margin-top:2rem}.goodat__textblock_freelancer .container{padding-left:20px!important;padding-right:20px!important}}@media(min-width:991px){.section-content-freelancer .container{padding-left:20px!important;padding-right:20px!important}}.freelancer__available-bar{--gap:2.75rem;--size:1.5rem;--divider:6rem;background-color:#000;background-color:var(--color-dark-1);color:#fff;color:var(--color-light-1);font-size:1.5rem;font-size:var(--size);font-weight:400;line-height:1rem;padding-bottom:.65rem;padding-top:.65rem;text-transform:uppercase;white-space:nowrap}@media screen and (max-width:991px){.freelancer__available-bar{--gap:1.5rem;--size:1.25rem;--divider:4rem}}.freelancer__available-bar .text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.freelancer__available-bar .text:after{background-color:#fff;background-color:var(--color-light-1);content:"";display:inline-block;height:1px;margin-left:var(--gap);width:var(--divider)}.freelancer__available-bar .goodat__scroll_text_wrapper .scroll-intro{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;gap:var(--gap);justify-content:center}.freelancer__available-info{--gap:2.75rem;background-color:#f9f9f9;background-color:var(--color-light-2);border-bottom:1px solid #000;border-bottom:1px solid var(--color-dark-1);border-top:1px solid #000;border-top:1px solid var(--color-dark-1);color:#000;color:var(--color-dark-1);line-height:1em;padding-bottom:.85rem;padding-top:.85rem;text-transform:uppercase;-webkit-transition:all .44s cubic-bezier(.28,.13,.43,1);transition:all .44s cubic-bezier(.28,.13,.43,1);white-space:nowrap}@media screen and (max-width:991px){.freelancer__available-info{--gap:0.5rem}.freelancer__available-info.noinfo{white-space:normal!important}.freelancer__available-info{padding-bottom:1.25rem;padding-top:1.25rem}}.freelancer__available-info .h3-alt{line-height:1.2}.freelancer__available-info:hover.available{background-color:#88ffa9;background-color:var(--color-success)}.freelancer__available-info:hover.unavailable{background-color:#ffcf5e;background-color:var(--color-warning)}.freelancer__available-info:hover.not_available{background-color:#ff5e5e;background-color:var(--color-danger)}.freelancer__available-info-inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;gap:var(--gap);justify-content:space-between}@media screen and (max-width:991px){.freelancer__available-info-inner{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.freelancer__available-info-inner .section__headline{display:none!important}}.freelancer__infobar,.freelancer__navbar{white-space:nowrap}.freelancer__infobar .profile-image,.freelancer__navbar .profile-image{height:2em;width:2em;-webkit-box-flex:0;-ms-flex:0 0 2em;flex:0 0 2em}.freelancer__infobar .name,.freelancer__infobar .subline,.freelancer__navbar .name,.freelancer__navbar .subline{letter-spacing:.0425em}.freelancer__infobar .subline,.freelancer__navbar .subline{font-size:.8em;overflow:hidden;text-overflow:ellipsis}.freelancer__infobar-inner,.freelancer__navbar-inner{-webkit-box-pack:justify;-ms-flex-pack:justify;background-color:#fff;background-color:var(--color-light-1);justify-content:space-between;padding:14.85px;padding:calc(var(--gutter-horizontal)*.33)}.freelancer__infobar-col,.freelancer__infobar-inner,.freelancer__navbar-col,.freelancer__navbar-inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.freelancer__infobar-col{gap:14.85px;gap:calc(var(--gutter-horizontal)*.33)}@media screen and (max-width:991px){.freelancer__infobar-col-first{-webkit-box-flex:0;-ms-flex:0 0 2em;flex:0 0 2em}}.freelancer__navbar-inner{background-color:transparent}.freelancer__hide-infos{backdrop-filter:blur(6px);height:calc(100% + 20px);left:0;position:absolute;top:0;width:100%;z-index:50}.freelancer__available-info .button,.freelancer__infobar .button{font-size:12px;font-weight:400;letter-spacing:.0425em;padding:4px 20px}@media screen and (min-width:320px){.freelancer__available-info .button,.freelancer__infobar .button{font-size:calc(11.71429px + .08929vw)}}@media screen and (min-width:2560px){.freelancer__available-info .button,.freelancer__infobar .button{font-size:14px}}@media screen and (max-width:1680px){.freelancer__available-info .button,.freelancer__infobar .button{padding:4px 15px}}@media screen and (max-width:991px){.freelancer__available-info .button,.freelancer__infobar .button{padding:4px 15px}}.freelancer__available-info .button_inline,.freelancer__infobar .button_inline{margin-left:.5em;margin-right:.5em;padding-left:0;padding-right:0}.freelancer__cv{--collapse-height:300px;font-weight:400}@media screen and (max-width:991px){.freelancer__cv{--collapse-height:200px}}.freelancer__cv .collapse__outer{margin:0 0 1.5rem;padding:0}.freelancer__cv .collapse__outer:after{--height:50px;background:-webkit-gradient(linear,left top,left bottom,from(hsla(0,0%,100%,0)),to(#f9f9f9));background:linear-gradient(180deg,hsla(0,0%,100%,0),#f9f9f9);background:-webkit-gradient(linear,left top,left bottom,from(hsla(0,0%,100%,0)),to(var(--color-light-2)));background:linear-gradient(180deg,hsla(0,0%,100%,0) 0,var(--color-light-2) 100%);content:"";display:block;height:50px;height:var(--height);margin-top:-50px;margin-top:calc(var(--height)*-1);pointer-events:none;position:relative;-webkit-transition:all .44s cubic-bezier(.28,.13,.43,1);transition:all .44s cubic-bezier(.28,.13,.43,1);width:100%;z-index:10}.freelancer__cv .collapse__inner{margin:0;overflow:hidden;padding:0}.freelancer__cv .hide-collapse,.freelancer__cv .open-collapse{cursor:pointer;-webkit-transition:all .44s cubic-bezier(.28,.13,.43,1);transition:all .44s cubic-bezier(.28,.13,.43,1)}.freelancer__cv .hide-collapse{display:none}.freelancer__cv .is-open .collapse__outer:after{opacity:0!important}.freelancer__cv .is-open .open-collapse{display:none}.freelancer__cv .is-open .hide-collapse{display:block}.freelancer__cv ul.freelancer__cv-list{display:-webkit-box;display:-ms-flexbox;display:flex;list-style-type:none;margin:0;padding:0;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;gap:1rem}.freelancer__cv .cv-list-item{display:-webkit-box;display:-ms-flexbox;display:flex;line-height:1.44}.freelancer__cv .cv-list-item .cv-list-item__description,.freelancer__cv .cv-list-item .cv-list-item__description p{font-size:.95rem;line-height:1.55}.freelancer__cv .cv-list-item__company,.freelancer__cv .cv-list-item__title{font-weight:600;text-transform:uppercase}.freelancer__cv .cv-list-item__title{margin-bottom:.5rem}.freelancer__cv .cv-list-item__date{color:#a5a6a6;color:var(--color-light-3)}.freelancer__cv .cv-list-item__date .cv-list-item__date-separator{display:inline-block;margin:0 .5em}.freelancer__cv .cv-list-item__date .cv-list-item__date-separator:before{content:"–";display:inline-block}.freelance__profile-infos-inner{-webkit-box-orient:vertical;-ms-flex-direction:column;flex-direction:column}.freelance__profile-infos-inner,.freelance__profile-infos-row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-direction:normal;-ms-flex-wrap:nowrap;flex-wrap:nowrap;gap:9px;gap:calc(var(--gutter-horizontal)/5)}.freelance__profile-infos-row{-webkit-box-orient:horizontal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}@media screen and (max-width:991px){.freelance__profile-infos-row{gap:22.5px;gap:calc(var(--gutter-horizontal)/2)}}.freelance__profile-infos-row h6{font-size:.85rem;width:20%}@media screen and (max-width:991px){.freelance__profile-infos-row h6{font-size:.725rem}}.freelance__profile-infos-row .pill-wrapper{width:80%}.freelance__profile-infos-row.goodat-pricing .pill{border:0;border-radius:0;color:#a5a6a6;color:var(--color-light-3);display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;font-size:12px;gap:.5em;margin:0;padding:0;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.freelance__profile-infos-row.goodat-pricing .pill:before{background-position:50%;background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:1.5em;margin-right:.5em;width:4em}.freelance__profile-infos-row.goodat-pricing .pill.pill-0-50-hr:before,.freelance__profile-infos-row.goodat-pricing .pill:before{background-image:url(/app/themes/goodat/public/images/good_at_icon_low_price.44c63b.svg)}.freelance__profile-infos-row.goodat-pricing .pill.pill-100-150-hr:before,.freelance__profile-infos-row.goodat-pricing .pill.pill-50-100-hr:before{background-image:url(/app/themes/goodat/public/images/good_at_icon_mid_price.f85d4d.svg)}.freelance__profile-infos-row.goodat-pricing .pill.pill-150-hr:before{background-image:url(/app/themes/goodat/public/images/good_at_icon_high_price.d8a211.svg)}.freelance__profile-buttons{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:15px;gap:calc(var(--gutter-horizontal)/3)}@media screen and (max-width:991px){.freelance__profile-buttons{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.freelance__profile-buttons .button_inline{margin-left:20px}}.freelance__profile-contactbuttons{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:9px;gap:calc(var(--gutter-horizontal)/5);-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.freelance__profile-contactbuttons,.projects_intro{display:-webkit-box;display:-ms-flexbox;display:flex}.projects_intro{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.projects_intro-title{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;margin-right:3rem;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;white-space:nowrap}@media screen and (max-width:991px){.projects_intro-title{margin-right:1.5rem}}.projects_intro-title sup{font-size:20%;top:-2.75em}.projects_intro-line{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:1%;width:100%}.projects_list{--thumbnail-ratio:1.5;--thumbnail-background-color:var(--color-light-1);--gap:calc(var(--gutter-horizontal)/3);display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);grid-gap:15px;grid-gap:var(--gap)}.projects_list .project_item:nth-child(3n){grid-column:auto/span 2}.projects_list .project_item__link{display:block}.projects_list .project_item__image{background-color:var(--thumbnail-background-color);display:block;height:0;overflow:hidden;padding-bottom:calc(100%/var(--thumbnail-ratio));position:relative}.projects_list .project_item__image img{height:100%;left:0;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;width:100%}.projects_list .project_item__image .project_item__image-placeholder{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-line-pack:center;align-content:center;-webkit-box-pack:center;-ms-flex-pack:center;height:100%;justify-content:center;width:100%;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:12.5vw;left:0;position:absolute;top:0}@media screen and (max-width:991px){.projects_list .project_item__image .project_item__image-placeholder{font-size:20vw}}@media screen and (max-width:767px){.projects_list .project_item__image .project_item__image-placeholder{font-size:40vw}}.projects_list .project_item__image .project_item__image-placeholder.project_item__image-placeholder--dark{background-color:#fff;background-color:var(--color-light-1)}.projects_list .project_item__image .project_item__image-placeholder.project_item__image-placeholder--light{background-color:#000;background-color:var(--color-dark-1)}.projects_list .project_item__content{left:0;opacity:0;position:absolute;top:0}.section-masthead__hero{position:relative}.back-link-wrapper{bottom:0;left:0;padding-bottom:14.85px;padding-bottom:calc(var(--gutter-horizontal)*.33);padding-top:14.85px;padding-top:calc(var(--gutter-horizontal)*.33);position:absolute;right:0;width:100%;z-index:1}.project_page-info-wrapper{--line-spacing:1.85rem;margin-bottom:3rem}.projects_page-line{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-line-pack:center;align-content:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media screen and (min-width:991px){.projects_page-line .section__headline_vertical{height:20rem}}@media screen and (max-width:991px){.projects_page-line{padding-top:3rem}}.project_gallery{--thumbnail-ratio:1.5;--thumbnail-background-color:var(--color-light-2);--gap:calc(var(--gutter-horizontal)/3);display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);grid-gap:15px;grid-gap:var(--gap)}.project_gallery .gallery_item:nth-child(3n){grid-column:auto/span 2}.project_gallery .gallery_item__image{background-color:var(--thumbnail-background-color);display:block;height:0;overflow:hidden;padding-bottom:calc(100%/var(--thumbnail-ratio));position:relative}.project_gallery .gallery_item__image img{height:100%;left:0;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;width:100%}.products{--gap:1rem;--label-height:2.25rem;--pill-gap:1rem;--pill-padding-vertical:0.5rem;--pill-padding-horizontal:1rem;--pill-font-size:1rem;--pill-line-height:1.5rem;--pill-width:8.5rem;--item-padding:1.5rem;--item-border-radius:10px}.products span.new,.products span.optional,.products span.pro{background:#a5a6a6;background:var(--color-light-3);border-radius:100px;color:#fff;color:var(--color-light-1);display:inline-block;font-size:.66em;line-height:1.25em;margin:0 .125em .75em;padding:.22em .66em .2em;vertical-align:bottom}.products span.pro{border-radius:5px;padding:.175em .44em .2em;vertical-align:bottom}.products span.new,.products span.pro{background:#000;background:var(--color-dark-1)}.products span.optional{background:#a5a6a6;background:var(--color-light-3)}.products span.savings{font-size:.925em}.products .disable .product__description,.products .disable .product__name-label{opacity:.44!important}@media(max-width:991px){.products{--gap:2rem;--label-height:1rem;--pill-gap:1rem}}.products__inner{display:-webkit-box;display:-ms-flexbox;display:flex;gap:calc(var(--gap)*2)}@media(max-width:991px){.products__inner{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:calc(var(--gap)*1)}}.products__interval_label{margin-bottom:var(--pill-gap);min-height:var(--label-height)}@media(max-width:991px){.products__interval_label__placeholder{display:none}}.products__interval_label-inner{-webkit-box-orient:vertical;-ms-flex-direction:column;flex-direction:column}.products__interval_label-inner,.products__interval_label-inner>label{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-direction:normal;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.products__interval_label-inner>label{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:horizontal;cursor:pointer;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;font-size:1.1375rem;gap:1rem;margin:0;width:100%}.products__interval_label-inner>label .wpcf7-form-control-label{font-weight:300;width:40%}.products__interval_label-inner>label .wpcf7-form-control-label:first-of-type{text-align:right}.products__interval_label-inner>label.month .wpcf7-form-control-label:first-of-type,.products__interval_label-inner>label.year .wpcf7-form-control-label:last-of-type{font-weight:600}@media(max-width:1024px){.products__interval_label-inner>label{font-size:1.1375rem}}.products__interval_label-inner>label .switch{font-size:1.33em}.products__interval_label-inner>label .wpcf7-form-control-wrap,.products__interval_label-list{display:-webkit-box;display:-ms-flexbox;display:flex;margin:0;padding:0}.products__interval_label-list{border:1px solid #000;border:1px solid var(--color-dark-1);border-radius:99rem;gap:0;list-style:none;position:relative}.products__interval_label-list .products__interval_label-list__before{background:#000;background:var(--color-dark-1);border-radius:99rem;content:"";display:block;height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.products__interval_label-item{border-radius:99rem;color:#000;color:var(--color-dark-1);cursor:pointer;font-size:var(--pill-font-size);line-height:var(--pill-line-height);min-width:var(--pill-width);padding:calc(var(--pill-padding-vertical)*1) calc(var(--pill-padding-horizontal)*1);position:relative;text-align:center;z-index:5}.products__interval_label-item.active{color:#fff;color:var(--color-light-1)}.products__interval_label-offer{font-size:var(--pill-font-size);line-height:var(--pill-font-size);margin-top:var(--pill-font-size)}.products__interval_list{border:1px solid #000;border:1px solid var(--color-dark-1);border-radius:var(--item-border-radius);display:-webkit-box;display:-ms-flexbox;display:flex;padding-left:calc(var(--gap)*1);padding-right:calc(var(--gap)*1)}@media(max-width:991px){.products__interval_list{min-height:auto!important;padding-left:0;padding-right:0}}.products__interval_list .product{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}.products .product{border-radius:var(--item-border-radius);padding:var(--item-padding);--price-size:1rem}.products .product__name{font-size:1.25rem;font-weight:600;margin-bottom:1rem}.products .product__description{font-size:1rem;font-weight:400;line-height:1.66;margin-bottom:1rem}.products .product__prices{margin-top:auto;padding-top:2rem}.products .product__prices-inner{-webkit-box-orient:vertical;-ms-flex-direction:column;flex-direction:column}.products .product__prices-inner,.products .product__prices-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-direction:normal}.products .product__prices-item{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:horizontal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:start;-ms-flex-pack:start;gap:var(--gap);justify-content:flex-start;margin-bottom:calc(var(--gap)*1.5)}.products .product__prices-label{font-size:calc(var(--price-size)*3);font-weight:400;line-height:1}.products .product__prices-unit{font-size:calc(var(--price-size)*1);font-weight:400;line-height:calc(var(--price-size)*1.33)}.products .product__prices-unit .text-light{opacity:.5}.products .product__prices-button{border:1px solid #000;border:1px solid var(--color-dark-1);border-radius:99rem;color:#000;color:var(--color-dark-1);display:block;font-size:calc(var(--price-size)*1.1);line-height:calc(var(--price-size)*1.5);padding:calc(var(--price-size)*.44) calc(var(--price-size)*1.25);text-align:center;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}@media(max-width:991px){.products .product__prices-button{font-size:calc(var(--price-size)*1);line-height:calc(var(--price-size)*1.33);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}}.products .product__prices-button:hover{background-color:#000;background-color:var(--color-dark-1);color:#fff;color:var(--color-light-1)}.products .product__prices-button--inline{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:-webkit-gradient(linear,left top,right top,from(transparent),to(transparent)),-webkit-gradient(linear,left top,right top,from(#a5a6a6),to(#a5a6a6));background:linear-gradient(90deg,transparent,transparent),linear-gradient(90deg,#a5a6a6,#a5a6a6);background:-webkit-gradient(linear,left top,right top,from(var(--color1,transparent)),to(var(--color1,transparent))),-webkit-gradient(linear,left top,right top,from(var(--color2,var(--color-light-3))),to(var(--color2,var(--color-light-3))));background:linear-gradient(to right,var(--color1,transparent),var(--color1,transparent)),linear-gradient(to right,var(--color2,var(--color-light-3)),var(--color2,var(--color-light-3)));background-position:100% 100%,0 100%;background-repeat:no-repeat;background-size:100% 1px,0 1px;border:0;border-radius:0;-webkit-box-shadow:none;box-shadow:none;cursor:pointer;font-size:calc(var(--price-size)*.85);font-weight:400;letter-spacing:.085em;line-height:calc(var(--price-size)*1.5);outline:none;padding:0;text-align:center;text-transform:uppercase;-webkit-transition:all .2s cubic-bezier(.785,.135,.15,.86);transition:all .2s cubic-bezier(.785,.135,.15,.86);-ms-flex-item-align:end;align-self:flex-end}.products .product__prices-button--inline:focus,.products .product__prices-button--inline:hover{background-size:0 1px,100% 1px}.products .product__prices-button--inline:focus{outline:none}.products .product__prices-button--inline:after{background:url('data:image/svg+xml;utf8,<svg width="14" height="12" viewBox="0 0 14 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8.00038 0.5H6.71882L11.7382 5.51942H0.898438V6.48058H11.7382L6.71882 11.5H8.00038L13.5004 6L8.00038 0.5Z" fill="black"/></svg>') no-repeat 50%;background-size:contain;content:"";display:inline-block;height:1em;margin-left:.5rem;width:1em}.products .product__prices-button--inline:hover{background-color:transparent!important;color:#000;color:var(--color-dark-1)}.products .product__prices-button--trial{background:-webkit-gradient(linear,left top,right top,from(transparent),to(transparent)),-webkit-gradient(linear,left top,right top,from(#a5a6a6),to(#a5a6a6));background:linear-gradient(90deg,transparent,transparent),linear-gradient(90deg,#a5a6a6,#a5a6a6);background:-webkit-gradient(linear,left top,right top,from(var(--color1,transparent)),to(var(--color1,transparent))),-webkit-gradient(linear,left top,right top,from(var(--color2,var(--color-light-3))),to(var(--color2,var(--color-light-3))));background:linear-gradient(to right,var(--color1,transparent),var(--color1,transparent)),linear-gradient(to right,var(--color2,var(--color-light-3)),var(--color2,var(--color-light-3)));background-position:100% 100%,0 100%;background-repeat:no-repeat;background-size:100% 1px,0 1px;border:0;border-radius:0;-webkit-box-shadow:none;box-shadow:none;cursor:pointer;display:block;font-size:calc(var(--price-size)*1);line-height:calc(var(--price-size)*1.35);margin:.5rem auto 0;outline:none;padding:0;text-align:center;-webkit-transition:all .2s cubic-bezier(.785,.135,.15,.86);transition:all .2s cubic-bezier(.785,.135,.15,.86)}.products .product__prices-button--trial:focus,.products .product__prices-button--trial:hover{background-size:0 1px,100% 1px}.products .product__prices-button--trial:focus{outline:none}.products .product__prices-button--trial:hover{background-color:transparent!important;color:#000;color:var(--color-dark-1)}.products .product__features-headline{font-size:1rem;font-weight:600;line-height:1.5;margin-bottom:.5rem}.products .product__addons-list,.products .product__features-list{-webkit-box-orient:vertical;-ms-flex-direction:column;flex-direction:column;gap:calc(var(--gap)*.25);list-style:none;margin:0;margin-bottom:var(--gap);padding:0}.products .product__addons-list,.products .product__addons-list li,.products .product__features-list,.products .product__features-list li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-direction:normal;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.products .product__addons-list li,.products .product__features-list li{-webkit-box-orient:horizontal;-ms-flex-direction:row;flex-direction:row;font-size:1.1rem;font-weight:400;gap:calc(var(--gap)*.75);line-height:1.66}.products .product__addons-list li:before,.products .product__features-list li:before{content:"→";display:block}.products .product__addons-list li{font-weight:600}.products .product__addons-list li:before{--size:0.6em;--gap:0.55em;background:url('data:image/svg+xml;utf8,<svg width="12" height="11" viewBox="0 0 12 11" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="5.21387" width="1.57143" height="11" fill="black"/><rect x="0.5" y="6.28577" width="1.57143" height="11" transform="rotate%28-90 0.5 6.28577%29" fill="black"/></svg>') no-repeat 50%;background-size:contain;content:"";display:inline-block;height:.6em;height:var(--size);margin-top:.55em;margin-top:var(--gap);width:.6em;width:var(--size)}.products__one_time{padding-top:calc(var(--pill-gap) + var(--pill-padding-vertical)*2 + var(--pill-line-height) + var(--pill-font-size)*2 + 1px);width:50%}@media(max-width:991px){.products__one_time{width:100%;-webkit-box-ordinal-group:100;-ms-flex-order:99;min-height:auto!important;order:99;padding-top:0}}.products__one_time .product{background-color:#000;background-color:var(--color-dark-1);height:100%}.products__one_time .product,.products__one_time .product p{color:#fff;color:var(--color-light-1)}.products__one_time .product__prices-button{border-color:#fff;border-color:var(--color-light-1);color:#fff;color:var(--color-light-1)}.products__one_time .product__prices-button:hover{background-color:#fff;background-color:var(--color-light-1);color:#000;color:var(--color-dark-1)}.products__one_time .product__prices-button--inline{color:#fff;color:var(--color-light-1)}.products__one_time .product__prices-button--inline:after{background:url('data:image/svg+xml;utf8,<svg width="14" height="12" viewBox="0 0 14 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8.00038 0.5H6.71882L11.7382 5.51942H0.898438V6.48058H11.7382L6.71882 11.5H8.00038L13.5004 6L8.00038 0.5Z" fill="white"/></svg>') no-repeat 50%;background-size:contain}.products__one_time .product__prices-button--inline:hover{color:#fff;color:var(--color-light-1)}.products__one_time_list{height:100%}.products__interval{width:50%}@media(max-width:991px){.products__interval{width:100%;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}.products--project-form{--gap:1rem;--distance:5rem;--item-padding:2.5rem 3rem;--item-border-radius:5px;margin-top:5rem;margin-top:var(--distance);position:relative}@media(max-width:991px){.products--project-form{--item-padding:1.75rem 1.75rem}}.products--project-form .products__one_time{padding-top:0;width:100%}.products--project-form .product{--price-size:1.25rem}@media(max-width:991px){.products--project-form .product{--price-size:1.1rem}}.products--project-form .product__name{font-size:1.33rem;font-weight:400;line-height:1.33;margin-bottom:1rem}.products--project-form .product__prices{margin-bottom:0;min-height:auto!important}.products--project-form .product__prices-item{margin-bottom:0}.products--project-form .product__prices-inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media(max-width:991px){.products--project-form .product__prices-inner{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;gap:2rem}}.products--project-form .product--active{background-color:#454545;background-color:var(--color-dark-3)}.products--project-form .product--active .product__prices{margin-bottom:3rem}.products--project-form .pill{background-color:#d9d9d9;border:0;color:#000;color:var(--color-dark-1);font-size:.85rem;padding:.25rem .85rem;text-transform:none}.products--project-form .pill__success{background-color:#88ffa9;background-color:var(--color-success)}.products--project-form .product__overlay{backdrop-filter:blur(10px);border-radius:var(--item-border-radius);bottom:0;height:100%;left:0;overflow:hidden;padding:var(--item-padding);position:absolute;right:0;top:0;width:100%}.products--project-form .product__overlay-inner{display:-webkit-box;display:-ms-flexbox;display:flex;height:100%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.products--project-form .product__overlay-pills{margin-top:.66rem}.products--project-form .product__overlay-text{font-size:calc(var(--price-size)*.85);font-weight:400;letter-spacing:.085em;line-height:calc(var(--price-size)*1.5);text-transform:uppercase}.products__list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;width:100%;--gap:2rem;gap:2rem;gap:var(--gap)}.products__list .product{--gap:1rem;-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}.products__list .product__inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-pack:start;-ms-flex-pack:start;height:100%;justify-content:flex-start}.products__list .product__prices{margin-top:auto;padding-top:2rem}.products__dark{--item-padding:2.5rem}.products__dark .products__interval_label-list{border-color:#fff;border-color:var(--color-light-1)}.products__dark .products__interval_label-list.noborder{border:0}.products__dark .products__interval_label-item{color:#fff;color:var(--color-light-1)}.products__dark .products__interval_label-item.active{background-color:#fff;background-color:var(--color-light-1);color:#000;color:var(--color-dark-1)}.products__dark .products__interval_label-item.inactive{background-color:transparent!important;border:0!important;color:#fff!important;color:var(--color-light-1)!important}.products__dark .product{background-color:#f9f9f9;background-color:var(--color-light-2);color:#000;color:var(--color-dark-1)}.products__dark .product__name{font-size:1.75rem;font-weight:600}.products__dark .product__prices-button{background-color:#000;background-color:var(--color-dark-1);border-color:#000;border-color:var(--color-dark-1);color:#fff;color:var(--color-light-1)}.products__dark .product__prices-button:hover{background-color:#454545;background-color:var(--color-dark-3);border-color:#454545;border-color:var(--color-dark-3);color:#fff;color:var(--color-light-1)}.products__dark .product__prices-button--trial{background-color:transparent;color:#000;color:var(--color-dark-1)}.products__dark .product__prices-button--trial:hover{color:#000;color:var(--color-dark-1)}.products__dark .product__prices-button__disabled{--color:#d9d9d9;--color-text:var(--color-dark-1);background-color:#d9d9d9!important;border-color:#d9d9d9!important;color:#000!important}.products__dark .product__prices-button__disabled,.products__dark .product__prices-button__disabled:hover{background-color:var(--color)!important;border-color:var(--color)!important;color:var(--color-text)!important}.products_new{padding-top:1rem;--gap:1rem;--item-padding:2.5rem;--item-border-radius:0.625rem}@media(max-width:991px){.products_new{--gap:2rem}}@media(max-width:1024px){.products_new{--item-padding:1.75rem}}.products_new__inner{display:-webkit-box;display:-ms-flexbox;display:flex;gap:calc(var(--gap)*2)}@media(max-width:1024px){.products_new__inner{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:calc(var(--gap)*2)}}.products_new .products__interval_list{border:0;padding:0}.products_new .product{background-color:#f9f9f9;background-color:var(--color-light-2);border-radius:var(--item-border-radius);padding:var(--item-padding);--price-size:1rem}.products_new .product__light{background-color:#fff;background-color:var(--color-light-1)}.products_new .product__inner{display:-webkit-box;display:-ms-flexbox;display:flex;height:100%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.products_new .product__bottom{margin-top:auto}.products_new .product__name{font-family:Aeonik,sans-serif;font-family:var(--font-primary);font-size:2.125rem;font-weight:600;margin-bottom:1rem;text-transform:uppercase}@media(max-width:1024px){.products_new .product__name{font-size:1.5rem}}.products_new .product__description{font-size:1.375rem;font-weight:400;line-height:145%;margin-bottom:1rem}@media(max-width:1024px){.products_new .product__description{font-size:1.1375rem}}.products_new .product__description_small{font-size:1.1375rem;font-weight:400;line-height:145%}@media(max-width:1024px){.products_new .product__description_small{font-size:1rem}}.products_new .product__savings{font-size:.9rem;font-weight:400;line-height:145%;position:absolute;right:calc(var(--item-padding)*.75);top:calc(var(--item-padding)*.66)}.products_new .product__addons-list,.products_new .product__features-list{-webkit-box-orient:vertical;-ms-flex-direction:column;flex-direction:column;gap:calc(var(--gap)*.25);list-style:none;margin:0;margin-bottom:var(--gap);padding:0}.products_new .product__addons-list,.products_new .product__addons-list li,.products_new .product__features-list,.products_new .product__features-list li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-direction:normal;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.products_new .product__addons-list li,.products_new .product__features-list li{-webkit-box-orient:horizontal;-ms-flex-direction:row;flex-direction:row;font-size:1.1375rem;font-weight:400;gap:calc(var(--gap)*.75);line-height:145%}@media(max-width:1024px){.products_new .product__addons-list li,.products_new .product__features-list li{font-size:1rem}}.products_new .product__addons-list li:before,.products_new .product__features-list li:before{content:"→";display:block}.products_new .product__addons-list li.plus:before,.products_new .product__features-list li.plus:before{--size:0.6em;--gap:0.385em;background:url('data:image/svg+xml;utf8,<svg width="12" height="11" viewBox="0 0 12 11" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="5.21387" width="1.57143" height="11" fill="black"/><rect x="0.5" y="6.28577" width="1.57143" height="11" transform="rotate%28-90 0.5 6.28577%29" fill="black"/></svg>') no-repeat 50%;background-size:contain;content:"";display:inline-block;height:.6em;height:var(--size);margin-top:.385em;margin-top:var(--gap);width:.6em;width:var(--size)}.products_new .product__addons-list li{font-weight:600}.products_new .product__addons-list li:before{background:url('data:image/svg+xml;utf8,<svg width="12" height="11" viewBox="0 0 12 11" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="5.21387" width="1.57143" height="11" fill="black"/><rect x="0.5" y="6.28577" width="1.57143" height="11" transform="rotate%28-90 0.5 6.28577%29" fill="black"/></svg>') no-repeat 50%;background-size:contain;content:"";display:inline-block;height:var(--size);margin-top:var(--gap);width:var(--size)}.products_new .product__prices{margin-bottom:0;margin-top:auto;padding-top:3rem}@media(max-width:991px){.products_new .product__prices{padding-top:1rem}}.products_new .product__prices-inner{-webkit-box-orient:vertical;-ms-flex-direction:column;flex-direction:column}.products_new .product__prices-inner,.products_new .product__prices-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-direction:normal}.products_new .product__prices-item{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:horizontal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:start;-ms-flex-pack:start;gap:var(--gap);justify-content:flex-start;margin-bottom:calc(var(--gap)*1.5)}@media(max-width:991px){.products_new .product__prices-item{margin-bottom:calc(var(--gap)*.5)}}@media(max-width:1024px){.products_new .product{--price-size:0.85rem}}@media(max-width:361px){.products_new .product{--price-size:0.75rem}}.products_new .product__prices-label{font-size:calc(var(--price-size)*3);font-weight:400;line-height:1}.products_new .product__prices-unit{font-size:calc(var(--price-size)*1);font-weight:400;line-height:calc(var(--price-size)*1.33)}.products_new .product__prices-unit .text-light{opacity:.5}.products_new .product__prices-button{background-color:#000;background-color:var(--color-dark-1);border:1px solid #000;border:1px solid var(--color-dark-1);border-radius:99rem;color:#fff!important;color:var(--color-light-1)!important;display:block;font-size:calc(var(--price-size)*1.1);letter-spacing:.085em;line-height:calc(var(--price-size)*1.5);padding:calc(var(--price-size)*.44) calc(var(--price-size)*1.25);text-align:center;text-transform:uppercase;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}@media(max-width:1024px){.products_new .product__prices-button{font-size:13px;font-size:calc(var(--button-small-min-font-size)*1px);padding:5px 20px}}@media screen and (max-width:1024px)and (min-width:320px){.products_new .product__prices-button{font-size:calc(12.57143px + .13393vw);font-size:calc(var(--button-small-min-font-size)*1px + (var(--button-small-max-font-size) - var(--button-small-min-font-size))*(100vw - 320px)/2240)}}@media screen and (max-width:1024px)and (min-width:2560px){.products_new .product__prices-button{font-size:16px;font-size:calc(var(--button-small-max-font-size)*1px)}}.products_new .product__prices-button:hover{background-color:#2b2c2c;background-color:var(--color-dark-2);color:#fff!important;color:var(--color-light-1)!important}.products_new .product.product_disable .product__addons{margin-bottom:auto;margin-top:auto;padding-bottom:.33rem;padding-top:.33rem}.products_new .product.product_disable .product__addons-list{margin:0}.products_new .product.product_disable .product__prices{margin-top:0;padding-top:1rem}.freelanceplattform{--text-color:var(--color-light-1);--background-color:var(--color-dark-1);--h2-max-font-size:80;--h2-min-font-size:72.5}@media(max-width:991px){.freelanceplattform{--h2-max-font-size:60;--h2-min-font-size:40}}.freelanceplattform__hero{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;background-color:var(--background-color);color:var(--text-color);justify-content:center;text-align:center}.freelanceplattform__hero_inner{width:100%}.freelanceplattform__hero .container-fluid{padding-left:0;padding-right:0}.freelanceplattform__hero .section-masthead__heading{padding-bottom:20px;padding-left:45px;padding-left:var(--gutter-horizontal);padding-right:45px;padding-right:var(--gutter-horizontal);padding-top:20px}@media screen and (min-width:320px){.freelanceplattform__hero .section-masthead__heading{padding-top:calc(15.71429px + 1.33929vw)}}@media screen and (min-width:2560px){.freelanceplattform__hero .section-masthead__heading{padding-top:50px}}@media screen and (min-width:320px){.freelanceplattform__hero .section-masthead__heading{padding-bottom:calc(15.71429px + 1.33929vw)}}@media screen and (min-width:2560px){.freelanceplattform__hero .section-masthead__heading{padding-bottom:50px}}@media screen and (max-width:991px){.freelanceplattform__hero .section-masthead__heading{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-line-pack:center;align-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}.freelanceplattform__hero .section-masthead__heading_subline{padding-bottom:1.25rem}@media screen and (min-width:991px){.freelanceplattform__hero .section-masthead__heading_subline-wrapper{bottom:0;left:0;padding-bottom:80px;padding-top:80px;position:absolute;right:0}}@media screen and (min-width:991px)and (min-width:320px){.freelanceplattform__hero .section-masthead__heading_subline-wrapper{padding-top:calc(74.28571px + 1.78571vw)}}@media screen and (min-width:991px)and (min-width:2560px){.freelanceplattform__hero .section-masthead__heading_subline-wrapper{padding-top:120px}}@media screen and (min-width:991px)and (min-width:320px){.freelanceplattform__hero .section-masthead__heading_subline-wrapper{padding-bottom:calc(74.28571px + 1.78571vw)}}@media screen and (min-width:991px)and (min-width:2560px){.freelanceplattform__hero .section-masthead__heading_subline-wrapper{padding-bottom:120px}}.freelanceplattform__hero .xxl-alt{color:var(--text-color);font-size:13.25vw;letter-spacing:.01em;line-height:1.1;margin:0}@media screen and (min-width:991px){.freelanceplattform__hero .xxl-alt{margin-top:-10vw}}@media(max-width:1650px){.freelanceplattform__hero .xxl-alt{font-size:14vw}}@media(max-width:767px){.freelanceplattform__hero .xxl-alt{font-size:24.5vw;line-height:1}}.freelanceplattform__hero .xxl-alt .small,.freelanceplattform__hero .xxl-alt small{font-size:.5em!important;line-height:1.1}@media(max-width:767px){.freelanceplattform__hero .xxl-alt .small,.freelanceplattform__hero .xxl-alt small{font-size:.5275em!important}}.freelanceplattform__hero .xxl-alt .small.alt,.freelanceplattform__hero .xxl-alt small.alt{font-size:.625em!important;line-height:1.33}.freelanceplattform__hero .xxl-alt .font-secondary{font-style:italic;font-weight:300;letter-spacing:0;text-transform:none}.freelanceplattform__hero .xxl{color:var(--text-color);font-family:Berlingske,serif;font-family:var(--font-secondary),serif;font-size:5.25vw;font-style:italic;font-weight:300;line-height:1.25;margin:0}@media(max-width:991px){.freelanceplattform__hero .xxl{font-size:10vw}}.freelanceplattform__hero .xl{color:var(--text-color);font-family:Aeonik,sans-serif,serif;font-family:var(--font-primary),serif;font-size:2.125vw;font-style:normal;font-weight:400;letter-spacing:.01em;margin:0;text-transform:uppercase}@media(max-width:991px){.freelanceplattform__hero .xl{font-size:20px;font-size:calc(var(--h4-alt-min-font-size)*1px)}}@media screen and (max-width:991px)and (min-width:320px){.freelanceplattform__hero .xl{font-size:calc(19.14286px + .26786vw);font-size:calc(var(--h4-alt-min-font-size)*1px + (var(--h4-alt-max-font-size) - var(--h4-alt-min-font-size))*(100vw - 320px)/2240)}}@media screen and (max-width:991px)and (min-width:2560px){.freelanceplattform__hero .xl{font-size:26px;font-size:calc(var(--h4-alt-max-font-size)*1px)}}@media(max-width:360px){.freelanceplattform__hero .xl{font-size:1.125rem}}.freelanceplattform__hero .xl .font-secondary{font-style:italic;font-weight:300;letter-spacing:-.05em;text-transform:none}.freelanceplattform__hero .lg{color:var(--text-color);font-family:Aeonik,sans-serif;font-family:var(--font-primary),sans-serif;font-size:20px;font-size:calc(var(--h4-alt-min-font-size)*1px);font-style:normal;font-weight:400;line-height:1.25;line-height:var(--h4-alt-line-height);margin:0}@media screen and (min-width:320px){.freelanceplattform__hero .lg{font-size:calc(19.14286px + .26786vw);font-size:calc(var(--h4-alt-min-font-size)*1px + (var(--h4-alt-max-font-size) - var(--h4-alt-min-font-size))*(100vw - 320px)/2240)}}@media screen and (min-width:2560px){.freelanceplattform__hero .lg{font-size:26px;font-size:calc(var(--h4-alt-max-font-size)*1px)}}.freelanceplattform__hero .cta-items{color:var(--text-color);display:-webkit-box;display:-ms-flexbox;display:flex;font-family:Aeonik,sans-serif;font-family:var(--font-primary),sans-serif;font-size:20px;font-size:calc(var(--h4-alt-min-font-size)*1px);font-style:normal;font-weight:400;line-height:1.25;line-height:var(--h4-alt-line-height);-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:.5em}@media screen and (min-width:320px){.freelanceplattform__hero .cta-items{font-size:calc(19.14286px + .26786vw);font-size:calc(var(--h4-alt-min-font-size)*1px + (var(--h4-alt-max-font-size) - var(--h4-alt-min-font-size))*(100vw - 320px)/2240)}}@media screen and (min-width:2560px){.freelanceplattform__hero .cta-items{font-size:26px;font-size:calc(var(--h4-alt-max-font-size)*1px)}}.freelanceplattform__hero .cta-items__item{font-size:.9em}@media(max-width:767px){.freelanceplattform__hero .cta-items{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;margin-left:auto;margin-right:auto;max-width:66vw}}.freelanceplattform__hero .cta-items .button{font-size:.7em;padding:.2em 1.25em}@media(min-width:767px){.freelanceplattform__hero .cta-items .button_mobile{display:none}}.freelanceplattform__hero .cta-items__item{position:relative;white-space:nowrap}.freelanceplattform__hero .cta-items__item span{position:absolute;right:2em;text-align:right}.freelanceplattform__hero .cta-items__item .button{left:3em;margin-top:-.075em;position:absolute}.freelanceplattform__hero .toggle-box{cursor:pointer;position:relative}.freelanceplattform__hero .toggle-box .clients,.freelanceplattform__hero .toggle-box .freelancer{font-style:normal;letter-spacing:0;position:absolute;white-space:nowrap}.freelanceplattform__hero .toggle-box .clients{right:2.75em}@media(max-width:991px){.freelanceplattform__hero .toggle-box .clients{right:4rem}}.freelanceplattform__hero .toggle-box .freelancer{left:2.75em}@media(max-width:991px){.freelanceplattform__hero .toggle-box .freelancer{left:4rem}}.freelanceplattform__hero .toggle-box .switch{font-size:1.25em}@media(max-width:991px){.freelanceplattform__hero .toggle-box .switch{font-size:1.5em}}.freelanceplattform__hero .toggle-box .slider{background-color:transparent!important;border-color:#fff;border-color:var(--color-light-1);border-style:solid!important;border-width:1px!important}.freelanceplattform__hero .toggle-box .slider:before{background-color:#fff;background-color:var(--color-light-1);height:.7em;width:.7em}.freelanceplattform__hero .toggle-box.active .slider{border-color:#000;border-color:var(--color-dark-1)}.freelanceplattform__hero .toggle-box.active .slider:before{background-color:#000;background-color:var(--color-dark-1)}.freelanceplattform__content .h1-alt{font-size:7.22rem;line-height:1}@media(max-width:1650px){.freelanceplattform__content .h1-alt{font-size:6.75rem}}@media(max-width:1520px){.freelanceplattform__content .h1-alt{font-size:6.25rem}}@media(max-width:1450px){.freelanceplattform__content .h1-alt{font-size:5rem}}@media(max-width:1024px){.freelanceplattform__content .h1-alt{font-size:4.11rem}}.freelanceplattform__content .h2-alt{font-size:4.22rem;line-height:1}@media(max-width:1024px){.freelanceplattform__content .h2-alt{font-size:2rem;line-height:1.1}}.freelanceplattform__content .h3-alt{font-size:3.125rem;line-height:1.1;word-wrap:normal}@media(max-width:1600px){.freelanceplattform__content .h3-alt{font-size:2.85rem}}@media(max-width:1024px){.freelanceplattform__content .h3-alt{font-size:1.44rem}}.freelanceplattform__content .h5-alt{font-size:1.175rem;line-height:1.1}@media(max-width:1024px){.freelanceplattform__content .h5-alt{font-size:.9rem}}.freelanceplattform__content .h1-alt .button,.freelanceplattform__content .h2-alt .button,.freelanceplattform__content .h3-alt .button,.freelanceplattform__content .h4-alt .button,.freelanceplattform__content .h5-alt .button,.freelanceplattform__content .h6-alt .button{font-size:.44em;margin:0;padding:.2em 1.25em}.freelanceplattform__content .paragraph,.freelanceplattform__content .paragraph p{font-size:1.5rem;line-height:1.333}@media(max-width:1024px){.freelanceplattform__content .paragraph,.freelanceplattform__content .paragraph p{font-size:1rem}}.freelanceplattform__content .paragraph-small,.freelanceplattform__content .paragraph-small p{font-size:1.33rem;line-height:1.444}@media(max-width:1024px){.freelanceplattform__content .paragraph-small,.freelanceplattform__content .paragraph-small p{font-size:1rem}}.freelanceplattform__content .paragraph-large,.freelanceplattform__content .paragraph-large p{font-size:2.5rem;line-height:1.125}@media(max-width:1024px){.freelanceplattform__content .paragraph-large,.freelanceplattform__content .paragraph-large p{font-size:1.85rem}}.freelanceplattform__content .wide{letter-spacing:.025em}.freelanceplattform__content .wider{letter-spacing:.1em}.freelanceplattform__content .section-content__icon{height:auto;margin:auto auto 0;max-width:100%;width:100%}.freelanceplattform__content .section-content__icon svg{display:block;height:auto;margin-left:auto;margin-right:auto;width:100%}@media(max-width:1024px){.freelanceplattform__content .section-content__icon svg{width:70%}}.freelanceplattform__content_intro .container-fluid,.freelanceplattform__content_intro_subpage .container-fluid{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.freelanceplattform__content_intro .section-content__inner,.freelanceplattform__content_intro_subpage .section-content__inner{padding-bottom:45px!important;padding-bottom:calc(var(--gutter-vertical)*1)!important;padding-top:45px!important;padding-top:calc(var(--gutter-vertical)*1)!important;-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.freelanceplattform__content_intro_text{margin:auto 0;padding-bottom:135px!important;padding-bottom:calc(var(--gutter-vertical)*3)!important;padding-top:135px!important;padding-top:calc(var(--gutter-vertical)*3)!important}.freelanceplattform__content_intro_text .h3-alt{background-color:#fff;background-color:var(--color-light-1);display:inline-block;font-size:4.25rem;line-height:1.1;margin:0;position:relative;z-index:1}@media(max-width:1900px){.freelanceplattform__content_intro_text .h3-alt{font-size:3.85rem}}@media(max-width:1660px){.freelanceplattform__content_intro_text .h3-alt{font-size:3.4rem}}@media(max-width:1500px){.freelanceplattform__content_intro_text .h3-alt{font-size:3.125rem}}@media(max-width:1380px){.freelanceplattform__content_intro_text .h3-alt{font-size:3rem}}@media(max-width:1330px){.freelanceplattform__content_intro_text .h3-alt{font-size:2.75rem}}@media(max-width:1024px){.freelanceplattform__content_intro_text .h3-alt{font-size:1.75rem;max-width:80%}}.freelanceplattform__content_intro_text .h4{font-size:4.25rem;margin:0}@media(max-width:1900px){.freelanceplattform__content_intro_text .h4{font-size:3.85rem}}@media(max-width:1660px){.freelanceplattform__content_intro_text .h4{font-size:3.4rem}}@media(max-width:1500px){.freelanceplattform__content_intro_text .h4{font-size:3.125rem}}@media(max-width:1380px){.freelanceplattform__content_intro_text .h4{font-size:3rem}}@media(max-width:1330px){.freelanceplattform__content_intro_text .h4{font-size:2.75rem}}@media(max-width:1024px){.freelanceplattform__content_intro_text .h4{font-size:1.75rem}}.freelanceplattform__content_intro_text__lines{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;gap:4rem}@media(max-width:1650px){.freelanceplattform__content_intro_text__lines{gap:3.5rem}}@media(max-width:1500px){.freelanceplattform__content_intro_text__lines{font-size:3.125rem}}@media(max-width:1024px){.freelanceplattform__content_intro_text__lines{gap:1.5rem}}.freelanceplattform__content_intro_text__lines_alt .h3-alt{background-color:#f9f9f9;background-color:var(--color-light-2)}.freelanceplattform__content_intro_text__row{position:relative}.freelanceplattform__content_intro_text__row.left{text-align:left}.freelanceplattform__content_intro_text__row.left .h3-alt{padding-right:45px;padding-right:var(--gutter-horizontal)}.freelanceplattform__content_intro_text__row.left .section__headline{left:0;right:auto}.freelanceplattform__content_intro_text__row.right{text-align:right}.freelanceplattform__content_intro_text__row.right .h3-alt{padding-left:45px;padding-left:var(--gutter-horizontal)}.freelanceplattform__content_intro_text__row.right .section__headline{left:auto;right:0}.freelanceplattform__content_intro_text__row.center{text-align:center}.freelanceplattform__content_intro_text__row.center .h3-alt{padding-left:45px;padding-left:var(--gutter-horizontal);padding-right:45px;padding-right:var(--gutter-horizontal)}.freelanceplattform__content_intro_text__row.center .section__headline{left:0;right:0}.freelanceplattform__content_intro_text__row .section__headline{left:0;position:absolute;top:50%;width:calc(100% + 45px);width:calc(100% + var(--gutter-horizontal)*1)}.freelanceplattform__content_intro_subpage_text{margin:auto 0;padding-bottom:67.5px!important;padding-bottom:calc(var(--gutter-vertical)*1.5)!important;padding-top:45px!important;padding-top:calc(var(--gutter-vertical)*1)!important}@media(max-width:991px){.freelanceplattform__content_intro_subpage_text{margin:0 0 auto}}.freelanceplattform__content_intro_subpage .text{position:relative;z-index:5}.freelanceplattform__content_intro_subpage .text_headline .xxl-alt{font-size:8.31275rem;line-height:1;margin:0;white-space:nowrap}@media(max-width:1550px){.freelanceplattform__content_intro_subpage .text_headline .xxl-alt{font-size:7.75rem}}@media(max-width:1350px){.freelanceplattform__content_intro_subpage .text_headline .xxl-alt{font-size:6.125rem}}@media(max-width:1024px){.freelanceplattform__content_intro_subpage .text_headline .xxl-alt{font-size:12.5vw}}@media(min-width:1750px){.freelanceplattform__content_intro_subpage .text_headline{margin-left:2.5vw}}.freelanceplattform__content_intro_subpage .text_headline__bookingtool .xxl-alt{font-size:8.31275rem}@media(max-width:1550px){.freelanceplattform__content_intro_subpage .text_headline__bookingtool .xxl-alt{font-size:8.5rem}}@media(max-width:1350px){.freelanceplattform__content_intro_subpage .text_headline__bookingtool .xxl-alt{font-size:6.85rem}}@media(max-width:1024px){.freelanceplattform__content_intro_subpage .text_headline__bookingtool .xxl-alt{font-size:12.5vw}}@media(min-width:1750px){.freelanceplattform__content_intro_subpage .text_headline__bookingtool{margin-left:5vw}}.freelanceplattform__content_intro_subpage .text_subline{margin-top:15%}.freelanceplattform__content_intro_subpage .text_subline .h4-alt{font-size:1.5rem;line-height:1.333}@media(max-width:1350px){.freelanceplattform__content_intro_subpage .text_subline .h4-alt{font-size:1.33rem}}@media(max-width:1024px){.freelanceplattform__content_intro_subpage .text_subline .h4-alt{font-size:1.125rem}}@media(min-width:1024px){.freelanceplattform__content_intro_subpage .text_subline{margin-left:auto;margin-top:-4rem;max-width:50%}}.freelanceplattform__content_intro_subpage .section-content__icon{margin-bottom:-25%;margin-top:10%;width:33%}@media(max-width:1024px){.freelanceplattform__content_intro_subpage .section-content__icon{margin-bottom:-27.5%;margin-top:12.5%;width:66%}}.freelanceplattform__content_intro_subpage .goodat-icon{margin-left:.0125em;margin-right:.075em}.freelanceplattform__content_overview .h3-alt{margin-bottom:1em}.freelanceplattform__content_overview .text{margin-bottom:-15vw;position:relative;z-index:5}.freelanceplattform__content_overview .text .row{-webkit-box-pack:center;-ms-flex-pack:center;gap:1rem;justify-content:center}@media(min-width:1024px){.freelanceplattform__content_overview .text .row{gap:4rem}}.freelanceplattform__content_overview .goodat-icon{margin-left:.0125em;margin-right:.075em}.freelanceplattform__content_images{padding:5rem;position:relative;width:100%}@media(max-width:1024px){.freelanceplattform__content_images{padding:3.75rem}}.freelanceplattform__content_images .freelancer_item{position:absolute;width:10rem}@media(max-width:1024px){.freelanceplattform__content_images .freelancer_item{width:6rem}}.freelanceplattform__content_images .freelancer_item__inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;gap:.25rem}.freelanceplattform__content_images .freelancer_item__image{background-color:var(--thumbnail-background-color);height:0;overflow:hidden;padding-bottom:100%;position:relative}.freelanceplattform__content_images .freelancer_item__image img{height:100%;left:0;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;width:100%}.freelanceplattform__content_images .freelancer_item__name{font-size:.75rem;line-height:1.1;text-align:left}.freelanceplattform__content_images .freelancer_item_first .freelancer_item{left:10%;top:7.5%}.freelanceplattform__content_images .freelancer_item_second .freelancer_item{bottom:0;right:10%}.freelanceplattform__content_images .freelancer_item_second .freelancer_item__name{text-align:right}.freelanceplattform__content_images .freelancer_item_third .freelancer_item{bottom:5%;left:10%}.freelanceplattform__content_images .freelancer_item_third .freelancer_item__name{text-align:left}.freelanceplattform__content_images__image{border-radius:.17294rem;-webkit-box-shadow:5.534px 5.534px 11.068px 0 rgba(0,0,0,.15);box-shadow:5.534px 5.534px 11.068px 0 rgba(0,0,0,.15);left:0;position:absolute;top:0;z-index:5}.freelanceplattform__content_images__image_first{border-radius:.3125rem;-webkit-box-shadow:10px 10px 30px 0 rgba(0,0,0,.15);box-shadow:10px 10px 30px 0 rgba(0,0,0,.15);left:auto;position:relative;top:auto;width:70%;z-index:1}@media(max-width:1024px){.freelanceplattform__content_images__image_first{width:85%}}.freelanceplattform__content_images__image_second{left:auto;right:0;width:50%}.freelanceplattform__content_images__image_rotate{bottom:0;position:absolute;right:7.5%;width:28.5%;z-index:0}@media(max-width:1024px){.freelanceplattform__content_images__image_rotate{width:33%}}.freelanceplattform__content_images__image_rotate svg{display:block;height:auto;width:100%}.freelanceplattform__content_images__image_rotate_alt{bottom:5%;left:15%;z-index:-1}.freelanceplattform__content_images__light .freelancer_item__name{color:#fff;color:var(--color-light-1)}.freelanceplattform__content_images__alt .freelancer_item_first .freelancer_item{left:7.5%;top:5%;z-index:10}.freelanceplattform__content_images__alt_2 .freelancer_item_first .freelancer_item{left:15%;top:2.5%}.freelanceplattform__content_images__alt_2 .freelancer_item_second .freelancer_item{bottom:auto;top:0}.freelanceplattform__content_images__alt_2 .freelancer_item_third .freelancer_item{bottom:5%;left:17.5%}.freelanceplattform__content_images__alt_2 .freelancer_item_third .freelancer_item__name{text-align:right}.freelanceplattform__content_images__circle .circle_wrapper{padding-bottom:100%;position:relative;width:100%;--dot-size:2rem;--size:60%;--size-gap:5rem}.freelanceplattform__content_images__circle .circle_wrapper .circle{border:1px solid #fff;border:1px solid var(--color-light-1);border-radius:9999rem;left:50%;position:absolute;top:50%}.freelanceplattform__content_images__circle .circle_wrapper.dark .circle{border:1px solid #000;border:1px solid var(--color-dark-1)}.freelanceplattform__content_images__circle .circle_wrapper .circle_first{background:#fff;background:var(--color-light-1);height:var(--dot-size);width:var(--dot-size)}.freelanceplattform__content_images__circle .circle_wrapper.dark .circle_first{background:#000;background:var(--color-dark-1)}.freelanceplattform__content_images__circle .circle_wrapper .circle_img{background:transparent!important;border:0!important;height:calc(var(--dot-size)*3);width:calc(var(--dot-size)*3)}.freelanceplattform__content_images__circle .circle_wrapper .circle_second{height:calc(var(--size) + var(--size-gap)*0);width:calc(var(--size) + var(--size-gap)*0)}.freelanceplattform__content_images__circle .circle_wrapper .circle_third{height:calc(var(--size) + var(--size-gap)*1);width:calc(var(--size) + var(--size-gap)*1)}.freelanceplattform__content_images__circle .circle_wrapper .circle_fourth{height:calc(var(--size) + var(--size-gap)*2);width:calc(var(--size) + var(--size-gap)*2)}.freelanceplattform__content_images__circle_dark .circle{border:1px solid #000;border:1px solid var(--color-dark-1)}.freelanceplattform__content_images__circle_dark .circle_first{background:#000;background:var(--color-dark-1)}.freelanceplattform__content_images__circle_dark .circle_img{border:0}.freelanceplattform__content_images__circle .freelancer_item_first .freelancer_item{left:15%;top:2.5%}@media(min-width:1024px){.freelanceplattform__content_images__circle .freelancer_item_first .freelancer_item{width:8.75rem}}.freelanceplattform__content_images__circle .freelancer_item_second .freelancer_item{bottom:auto;top:0}@media(min-width:1024px){.freelanceplattform__content_images__circle .freelancer_item_second .freelancer_item{width:7.5rem}}.freelanceplattform__content_images__circle .freelancer_item_third .freelancer_item{bottom:5%;left:17.5%;z-index:10}.freelanceplattform__content_images__circle .freelancer_item_third .freelancer_item__name{text-align:right}.freelanceplattform__content_images__circle .freelancer_item_fourth .freelancer_item{bottom:6.66%;right:2.5%;z-index:10}@media(min-width:1024px){.freelanceplattform__content_images__circle .freelancer_item_fourth .freelancer_item{width:8rem}}.freelanceplattform__content_images__circle .freelancer_item_fourth .freelancer_item__name{text-align:right}.freelanceplattform__content .goodat__scroll_text{--gap:1.5rem;--text-gap:1rem;--font-size:1.375rem;--border-width:1px;border-bottom:1px solid #000;border-bottom:var(--border-width) solid var(--color-dark-1);border-top:1px solid #000;border-top:var(--border-width) solid var(--color-dark-1);justify-self:flex-start!important;padding:1.5rem 0;padding:var(--gap) 0;--text-color:var(--color-dark-1)}@media(max-width:1024px){.freelanceplattform__content .goodat__scroll_text{--gap:1rem;--text-gap:1rem;--font-size:1rem;--border-width:1px}}.freelanceplattform__content .goodat__scroll_text_nostyle{border:none}.freelanceplattform__content .goodat__scroll_text__light{--text-color:var(--color-light-1);border-bottom:var(--border-width) solid var(--color-light-1);border-top:var(--border-width) solid var(--color-light-1)}.freelanceplattform__content .goodat__scroll_text .h3-alt,.freelanceplattform__content .goodat__scroll_text .h4{font-size:var(--font-size)}.freelanceplattform__content .goodat__scroll_text .scroll-items{gap:var(--gap);padding-right:calc(var(--text-gap)*5)}.freelanceplattform__content .goodat__scroll_text .scroll-items,.freelanceplattform__content .goodat__scroll_text .text,.freelanceplattform__content .goodat__scroll_text .text-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.freelanceplattform__content .goodat__scroll_text .text,.freelanceplattform__content .goodat__scroll_text .text-item{gap:calc(var(--text-gap)*5);white-space:nowrap}.freelanceplattform__content .goodat__scroll_text .text .h2,.freelanceplattform__content .goodat__scroll_text .text .h2-alt,.freelanceplattform__content .goodat__scroll_text .text .h3,.freelanceplattform__content .goodat__scroll_text .text .h3-alt,.freelanceplattform__content .goodat__scroll_text .text .h4,.freelanceplattform__content .goodat__scroll_text .text .h4-alt,.freelanceplattform__content .goodat__scroll_text .text .h5,.freelanceplattform__content .goodat__scroll_text .text .h5-alt,.freelanceplattform__content .goodat__scroll_text .text-item .h2,.freelanceplattform__content .goodat__scroll_text .text-item .h2-alt,.freelanceplattform__content .goodat__scroll_text .text-item .h3,.freelanceplattform__content .goodat__scroll_text .text-item .h3-alt,.freelanceplattform__content .goodat__scroll_text .text-item .h4,.freelanceplattform__content .goodat__scroll_text .text-item .h4-alt,.freelanceplattform__content .goodat__scroll_text .text-item .h5,.freelanceplattform__content .goodat__scroll_text .text-item .h5-alt{color:var(--text-color)}.freelanceplattform__content .goodat__scroll_text .text-item{gap:calc(var(--text-gap)*1)}.freelanceplattform__content .goodat__scroll_text .display-inline-block{display:inline-block}.freelanceplattform [data-goodat-freelanceplattform]{display:none}.freelanceplattform.clients [data-goodat-freelanceplattform=clients]{display:block}.freelanceplattform.clients .xxl-alt .goodat-icon{-webkit-filter:invert(1);filter:invert(1)}.freelanceplattform.freelancer{--text-color:var(--color-dark-1);--background-color:var(--color-light-1)}.freelanceplattform.freelancer [data-goodat-freelanceplattform=freelancer]{display:block}.freelancer-new-cards-wrapper{padding-bottom:10vw;padding-top:10vw}.freelancer-new-cards-wrapper__negative{position:relative}.freelancer-new-cards-wrapper__negative:after{background-color:#fff;background-color:var(--color-light-1);bottom:0;content:"";display:block;height:50%;left:0;position:absolute;right:0;width:100%;z-index:0}.freelancer-new-cards{margin-left:-15%;margin-right:-15%;position:relative;-webkit-transform:rotate(353deg);transform:rotate(353deg);z-index:2;--label-size-max:var( --h5-max-font-size );--label-size-min:var( --h5-min-font-size );--subline-size:0.85rem;--thumbnail-ratio:1.33;--thumbnail-background-color:var(--color-dark-3);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:0}@media screen and (max-width:1600px){.freelancer-new-cards{--subline-size:0.75rem}}@media screen and (max-width:991px){.freelancer-new-cards{--grid-gap:var( --gutter-horizontal );--grid-template:minmax(0,1fr) minmax(0,1fr);--grid-inner-spacing:var( --gutter-horizontal );--subline-size:0.8rem}}.freelancer-new-cards__row{-webkit-box-orient:horizontal;-ms-flex-direction:row;flex-direction:row;gap:0}.freelancer-new-cards .freelancer-card,.freelancer-new-cards__row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-direction:normal}.freelancer-new-cards .freelancer-card{-webkit-box-orient:vertical;-ms-flex-direction:column;flex-direction:column;max-width:100%;padding:0;width:100%}@media screen and (max-width:1024px){.freelancer-new-cards .freelancer-card:nth-child(n+4){display:none!important}}.freelancer-new-cards .freelancer-card__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;min-height:100%;position:relative}.freelancer-new-cards .freelancer-card__thumbnail{background-color:#a5a6a6;background-color:var(--color-light-3);background-color:var(--thumbnail-background-color);display:block;height:0;overflow:hidden;padding-bottom:calc(100%/var(--thumbnail-ratio));position:relative}.freelancer-new-cards .freelancer-card__thumbnail img{height:100%;left:0;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;width:100%}.freelancer-new-cards .freelancer-card__title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;bottom:0;justify-content:flex-start;left:0;position:absolute}.freelancer-new-cards .freelancer-card__title_label{border:1px solid #fff;border:1px solid var(--color-light-1);border-radius:999em;color:#fff;color:var(--paragraph-color-light);font-size:1rem;font-weight:400;line-height:1.1;margin:.75em 1em;padding:.5em 1em}@media screen and (max-width:1024px){.freelancer-new-cards .freelancer-card__title_label{font-size:.66rem}}.social{list-style-type:none;margin:0;padding:0}.social__item{display:inline-block;-webkit-transition:none;transition:none}.social__item a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;color:#fff!important;color:var(--color-light-1)!important;font-size:22.5px;height:22.5px;justify-content:flex-start;margin-right:1rem;width:22.5px}.social__item a:hover{color:#a5a6a6!important;color:var(--color-light-3)!important}.social__item:last-child a{margin-right:0}.social__header .social__item a{font-size:22.5px;height:22.5px;width:22.5px}.social a .fa:before{display:inline-block;font-size:1em;height:1em;line-height:1;vertical-align:0;width:1em}.footer .social a .fa:before{height:.85em;width:.85em}.fa-instagram:before{content:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbDpzcGFjZT0icHJlc2VydmUiIHZpZXdCb3g9IjAgMCA1Ni43IDU2LjciPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0yOC4yIDE2LjdjLTcgMC0xMi44IDUuNy0xMi44IDEyLjhzNS43IDEyLjggMTIuOCAxMi44UzQxIDM2LjUgNDEgMjkuNXMtNS44LTEyLjgtMTIuOC0xMi44bTAgMjFjLTQuNSAwLTguMi0zLjctOC4yLTguMnMzLjctOC4yIDguMi04LjIgOC4yIDMuNyA4LjIgOC4yLTMuNyA4LjItOC4yIDguMiIgY2xhc3M9ImZpbGwtMDAwMDAwIi8+PGNpcmNsZSBjeD0iNDEuNSIgY3k9IjE2LjQiIHI9IjIuOSIgZmlsbD0iI2ZmZiIgY2xhc3M9ImZpbGwtMDAwMDAwIi8+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTQ5IDguOWMtMi42LTIuNy02LjMtNC4xLTEwLjUtNC4xSDE3LjljLTguNyAwLTE0LjUgNS44LTE0LjUgMTQuNXYyMC41YzAgNC4zIDEuNCA4IDQuMiAxMC43IDIuNyAyLjYgNi4zIDMuOSAxMC40IDMuOWgyMC40YzQuMyAwIDcuOS0xLjQgMTAuNS0zLjkgMi43LTIuNiA0LjEtNi4zIDQuMS0xMC42VjE5LjNjMC00LjItMS40LTcuOC00LTEwLjRtLS40IDMxYzAgMy4xLTEuMSA1LjYtMi45IDcuM3MtNC4zIDIuNi03LjMgMi42SDE4Yy0zIDAtNS41LS45LTcuMy0yLjZDOC45IDQ1LjQgOCA0Mi45IDggMzkuOFYxOS4zYzAtMyAuOS01LjUgMi43LTcuMyAxLjctMS43IDQuMy0yLjYgNy4zLTIuNmgyMC42YzMgMCA1LjUuOSA3LjMgMi43IDEuNyAxLjggMi43IDQuMyAyLjcgNy4yeiIgY2xhc3M9ImZpbGwtMDAwMDAwIi8+PC9zdmc+)}.fa-linkedin:before{content:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbDpzcGFjZT0icHJlc2VydmUiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIj48cGF0aCBmaWxsPSIjZmZmIiBkPSJNNTEuMzI2IDE4NS44NWg5MC4wMTF2MjcwLjg3Mkg1MS4zMjZ6TTk2LjkzNCA1NS4yNzhDNjYuMTI3IDU1LjI3OCA0NiA3NS41MDMgNDYgMTAyLjA0OWMwIDI2IDE5LjUzOCA0Ni44MTMgNDkuNzU2IDQ2LjgxM2guNTc0YzMxLjM5NiAwIDUwLjk0OC0yMC44MTQgNTAuOTQ4LTQ2LjgxMy0uNTg5LTI2LjU0Ni0xOS41NTEtNDYuNzcxLTUwLjM0NC00Ni43NzFtMjY1LjQwNSAxMjQuMjA5Yy00Ny43NzkgMC02OS4xODQgMjYuMjgtODEuMTI1IDQ0LjcxVjE4NS44NWgtOTAuMDM4YzEuMTkyIDI1LjQxMSAwIDI3MC44NzIgMCAyNzAuODcyaDkwLjAzOFYzMDUuNDQ4YzAtOC4xMDIuNTg5LTE2LjE3NCAyLjk1OC0yMS45NzggNi41MTktMTYuMTc0IDIxLjMzMy0zMi45MjMgNDYuMTgyLTMyLjkyMyAzMi42MDIgMCA0NS42MjIgMjQuODUxIDQ1LjYyMiA2MS4yNDh2MTQ0LjkyNkg0NjZWMzAxLjM5OGMwLTgzLjE5OS00NC40MDItMTIxLjkxMS0xMDMuNjYxLTEyMS45MTEiIGNsYXNzPSJmaWxsLTAwMDAwMCIvPjwvc3ZnPg==)}.spinner{-webkit-animation:rotator 1.2s ease-in-out infinite;animation:rotator 1.2s ease-in-out infinite;bottom:45px;bottom:calc(var(--fix-bar-vh, 30px) + 15px);height:30px;opacity:0;position:fixed;right:45px;right:var(--gutter-horizontal);visibility:hidden;width:30px;z-index:10000}@-webkit-keyframes rotator{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(270deg);transform:rotate(270deg)}}@keyframes rotator{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(270deg);transform:rotate(270deg)}}.spinner__path{stroke:#2b2c2c;stroke:var(--color-gray-1);stroke-dasharray:202;stroke-dashoffset:0;-webkit-animation:dash 1.2s ease-in-out infinite;animation:dash 1.2s ease-in-out infinite;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes dash{0%{stroke-dashoffset:202;-webkit-transform:rotate(0deg);transform:rotate(0deg)}50%{stroke-dashoffset:50.5;-webkit-transform:rotate(135deg);transform:rotate(135deg)}to{stroke-dashoffset:202;-webkit-transform:rotate(450deg);transform:rotate(450deg)}}@keyframes dash{0%{stroke-dashoffset:202;-webkit-transform:rotate(0deg);transform:rotate(0deg)}50%{stroke-dashoffset:50.5;-webkit-transform:rotate(135deg);transform:rotate(135deg)}to{stroke-dashoffset:202;-webkit-transform:rotate(450deg);transform:rotate(450deg)}}.svg-rectangle{fill:#fff}.svg-rectangle__normal{visibility:hidden}.bottom-menu-icon svg,.menu-icon svg{max-width:15px}@media screen and (max-width:767px){.bottom-menu-icon svg,.menu-icon svg{max-width:13px}}.content-icon.circle,.content-icon.plus{max-width:15px}@media screen and (max-width:767px){.content-icon.circle,.content-icon.plus{max-width:13px}}[data-goodat-theme-text=light]{color:#fff}[data-goodat-theme-text=light] .xxxl{color:#fff;color:var(--xxxl-color-light)}[data-goodat-theme-text=light] .xxl{color:#fff;color:var(--xxl-color-light)}[data-goodat-theme-text=light] .xl{color:#fff;color:var(--xl-color-light)}[data-goodat-theme-text=light] .md{color:#fff;color:var(--md-color-light)}[data-goodat-theme-text=light] .h1,[data-goodat-theme-text=light] .h1v,[data-goodat-theme-text=light] h1{color:#fff;color:var(--h1-color-light)}[data-goodat-theme-text=light] .h2,[data-goodat-theme-text=light] h2{color:#fff;color:var(--h2-color-light)}[data-goodat-theme-text=light] .h3,[data-goodat-theme-text=light] h3{color:#fff;color:var(--h3-color-light)}[data-goodat-theme-text=light] .h3-sm{color:#fff;color:var(--h3-sm-color-light)}[data-goodat-theme-text=light] .h4,[data-goodat-theme-text=light] h4{color:#fff;color:var(--h4-color-light)}[data-goodat-theme-text=light] .h5,[data-goodat-theme-text=light] h5{color:#fff;color:var(--h5-color-light)}[data-goodat-theme-text=light] .h6,[data-goodat-theme-text=light] h6{color:#fff;color:var(--h6-color-light)}[data-goodat-theme-text=light] .xxxl-alt{color:#fff;color:var(--xxxl-alt-color-light)}[data-goodat-theme-text=light] .xxl-alt{color:#fff;color:var(--xxl-alt-color-light)}[data-goodat-theme-text=light] .xl-alt{color:#fff;color:var(--xl-alt-color-light)}[data-goodat-theme-text=light] .h1-alt{color:#fff;color:var(--h1-alt-color-light)}[data-goodat-theme-text=light] .h2-alt{color:#fff;color:var(--h2-alt-color-light)}[data-goodat-theme-text=light] .h3-alt{color:#fff;color:var(--h3-alt-color-light)}[data-goodat-theme-text=light] .h4-alt{color:#fff;color:var(--h4-alt-color-light)}[data-goodat-theme-text=light] .h5-alt{color:#fff;color:var(--h5-alt-color-light)}[data-goodat-theme-text=light] .h6-alt{color:#fff;color:var(--h6-alt-color-light)}[data-goodat-theme-text=light] .paragraph,[data-goodat-theme-text=light] p{color:#fff;color:var(--paragraph-color-light)}[data-goodat-theme-text=light] .lead-small-text,[data-goodat-theme-text=light] .lead-text{color:#fff;color:var(--lead-color-light)}[data-goodat-theme-text=light] .lead-large-text{color:#fff;color:var(--lead-large-color-light)}[data-goodat-theme-text=light] .blockquote,[data-goodat-theme-text=light] .blockquote cite,[data-goodat-theme-text=light] .blockquote p,[data-goodat-theme-text=light] blockquote,[data-goodat-theme-text=light] blockquote cite,[data-goodat-theme-text=light] blockquote p{color:#fff;color:var(--blockquote-color-light)}[data-goodat-theme-text=light] .drop-cap:first-letter,[data-goodat-theme-text=light] .has-drop-cap:not(:focus):not(.has-drop-cap_split):first-letter,[data-goodat-theme-text=light] .split-text:not(.js-split-text) .has-drop-cap>div:first-child{color:#fff;color:var(--dropcap-color-light)}[data-goodat-theme-text=light] .post__tags{border-color:#2b2c2c;border-color:var(--color-gray-1)}[data-goodat-theme-text=light] .input-float__input_focused,[data-goodat-theme-text=light] .tagcloud a:hover,[data-goodat-theme-text=light] .widget .tagcloud a:hover{border-color:#fff}[data-goodat-theme-text=light] .input-float__input_focused input-float__label{color:#fff}[data-goodat-theme-text=light] a{color:#2b2c2c;color:var(--color-gray-1)}[data-goodat-theme-text=light] a:hover{color:#fff}[data-goodat-theme-text=light] a.content-link,[data-goodat-theme-text=light] a.content-link-reverse{color:#fff;color:var(--color-light-1)}[data-goodat-theme-text=light] a.content-link-reverse:hover [data-goodat-theme-text=light] a.content-link-reverse:hover,[data-goodat-theme-text=light] a.content-link-reverse:hover [data-goodat-theme-text=light] a.content-link:hover,[data-goodat-theme-text=light] a.content-link:hover [data-goodat-theme-text=light] a.content-link-reverse:hover,[data-goodat-theme-text=light] a.content-link:hover [data-goodat-theme-text=light] a.content-link:hover,[data-goodat-theme-text=light] a.hover-zoom:hover .hover-zoom__caption{color:#fff}[data-goodat-theme-text=light] .change-text-hover__line{background-color:#2b2c2c;background-color:var(--color-gray-1)}[data-goodat-theme-text=light] .change-text-hover__normal{color:#2b2c2c;color:var(--color-gray-1)}[data-goodat-theme-text=light] .change-text-hover__hover{color:#fff}[data-goodat-theme-text=light] .arrow:hover .arrow__pointer{background-color:#fff}[data-goodat-theme-text=light] .arrow:hover .circle{stroke:#fff}[data-goodat-theme-text=light] .arrow:hover .arrow__triangle{border-color:transparent transparent transparent #fff}[data-goodat-theme-text=light] .circle-button__inner .svg-circle{border:1px solid hsla(0,0%,100%,.3)}[data-goodat-theme-text=light] .circle-button__inner .circle-button__icon{fill:#fff}[data-goodat-theme-text=light] .circle-button__circle:hover .svg-circle{border-color:#fff}[data-goodat-theme-text=light] .section-nav-projects__link{color:#fff}[data-goodat-theme-text=light] .section-nav-projects__link:hover{color:#b7b9b9!important;color:var(--color-gray-2)!important;opacity:1!important}[data-goodat-theme-text=light] .figure-icon__wrapper-icon:hover{border-color:#fff}.notify{--notify-error:var( --color-error );--notify-error-progress:var( --color-error );--notify-success:var( --color-success );--notify-success-progress:var( --color-success );--notify-warning:#f2c94c;--notify-warning-progress:#f2c94c;--notify-info:#51cdf3;--notify-info-progress:#51cdf3;--notify-gray:var( --color-dark-2 );--notify-gray-2:var( --color-gray-2 );--notify-gray-3:var( --color-light-2 );--notify-white:var( --color-light-1 );--notify-white-2:hsla(0,0%,100%,.8);--notify-padding:0.5rem 0.75rem;--notify-icon-size:32px;--notify-close-icon-size:16px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:6px;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;font-family:Aeonik,sans-serif;font-family:var(--font-primary);font-weight:400;overflow:hidden;padding:.5rem .75rem;padding:var(--notify-padding);position:relative;-webkit-text-decoration:none;text-decoration:none;-webkit-transition-timing-function:ease;transition-timing-function:ease;width:100%}.notify.notify-autoclose{--progress-height:0px;padding-bottom:.5rem}.notify__text{font-size:.875rem;font-weight:400;line-height:1.5em}.notify--type-3 .notify__text{color:#000;color:var(--color-dark-1)}.goodat-icon{background-position:50%;background-repeat:no-repeat;background-size:contain;display:inline-block;height:.75em;margin-bottom:-.025em;margin-left:.025em;margin-right:.025em;vertical-align:baseline;width:.75em}.goodat-icon,.goodat-icon.icon-1,.goodat-icon[data-icon=icon-1]{background-image:url('data:image/svg+xml;utf8,<svg width="162" height="162" viewBox="0 0 162 162" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M80.75 0C36.22 0 0 36.22 0 80.75C0 125.28 36.22 161.5 80.75 161.5C125.28 161.5 161.5 125.28 161.5 80.75C161.5 36.22 125.28 0 80.75 0ZM80.75 144C45.87 144 17.5 115.63 17.5 80.75C17.5 45.87 45.87 17.5 80.75 17.5C115.63 17.5 144 45.87 144 80.75C144 115.63 115.63 144 80.75 144Z" fill="black"/><path d="M80.7496 34.5601L34.5596 80.7501L80.7496 126.94L126.94 80.7501L80.7496 34.5601ZM59.3096 80.7501L80.7496 59.3101L102.19 80.7501L80.7496 102.19L59.3096 80.7501Z" fill="black"/></svg>')}.goodat-icon.icon-2,.goodat-icon[data-icon=icon-2]{background-image:url('data:image/svg+xml;utf8,<svg width="171" height="171" viewBox="0 0 171 171" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M85.37 170.73L60.55 145.29L25.01 145.73L25.45 110.19L0 85.37L25.45 60.55L25.01 25.01L60.55 25.45L85.37 0L110.19 25.44L145.73 25L145.29 60.54L170.74 85.36L145.29 110.18L145.73 145.72L110.19 145.28L85.37 170.72V170.73ZM67.84 127.69L85.37 145.66L102.9 127.69L128.01 128L127.7 102.89L145.67 85.36L127.7 67.83L128.01 42.72L102.9 43.03L85.37 25.06L67.84 43.03L42.73 42.72L43.04 67.83L25.07 85.36L43.04 102.89L42.73 128L67.84 127.69Z" fill="black"/></svg>')}.goodat-icon.icon-3,.goodat-icon[data-icon=icon-3]{background-image:url('data:image/svg+xml;utf8,<svg width="160" height="160" viewBox="0 0 160 160" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M136.38 23.4L79.89 0L23.4 23.4L0 79.89L23.4 136.38L79.89 159.78L136.38 136.38L159.78 79.89L136.38 23.4ZM114.24 33.17L79.89 67.52L45.54 33.17L79.89 18.94L114.24 33.17ZM18.94 79.89L33.17 45.54L67.52 79.89L33.17 114.24L18.94 79.89ZM45.54 126.61L79.89 92.26L114.24 126.61L79.89 140.84L45.54 126.61ZM126.61 114.24L92.26 79.89L126.61 45.54L140.84 79.89L126.61 114.24Z" fill="black"/></svg>')}.goodat-icon.icon-4,.goodat-icon[data-icon=icon-4]{background-image:url('data:image/svg+xml;utf8,<svg width="161" height="161" viewBox="0 0 161 161" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M160.24 71.37H101.25L142.96 29.65L130.59 17.28L88.87 59V0H71.37V59L29.65 17.28L17.28 29.65L59 71.37H0V88.87H59L17.28 130.59L29.65 142.96L71.37 101.25V160.24H88.87V101.25L130.59 142.96L142.96 130.59L101.25 88.87H160.24V71.37Z" fill="black"/></svg>')}.goodat-icon.icon-5,.goodat-icon[data-icon=icon-5]{background-image:url('data:image/svg+xml;utf8,<svg width="162" height="162" viewBox="0 0 162 162" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M80.75 0C36.22 0 0 36.22 0 80.75C0 125.28 36.22 161.5 80.75 161.5C125.28 161.5 161.5 125.28 161.5 80.75C161.5 36.22 125.28 0 80.75 0ZM80.75 144C45.87 144 17.5 115.63 17.5 80.75C17.5 45.87 45.87 17.5 80.75 17.5C115.63 17.5 144 45.87 144 80.75C144 115.63 115.63 144 80.75 144Z" fill="black"/><path d="M80.7496 39.31C57.8996 39.31 39.3096 57.9 39.3096 80.75C39.3096 103.6 57.8996 122.19 80.7496 122.19C103.6 122.19 122.19 103.6 122.19 80.75C122.19 57.9 103.6 39.31 80.7496 39.31ZM80.7496 104.7C67.5496 104.7 56.8096 93.96 56.8096 80.76C56.8096 67.56 67.5496 56.82 80.7496 56.82C93.9496 56.82 104.69 67.56 104.69 80.76C104.69 93.96 93.9496 104.7 80.7496 104.7Z" fill="black"/></svg>')}.goodat-icon.icon-6,.goodat-icon[data-icon=icon-6]{background-image:url('data:image/svg+xml;utf8,<svg width="162" height="162" viewBox="0 0 162 162" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M80.75 0C36.22 0 0 36.22 0 80.75C0 125.28 36.22 161.5 80.75 161.5C125.28 161.5 161.5 125.28 161.5 80.75C161.5 36.22 125.28 0 80.75 0ZM140.97 61.43L61.43 140.97C55 138.9 49.03 135.83 43.68 131.95L131.95 43.68C135.83 49.03 138.9 55.01 140.97 61.43ZM80.75 17.5C81.11 17.5 81.47 17.52 81.83 17.53L17.53 81.83C17.53 81.47 17.5 81.11 17.5 80.75C17.5 45.87 45.87 17.5 80.75 17.5ZM21.43 102.68L102.68 21.43C108.92 23.74 114.68 27.02 119.82 31.07L31.06 119.82C27.01 114.69 23.73 108.92 21.42 102.68H21.43ZM83.22 143.93L143.94 83.21C142.67 116.13 116.14 142.66 83.22 143.93Z" fill="black"/></svg>')}.goodat-icon.icon-7,.goodat-icon[data-icon=icon-7]{background-image:url('data:image/svg+xml;utf8,<svg width="168" height="168" viewBox="0 0 168 168" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M83.56 167.12L65.34 151.58L41.79 155.93L33.78 133.36L11.21 125.35L15.56 101.79L0 83.56L15.54 65.34L11.19 41.79L33.76 33.78L41.77 11.21L65.32 15.56L83.56 0L101.78 15.54L125.33 11.19L133.34 33.76L155.91 41.77L151.56 65.33L167.1 83.55L151.56 101.77L155.91 125.33L133.34 133.34L125.33 155.91L101.78 151.56L83.56 167.1V167.12ZM70.35 132.85L83.56 144.12L96.77 132.85L113.84 136L119.65 119.64L136.01 113.83L132.86 96.76L144.13 83.55L132.86 70.34L136.01 53.27L119.65 47.46L113.84 31.1L96.77 34.25L83.56 22.98L70.35 34.25L53.28 31.1L47.47 47.46L31.11 53.27L34.26 70.34L22.99 83.55L34.26 96.76L31.11 113.83L47.47 119.64L53.28 136L70.35 132.85Z" fill="black"/></svg>')}.goodat-icon.icon-8,.goodat-icon[data-icon=icon-8]{background-image:url('data:image/svg+xml;utf8,<svg width="162" height="162" viewBox="0 0 162 162" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M48.0898 113.41H113.41V48.09H48.0898V113.41ZM65.5898 65.59H95.9098V95.91H65.5898V65.59Z" fill="black"/><path d="M114.2 0H47.3L0 47.3V114.2L47.3 161.5H114.2L161.5 114.2V47.3L114.2 0ZM144 106.95L106.95 144H54.55L17.5 106.95V54.55L54.55 17.5H106.95L144 54.55V106.95Z" fill="black"/></svg>')}.goodat-icon.icon-9,.goodat-icon[data-icon=icon-9]{background-image:url('data:image/svg+xml;utf8,<svg width="168" height="168" viewBox="0 0 168 168" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M167.12 83.56L151.58 65.34L155.93 41.79L133.36 33.78L125.35 11.21L101.8 15.56L83.56 0L65.34 15.54L41.79 11.19L33.78 33.76L11.21 41.77L15.56 65.33L0 83.56L15.54 101.78L11.19 125.34L33.76 133.35L41.77 155.92L65.32 151.57L83.54 167.11L101.76 151.57L125.31 155.92L133.32 133.35L155.89 125.34L151.54 101.78L167.08 83.56H167.12ZM136 113.84L119.64 119.65L113.83 136.01L96.76 132.86L83.55 144.13L70.34 132.86L53.27 136.01L47.46 119.65L31.1 113.84L34.25 96.77L22.98 83.56L34.25 70.35L31.1 53.28L47.46 47.47L53.27 31.11L70.34 34.26L83.55 22.99L96.76 34.26L113.83 31.11L119.64 47.47L136 53.28L132.85 70.35L144.12 83.56L132.85 96.77L136 113.84Z" fill="black"/><path d="M117.39 73.39H49.7197V90.89H117.39V73.39Z" fill="black"/></svg>')}.goodat-icon.icon-10,.goodat-icon[data-icon=icon-10]{background-image:url('data:image/svg+xml;utf8,<svg width="161" height="161" viewBox="0 0 161 161" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M160.24 71.37H112.78L153.88 47.64L145.13 32.48L104.03 56.21L127.76 15.11L112.6 6.36L88.87 47.47V0H71.37V47.46L47.64 6.36L32.48 15.11L56.21 56.21L15.11 32.48L6.36 47.64L47.47 71.37H0V88.87H47.46L6.36 112.6L15.11 127.76L56.21 104.03L32.48 145.13L47.64 153.88L71.37 112.78V160.24H88.87V112.78L112.6 153.88L127.76 145.13L104.03 104.03L145.13 127.76L153.88 112.6L112.78 88.87H160.24V71.37Z" fill="black"/></svg>')}.goodat-icon.icon-11,.goodat-icon[data-icon=icon-11]{background-image:url('data:image/svg+xml;utf8,<svg width="168" height="168" viewBox="0 0 168 168" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M167.12 83.56L151.58 65.34L155.93 41.79L133.36 33.78L125.35 11.2L101.79 15.55L83.56 0L65.34 15.54L41.79 11.19L33.78 33.77L11.21 41.78L15.56 65.33L0 83.56L15.54 101.78L11.19 125.33L33.76 133.34L41.77 155.91L65.32 151.56L83.54 167.1L101.76 151.56L125.31 155.91L133.32 133.34L155.89 125.33L151.54 101.78L167.08 83.56H167.12ZM136 113.84L119.64 119.65L113.83 136.01L96.76 132.86L83.55 144.13L70.34 132.86L53.27 136.01L47.46 119.65L31.1 113.84L34.25 96.77L22.98 83.56L34.25 70.35L31.1 53.28L47.46 47.47L53.27 31.11L70.34 34.26L83.55 22.99L96.76 34.26L113.83 31.11L119.64 47.47L136 53.28L132.85 70.35L144.12 83.56L132.85 96.77L136 113.84Z" fill="black"/><path d="M101.28 53.45L83.5504 71.18L65.8104 53.45L53.4404 65.82L71.1704 83.56L53.4404 101.29L65.8104 113.67L83.5504 95.93L101.28 113.67L113.66 101.29L95.9204 83.56L113.66 65.82L101.28 53.45Z" fill="black"/></svg>')}.goodat-icon.icon-12,.goodat-icon[data-icon=icon-12]{background-image:url('data:image/svg+xml;utf8,<svg width="162" height="162" viewBox="0 0 162 162" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M161.42 59.08L141.69 45.5L139.8 21.62L115.92 19.72L102.34 0L80.71 10.3L59.08 0L45.5 19.73L21.62 21.63L19.72 45.51L0 59.08L10.3 80.71L0 102.34L19.73 115.92L21.63 139.8L45.51 141.69L59.09 161.42L80.72 151.12L102.35 161.42L115.93 141.69L139.81 139.8L141.7 115.92L161.43 102.34L151.13 80.71L161.43 59.08H161.42ZM106.22 36.51L123.53 37.88L124.9 55.18L139.2 65.02L135.68 72.42H89.99V25.26L96.38 22.22L106.22 36.52V36.51ZM36.51 55.19L37.88 37.89L55.18 36.52L65.02 22.22L72.48 25.77V72.44H25.74L22.22 65.04L36.52 55.2L36.51 55.19ZM55.19 124.9L37.89 123.53L36.52 106.22L22.22 96.38L25.29 89.93H72.5V135.65L65.04 139.2L55.2 124.9H55.19ZM124.9 106.22L123.53 123.53L106.22 124.9L96.38 139.2L89.99 136.16V89.93H136.13L139.2 96.38L124.9 106.22Z" fill="black"/></svg>')}.goodat-icon.icon-0,.goodat-icon[data-icon=icon-0]{background-image:url('data:image/svg+xml;utf8,<svg width="23" height="23" viewBox="0 0 23 23" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M11.3809 22.7652C5.33536 22.7652 0.417969 17.7897 0.417969 11.6727C0.417969 5.55561 5.33536 0.580078 11.3809 0.580078C17.4265 0.580078 22.3439 5.55561 22.3439 11.6727C22.3439 17.7897 17.4265 22.7652 11.3809 22.7652ZM11.3809 3.60533C6.98379 3.60533 3.40787 7.22353 3.40787 11.6727C3.40787 16.1218 6.98379 19.74 11.3809 19.74C15.7781 19.74 19.354 16.1218 19.354 11.6727C19.354 7.22353 15.7781 3.60533 11.3809 3.60533Z" fill="black"/></svg>')}.goodat-icon.icon-plus,.goodat-icon[data-icon=icon-plus]{background-image:url('data:image/svg+xml;utf8,<svg width="20" height="21" viewBox="0 0 20 21" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M11.529 0.588379H8.53906V20.7567H11.529V0.588379Z" fill="black"/><path d="M20 9.15991H0.0673828V12.1852H20V9.15991Z" fill="black"/></svg>')}.goodat-icon.animate{-webkit-animation:goodat-icon-animate 8s step-end infinite;animation:goodat-icon-animate 8s step-end infinite}.goodat-icon.animate.slow{-webkit-animation-duration:16s;animation-duration:16s}.goodat-icon.animate-2{-webkit-animation:goodat-icon-animate2 8s step-end infinite;animation:goodat-icon-animate2 8s step-end infinite;-webkit-animation-delay:.33s;animation-delay:.33s}.goodat-icon.animate-2.slow{-webkit-animation-duration:16s;animation-duration:16s}.goodat-icon.rotate{-webkit-animation:goodat-icon-rotate 5s ease infinite;animation:goodat-icon-rotate 5s ease infinite}.goodat-icon.rotate.slow{-webkit-animation-duration:8.5s;animation-duration:8.5s}.goodat-icon.rotate-neg{animation:goodat-icon-rotate 5s ease infinite reverse;-webkit-animation-delay:.25s;animation-delay:.25s}.goodat-icon.rotate-neg.slow{-webkit-animation-duration:8.5s;animation-duration:8.5s}.goodat-icon.dark{-webkit-filter:invert(1);filter:invert(1)}.goodat-icon.kerning-left{margin-left:-.05em}.goodat-icon.kerning-right{margin-right:-.05em}@-webkit-keyframes goodat-icon-animate{8.3%{background-image:url('data:image/svg+xml;utf8,<svg width="171" height="171" viewBox="0 0 171 171" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M85.37 170.73L60.55 145.29L25.01 145.73L25.45 110.19L0 85.37L25.45 60.55L25.01 25.01L60.55 25.45L85.37 0L110.19 25.44L145.73 25L145.29 60.54L170.74 85.36L145.29 110.18L145.73 145.72L110.19 145.28L85.37 170.72V170.73ZM67.84 127.69L85.37 145.66L102.9 127.69L128.01 128L127.7 102.89L145.67 85.36L127.7 67.83L128.01 42.72L102.9 43.03L85.37 25.06L67.84 43.03L42.73 42.72L43.04 67.83L25.07 85.36L43.04 102.89L42.73 128L67.84 127.69Z" fill="black"/></svg>')}16.6%{background-image:url('data:image/svg+xml;utf8,<svg width="160" height="160" viewBox="0 0 160 160" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M136.38 23.4L79.89 0L23.4 23.4L0 79.89L23.4 136.38L79.89 159.78L136.38 136.38L159.78 79.89L136.38 23.4ZM114.24 33.17L79.89 67.52L45.54 33.17L79.89 18.94L114.24 33.17ZM18.94 79.89L33.17 45.54L67.52 79.89L33.17 114.24L18.94 79.89ZM45.54 126.61L79.89 92.26L114.24 126.61L79.89 140.84L45.54 126.61ZM126.61 114.24L92.26 79.89L126.61 45.54L140.84 79.89L126.61 114.24Z" fill="black"/></svg>')}24.9%{background-image:url('data:image/svg+xml;utf8,<svg width="161" height="161" viewBox="0 0 161 161" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M160.24 71.37H101.25L142.96 29.65L130.59 17.28L88.87 59V0H71.37V59L29.65 17.28L17.28 29.65L59 71.37H0V88.87H59L17.28 130.59L29.65 142.96L71.37 101.25V160.24H88.87V101.25L130.59 142.96L142.96 130.59L101.25 88.87H160.24V71.37Z" fill="black"/></svg>')}33.2%{background-image:url('data:image/svg+xml;utf8,<svg width="162" height="162" viewBox="0 0 162 162" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M80.75 0C36.22 0 0 36.22 0 80.75C0 125.28 36.22 161.5 80.75 161.5C125.28 161.5 161.5 125.28 161.5 80.75C161.5 36.22 125.28 0 80.75 0ZM80.75 144C45.87 144 17.5 115.63 17.5 80.75C17.5 45.87 45.87 17.5 80.75 17.5C115.63 17.5 144 45.87 144 80.75C144 115.63 115.63 144 80.75 144Z" fill="black"/><path d="M80.7496 39.31C57.8996 39.31 39.3096 57.9 39.3096 80.75C39.3096 103.6 57.8996 122.19 80.7496 122.19C103.6 122.19 122.19 103.6 122.19 80.75C122.19 57.9 103.6 39.31 80.7496 39.31ZM80.7496 104.7C67.5496 104.7 56.8096 93.96 56.8096 80.76C56.8096 67.56 67.5496 56.82 80.7496 56.82C93.9496 56.82 104.69 67.56 104.69 80.76C104.69 93.96 93.9496 104.7 80.7496 104.7Z" fill="black"/></svg>')}41.5%{background-image:url('data:image/svg+xml;utf8,<svg width="162" height="162" viewBox="0 0 162 162" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M80.75 0C36.22 0 0 36.22 0 80.75C0 125.28 36.22 161.5 80.75 161.5C125.28 161.5 161.5 125.28 161.5 80.75C161.5 36.22 125.28 0 80.75 0ZM140.97 61.43L61.43 140.97C55 138.9 49.03 135.83 43.68 131.95L131.95 43.68C135.83 49.03 138.9 55.01 140.97 61.43ZM80.75 17.5C81.11 17.5 81.47 17.52 81.83 17.53L17.53 81.83C17.53 81.47 17.5 81.11 17.5 80.75C17.5 45.87 45.87 17.5 80.75 17.5ZM21.43 102.68L102.68 21.43C108.92 23.74 114.68 27.02 119.82 31.07L31.06 119.82C27.01 114.69 23.73 108.92 21.42 102.68H21.43ZM83.22 143.93L143.94 83.21C142.67 116.13 116.14 142.66 83.22 143.93Z" fill="black"/></svg>')}49.8%{background-image:url('data:image/svg+xml;utf8,<svg width="168" height="168" viewBox="0 0 168 168" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M83.56 167.12L65.34 151.58L41.79 155.93L33.78 133.36L11.21 125.35L15.56 101.79L0 83.56L15.54 65.34L11.19 41.79L33.76 33.78L41.77 11.21L65.32 15.56L83.56 0L101.78 15.54L125.33 11.19L133.34 33.76L155.91 41.77L151.56 65.33L167.1 83.55L151.56 101.77L155.91 125.33L133.34 133.34L125.33 155.91L101.78 151.56L83.56 167.1V167.12ZM70.35 132.85L83.56 144.12L96.77 132.85L113.84 136L119.65 119.64L136.01 113.83L132.86 96.76L144.13 83.55L132.86 70.34L136.01 53.27L119.65 47.46L113.84 31.1L96.77 34.25L83.56 22.98L70.35 34.25L53.28 31.1L47.47 47.46L31.11 53.27L34.26 70.34L22.99 83.55L34.26 96.76L31.11 113.83L47.47 119.64L53.28 136L70.35 132.85Z" fill="black"/></svg>')}58.1%{background-image:url('data:image/svg+xml;utf8,<svg width="162" height="162" viewBox="0 0 162 162" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M48.0898 113.41H113.41V48.09H48.0898V113.41ZM65.5898 65.59H95.9098V95.91H65.5898V65.59Z" fill="black"/><path d="M114.2 0H47.3L0 47.3V114.2L47.3 161.5H114.2L161.5 114.2V47.3L114.2 0ZM144 106.95L106.95 144H54.55L17.5 106.95V54.55L54.55 17.5H106.95L144 54.55V106.95Z" fill="black"/></svg>')}66.4%{background-image:url('data:image/svg+xml;utf8,<svg width="168" height="168" viewBox="0 0 168 168" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M167.12 83.56L151.58 65.34L155.93 41.79L133.36 33.78L125.35 11.21L101.8 15.56L83.56 0L65.34 15.54L41.79 11.19L33.78 33.76L11.21 41.77L15.56 65.33L0 83.56L15.54 101.78L11.19 125.34L33.76 133.35L41.77 155.92L65.32 151.57L83.54 167.11L101.76 151.57L125.31 155.92L133.32 133.35L155.89 125.34L151.54 101.78L167.08 83.56H167.12ZM136 113.84L119.64 119.65L113.83 136.01L96.76 132.86L83.55 144.13L70.34 132.86L53.27 136.01L47.46 119.65L31.1 113.84L34.25 96.77L22.98 83.56L34.25 70.35L31.1 53.28L47.46 47.47L53.27 31.11L70.34 34.26L83.55 22.99L96.76 34.26L113.83 31.11L119.64 47.47L136 53.28L132.85 70.35L144.12 83.56L132.85 96.77L136 113.84Z" fill="black"/><path d="M117.39 73.39H49.7197V90.89H117.39V73.39Z" fill="black"/></svg>')}74.7%{background-image:url('data:image/svg+xml;utf8,<svg width="161" height="161" viewBox="0 0 161 161" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M160.24 71.37H112.78L153.88 47.64L145.13 32.48L104.03 56.21L127.76 15.11L112.6 6.36L88.87 47.47V0H71.37V47.46L47.64 6.36L32.48 15.11L56.21 56.21L15.11 32.48L6.36 47.64L47.47 71.37H0V88.87H47.46L6.36 112.6L15.11 127.76L56.21 104.03L32.48 145.13L47.64 153.88L71.37 112.78V160.24H88.87V112.78L112.6 153.88L127.76 145.13L104.03 104.03L145.13 127.76L153.88 112.6L112.78 88.87H160.24V71.37Z" fill="black"/></svg>')}83%{background-image:url('data:image/svg+xml;utf8,<svg width="168" height="168" viewBox="0 0 168 168" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M167.12 83.56L151.58 65.34L155.93 41.79L133.36 33.78L125.35 11.2L101.79 15.55L83.56 0L65.34 15.54L41.79 11.19L33.78 33.77L11.21 41.78L15.56 65.33L0 83.56L15.54 101.78L11.19 125.33L33.76 133.34L41.77 155.91L65.32 151.56L83.54 167.1L101.76 151.56L125.31 155.91L133.32 133.34L155.89 125.33L151.54 101.78L167.08 83.56H167.12ZM136 113.84L119.64 119.65L113.83 136.01L96.76 132.86L83.55 144.13L70.34 132.86L53.27 136.01L47.46 119.65L31.1 113.84L34.25 96.77L22.98 83.56L34.25 70.35L31.1 53.28L47.46 47.47L53.27 31.11L70.34 34.26L83.55 22.99L96.76 34.26L113.83 31.11L119.64 47.47L136 53.28L132.85 70.35L144.12 83.56L132.85 96.77L136 113.84Z" fill="black"/><path d="M101.28 53.45L83.5504 71.18L65.8104 53.45L53.4404 65.82L71.1704 83.56L53.4404 101.29L65.8104 113.67L83.5504 95.93L101.28 113.67L113.66 101.29L95.9204 83.56L113.66 65.82L101.28 53.45Z" fill="black"/></svg>')}91.3%{background-image:url('data:image/svg+xml;utf8,<svg width="162" height="162" viewBox="0 0 162 162" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M161.42 59.08L141.69 45.5L139.8 21.62L115.92 19.72L102.34 0L80.71 10.3L59.08 0L45.5 19.73L21.62 21.63L19.72 45.51L0 59.08L10.3 80.71L0 102.34L19.73 115.92L21.63 139.8L45.51 141.69L59.09 161.42L80.72 151.12L102.35 161.42L115.93 141.69L139.81 139.8L141.7 115.92L161.43 102.34L151.13 80.71L161.43 59.08H161.42ZM106.22 36.51L123.53 37.88L124.9 55.18L139.2 65.02L135.68 72.42H89.99V25.26L96.38 22.22L106.22 36.52V36.51ZM36.51 55.19L37.88 37.89L55.18 36.52L65.02 22.22L72.48 25.77V72.44H25.74L22.22 65.04L36.52 55.2L36.51 55.19ZM55.19 124.9L37.89 123.53L36.52 106.22L22.22 96.38L25.29 89.93H72.5V135.65L65.04 139.2L55.2 124.9H55.19ZM124.9 106.22L123.53 123.53L106.22 124.9L96.38 139.2L89.99 136.16V89.93H136.13L139.2 96.38L124.9 106.22Z" fill="black"/></svg>')}to{background-image:url('data:image/svg+xml;utf8,<svg width="162" height="162" viewBox="0 0 162 162" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M80.75 0C36.22 0 0 36.22 0 80.75C0 125.28 36.22 161.5 80.75 161.5C125.28 161.5 161.5 125.28 161.5 80.75C161.5 36.22 125.28 0 80.75 0ZM80.75 144C45.87 144 17.5 115.63 17.5 80.75C17.5 45.87 45.87 17.5 80.75 17.5C115.63 17.5 144 45.87 144 80.75C144 115.63 115.63 144 80.75 144Z" fill="black"/><path d="M80.7496 34.5601L34.5596 80.7501L80.7496 126.94L126.94 80.7501L80.7496 34.5601ZM59.3096 80.7501L80.7496 59.3101L102.19 80.7501L80.7496 102.19L59.3096 80.7501Z" fill="black"/></svg>')}}@keyframes goodat-icon-animate{8.3%{background-image:url('data:image/svg+xml;utf8,<svg width="171" height="171" viewBox="0 0 171 171" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M85.37 170.73L60.55 145.29L25.01 145.73L25.45 110.19L0 85.37L25.45 60.55L25.01 25.01L60.55 25.45L85.37 0L110.19 25.44L145.73 25L145.29 60.54L170.74 85.36L145.29 110.18L145.73 145.72L110.19 145.28L85.37 170.72V170.73ZM67.84 127.69L85.37 145.66L102.9 127.69L128.01 128L127.7 102.89L145.67 85.36L127.7 67.83L128.01 42.72L102.9 43.03L85.37 25.06L67.84 43.03L42.73 42.72L43.04 67.83L25.07 85.36L43.04 102.89L42.73 128L67.84 127.69Z" fill="black"/></svg>')}16.6%{background-image:url('data:image/svg+xml;utf8,<svg width="160" height="160" viewBox="0 0 160 160" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M136.38 23.4L79.89 0L23.4 23.4L0 79.89L23.4 136.38L79.89 159.78L136.38 136.38L159.78 79.89L136.38 23.4ZM114.24 33.17L79.89 67.52L45.54 33.17L79.89 18.94L114.24 33.17ZM18.94 79.89L33.17 45.54L67.52 79.89L33.17 114.24L18.94 79.89ZM45.54 126.61L79.89 92.26L114.24 126.61L79.89 140.84L45.54 126.61ZM126.61 114.24L92.26 79.89L126.61 45.54L140.84 79.89L126.61 114.24Z" fill="black"/></svg>')}24.9%{background-image:url('data:image/svg+xml;utf8,<svg width="161" height="161" viewBox="0 0 161 161" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M160.24 71.37H101.25L142.96 29.65L130.59 17.28L88.87 59V0H71.37V59L29.65 17.28L17.28 29.65L59 71.37H0V88.87H59L17.28 130.59L29.65 142.96L71.37 101.25V160.24H88.87V101.25L130.59 142.96L142.96 130.59L101.25 88.87H160.24V71.37Z" fill="black"/></svg>')}33.2%{background-image:url('data:image/svg+xml;utf8,<svg width="162" height="162" viewBox="0 0 162 162" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M80.75 0C36.22 0 0 36.22 0 80.75C0 125.28 36.22 161.5 80.75 161.5C125.28 161.5 161.5 125.28 161.5 80.75C161.5 36.22 125.28 0 80.75 0ZM80.75 144C45.87 144 17.5 115.63 17.5 80.75C17.5 45.87 45.87 17.5 80.75 17.5C115.63 17.5 144 45.87 144 80.75C144 115.63 115.63 144 80.75 144Z" fill="black"/><path d="M80.7496 39.31C57.8996 39.31 39.3096 57.9 39.3096 80.75C39.3096 103.6 57.8996 122.19 80.7496 122.19C103.6 122.19 122.19 103.6 122.19 80.75C122.19 57.9 103.6 39.31 80.7496 39.31ZM80.7496 104.7C67.5496 104.7 56.8096 93.96 56.8096 80.76C56.8096 67.56 67.5496 56.82 80.7496 56.82C93.9496 56.82 104.69 67.56 104.69 80.76C104.69 93.96 93.9496 104.7 80.7496 104.7Z" fill="black"/></svg>')}41.5%{background-image:url('data:image/svg+xml;utf8,<svg width="162" height="162" viewBox="0 0 162 162" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M80.75 0C36.22 0 0 36.22 0 80.75C0 125.28 36.22 161.5 80.75 161.5C125.28 161.5 161.5 125.28 161.5 80.75C161.5 36.22 125.28 0 80.75 0ZM140.97 61.43L61.43 140.97C55 138.9 49.03 135.83 43.68 131.95L131.95 43.68C135.83 49.03 138.9 55.01 140.97 61.43ZM80.75 17.5C81.11 17.5 81.47 17.52 81.83 17.53L17.53 81.83C17.53 81.47 17.5 81.11 17.5 80.75C17.5 45.87 45.87 17.5 80.75 17.5ZM21.43 102.68L102.68 21.43C108.92 23.74 114.68 27.02 119.82 31.07L31.06 119.82C27.01 114.69 23.73 108.92 21.42 102.68H21.43ZM83.22 143.93L143.94 83.21C142.67 116.13 116.14 142.66 83.22 143.93Z" fill="black"/></svg>')}49.8%{background-image:url('data:image/svg+xml;utf8,<svg width="168" height="168" viewBox="0 0 168 168" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M83.56 167.12L65.34 151.58L41.79 155.93L33.78 133.36L11.21 125.35L15.56 101.79L0 83.56L15.54 65.34L11.19 41.79L33.76 33.78L41.77 11.21L65.32 15.56L83.56 0L101.78 15.54L125.33 11.19L133.34 33.76L155.91 41.77L151.56 65.33L167.1 83.55L151.56 101.77L155.91 125.33L133.34 133.34L125.33 155.91L101.78 151.56L83.56 167.1V167.12ZM70.35 132.85L83.56 144.12L96.77 132.85L113.84 136L119.65 119.64L136.01 113.83L132.86 96.76L144.13 83.55L132.86 70.34L136.01 53.27L119.65 47.46L113.84 31.1L96.77 34.25L83.56 22.98L70.35 34.25L53.28 31.1L47.47 47.46L31.11 53.27L34.26 70.34L22.99 83.55L34.26 96.76L31.11 113.83L47.47 119.64L53.28 136L70.35 132.85Z" fill="black"/></svg>')}58.1%{background-image:url('data:image/svg+xml;utf8,<svg width="162" height="162" viewBox="0 0 162 162" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M48.0898 113.41H113.41V48.09H48.0898V113.41ZM65.5898 65.59H95.9098V95.91H65.5898V65.59Z" fill="black"/><path d="M114.2 0H47.3L0 47.3V114.2L47.3 161.5H114.2L161.5 114.2V47.3L114.2 0ZM144 106.95L106.95 144H54.55L17.5 106.95V54.55L54.55 17.5H106.95L144 54.55V106.95Z" fill="black"/></svg>')}66.4%{background-image:url('data:image/svg+xml;utf8,<svg width="168" height="168" viewBox="0 0 168 168" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M167.12 83.56L151.58 65.34L155.93 41.79L133.36 33.78L125.35 11.21L101.8 15.56L83.56 0L65.34 15.54L41.79 11.19L33.78 33.76L11.21 41.77L15.56 65.33L0 83.56L15.54 101.78L11.19 125.34L33.76 133.35L41.77 155.92L65.32 151.57L83.54 167.11L101.76 151.57L125.31 155.92L133.32 133.35L155.89 125.34L151.54 101.78L167.08 83.56H167.12ZM136 113.84L119.64 119.65L113.83 136.01L96.76 132.86L83.55 144.13L70.34 132.86L53.27 136.01L47.46 119.65L31.1 113.84L34.25 96.77L22.98 83.56L34.25 70.35L31.1 53.28L47.46 47.47L53.27 31.11L70.34 34.26L83.55 22.99L96.76 34.26L113.83 31.11L119.64 47.47L136 53.28L132.85 70.35L144.12 83.56L132.85 96.77L136 113.84Z" fill="black"/><path d="M117.39 73.39H49.7197V90.89H117.39V73.39Z" fill="black"/></svg>')}74.7%{background-image:url('data:image/svg+xml;utf8,<svg width="161" height="161" viewBox="0 0 161 161" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M160.24 71.37H112.78L153.88 47.64L145.13 32.48L104.03 56.21L127.76 15.11L112.6 6.36L88.87 47.47V0H71.37V47.46L47.64 6.36L32.48 15.11L56.21 56.21L15.11 32.48L6.36 47.64L47.47 71.37H0V88.87H47.46L6.36 112.6L15.11 127.76L56.21 104.03L32.48 145.13L47.64 153.88L71.37 112.78V160.24H88.87V112.78L112.6 153.88L127.76 145.13L104.03 104.03L145.13 127.76L153.88 112.6L112.78 88.87H160.24V71.37Z" fill="black"/></svg>')}83%{background-image:url('data:image/svg+xml;utf8,<svg width="168" height="168" viewBox="0 0 168 168" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M167.12 83.56L151.58 65.34L155.93 41.79L133.36 33.78L125.35 11.2L101.79 15.55L83.56 0L65.34 15.54L41.79 11.19L33.78 33.77L11.21 41.78L15.56 65.33L0 83.56L15.54 101.78L11.19 125.33L33.76 133.34L41.77 155.91L65.32 151.56L83.54 167.1L101.76 151.56L125.31 155.91L133.32 133.34L155.89 125.33L151.54 101.78L167.08 83.56H167.12ZM136 113.84L119.64 119.65L113.83 136.01L96.76 132.86L83.55 144.13L70.34 132.86L53.27 136.01L47.46 119.65L31.1 113.84L34.25 96.77L22.98 83.56L34.25 70.35L31.1 53.28L47.46 47.47L53.27 31.11L70.34 34.26L83.55 22.99L96.76 34.26L113.83 31.11L119.64 47.47L136 53.28L132.85 70.35L144.12 83.56L132.85 96.77L136 113.84Z" fill="black"/><path d="M101.28 53.45L83.5504 71.18L65.8104 53.45L53.4404 65.82L71.1704 83.56L53.4404 101.29L65.8104 113.67L83.5504 95.93L101.28 113.67L113.66 101.29L95.9204 83.56L113.66 65.82L101.28 53.45Z" fill="black"/></svg>')}91.3%{background-image:url('data:image/svg+xml;utf8,<svg width="162" height="162" viewBox="0 0 162 162" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M161.42 59.08L141.69 45.5L139.8 21.62L115.92 19.72L102.34 0L80.71 10.3L59.08 0L45.5 19.73L21.62 21.63L19.72 45.51L0 59.08L10.3 80.71L0 102.34L19.73 115.92L21.63 139.8L45.51 141.69L59.09 161.42L80.72 151.12L102.35 161.42L115.93 141.69L139.81 139.8L141.7 115.92L161.43 102.34L151.13 80.71L161.43 59.08H161.42ZM106.22 36.51L123.53 37.88L124.9 55.18L139.2 65.02L135.68 72.42H89.99V25.26L96.38 22.22L106.22 36.52V36.51ZM36.51 55.19L37.88 37.89L55.18 36.52L65.02 22.22L72.48 25.77V72.44H25.74L22.22 65.04L36.52 55.2L36.51 55.19ZM55.19 124.9L37.89 123.53L36.52 106.22L22.22 96.38L25.29 89.93H72.5V135.65L65.04 139.2L55.2 124.9H55.19ZM124.9 106.22L123.53 123.53L106.22 124.9L96.38 139.2L89.99 136.16V89.93H136.13L139.2 96.38L124.9 106.22Z" fill="black"/></svg>')}to{background-image:url('data:image/svg+xml;utf8,<svg width="162" height="162" viewBox="0 0 162 162" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M80.75 0C36.22 0 0 36.22 0 80.75C0 125.28 36.22 161.5 80.75 161.5C125.28 161.5 161.5 125.28 161.5 80.75C161.5 36.22 125.28 0 80.75 0ZM80.75 144C45.87 144 17.5 115.63 17.5 80.75C17.5 45.87 45.87 17.5 80.75 17.5C115.63 17.5 144 45.87 144 80.75C144 115.63 115.63 144 80.75 144Z" fill="black"/><path d="M80.7496 34.5601L34.5596 80.7501L80.7496 126.94L126.94 80.7501L80.7496 34.5601ZM59.3096 80.7501L80.7496 59.3101L102.19 80.7501L80.7496 102.19L59.3096 80.7501Z" fill="black"/></svg>')}}@-webkit-keyframes goodat-icon-animate2{8.3%{background-image:url('data:image/svg+xml;utf8,<svg width="168" height="168" viewBox="0 0 168 168" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M167.12 83.56L151.58 65.34L155.93 41.79L133.36 33.78L125.35 11.2L101.79 15.55L83.56 0L65.34 15.54L41.79 11.19L33.78 33.77L11.21 41.78L15.56 65.33L0 83.56L15.54 101.78L11.19 125.33L33.76 133.34L41.77 155.91L65.32 151.56L83.54 167.1L101.76 151.56L125.31 155.91L133.32 133.34L155.89 125.33L151.54 101.78L167.08 83.56H167.12ZM136 113.84L119.64 119.65L113.83 136.01L96.76 132.86L83.55 144.13L70.34 132.86L53.27 136.01L47.46 119.65L31.1 113.84L34.25 96.77L22.98 83.56L34.25 70.35L31.1 53.28L47.46 47.47L53.27 31.11L70.34 34.26L83.55 22.99L96.76 34.26L113.83 31.11L119.64 47.47L136 53.28L132.85 70.35L144.12 83.56L132.85 96.77L136 113.84Z" fill="black"/><path d="M101.28 53.45L83.5504 71.18L65.8104 53.45L53.4404 65.82L71.1704 83.56L53.4404 101.29L65.8104 113.67L83.5504 95.93L101.28 113.67L113.66 101.29L95.9204 83.56L113.66 65.82L101.28 53.45Z" fill="black"/></svg>')}16.6%{background-image:url('data:image/svg+xml;utf8,<svg width="168" height="168" viewBox="0 0 168 168" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M83.56 167.12L65.34 151.58L41.79 155.93L33.78 133.36L11.21 125.35L15.56 101.79L0 83.56L15.54 65.34L11.19 41.79L33.76 33.78L41.77 11.21L65.32 15.56L83.56 0L101.78 15.54L125.33 11.19L133.34 33.76L155.91 41.77L151.56 65.33L167.1 83.55L151.56 101.77L155.91 125.33L133.34 133.34L125.33 155.91L101.78 151.56L83.56 167.1V167.12ZM70.35 132.85L83.56 144.12L96.77 132.85L113.84 136L119.65 119.64L136.01 113.83L132.86 96.76L144.13 83.55L132.86 70.34L136.01 53.27L119.65 47.46L113.84 31.1L96.77 34.25L83.56 22.98L70.35 34.25L53.28 31.1L47.47 47.46L31.11 53.27L34.26 70.34L22.99 83.55L34.26 96.76L31.11 113.83L47.47 119.64L53.28 136L70.35 132.85Z" fill="black"/></svg>')}24.9%{background-image:url('data:image/svg+xml;utf8,<svg width="162" height="162" viewBox="0 0 162 162" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M80.75 0C36.22 0 0 36.22 0 80.75C0 125.28 36.22 161.5 80.75 161.5C125.28 161.5 161.5 125.28 161.5 80.75C161.5 36.22 125.28 0 80.75 0ZM140.97 61.43L61.43 140.97C55 138.9 49.03 135.83 43.68 131.95L131.95 43.68C135.83 49.03 138.9 55.01 140.97 61.43ZM80.75 17.5C81.11 17.5 81.47 17.52 81.83 17.53L17.53 81.83C17.53 81.47 17.5 81.11 17.5 80.75C17.5 45.87 45.87 17.5 80.75 17.5ZM21.43 102.68L102.68 21.43C108.92 23.74 114.68 27.02 119.82 31.07L31.06 119.82C27.01 114.69 23.73 108.92 21.42 102.68H21.43ZM83.22 143.93L143.94 83.21C142.67 116.13 116.14 142.66 83.22 143.93Z" fill="black"/></svg>')}33.2%{background-image:url('data:image/svg+xml;utf8,<svg width="162" height="162" viewBox="0 0 162 162" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M80.75 0C36.22 0 0 36.22 0 80.75C0 125.28 36.22 161.5 80.75 161.5C125.28 161.5 161.5 125.28 161.5 80.75C161.5 36.22 125.28 0 80.75 0ZM80.75 144C45.87 144 17.5 115.63 17.5 80.75C17.5 45.87 45.87 17.5 80.75 17.5C115.63 17.5 144 45.87 144 80.75C144 115.63 115.63 144 80.75 144Z" fill="black"/><path d="M80.7496 34.5601L34.5596 80.7501L80.7496 126.94L126.94 80.7501L80.7496 34.5601ZM59.3096 80.7501L80.7496 59.3101L102.19 80.7501L80.7496 102.19L59.3096 80.7501Z" fill="black"/></svg>')}41.5%{background-image:url('data:image/svg+xml;utf8,<svg width="162" height="162" viewBox="0 0 162 162" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M80.75 0C36.22 0 0 36.22 0 80.75C0 125.28 36.22 161.5 80.75 161.5C125.28 161.5 161.5 125.28 161.5 80.75C161.5 36.22 125.28 0 80.75 0ZM80.75 144C45.87 144 17.5 115.63 17.5 80.75C17.5 45.87 45.87 17.5 80.75 17.5C115.63 17.5 144 45.87 144 80.75C144 115.63 115.63 144 80.75 144Z" fill="black"/><path d="M80.7496 34.5601L34.5596 80.7501L80.7496 126.94L126.94 80.7501L80.7496 34.5601ZM59.3096 80.7501L80.7496 59.3101L102.19 80.7501L80.7496 102.19L59.3096 80.7501Z" fill="black"/></svg>')}49.8%{background-image:url('data:image/svg+xml;utf8,<svg width="171" height="171" viewBox="0 0 171 171" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M85.37 170.73L60.55 145.29L25.01 145.73L25.45 110.19L0 85.37L25.45 60.55L25.01 25.01L60.55 25.45L85.37 0L110.19 25.44L145.73 25L145.29 60.54L170.74 85.36L145.29 110.18L145.73 145.72L110.19 145.28L85.37 170.72V170.73ZM67.84 127.69L85.37 145.66L102.9 127.69L128.01 128L127.7 102.89L145.67 85.36L127.7 67.83L128.01 42.72L102.9 43.03L85.37 25.06L67.84 43.03L42.73 42.72L43.04 67.83L25.07 85.36L43.04 102.89L42.73 128L67.84 127.69Z" fill="black"/></svg>')}58.1%{background-image:url('data:image/svg+xml;utf8,<svg width="160" height="160" viewBox="0 0 160 160" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M136.38 23.4L79.89 0L23.4 23.4L0 79.89L23.4 136.38L79.89 159.78L136.38 136.38L159.78 79.89L136.38 23.4ZM114.24 33.17L79.89 67.52L45.54 33.17L79.89 18.94L114.24 33.17ZM18.94 79.89L33.17 45.54L67.52 79.89L33.17 114.24L18.94 79.89ZM45.54 126.61L79.89 92.26L114.24 126.61L79.89 140.84L45.54 126.61ZM126.61 114.24L92.26 79.89L126.61 45.54L140.84 79.89L126.61 114.24Z" fill="black"/></svg>')}66.4%{background-image:url('data:image/svg+xml;utf8,<svg width="162" height="162" viewBox="0 0 162 162" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M48.0898 113.41H113.41V48.09H48.0898V113.41ZM65.5898 65.59H95.9098V95.91H65.5898V65.59Z" fill="black"/><path d="M114.2 0H47.3L0 47.3V114.2L47.3 161.5H114.2L161.5 114.2V47.3L114.2 0ZM144 106.95L106.95 144H54.55L17.5 106.95V54.55L54.55 17.5H106.95L144 54.55V106.95Z" fill="black"/></svg>')}74.7%{background-image:url('data:image/svg+xml;utf8,<svg width="162" height="162" viewBox="0 0 162 162" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M80.75 0C36.22 0 0 36.22 0 80.75C0 125.28 36.22 161.5 80.75 161.5C125.28 161.5 161.5 125.28 161.5 80.75C161.5 36.22 125.28 0 80.75 0ZM140.97 61.43L61.43 140.97C55 138.9 49.03 135.83 43.68 131.95L131.95 43.68C135.83 49.03 138.9 55.01 140.97 61.43ZM80.75 17.5C81.11 17.5 81.47 17.52 81.83 17.53L17.53 81.83C17.53 81.47 17.5 81.11 17.5 80.75C17.5 45.87 45.87 17.5 80.75 17.5ZM21.43 102.68L102.68 21.43C108.92 23.74 114.68 27.02 119.82 31.07L31.06 119.82C27.01 114.69 23.73 108.92 21.42 102.68H21.43ZM83.22 143.93L143.94 83.21C142.67 116.13 116.14 142.66 83.22 143.93Z" fill="black"/></svg>')}83%{background-image:url('data:image/svg+xml;utf8,<svg width="162" height="162" viewBox="0 0 162 162" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M80.75 0C36.22 0 0 36.22 0 80.75C0 125.28 36.22 161.5 80.75 161.5C125.28 161.5 161.5 125.28 161.5 80.75C161.5 36.22 125.28 0 80.75 0ZM140.97 61.43L61.43 140.97C55 138.9 49.03 135.83 43.68 131.95L131.95 43.68C135.83 49.03 138.9 55.01 140.97 61.43ZM80.75 17.5C81.11 17.5 81.47 17.52 81.83 17.53L17.53 81.83C17.53 81.47 17.5 81.11 17.5 80.75C17.5 45.87 45.87 17.5 80.75 17.5ZM21.43 102.68L102.68 21.43C108.92 23.74 114.68 27.02 119.82 31.07L31.06 119.82C27.01 114.69 23.73 108.92 21.42 102.68H21.43ZM83.22 143.93L143.94 83.21C142.67 116.13 116.14 142.66 83.22 143.93Z" fill="black"/></svg>')}91.3%{background-image:url('data:image/svg+xml;utf8,<svg width="168" height="168" viewBox="0 0 168 168" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M167.12 83.56L151.58 65.34L155.93 41.79L133.36 33.78L125.35 11.21L101.8 15.56L83.56 0L65.34 15.54L41.79 11.19L33.78 33.76L11.21 41.77L15.56 65.33L0 83.56L15.54 101.78L11.19 125.34L33.76 133.35L41.77 155.92L65.32 151.57L83.54 167.11L101.76 151.57L125.31 155.92L133.32 133.35L155.89 125.34L151.54 101.78L167.08 83.56H167.12ZM136 113.84L119.64 119.65L113.83 136.01L96.76 132.86L83.55 144.13L70.34 132.86L53.27 136.01L47.46 119.65L31.1 113.84L34.25 96.77L22.98 83.56L34.25 70.35L31.1 53.28L47.46 47.47L53.27 31.11L70.34 34.26L83.55 22.99L96.76 34.26L113.83 31.11L119.64 47.47L136 53.28L132.85 70.35L144.12 83.56L132.85 96.77L136 113.84Z" fill="black"/><path d="M117.39 73.39H49.7197V90.89H117.39V73.39Z" fill="black"/></svg>')}99.6%{background-image:url('data:image/svg+xml;utf8,<svg width="162" height="162" viewBox="0 0 162 162" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M80.75 0C36.22 0 0 36.22 0 80.75C0 125.28 36.22 161.5 80.75 161.5C125.28 161.5 161.5 125.28 161.5 80.75C161.5 36.22 125.28 0 80.75 0ZM80.75 144C45.87 144 17.5 115.63 17.5 80.75C17.5 45.87 45.87 17.5 80.75 17.5C115.63 17.5 144 45.87 144 80.75C144 115.63 115.63 144 80.75 144Z" fill="black"/><path d="M80.7496 34.5601L34.5596 80.7501L80.7496 126.94L126.94 80.7501L80.7496 34.5601ZM59.3096 80.7501L80.7496 59.3101L102.19 80.7501L80.7496 102.19L59.3096 80.7501Z" fill="black"/></svg>')}107.9%{background-image:url('data:image/svg+xml;utf8,<svg width="162" height="162" viewBox="0 0 162 162" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M161.42 59.08L141.69 45.5L139.8 21.62L115.92 19.72L102.34 0L80.71 10.3L59.08 0L45.5 19.73L21.62 21.63L19.72 45.51L0 59.08L10.3 80.71L0 102.34L19.73 115.92L21.63 139.8L45.51 141.69L59.09 161.42L80.72 151.12L102.35 161.42L115.93 141.69L139.81 139.8L141.7 115.92L161.43 102.34L151.13 80.71L161.43 59.08H161.42ZM106.22 36.51L123.53 37.88L124.9 55.18L139.2 65.02L135.68 72.42H89.99V25.26L96.38 22.22L106.22 36.52V36.51ZM36.51 55.19L37.88 37.89L55.18 36.52L65.02 22.22L72.48 25.77V72.44H25.74L22.22 65.04L36.52 55.2L36.51 55.19ZM55.19 124.9L37.89 123.53L36.52 106.22L22.22 96.38L25.29 89.93H72.5V135.65L65.04 139.2L55.2 124.9H55.19ZM124.9 106.22L123.53 123.53L106.22 124.9L96.38 139.2L89.99 136.16V89.93H136.13L139.2 96.38L124.9 106.22Z" fill="black"/></svg>')}116.2%{background-image:url('data:image/svg+xml;utf8,<svg width="162" height="162" viewBox="0 0 162 162" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M80.75 0C36.22 0 0 36.22 0 80.75C0 125.28 36.22 161.5 80.75 161.5C125.28 161.5 161.5 125.28 161.5 80.75C161.5 36.22 125.28 0 80.75 0ZM80.75 144C45.87 144 17.5 115.63 17.5 80.75C17.5 45.87 45.87 17.5 80.75 17.5C115.63 17.5 144 45.87 144 80.75C144 115.63 115.63 144 80.75 144Z" fill="black"/><path d="M80.7496 34.5601L34.5596 80.7501L80.7496 126.94L126.94 80.7501L80.7496 34.5601ZM59.3096 80.7501L80.7496 59.3101L102.19 80.7501L80.7496 102.19L59.3096 80.7501Z" fill="black"/></svg>')}124.5%{background-image:url('data:image/svg+xml;utf8,<svg width="160" height="160" viewBox="0 0 160 160" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M136.38 23.4L79.89 0L23.4 23.4L0 79.89L23.4 136.38L79.89 159.78L136.38 136.38L159.78 79.89L136.38 23.4ZM114.24 33.17L79.89 67.52L45.54 33.17L79.89 18.94L114.24 33.17ZM18.94 79.89L33.17 45.54L67.52 79.89L33.17 114.24L18.94 79.89ZM45.54 126.61L79.89 92.26L114.24 126.61L79.89 140.84L45.54 126.61ZM126.61 114.24L92.26 79.89L126.61 45.54L140.84 79.89L126.61 114.24Z" fill="black"/></svg>')}132.8%{background-image:url('data:image/svg+xml;utf8,<svg width="161" height="161" viewBox="0 0 161 161" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M160.24 71.37H112.78L153.88 47.64L145.13 32.48L104.03 56.21L127.76 15.11L112.6 6.36L88.87 47.47V0H71.37V47.46L47.64 6.36L32.48 15.11L56.21 56.21L15.11 32.48L6.36 47.64L47.47 71.37H0V88.87H47.46L6.36 112.6L15.11 127.76L56.21 104.03L32.48 145.13L47.64 153.88L71.37 112.78V160.24H88.87V112.78L112.6 153.88L127.76 145.13L104.03 104.03L145.13 127.76L153.88 112.6L112.78 88.87H160.24V71.37Z" fill="black"/></svg>')}141.1%{background-image:url('data:image/svg+xml;utf8,<svg width="161" height="161" viewBox="0 0 161 161" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M160.24 71.37H112.78L153.88 47.64L145.13 32.48L104.03 56.21L127.76 15.11L112.6 6.36L88.87 47.47V0H71.37V47.46L47.64 6.36L32.48 15.11L56.21 56.21L15.11 32.48L6.36 47.64L47.47 71.37H0V88.87H47.46L6.36 112.6L15.11 127.76L56.21 104.03L32.48 145.13L47.64 153.88L71.37 112.78V160.24H88.87V112.78L112.6 153.88L127.76 145.13L104.03 104.03L145.13 127.76L153.88 112.6L112.78 88.87H160.24V71.37Z" fill="black"/></svg>')}149.4%{background-image:url('data:image/svg+xml;utf8,<svg width="161" height="161" viewBox="0 0 161 161" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M160.24 71.37H112.78L153.88 47.64L145.13 32.48L104.03 56.21L127.76 15.11L112.6 6.36L88.87 47.47V0H71.37V47.46L47.64 6.36L32.48 15.11L56.21 56.21L15.11 32.48L6.36 47.64L47.47 71.37H0V88.87H47.46L6.36 112.6L15.11 127.76L56.21 104.03L32.48 145.13L47.64 153.88L71.37 112.78V160.24H88.87V112.78L112.6 153.88L127.76 145.13L104.03 104.03L145.13 127.76L153.88 112.6L112.78 88.87H160.24V71.37Z" fill="black"/></svg>')}157.7%{background-image:url('data:image/svg+xml;utf8,<svg width="161" height="161" viewBox="0 0 161 161" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M160.24 71.37H101.25L142.96 29.65L130.59 17.28L88.87 59V0H71.37V59L29.65 17.28L17.28 29.65L59 71.37H0V88.87H59L17.28 130.59L29.65 142.96L71.37 101.25V160.24H88.87V101.25L130.59 142.96L142.96 130.59L101.25 88.87H160.24V71.37Z" fill="black"/></svg>')}166%{background-image:url('data:image/svg+xml;utf8,<svg width="161" height="161" viewBox="0 0 161 161" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M160.24 71.37H101.25L142.96 29.65L130.59 17.28L88.87 59V0H71.37V59L29.65 17.28L17.28 29.65L59 71.37H0V88.87H59L17.28 130.59L29.65 142.96L71.37 101.25V160.24H88.87V101.25L130.59 142.96L142.96 130.59L101.25 88.87H160.24V71.37Z" fill="black"/></svg>')}174.3%{background-image:url('data:image/svg+xml;utf8,<svg width="162" height="162" viewBox="0 0 162 162" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M80.75 0C36.22 0 0 36.22 0 80.75C0 125.28 36.22 161.5 80.75 161.5C125.28 161.5 161.5 125.28 161.5 80.75C161.5 36.22 125.28 0 80.75 0ZM140.97 61.43L61.43 140.97C55 138.9 49.03 135.83 43.68 131.95L131.95 43.68C135.83 49.03 138.9 55.01 140.97 61.43ZM80.75 17.5C81.11 17.5 81.47 17.52 81.83 17.53L17.53 81.83C17.53 81.47 17.5 81.11 17.5 80.75C17.5 45.87 45.87 17.5 80.75 17.5ZM21.43 102.68L102.68 21.43C108.92 23.74 114.68 27.02 119.82 31.07L31.06 119.82C27.01 114.69 23.73 108.92 21.42 102.68H21.43ZM83.22 143.93L143.94 83.21C142.67 116.13 116.14 142.66 83.22 143.93Z" fill="black"/></svg>')}182.6%{background-image:url('data:image/svg+xml;utf8,<svg width="162" height="162" viewBox="0 0 162 162" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M80.75 0C36.22 0 0 36.22 0 80.75C0 125.28 36.22 161.5 80.75 161.5C125.28 161.5 161.5 125.28 161.5 80.75C161.5 36.22 125.28 0 80.75 0ZM80.75 144C45.87 144 17.5 115.63 17.5 80.75C17.5 45.87 45.87 17.5 80.75 17.5C115.63 17.5 144 45.87 144 80.75C144 115.63 115.63 144 80.75 144Z" fill="black"/><path d="M80.7496 34.5601L34.5596 80.7501L80.7496 126.94L126.94 80.7501L80.7496 34.5601ZM59.3096 80.7501L80.7496 59.3101L102.19 80.7501L80.7496 102.19L59.3096 80.7501Z" fill="black"/></svg>')}190.9%{background-image:url('data:image/svg+xml;utf8,<svg width="162" height="162" viewBox="0 0 162 162" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M48.0898 113.41H113.41V48.09H48.0898V113.41ZM65.5898 65.59H95.9098V95.91H65.5898V65.59Z" fill="black"/><path d="M114.2 0H47.3L0 47.3V114.2L47.3 161.5H114.2L161.5 114.2V47.3L114.2 0ZM144 106.95L106.95 144H54.55L17.5 106.95V54.55L54.55 17.5H106.95L144 54.55V106.95Z" fill="black"/></svg>')}199.2%{background-image:url('data:image/svg+xml;utf8,<svg width="168" height="168" viewBox="0 0 168 168" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M167.12 83.56L151.58 65.34L155.93 41.79L133.36 33.78L125.35 11.21L101.8 15.56L83.56 0L65.34 15.54L41.79 11.19L33.78 33.76L11.21 41.77L15.56 65.33L0 83.56L15.54 101.78L11.19 125.34L33.76 133.35L41.77 155.92L65.32 151.57L83.54 167.11L101.76 151.57L125.31 155.92L133.32 133.35L155.89 125.34L151.54 101.78L167.08 83.56H167.12ZM136 113.84L119.64 119.65L113.83 136.01L96.76 132.86L83.55 144.13L70.34 132.86L53.27 136.01L47.46 119.65L31.1 113.84L34.25 96.77L22.98 83.56L34.25 70.35L31.1 53.28L47.46 47.47L53.27 31.11L70.34 34.26L83.55 22.99L96.76 34.26L113.83 31.11L119.64 47.47L136 53.28L132.85 70.35L144.12 83.56L132.85 96.77L136 113.84Z" fill="black"/><path d="M117.39 73.39H49.7197V90.89H117.39V73.39Z" fill="black"/></svg>')}207.5%{background-image:url('data:image/svg+xml;utf8,<svg width="162" height="162" viewBox="0 0 162 162" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M48.0898 113.41H113.41V48.09H48.0898V113.41ZM65.5898 65.59H95.9098V95.91H65.5898V65.59Z" fill="black"/><path d="M114.2 0H47.3L0 47.3V114.2L47.3 161.5H114.2L161.5 114.2V47.3L114.2 0ZM144 106.95L106.95 144H54.55L17.5 106.95V54.55L54.55 17.5H106.95L144 54.55V106.95Z" fill="black"/></svg>')}215.8%{background-image:url('data:image/svg+xml;utf8,<svg width="168" height="168" viewBox="0 0 168 168" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M167.12 83.56L151.58 65.34L155.93 41.79L133.36 33.78L125.35 11.2L101.79 15.55L83.56 0L65.34 15.54L41.79 11.19L33.78 33.77L11.21 41.78L15.56 65.33L0 83.56L15.54 101.78L11.19 125.33L33.76 133.34L41.77 155.91L65.32 151.56L83.54 167.1L101.76 151.56L125.31 155.91L133.32 133.34L155.89 125.33L151.54 101.78L167.08 83.56H167.12ZM136 113.84L119.64 119.65L113.83 136.01L96.76 132.86L83.55 144.13L70.34 132.86L53.27 136.01L47.46 119.65L31.1 113.84L34.25 96.77L22.98 83.56L34.25 70.35L31.1 53.28L47.46 47.47L53.27 31.11L70.34 34.26L83.55 22.99L96.76 34.26L113.83 31.11L119.64 47.47L136 53.28L132.85 70.35L144.12 83.56L132.85 96.77L136 113.84Z" fill="black"/><path d="M101.28 53.45L83.5504 71.18L65.8104 53.45L53.4404 65.82L71.1704 83.56L53.4404 101.29L65.8104 113.67L83.5504 95.93L101.28 113.67L113.66 101.29L95.9204 83.56L113.66 65.82L101.28 53.45Z" fill="black"/></svg>')}224.1%{background-image:url('data:image/svg+xml;utf8,<svg width="162" height="162" viewBox="0 0 162 162" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M80.75 0C36.22 0 0 36.22 0 80.75C0 125.28 36.22 161.5 80.75 161.5C125.28 161.5 161.5 125.28 161.5 80.75C161.5 36.22 125.28 0 80.75 0ZM80.75 144C45.87 144 17.5 115.63 17.5 80.75C17.5 45.87 45.87 17.5 80.75 17.5C115.63 17.5 144 45.87 144 80.75C144 115.63 115.63 144 80.75 144Z" fill="black"/><path d="M80.7496 34.5601L34.5596 80.7501L80.7496 126.94L126.94 80.7501L80.7496 34.5601ZM59.3096 80.7501L80.7496 59.3101L102.19 80.7501L80.7496 102.19L59.3096 80.7501Z" fill="black"/></svg>')}232.4%{background-image:url('data:image/svg+xml;utf8,<svg width="162" height="162" viewBox="0 0 162 162" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M161.42 59.08L141.69 45.5L139.8 21.62L115.92 19.72L102.34 0L80.71 10.3L59.08 0L45.5 19.73L21.62 21.63L19.72 45.51L0 59.08L10.3 80.71L0 102.34L19.73 115.92L21.63 139.8L45.51 141.69L59.09 161.42L80.72 151.12L102.35 161.42L115.93 141.69L139.81 139.8L141.7 115.92L161.43 102.34L151.13 80.71L161.43 59.08H161.42ZM106.22 36.51L123.53 37.88L124.9 55.18L139.2 65.02L135.68 72.42H89.99V25.26L96.38 22.22L106.22 36.52V36.51ZM36.51 55.19L37.88 37.89L55.18 36.52L65.02 22.22L72.48 25.77V72.44H25.74L22.22 65.04L36.52 55.2L36.51 55.19ZM55.19 124.9L37.89 123.53L36.52 106.22L22.22 96.38L25.29 89.93H72.5V135.65L65.04 139.2L55.2 124.9H55.19ZM124.9 106.22L123.53 123.53L106.22 124.9L96.38 139.2L89.99 136.16V89.93H136.13L139.2 96.38L124.9 106.22Z" fill="black"/></svg>')}240.7%{background-image:url('data:image/svg+xml;utf8,<svg width="168" height="168" viewBox="0 0 168 168" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M167.12 83.56L151.58 65.34L155.93 41.79L133.36 33.78L125.35 11.21L101.8 15.56L83.56 0L65.34 15.54L41.79 11.19L33.78 33.76L11.21 41.77L15.56 65.33L0 83.56L15.54 101.78L11.19 125.34L33.76 133.35L41.77 155.92L65.32 151.57L83.54 167.11L101.76 151.57L125.31 155.92L133.32 133.35L155.89 125.34L151.54 101.78L167.08 83.56H167.12ZM136 113.84L119.64 119.65L113.83 136.01L96.76 132.86L83.55 144.13L70.34 132.86L53.27 136.01L47.46 119.65L31.1 113.84L34.25 96.77L22.98 83.56L34.25 70.35L31.1 53.28L47.46 47.47L53.27 31.11L70.34 34.26L83.55 22.99L96.76 34.26L113.83 31.11L119.64 47.47L136 53.28L132.85 70.35L144.12 83.56L132.85 96.77L136 113.84Z" fill="black"/><path d="M117.39 73.39H49.7197V90.89H117.39V73.39Z" fill="black"/></svg>')}249%{background-image:url('data:image/svg+xml;utf8,<svg width="162" height="162" viewBox="0 0 162 162" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M161.42 59.08L141.69 45.5L139.8 21.62L115.92 19.72L102.34 0L80.71 10.3L59.08 0L45.5 19.73L21.62 21.63L19.72 45.51L0 59.08L10.3 80.71L0 102.34L19.73 115.92L21.63 139.8L45.51 141.69L59.09 161.42L80.72 151.12L102.35 161.42L115.93 141.69L139.81 139.8L141.7 115.92L161.43 102.34L151.13 80.71L161.43 59.08H161.42ZM106.22 36.51L123.53 37.88L124.9 55.18L139.2 65.02L135.68 72.42H89.99V25.26L96.38 22.22L106.22 36.52V36.51ZM36.51 55.19L37.88 37.89L55.18 36.52L65.02 22.22L72.48 25.77V72.44H25.74L22.22 65.04L36.52 55.2L36.51 55.19ZM55.19 124.9L37.89 123.53L36.52 106.22L22.22 96.38L25.29 89.93H72.5V135.65L65.04 139.2L55.2 124.9H55.19ZM124.9 106.22L123.53 123.53L106.22 124.9L96.38 139.2L89.99 136.16V89.93H136.13L139.2 96.38L124.9 106.22Z" fill="black"/></svg>')}257.3%{background-image:url('data:image/svg+xml;utf8,<svg width="162" height="162" viewBox="0 0 162 162" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M80.75 0C36.22 0 0 36.22 0 80.75C0 125.28 36.22 161.5 80.75 161.5C125.28 161.5 161.5 125.28 161.5 80.75C161.5 36.22 125.28 0 80.75 0ZM80.75 144C45.87 144 17.5 115.63 17.5 80.75C17.5 45.87 45.87 17.5 80.75 17.5C115.63 17.5 144 45.87 144 80.75C144 115.63 115.63 144 80.75 144Z" fill="black"/><path d="M80.7496 39.31C57.8996 39.31 39.3096 57.9 39.3096 80.75C39.3096 103.6 57.8996 122.19 80.7496 122.19C103.6 122.19 122.19 103.6 122.19 80.75C122.19 57.9 103.6 39.31 80.7496 39.31ZM80.7496 104.7C67.5496 104.7 56.8096 93.96 56.8096 80.76C56.8096 67.56 67.5496 56.82 80.7496 56.82C93.9496 56.82 104.69 67.56 104.69 80.76C104.69 93.96 93.9496 104.7 80.7496 104.7Z" fill="black"/></svg>')}265.6%{background-image:url('data:image/svg+xml;utf8,<svg width="162" height="162" viewBox="0 0 162 162" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M161.42 59.08L141.69 45.5L139.8 21.62L115.92 19.72L102.34 0L80.71 10.3L59.08 0L45.5 19.73L21.62 21.63L19.72 45.51L0 59.08L10.3 80.71L0 102.34L19.73 115.92L21.63 139.8L45.51 141.69L59.09 161.42L80.72 151.12L102.35 161.42L115.93 141.69L139.81 139.8L141.7 115.92L161.43 102.34L151.13 80.71L161.43 59.08H161.42ZM106.22 36.51L123.53 37.88L124.9 55.18L139.2 65.02L135.68 72.42H89.99V25.26L96.38 22.22L106.22 36.52V36.51ZM36.51 55.19L37.88 37.89L55.18 36.52L65.02 22.22L72.48 25.77V72.44H25.74L22.22 65.04L36.52 55.2L36.51 55.19ZM55.19 124.9L37.89 123.53L36.52 106.22L22.22 96.38L25.29 89.93H72.5V135.65L65.04 139.2L55.2 124.9H55.19ZM124.9 106.22L123.53 123.53L106.22 124.9L96.38 139.2L89.99 136.16V89.93H136.13L139.2 96.38L124.9 106.22Z" fill="black"/></svg>')}273.9%{background-image:url('data:image/svg+xml;utf8,<svg width="161" height="161" viewBox="0 0 161 161" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M160.24 71.37H112.78L153.88 47.64L145.13 32.48L104.03 56.21L127.76 15.11L112.6 6.36L88.87 47.47V0H71.37V47.46L47.64 6.36L32.48 15.11L56.21 56.21L15.11 32.48L6.36 47.64L47.47 71.37H0V88.87H47.46L6.36 112.6L15.11 127.76L56.21 104.03L32.48 145.13L47.64 153.88L71.37 112.78V160.24H88.87V112.78L112.6 153.88L127.76 145.13L104.03 104.03L145.13 127.76L153.88 112.6L112.78 88.87H160.24V71.37Z" fill="black"/></svg>')}282.2%{background-image:url('data:image/svg+xml;utf8,<svg width="168" height="168" viewBox="0 0 168 168" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M83.56 167.12L65.34 151.58L41.79 155.93L33.78 133.36L11.21 125.35L15.56 101.79L0 83.56L15.54 65.34L11.19 41.79L33.76 33.78L41.77 11.21L65.32 15.56L83.56 0L101.78 15.54L125.33 11.19L133.34 33.76L155.91 41.77L151.56 65.33L167.1 83.55L151.56 101.77L155.91 125.33L133.34 133.34L125.33 155.91L101.78 151.56L83.56 167.1V167.12ZM70.35 132.85L83.56 144.12L96.77 132.85L113.84 136L119.65 119.64L136.01 113.83L132.86 96.76L144.13 83.55L132.86 70.34L136.01 53.27L119.65 47.46L113.84 31.1L96.77 34.25L83.56 22.98L70.35 34.25L53.28 31.1L47.47 47.46L31.11 53.27L34.26 70.34L22.99 83.55L34.26 96.76L31.11 113.83L47.47 119.64L53.28 136L70.35 132.85Z" fill="black"/></svg>')}290.5%{background-image:url('data:image/svg+xml;utf8,<svg width="168" height="168" viewBox="0 0 168 168" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M167.12 83.56L151.58 65.34L155.93 41.79L133.36 33.78L125.35 11.2L101.79 15.55L83.56 0L65.34 15.54L41.79 11.19L33.78 33.77L11.21 41.78L15.56 65.33L0 83.56L15.54 101.78L11.19 125.33L33.76 133.34L41.77 155.91L65.32 151.56L83.54 167.1L101.76 151.56L125.31 155.91L133.32 133.34L155.89 125.33L151.54 101.78L167.08 83.56H167.12ZM136 113.84L119.64 119.65L113.83 136.01L96.76 132.86L83.55 144.13L70.34 132.86L53.27 136.01L47.46 119.65L31.1 113.84L34.25 96.77L22.98 83.56L34.25 70.35L31.1 53.28L47.46 47.47L53.27 31.11L70.34 34.26L83.55 22.99L96.76 34.26L113.83 31.11L119.64 47.47L136 53.28L132.85 70.35L144.12 83.56L132.85 96.77L136 113.84Z" fill="black"/><path d="M101.28 53.45L83.5504 71.18L65.8104 53.45L53.4404 65.82L71.1704 83.56L53.4404 101.29L65.8104 113.67L83.5504 95.93L101.28 113.67L113.66 101.29L95.9204 83.56L113.66 65.82L101.28 53.45Z" fill="black"/></svg>')}298.8%{background-image:url('data:image/svg+xml;utf8,<svg width="162" height="162" viewBox="0 0 162 162" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M80.75 0C36.22 0 0 36.22 0 80.75C0 125.28 36.22 161.5 80.75 161.5C125.28 161.5 161.5 125.28 161.5 80.75C161.5 36.22 125.28 0 80.75 0ZM80.75 144C45.87 144 17.5 115.63 17.5 80.75C17.5 45.87 45.87 17.5 80.75 17.5C115.63 17.5 144 45.87 144 80.75C144 115.63 115.63 144 80.75 144Z" fill="black"/><path d="M80.7496 34.5601L34.5596 80.7501L80.7496 126.94L126.94 80.7501L80.7496 34.5601ZM59.3096 80.7501L80.7496 59.3101L102.19 80.7501L80.7496 102.19L59.3096 80.7501Z" fill="black"/></svg>')}307.1%{background-image:url('data:image/svg+xml;utf8,<svg width="162" height="162" viewBox="0 0 162 162" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M48.0898 113.41H113.41V48.09H48.0898V113.41ZM65.5898 65.59H95.9098V95.91H65.5898V65.59Z" fill="black"/><path d="M114.2 0H47.3L0 47.3V114.2L47.3 161.5H114.2L161.5 114.2V47.3L114.2 0ZM144 106.95L106.95 144H54.55L17.5 106.95V54.55L54.55 17.5H106.95L144 54.55V106.95Z" fill="black"/></svg>')}315.4%{background-image:url('data:image/svg+xml;utf8,<svg width="161" height="161" viewBox="0 0 161 161" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M160.24 71.37H112.78L153.88 47.64L145.13 32.48L104.03 56.21L127.76 15.11L112.6 6.36L88.87 47.47V0H71.37V47.46L47.64 6.36L32.48 15.11L56.21 56.21L15.11 32.48L6.36 47.64L47.47 71.37H0V88.87H47.46L6.36 112.6L15.11 127.76L56.21 104.03L32.48 145.13L47.64 153.88L71.37 112.78V160.24H88.87V112.78L112.6 153.88L127.76 145.13L104.03 104.03L145.13 127.76L153.88 112.6L112.78 88.87H160.24V71.37Z" fill="black"/></svg>')}323.7%{background-image:url('data:image/svg+xml;utf8,<svg width="162" height="162" viewBox="0 0 162 162" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M48.0898 113.41H113.41V48.09H48.0898V113.41ZM65.5898 65.59H95.9098V95.91H65.5898V65.59Z" fill="black"/><path d="M114.2 0H47.3L0 47.3V114.2L47.3 161.5H114.2L161.5 114.2V47.3L114.2 0ZM144 106.95L106.95 144H54.55L17.5 106.95V54.55L54.55 17.5H106.95L144 54.55V106.95Z" fill="black"/></svg>')}332%{background-image:url('data:image/svg+xml;utf8,<svg width="162" height="162" viewBox="0 0 162 162" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M80.75 0C36.22 0 0 36.22 0 80.75C0 125.28 36.22 161.5 80.75 161.5C125.28 161.5 161.5 125.28 161.5 80.75C161.5 36.22 125.28 0 80.75 0ZM80.75 144C45.87 144 17.5 115.63 17.5 80.75C17.5 45.87 45.87 17.5 80.75 17.5C115.63 17.5 144 45.87 144 80.75C144 115.63 115.63 144 80.75 144Z" fill="black"/><path d="M80.7496 39.31C57.8996 39.31 39.3096 57.9 39.3096 80.75C39.3096 103.6 57.8996 122.19 80.7496 122.19C103.6 122.19 122.19 103.6 122.19 80.75C122.19 57.9 103.6 39.31 80.7496 39.31ZM80.7496 104.7C67.5496 104.7 56.8096 93.96 56.8096 80.76C56.8096 67.56 67.5496 56.82 80.7496 56.82C93.9496 56.82 104.69 67.56 104.69 80.76C104.69 93.96 93.9496 104.7 80.7496 104.7Z" fill="black"/></svg>')}340.3%{background-image:url('data:image/svg+xml;utf8,<svg width="160" height="160" viewBox="0 0 160 160" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M136.38 23.4L79.89 0L23.4 23.4L0 79.89L23.4 136.38L79.89 159.78L136.38 136.38L159.78 79.89L136.38 23.4ZM114.24 33.17L79.89 67.52L45.54 33.17L79.89 18.94L114.24 33.17ZM18.94 79.89L33.17 45.54L67.52 79.89L33.17 114.24L18.94 79.89ZM45.54 126.61L79.89 92.26L114.24 126.61L79.89 140.84L45.54 126.61ZM126.61 114.24L92.26 79.89L126.61 45.54L140.84 79.89L126.61 114.24Z" fill="black"/></svg>')}348.6%{background-image:url('data:image/svg+xml;utf8,<svg width="160" height="160" viewBox="0 0 160 160" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M136.38 23.4L79.89 0L23.4 23.4L0 79.89L23.4 136.38L79.89 159.78L136.38 136.38L159.78 79.89L136.38 23.4ZM114.24 33.17L79.89 67.52L45.54 33.17L79.89 18.94L114.24 33.17ZM18.94 79.89L33.17 45.54L67.52 79.89L33.17 114.24L18.94 79.89ZM45.54 126.61L79.89 92.26L114.24 126.61L79.89 140.84L45.54 126.61ZM126.61 114.24L92.26 79.89L126.61 45.54L140.84 79.89L126.61 114.24Z" fill="black"/></svg>')}356.9%{background-image:url('data:image/svg+xml;utf8,<svg width="162" height="162" viewBox="0 0 162 162" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M80.75 0C36.22 0 0 36.22 0 80.75C0 125.28 36.22 161.5 80.75 161.5C125.28 161.5 161.5 125.28 161.5 80.75C161.5 36.22 125.28 0 80.75 0ZM80.75 144C45.87 144 17.5 115.63 17.5 80.75C17.5 45.87 45.87 17.5 80.75 17.5C115.63 17.5 144 45.87 144 80.75C144 115.63 115.63 144 80.75 144Z" fill="black"/><path d="M80.7496 39.31C57.8996 39.31 39.3096 57.9 39.3096 80.75C39.3096 103.6 57.8996 122.19 80.7496 122.19C103.6 122.19 122.19 103.6 122.19 80.75C122.19 57.9 103.6 39.31 80.7496 39.31ZM80.7496 104.7C67.5496 104.7 56.8096 93.96 56.8096 80.76C56.8096 67.56 67.5496 56.82 80.7496 56.82C93.9496 56.82 104.69 67.56 104.69 80.76C104.69 93.96 93.9496 104.7 80.7496 104.7Z" fill="black"/></svg>')}365.2%{background-image:url('data:image/svg+xml;utf8,<svg width="160" height="160" viewBox="0 0 160 160" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M136.38 23.4L79.89 0L23.4 23.4L0 79.89L23.4 136.38L79.89 159.78L136.38 136.38L159.78 79.89L136.38 23.4ZM114.24 33.17L79.89 67.52L45.54 33.17L79.89 18.94L114.24 33.17ZM18.94 79.89L33.17 45.54L67.52 79.89L33.17 114.24L18.94 79.89ZM45.54 126.61L79.89 92.26L114.24 126.61L79.89 140.84L45.54 126.61ZM126.61 114.24L92.26 79.89L126.61 45.54L140.84 79.89L126.61 114.24Z" fill="black"/></svg>')}373.5%{background-image:url('data:image/svg+xml;utf8,<svg width="162" height="162" viewBox="0 0 162 162" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M161.42 59.08L141.69 45.5L139.8 21.62L115.92 19.72L102.34 0L80.71 10.3L59.08 0L45.5 19.73L21.62 21.63L19.72 45.51L0 59.08L10.3 80.71L0 102.34L19.73 115.92L21.63 139.8L45.51 141.69L59.09 161.42L80.72 151.12L102.35 161.42L115.93 141.69L139.81 139.8L141.7 115.92L161.43 102.34L151.13 80.71L161.43 59.08H161.42ZM106.22 36.51L123.53 37.88L124.9 55.18L139.2 65.02L135.68 72.42H89.99V25.26L96.38 22.22L106.22 36.52V36.51ZM36.51 55.19L37.88 37.89L55.18 36.52L65.02 22.22L72.48 25.77V72.44H25.74L22.22 65.04L36.52 55.2L36.51 55.19ZM55.19 124.9L37.89 123.53L36.52 106.22L22.22 96.38L25.29 89.93H72.5V135.65L65.04 139.2L55.2 124.9H55.19ZM124.9 106.22L123.53 123.53L106.22 124.9L96.38 139.2L89.99 136.16V89.93H136.13L139.2 96.38L124.9 106.22Z" fill="black"/></svg>')}381.8%{background-image:url('data:image/svg+xml;utf8,<svg width="162" height="162" viewBox="0 0 162 162" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M48.0898 113.41H113.41V48.09H48.0898V113.41ZM65.5898 65.59H95.9098V95.91H65.5898V65.59Z" fill="black"/><path d="M114.2 0H47.3L0 47.3V114.2L47.3 161.5H114.2L161.5 114.2V47.3L114.2 0ZM144 106.95L106.95 144H54.55L17.5 106.95V54.55L54.55 17.5H106.95L144 54.55V106.95Z" fill="black"/></svg>')}390.1%{background-image:url('data:image/svg+xml;utf8,<svg width="160" height="160" viewBox="0 0 160 160" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M136.38 23.4L79.89 0L23.4 23.4L0 79.89L23.4 136.38L79.89 159.78L136.38 136.38L159.78 79.89L136.38 23.4ZM114.24 33.17L79.89 67.52L45.54 33.17L79.89 18.94L114.24 33.17ZM18.94 79.89L33.17 45.54L67.52 79.89L33.17 114.24L18.94 79.89ZM45.54 126.61L79.89 92.26L114.24 126.61L79.89 140.84L45.54 126.61ZM126.61 114.24L92.26 79.89L126.61 45.54L140.84 79.89L126.61 114.24Z" fill="black"/></svg>')}398.4%{background-image:url('data:image/svg+xml;utf8,<svg width="168" height="168" viewBox="0 0 168 168" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M167.12 83.56L151.58 65.34L155.93 41.79L133.36 33.78L125.35 11.2L101.79 15.55L83.56 0L65.34 15.54L41.79 11.19L33.78 33.77L11.21 41.78L15.56 65.33L0 83.56L15.54 101.78L11.19 125.33L33.76 133.34L41.77 155.91L65.32 151.56L83.54 167.1L101.76 151.56L125.31 155.91L133.32 133.34L155.89 125.33L151.54 101.78L167.08 83.56H167.12ZM136 113.84L119.64 119.65L113.83 136.01L96.76 132.86L83.55 144.13L70.34 132.86L53.27 136.01L47.46 119.65L31.1 113.84L34.25 96.77L22.98 83.56L34.25 70.35L31.1 53.28L47.46 47.47L53.27 31.11L70.34 34.26L83.55 22.99L96.76 34.26L113.83 31.11L119.64 47.47L136 53.28L132.85 70.35L144.12 83.56L132.85 96.77L136 113.84Z" fill="black"/><path d="M101.28 53.45L83.5504 71.18L65.8104 53.45L53.4404 65.82L71.1704 83.56L53.4404 101.29L65.8104 113.67L83.5504 95.93L101.28 113.67L113.66 101.29L95.9204 83.56L113.66 65.82L101.28 53.45Z" fill="black"/></svg>')}406.7%{background-image:url('data:image/svg+xml;utf8,<svg width="162" height="162" viewBox="0 0 162 162" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M80.75 0C36.22 0 0 36.22 0 80.75C0 125.28 36.22 161.5 80.75 161.5C125.28 161.5 161.5 125.28 161.5 80.75C161.5 36.22 125.28 0 80.75 0ZM140.97 61.43L61.43 140.97C55 138.9 49.03 135.83 43.68 131.95L131.95 43.68C135.83 49.03 138.9 55.01 140.97 61.43ZM80.75 17.5C81.11 17.5 81.47 17.52 81.83 17.53L17.53 81.83C17.53 81.47 17.5 81.11 17.5 80.75C17.5 45.87 45.87 17.5 80.75 17.5ZM21.43 102.68L102.68 21.43C108.92 23.74 114.68 27.02 119.82 31.07L31.06 119.82C27.01 114.69 23.73 108.92 21.42 102.68H21.43ZM83.22 143.93L143.94 83.21C142.67 116.13 116.14 142.66 83.22 143.93Z" fill="black"/></svg>')}415%{background-image:url('data:image/svg+xml;utf8,<svg width="168" height="168" viewBox="0 0 168 168" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M83.56 167.12L65.34 151.58L41.79 155.93L33.78 133.36L11.21 125.35L15.56 101.79L0 83.56L15.54 65.34L11.19 41.79L33.76 33.78L41.77 11.21L65.32 15.56L83.56 0L101.78 15.54L125.33 11.19L133.34 33.76L155.91 41.77L151.56 65.33L167.1 83.55L151.56 101.77L155.91 125.33L133.34 133.34L125.33 155.91L101.78 151.56L83.56 167.1V167.12ZM70.35 132.85L83.56 144.12L96.77 132.85L113.84 136L119.65 119.64L136.01 113.83L132.86 96.76L144.13 83.55L132.86 70.34L136.01 53.27L119.65 47.46L113.84 31.1L96.77 34.25L83.56 22.98L70.35 34.25L53.28 31.1L47.47 47.46L31.11 53.27L34.26 70.34L22.99 83.55L34.26 96.76L31.11 113.83L47.47 119.64L53.28 136L70.35 132.85Z" fill="black"/></svg>')}423.3%{background-image:url('data:image/svg+xml;utf8,<svg width="168" height="168" viewBox="0 0 168 168" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M83.56 167.12L65.34 151.58L41.79 155.93L33.78 133.36L11.21 125.35L15.56 101.79L0 83.56L15.54 65.34L11.19 41.79L33.76 33.78L41.77 11.21L65.32 15.56L83.56 0L101.78 15.54L125.33 11.19L133.34 33.76L155.91 41.77L151.56 65.33L167.1 83.55L151.56 101.77L155.91 125.33L133.34 133.34L125.33 155.91L101.78 151.56L83.56 167.1V167.12ZM70.35 132.85L83.56 144.12L96.77 132.85L113.84 136L119.65 119.64L136.01 113.83L132.86 96.76L144.13 83.55L132.86 70.34L136.01 53.27L119.65 47.46L113.84 31.1L96.77 34.25L83.56 22.98L70.35 34.25L53.28 31.1L47.47 47.46L31.11 53.27L34.26 70.34L22.99 83.55L34.26 96.76L31.11 113.83L47.47 119.64L53.28 136L70.35 132.85Z" fill="black"/></svg>')}431.6%{background-image:url('data:image/svg+xml;utf8,<svg width="162" height="162" viewBox="0 0 162 162" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M48.0898 113.41H113.41V48.09H48.0898V113.41ZM65.5898 65.59H95.9098V95.91H65.5898V65.59Z" fill="black"/><path d="M114.2 0H47.3L0 47.3V114.2L47.3 161.5H114.2L161.5 114.2V47.3L114.2 0ZM144 106.95L106.95 144H54.55L17.5 106.95V54.55L54.55 17.5H106.95L144 54.55V106.95Z" fill="black"/></svg>')}439.9%{background-image:url('data:image/svg+xml;utf8,<svg width="162" height="162" viewBox="0 0 162 162" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M48.0898 113.41H113.41V48.09H48.0898V113.41ZM65.5898 65.59H95.9098V95.91H65.5898V65.59Z" fill="black"/><path d="M114.2 0H47.3L0 47.3V114.2L47.3 161.5H114.2L161.5 114.2V47.3L114.2 0ZM144 106.95L106.95 144H54.55L17.5 106.95V54.55L54.55 17.5H106.95L144 54.55V106.95Z" fill="black"/></svg>')}448.2%{background-image:url('data:image/svg+xml;utf8,<svg width="162" height="162" viewBox="0 0 162 162" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M80.75 0C36.22 0 0 36.22 0 80.75C0 125.28 36.22 161.5 80.75 161.5C125.28 161.5 161.5 125.28 161.5 80.75C161.5 36.22 125.28 0 80.75 0ZM80.75 144C45.87 144 17.5 115.63 17.5 80.75C17.5 45.87 45.87 17.5 80.75 17.5C115.63 17.5 144 45.87 144 80.75C144 115.63 115.63 144 80.75 144Z" fill="black"/><path d="M80.7496 34.5601L34.5596 80.7501L80.7496 126.94L126.94 80.7501L80.7496 34.5601ZM59.3096 80.7501L80.7496 59.3101L102.19 80.7501L80.7496 102.19L59.3096 80.7501Z" fill="black"/></svg>')}456.5%{background-image:url('data:image/svg+xml;utf8,<svg width="162" height="162" viewBox="0 0 162 162" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M80.75 0C36.22 0 0 36.22 0 80.75C0 125.28 36.22 161.5 80.75 161.5C125.28 161.5 161.5 125.28 161.5 80.75C161.5 36.22 125.28 0 80.75 0ZM140.97 61.43L61.43 140.97C55 138.9 49.03 135.83 43.68 131.95L131.95 43.68C135.83 49.03 138.9 55.01 140.97 61.43ZM80.75 17.5C81.11 17.5 81.47 17.52 81.83 17.53L17.53 81.83C17.53 81.47 17.5 81.11 17.5 80.75C17.5 45.87 45.87 17.5 80.75 17.5ZM21.43 102.68L102.68 21.43C108.92 23.74 114.68 27.02 119.82 31.07L31.06 119.82C27.01 114.69 23.73 108.92 21.42 102.68H21.43ZM83.22 143.93L143.94 83.21C142.67 116.13 116.14 142.66 83.22 143.93Z" fill="black"/></svg>')}464.8%{background-image:url('data:image/svg+xml;utf8,<svg width="162" height="162" viewBox="0 0 162 162" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M161.42 59.08L141.69 45.5L139.8 21.62L115.92 19.72L102.34 0L80.71 10.3L59.08 0L45.5 19.73L21.62 21.63L19.72 45.51L0 59.08L10.3 80.71L0 102.34L19.73 115.92L21.63 139.8L45.51 141.69L59.09 161.42L80.72 151.12L102.35 161.42L115.93 141.69L139.81 139.8L141.7 115.92L161.43 102.34L151.13 80.71L161.43 59.08H161.42ZM106.22 36.51L123.53 37.88L124.9 55.18L139.2 65.02L135.68 72.42H89.99V25.26L96.38 22.22L106.22 36.52V36.51ZM36.51 55.19L37.88 37.89L55.18 36.52L65.02 22.22L72.48 25.77V72.44H25.74L22.22 65.04L36.52 55.2L36.51 55.19ZM55.19 124.9L37.89 123.53L36.52 106.22L22.22 96.38L25.29 89.93H72.5V135.65L65.04 139.2L55.2 124.9H55.19ZM124.9 106.22L123.53 123.53L106.22 124.9L96.38 139.2L89.99 136.16V89.93H136.13L139.2 96.38L124.9 106.22Z" fill="black"/></svg>')}473.1%{background-image:url('data:image/svg+xml;utf8,<svg width="162" height="162" viewBox="0 0 162 162" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M80.75 0C36.22 0 0 36.22 0 80.75C0 125.28 36.22 161.5 80.75 161.5C125.28 161.5 161.5 125.28 161.5 80.75C161.5 36.22 125.28 0 80.75 0ZM80.75 144C45.87 144 17.5 115.63 17.5 80.75C17.5 45.87 45.87 17.5 80.75 17.5C115.63 17.5 144 45.87 144 80.75C144 115.63 115.63 144 80.75 144Z" fill="black"/><path d="M80.7496 34.5601L34.5596 80.7501L80.7496 126.94L126.94 80.7501L80.7496 34.5601ZM59.3096 80.7501L80.7496 59.3101L102.19 80.7501L80.7496 102.19L59.3096 80.7501Z" fill="black"/></svg>')}481.4%{background-image:url('data:image/svg+xml;utf8,<svg width="162" height="162" viewBox="0 0 162 162" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M80.75 0C36.22 0 0 36.22 0 80.75C0 125.28 36.22 161.5 80.75 161.5C125.28 161.5 161.5 125.28 161.5 80.75C161.5 36.22 125.28 0 80.75 0ZM80.75 144C45.87 144 17.5 115.63 17.5 80.75C17.5 45.87 45.87 17.5 80.75 17.5C115.63 17.5 144 45.87 144 80.75C144 115.63 115.63 144 80.75 144Z" fill="black"/><path d="M80.7496 39.31C57.8996 39.31 39.3096 57.9 39.3096 80.75C39.3096 103.6 57.8996 122.19 80.7496 122.19C103.6 122.19 122.19 103.6 122.19 80.75C122.19 57.9 103.6 39.31 80.7496 39.31ZM80.7496 104.7C67.5496 104.7 56.8096 93.96 56.8096 80.76C56.8096 67.56 67.5496 56.82 80.7496 56.82C93.9496 56.82 104.69 67.56 104.69 80.76C104.69 93.96 93.9496 104.7 80.7496 104.7Z" fill="black"/></svg>')}489.7%{background-image:url('data:image/svg+xml;utf8,<svg width="168" height="168" viewBox="0 0 168 168" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M83.56 167.12L65.34 151.58L41.79 155.93L33.78 133.36L11.21 125.35L15.56 101.79L0 83.56L15.54 65.34L11.19 41.79L33.76 33.78L41.77 11.21L65.32 15.56L83.56 0L101.78 15.54L125.33 11.19L133.34 33.76L155.91 41.77L151.56 65.33L167.1 83.55L151.56 101.77L155.91 125.33L133.34 133.34L125.33 155.91L101.78 151.56L83.56 167.1V167.12ZM70.35 132.85L83.56 144.12L96.77 132.85L113.84 136L119.65 119.64L136.01 113.83L132.86 96.76L144.13 83.55L132.86 70.34L136.01 53.27L119.65 47.46L113.84 31.1L96.77 34.25L83.56 22.98L70.35 34.25L53.28 31.1L47.47 47.46L31.11 53.27L34.26 70.34L22.99 83.55L34.26 96.76L31.11 113.83L47.47 119.64L53.28 136L70.35 132.85Z" fill="black"/></svg>')}498%{background-image:url('data:image/svg+xml;utf8,<svg width="161" height="161" viewBox="0 0 161 161" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M160.24 71.37H112.78L153.88 47.64L145.13 32.48L104.03 56.21L127.76 15.11L112.6 6.36L88.87 47.47V0H71.37V47.46L47.64 6.36L32.48 15.11L56.21 56.21L15.11 32.48L6.36 47.64L47.47 71.37H0V88.87H47.46L6.36 112.6L15.11 127.76L56.21 104.03L32.48 145.13L47.64 153.88L71.37 112.78V160.24H88.87V112.78L112.6 153.88L127.76 145.13L104.03 104.03L145.13 127.76L153.88 112.6L112.78 88.87H160.24V71.37Z" fill="black"/></svg>')}506.3%{background-image:url('data:image/svg+xml;utf8,<svg width="168" height="168" viewBox="0 0 168 168" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M167.12 83.56L151.58 65.34L155.93 41.79L133.36 33.78L125.35 11.2L101.79 15.55L83.56 0L65.34 15.54L41.79 11.19L33.78 33.77L11.21 41.78L15.56 65.33L0 83.56L15.54 101.78L11.19 125.33L33.76 133.34L41.77 155.91L65.32 151.56L83.54 167.1L101.76 151.56L125.31 155.91L133.32 133.34L155.89 125.33L151.54 101.78L167.08 83.56H167.12ZM136 113.84L119.64 119.65L113.83 136.01L96.76 132.86L83.55 144.13L70.34 132.86L53.27 136.01L47.46 119.65L31.1 113.84L34.25 96.77L22.98 83.56L34.25 70.35L31.1 53.28L47.46 47.47L53.27 31.11L70.34 34.26L83.55 22.99L96.76 34.26L113.83 31.11L119.64 47.47L136 53.28L132.85 70.35L144.12 83.56L132.85 96.77L136 113.84Z" fill="black"/><path d="M101.28 53.45L83.5504 71.18L65.8104 53.45L53.4404 65.82L71.1704 83.56L53.4404 101.29L65.8104 113.67L83.5504 95.93L101.28 113.67L113.66 101.29L95.9204 83.56L113.66 65.82L101.28 53.45Z" fill="black"/></svg>')}514.6%{background-image:url('data:image/svg+xml;utf8,<svg width="162" height="162" viewBox="0 0 162 162" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M48.0898 113.41H113.41V48.09H48.0898V113.41ZM65.5898 65.59H95.9098V95.91H65.5898V65.59Z" fill="black"/><path d="M114.2 0H47.3L0 47.3V114.2L47.3 161.5H114.2L161.5 114.2V47.3L114.2 0ZM144 106.95L106.95 144H54.55L17.5 106.95V54.55L54.55 17.5H106.95L144 54.55V106.95Z" fill="black"/></svg>')}522.9%{background-image:url('data:image/svg+xml;utf8,<svg width="161" height="161" viewBox="0 0 161 161" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M160.24 71.37H101.25L142.96 29.65L130.59 17.28L88.87 59V0H71.37V59L29.65 17.28L17.28 29.65L59 71.37H0V88.87H59L17.28 130.59L29.65 142.96L71.37 101.25V160.24H88.87V101.25L130.59 142.96L142.96 130.59L101.25 88.87H160.24V71.37Z" fill="black"/></svg>')}531.2%{background-image:url('data:image/svg+xml;utf8,<svg width="160" height="160" viewBox="0 0 160 160" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M136.38 23.4L79.89 0L23.4 23.4L0 79.89L23.4 136.38L79.89 159.78L136.38 136.38L159.78 79.89L136.38 23.4ZM114.24 33.17L79.89 67.52L45.54 33.17L79.89 18.94L114.24 33.17ZM18.94 79.89L33.17 45.54L67.52 79.89L33.17 114.24L18.94 79.89ZM45.54 126.61L79.89 92.26L114.24 126.61L79.89 140.84L45.54 126.61ZM126.61 114.24L92.26 79.89L126.61 45.54L140.84 79.89L126.61 114.24Z" fill="black"/></svg>')}539.5%{background-image:url('data:image/svg+xml;utf8,<svg width="168" height="168" viewBox="0 0 168 168" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M167.12 83.56L151.58 65.34L155.93 41.79L133.36 33.78L125.35 11.2L101.79 15.55L83.56 0L65.34 15.54L41.79 11.19L33.78 33.77L11.21 41.78L15.56 65.33L0 83.56L15.54 101.78L11.19 125.33L33.76 133.34L41.77 155.91L65.32 151.56L83.54 167.1L101.76 151.56L125.31 155.91L133.32 133.34L155.89 125.33L151.54 101.78L167.08 83.56H167.12ZM136 113.84L119.64 119.65L113.83 136.01L96.76 132.86L83.55 144.13L70.34 132.86L53.27 136.01L47.46 119.65L31.1 113.84L34.25 96.77L22.98 83.56L34.25 70.35L31.1 53.28L47.46 47.47L53.27 31.11L70.34 34.26L83.55 22.99L96.76 34.26L113.83 31.11L119.64 47.47L136 53.28L132.85 70.35L144.12 83.56L132.85 96.77L136 113.84Z" fill="black"/><path d="M101.28 53.45L83.5504 71.18L65.8104 53.45L53.4404 65.82L71.1704 83.56L53.4404 101.29L65.8104 113.67L83.5504 95.93L101.28 113.67L113.66 101.29L95.9204 83.56L113.66 65.82L101.28 53.45Z" fill="black"/></svg>')}547.8%{background-image:url('data:image/svg+xml;utf8,<svg width="168" height="168" viewBox="0 0 168 168" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M167.12 83.56L151.58 65.34L155.93 41.79L133.36 33.78L125.35 11.21L101.8 15.56L83.56 0L65.34 15.54L41.79 11.19L33.78 33.76L11.21 41.77L15.56 65.33L0 83.56L15.54 101.78L11.19 125.34L33.76 133.35L41.77 155.92L65.32 151.57L83.54 167.11L101.76 151.57L125.31 155.92L133.32 133.35L155.89 125.34L151.54 101.78L167.08 83.56H167.12ZM136 113.84L119.64 119.65L113.83 136.01L96.76 132.86L83.55 144.13L70.34 132.86L53.27 136.01L47.46 119.65L31.1 113.84L34.25 96.77L22.98 83.56L34.25 70.35L31.1 53.28L47.46 47.47L53.27 31.11L70.34 34.26L83.55 22.99L96.76 34.26L113.83 31.11L119.64 47.47L136 53.28L132.85 70.35L144.12 83.56L132.85 96.77L136 113.84Z" fill="black"/><path d="M117.39 73.39H49.7197V90.89H117.39V73.39Z" fill="black"/></svg>')}556.1%{background-image:url('data:image/svg+xml;utf8,<svg width="162" height="162" viewBox="0 0 162 162" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M80.75 0C36.22 0 0 36.22 0 80.75C0 125.28 36.22 161.5 80.75 161.5C125.28 161.5 161.5 125.28 161.5 80.75C161.5 36.22 125.28 0 80.75 0ZM80.75 144C45.87 144 17.5 115.63 17.5 80.75C17.5 45.87 45.87 17.5 80.75 17.5C115.63 17.5 144 45.87 144 80.75C144 115.63 115.63 144 80.75 144Z" fill="black"/><path d="M80.7496 34.5601L34.5596 80.7501L80.7496 126.94L126.94 80.7501L80.7496 34.5601ZM59.3096 80.7501L80.7496 59.3101L102.19 80.7501L80.7496 102.19L59.3096 80.7501Z" fill="black"/></svg>')}564.4%{background-image:url('data:image/svg+xml;utf8,<svg width="161" height="161" viewBox="0 0 161 161" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M160.24 71.37H112.78L153.88 47.64L145.13 32.48L104.03 56.21L127.76 15.11L112.6 6.36L88.87 47.47V0H71.37V47.46L47.64 6.36L32.48 15.11L56.21 56.21L15.11 32.48L6.36 47.64L47.47 71.37H0V88.87H47.46L6.36 112.6L15.11 127.76L56.21 104.03L32.48 145.13L47.64 153.88L71.37 112.78V160.24H88.87V112.78L112.6 153.88L127.76 145.13L104.03 104.03L145.13 127.76L153.88 112.6L112.78 88.87H160.24V71.37Z" fill="black"/></svg>')}572.7%{background-image:url('data:image/svg+xml;utf8,<svg width="162" height="162" viewBox="0 0 162 162" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M80.75 0C36.22 0 0 36.22 0 80.75C0 125.28 36.22 161.5 80.75 161.5C125.28 161.5 161.5 125.28 161.5 80.75C161.5 36.22 125.28 0 80.75 0ZM80.75 144C45.87 144 17.5 115.63 17.5 80.75C17.5 45.87 45.87 17.5 80.75 17.5C115.63 17.5 144 45.87 144 80.75C144 115.63 115.63 144 80.75 144Z" fill="black"/><path d="M80.7496 34.5601L34.5596 80.7501L80.7496 126.94L126.94 80.7501L80.7496 34.5601ZM59.3096 80.7501L80.7496 59.3101L102.19 80.7501L80.7496 102.19L59.3096 80.7501Z" fill="black"/></svg>')}581%{background-image:url('data:image/svg+xml;utf8,<svg width="171" height="171" viewBox="0 0 171 171" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M85.37 170.73L60.55 145.29L25.01 145.73L25.45 110.19L0 85.37L25.45 60.55L25.01 25.01L60.55 25.45L85.37 0L110.19 25.44L145.73 25L145.29 60.54L170.74 85.36L145.29 110.18L145.73 145.72L110.19 145.28L85.37 170.72V170.73ZM67.84 127.69L85.37 145.66L102.9 127.69L128.01 128L127.7 102.89L145.67 85.36L127.7 67.83L128.01 42.72L102.9 43.03L85.37 25.06L67.84 43.03L42.73 42.72L43.04 67.83L25.07 85.36L43.04 102.89L42.73 128L67.84 127.69Z" fill="black"/></svg>')}589.3%{background-image:url('data:image/svg+xml;utf8,<svg width="162" height="162" viewBox="0 0 162 162" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M80.75 0C36.22 0 0 36.22 0 80.75C0 125.28 36.22 161.5 80.75 161.5C125.28 161.5 161.5 125.28 161.5 80.75C161.5 36.22 125.28 0 80.75 0ZM140.97 61.43L61.43 140.97C55 138.9 49.03 135.83 43.68 131.95L131.95 43.68C135.83 49.03 138.9 55.01 140.97 61.43ZM80.75 17.5C81.11 17.5 81.47 17.52 81.83 17.53L17.53 81.83C17.53 81.47 17.5 81.11 17.5 80.75C17.5 45.87 45.87 17.5 80.75 17.5ZM21.43 102.68L102.68 21.43C108.92 23.74 114.68 27.02 119.82 31.07L31.06 119.82C27.01 114.69 23.73 108.92 21.42 102.68H21.43ZM83.22 143.93L143.94 83.21C142.67 116.13 116.14 142.66 83.22 143.93Z" fill="black"/></svg>')}597.6%{background-image:url('data:image/svg+xml;utf8,<svg width="161" height="161" viewBox="0 0 161 161" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M160.24 71.37H101.25L142.96 29.65L130.59 17.28L88.87 59V0H71.37V59L29.65 17.28L17.28 29.65L59 71.37H0V88.87H59L17.28 130.59L29.65 142.96L71.37 101.25V160.24H88.87V101.25L130.59 142.96L142.96 130.59L101.25 88.87H160.24V71.37Z" fill="black"/></svg>')}605.9%{background-image:url('data:image/svg+xml;utf8,<svg width="171" height="171" viewBox="0 0 171 171" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M85.37 170.73L60.55 145.29L25.01 145.73L25.45 110.19L0 85.37L25.45 60.55L25.01 25.01L60.55 25.45L85.37 0L110.19 25.44L145.73 25L145.29 60.54L170.74 85.36L145.29 110.18L145.73 145.72L110.19 145.28L85.37 170.72V170.73ZM67.84 127.69L85.37 145.66L102.9 127.69L128.01 128L127.7 102.89L145.67 85.36L127.7 67.83L128.01 42.72L102.9 43.03L85.37 25.06L67.84 43.03L42.73 42.72L43.04 67.83L25.07 85.36L43.04 102.89L42.73 128L67.84 127.69Z" fill="black"/></svg>')}614.2%{background-image:url('data:image/svg+xml;utf8,<svg width="171" height="171" viewBox="0 0 171 171" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M85.37 170.73L60.55 145.29L25.01 145.73L25.45 110.19L0 85.37L25.45 60.55L25.01 25.01L60.55 25.45L85.37 0L110.19 25.44L145.73 25L145.29 60.54L170.74 85.36L145.29 110.18L145.73 145.72L110.19 145.28L85.37 170.72V170.73ZM67.84 127.69L85.37 145.66L102.9 127.69L128.01 128L127.7 102.89L145.67 85.36L127.7 67.83L128.01 42.72L102.9 43.03L85.37 25.06L67.84 43.03L42.73 42.72L43.04 67.83L25.07 85.36L43.04 102.89L42.73 128L67.84 127.69Z" fill="black"/></svg>')}622.5%{background-image:url('data:image/svg+xml;utf8,<svg width="162" height="162" viewBox="0 0 162 162" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M80.75 0C36.22 0 0 36.22 0 80.75C0 125.28 36.22 161.5 80.75 161.5C125.28 161.5 161.5 125.28 161.5 80.75C161.5 36.22 125.28 0 80.75 0ZM140.97 61.43L61.43 140.97C55 138.9 49.03 135.83 43.68 131.95L131.95 43.68C135.83 49.03 138.9 55.01 140.97 61.43ZM80.75 17.5C81.11 17.5 81.47 17.52 81.83 17.53L17.53 81.83C17.53 81.47 17.5 81.11 17.5 80.75C17.5 45.87 45.87 17.5 80.75 17.5ZM21.43 102.68L102.68 21.43C108.92 23.74 114.68 27.02 119.82 31.07L31.06 119.82C27.01 114.69 23.73 108.92 21.42 102.68H21.43ZM83.22 143.93L143.94 83.21C142.67 116.13 116.14 142.66 83.22 143.93Z" fill="black"/></svg>')}630.8%{background-image:url('data:image/svg+xml;utf8,<svg width="162" height="162" viewBox="0 0 162 162" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M80.75 0C36.22 0 0 36.22 0 80.75C0 125.28 36.22 161.5 80.75 161.5C125.28 161.5 161.5 125.28 161.5 80.75C161.5 36.22 125.28 0 80.75 0ZM80.75 144C45.87 144 17.5 115.63 17.5 80.75C17.5 45.87 45.87 17.5 80.75 17.5C115.63 17.5 144 45.87 144 80.75C144 115.63 115.63 144 80.75 144Z" fill="black"/><path d="M80.7496 39.31C57.8996 39.31 39.3096 57.9 39.3096 80.75C39.3096 103.6 57.8996 122.19 80.7496 122.19C103.6 122.19 122.19 103.6 122.19 80.75C122.19 57.9 103.6 39.31 80.7496 39.31ZM80.7496 104.7C67.5496 104.7 56.8096 93.96 56.8096 80.76C56.8096 67.56 67.5496 56.82 80.7496 56.82C93.9496 56.82 104.69 67.56 104.69 80.76C104.69 93.96 93.9496 104.7 80.7496 104.7Z" fill="black"/></svg>')}639.1%{background-image:url('data:image/svg+xml;utf8,<svg width="162" height="162" viewBox="0 0 162 162" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M48.0898 113.41H113.41V48.09H48.0898V113.41ZM65.5898 65.59H95.9098V95.91H65.5898V65.59Z" fill="black"/><path d="M114.2 0H47.3L0 47.3V114.2L47.3 161.5H114.2L161.5 114.2V47.3L114.2 0ZM144 106.95L106.95 144H54.55L17.5 106.95V54.55L54.55 17.5H106.95L144 54.55V106.95Z" fill="black"/></svg>')}647.4%{background-image:url('data:image/svg+xml;utf8,<svg width="160" height="160" viewBox="0 0 160 160" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M136.38 23.4L79.89 0L23.4 23.4L0 79.89L23.4 136.38L79.89 159.78L136.38 136.38L159.78 79.89L136.38 23.4ZM114.24 33.17L79.89 67.52L45.54 33.17L79.89 18.94L114.24 33.17ZM18.94 79.89L33.17 45.54L67.52 79.89L33.17 114.24L18.94 79.89ZM45.54 126.61L79.89 92.26L114.24 126.61L79.89 140.84L45.54 126.61ZM126.61 114.24L92.26 79.89L126.61 45.54L140.84 79.89L126.61 114.24Z" fill="black"/></svg>')}655.7%{background-image:url('data:image/svg+xml;utf8,<svg width="171" height="171" viewBox="0 0 171 171" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M85.37 170.73L60.55 145.29L25.01 145.73L25.45 110.19L0 85.37L25.45 60.55L25.01 25.01L60.55 25.45L85.37 0L110.19 25.44L145.73 25L145.29 60.54L170.74 85.36L145.29 110.18L145.73 145.72L110.19 145.28L85.37 170.72V170.73ZM67.84 127.69L85.37 145.66L102.9 127.69L128.01 128L127.7 102.89L145.67 85.36L127.7 67.83L128.01 42.72L102.9 43.03L85.37 25.06L67.84 43.03L42.73 42.72L43.04 67.83L25.07 85.36L43.04 102.89L42.73 128L67.84 127.69Z" fill="black"/></svg>')}664%{background-image:url('data:image/svg+xml;utf8,<svg width="162" height="162" viewBox="0 0 162 162" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M80.75 0C36.22 0 0 36.22 0 80.75C0 125.28 36.22 161.5 80.75 161.5C125.28 161.5 161.5 125.28 161.5 80.75C161.5 36.22 125.28 0 80.75 0ZM80.75 144C45.87 144 17.5 115.63 17.5 80.75C17.5 45.87 45.87 17.5 80.75 17.5C115.63 17.5 144 45.87 144 80.75C144 115.63 115.63 144 80.75 144Z" fill="black"/><path d="M80.7496 39.31C57.8996 39.31 39.3096 57.9 39.3096 80.75C39.3096 103.6 57.8996 122.19 80.7496 122.19C103.6 122.19 122.19 103.6 122.19 80.75C122.19 57.9 103.6 39.31 80.7496 39.31ZM80.7496 104.7C67.5496 104.7 56.8096 93.96 56.8096 80.76C56.8096 67.56 67.5496 56.82 80.7496 56.82C93.9496 56.82 104.69 67.56 104.69 80.76C104.69 93.96 93.9496 104.7 80.7496 104.7Z" fill="black"/></svg>')}672.3%{background-image:url('data:image/svg+xml;utf8,<svg width="162" height="162" viewBox="0 0 162 162" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M80.75 0C36.22 0 0 36.22 0 80.75C0 125.28 36.22 161.5 80.75 161.5C125.28 161.5 161.5 125.28 161.5 80.75C161.5 36.22 125.28 0 80.75 0ZM140.97 61.43L61.43 140.97C55 138.9 49.03 135.83 43.68 131.95L131.95 43.68C135.83 49.03 138.9 55.01 140.97 61.43ZM80.75 17.5C81.11 17.5 81.47 17.52 81.83 17.53L17.53 81.83C17.53 81.47 17.5 81.11 17.5 80.75C17.5 45.87 45.87 17.5 80.75 17.5ZM21.43 102.68L102.68 21.43C108.92 23.74 114.68 27.02 119.82 31.07L31.06 119.82C27.01 114.69 23.73 108.92 21.42 102.68H21.43ZM83.22 143.93L143.94 83.21C142.67 116.13 116.14 142.66 83.22 143.93Z" fill="black"/></svg>')}680.6%{background-image:url('data:image/svg+xml;utf8,<svg width="160" height="160" viewBox="0 0 160 160" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M136.38 23.4L79.89 0L23.4 23.4L0 79.89L23.4 136.38L79.89 159.78L136.38 136.38L159.78 79.89L136.38 23.4ZM114.24 33.17L79.89 67.52L45.54 33.17L79.89 18.94L114.24 33.17ZM18.94 79.89L33.17 45.54L67.52 79.89L33.17 114.24L18.94 79.89ZM45.54 126.61L79.89 92.26L114.24 126.61L79.89 140.84L45.54 126.61ZM126.61 114.24L92.26 79.89L126.61 45.54L140.84 79.89L126.61 114.24Z" fill="black"/></svg>')}688.9%{background-image:url('data:image/svg+xml;utf8,<svg width="168" height="168" viewBox="0 0 168 168" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M167.12 83.56L151.58 65.34L155.93 41.79L133.36 33.78L125.35 11.21L101.8 15.56L83.56 0L65.34 15.54L41.79 11.19L33.78 33.76L11.21 41.77L15.56 65.33L0 83.56L15.54 101.78L11.19 125.34L33.76 133.35L41.77 155.92L65.32 151.57L83.54 167.11L101.76 151.57L125.31 155.92L133.32 133.35L155.89 125.34L151.54 101.78L167.08 83.56H167.12ZM136 113.84L119.64 119.65L113.83 136.01L96.76 132.86L83.55 144.13L70.34 132.86L53.27 136.01L47.46 119.65L31.1 113.84L34.25 96.77L22.98 83.56L34.25 70.35L31.1 53.28L47.46 47.47L53.27 31.11L70.34 34.26L83.55 22.99L96.76 34.26L113.83 31.11L119.64 47.47L136 53.28L132.85 70.35L144.12 83.56L132.85 96.77L136 113.84Z" fill="black"/><path d="M117.39 73.39H49.7197V90.89H117.39V73.39Z" fill="black"/></svg>')}697.2%{background-image:url('data:image/svg+xml;utf8,<svg width="161" height="161" viewBox="0 0 161 161" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M160.24 71.37H101.25L142.96 29.65L130.59 17.28L88.87 59V0H71.37V59L29.65 17.28L17.28 29.65L59 71.37H0V88.87H59L17.28 130.59L29.65 142.96L71.37 101.25V160.24H88.87V101.25L130.59 142.96L142.96 130.59L101.25 88.87H160.24V71.37Z" fill="black"/></svg>')}705.5%{background-image:url('data:image/svg+xml;utf8,<svg width="162" height="162" viewBox="0 0 162 162" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M80.75 0C36.22 0 0 36.22 0 80.75C0 125.28 36.22 161.5 80.75 161.5C125.28 161.5 161.5 125.28 161.5 80.75C161.5 36.22 125.28 0 80.75 0ZM80.75 144C45.87 144 17.5 115.63 17.5 80.75C17.5 45.87 45.87 17.5 80.75 17.5C115.63 17.5 144 45.87 144 80.75C144 115.63 115.63 144 80.75 144Z" fill="black"/><path d="M80.7496 39.31C57.8996 39.31 39.3096 57.9 39.3096 80.75C39.3096 103.6 57.8996 122.19 80.7496 122.19C103.6 122.19 122.19 103.6 122.19 80.75C122.19 57.9 103.6 39.31 80.7496 39.31ZM80.7496 104.7C67.5496 104.7 56.8096 93.96 56.8096 80.76C56.8096 67.56 67.5496 56.82 80.7496 56.82C93.9496 56.82 104.69 67.56 104.69 80.76C104.69 93.96 93.9496 104.7 80.7496 104.7Z" fill="black"/></svg>')}713.8%{background-image:url('data:image/svg+xml;utf8,<svg width="160" height="160" viewBox="0 0 160 160" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M136.38 23.4L79.89 0L23.4 23.4L0 79.89L23.4 136.38L79.89 159.78L136.38 136.38L159.78 79.89L136.38 23.4ZM114.24 33.17L79.89 67.52L45.54 33.17L79.89 18.94L114.24 33.17ZM18.94 79.89L33.17 45.54L67.52 79.89L33.17 114.24L18.94 79.89ZM45.54 126.61L79.89 92.26L114.24 126.61L79.89 140.84L45.54 126.61ZM126.61 114.24L92.26 79.89L126.61 45.54L140.84 79.89L126.61 114.24Z" fill="black"/></svg>')}722.1%{background-image:url('data:image/svg+xml;utf8,<svg width="162" height="162" viewBox="0 0 162 162" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M48.0898 113.41H113.41V48.09H48.0898V113.41ZM65.5898 65.59H95.9098V95.91H65.5898V65.59Z" fill="black"/><path d="M114.2 0H47.3L0 47.3V114.2L47.3 161.5H114.2L161.5 114.2V47.3L114.2 0ZM144 106.95L106.95 144H54.55L17.5 106.95V54.55L54.55 17.5H106.95L144 54.55V106.95Z" fill="black"/></svg>')}730.4%{background-image:url('data:image/svg+xml;utf8,<svg width="171" height="171" viewBox="0 0 171 171" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M85.37 170.73L60.55 145.29L25.01 145.73L25.45 110.19L0 85.37L25.45 60.55L25.01 25.01L60.55 25.45L85.37 0L110.19 25.44L145.73 25L145.29 60.54L170.74 85.36L145.29 110.18L145.73 145.72L110.19 145.28L85.37 170.72V170.73ZM67.84 127.69L85.37 145.66L102.9 127.69L128.01 128L127.7 102.89L145.67 85.36L127.7 67.83L128.01 42.72L102.9 43.03L85.37 25.06L67.84 43.03L42.73 42.72L43.04 67.83L25.07 85.36L43.04 102.89L42.73 128L67.84 127.69Z" fill="black"/></svg>')}738.7%{background-image:url('data:image/svg+xml;utf8,<svg width="161" height="161" viewBox="0 0 161 161" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M160.24 71.37H101.25L142.96 29.65L130.59 17.28L88.87 59V0H71.37V59L29.65 17.28L17.28 29.65L59 71.37H0V88.87H59L17.28 130.59L29.65 142.96L71.37 101.25V160.24H88.87V101.25L130.59 142.96L142.96 130.59L101.25 88.87H160.24V71.37Z" fill="black"/></svg>')}747%{background-image:url('data:image/svg+xml;utf8,<svg width="162" height="162" viewBox="0 0 162 162" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M80.75 0C36.22 0 0 36.22 0 80.75C0 125.28 36.22 161.5 80.75 161.5C125.28 161.5 161.5 125.28 161.5 80.75C161.5 36.22 125.28 0 80.75 0ZM80.75 144C45.87 144 17.5 115.63 17.5 80.75C17.5 45.87 45.87 17.5 80.75 17.5C115.63 17.5 144 45.87 144 80.75C144 115.63 115.63 144 80.75 144Z" fill="black"/><path d="M80.7496 39.31C57.8996 39.31 39.3096 57.9 39.3096 80.75C39.3096 103.6 57.8996 122.19 80.7496 122.19C103.6 122.19 122.19 103.6 122.19 80.75C122.19 57.9 103.6 39.31 80.7496 39.31ZM80.7496 104.7C67.5496 104.7 56.8096 93.96 56.8096 80.76C56.8096 67.56 67.5496 56.82 80.7496 56.82C93.9496 56.82 104.69 67.56 104.69 80.76C104.69 93.96 93.9496 104.7 80.7496 104.7Z" fill="black"/></svg>')}755.3%{background-image:url('data:image/svg+xml;utf8,<svg width="161" height="161" viewBox="0 0 161 161" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M160.24 71.37H101.25L142.96 29.65L130.59 17.28L88.87 59V0H71.37V59L29.65 17.28L17.28 29.65L59 71.37H0V88.87H59L17.28 130.59L29.65 142.96L71.37 101.25V160.24H88.87V101.25L130.59 142.96L142.96 130.59L101.25 88.87H160.24V71.37Z" fill="black"/></svg>')}763.6%{background-image:url('data:image/svg+xml;utf8,<svg width="162" height="162" viewBox="0 0 162 162" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M161.42 59.08L141.69 45.5L139.8 21.62L115.92 19.72L102.34 0L80.71 10.3L59.08 0L45.5 19.73L21.62 21.63L19.72 45.51L0 59.08L10.3 80.71L0 102.34L19.73 115.92L21.63 139.8L45.51 141.69L59.09 161.42L80.72 151.12L102.35 161.42L115.93 141.69L139.81 139.8L141.7 115.92L161.43 102.34L151.13 80.71L161.43 59.08H161.42ZM106.22 36.51L123.53 37.88L124.9 55.18L139.2 65.02L135.68 72.42H89.99V25.26L96.38 22.22L106.22 36.52V36.51ZM36.51 55.19L37.88 37.89L55.18 36.52L65.02 22.22L72.48 25.77V72.44H25.74L22.22 65.04L36.52 55.2L36.51 55.19ZM55.19 124.9L37.89 123.53L36.52 106.22L22.22 96.38L25.29 89.93H72.5V135.65L65.04 139.2L55.2 124.9H55.19ZM124.9 106.22L123.53 123.53L106.22 124.9L96.38 139.2L89.99 136.16V89.93H136.13L139.2 96.38L124.9 106.22Z" fill="black"/></svg>')}771.9%{background-image:url('data:image/svg+xml;utf8,<svg width="161" height="161" viewBox="0 0 161 161" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M160.24 71.37H112.78L153.88 47.64L145.13 32.48L104.03 56.21L127.76 15.11L112.6 6.36L88.87 47.47V0H71.37V47.46L47.64 6.36L32.48 15.11L56.21 56.21L15.11 32.48L6.36 47.64L47.47 71.37H0V88.87H47.46L6.36 112.6L15.11 127.76L56.21 104.03L32.48 145.13L47.64 153.88L71.37 112.78V160.24H88.87V112.78L112.6 153.88L127.76 145.13L104.03 104.03L145.13 127.76L153.88 112.6L112.78 88.87H160.24V71.37Z" fill="black"/></svg>')}780.2%{background-image:url('data:image/svg+xml;utf8,<svg width="162" height="162" viewBox="0 0 162 162" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M80.75 0C36.22 0 0 36.22 0 80.75C0 125.28 36.22 161.5 80.75 161.5C125.28 161.5 161.5 125.28 161.5 80.75C161.5 36.22 125.28 0 80.75 0ZM140.97 61.43L61.43 140.97C55 138.9 49.03 135.83 43.68 131.95L131.95 43.68C135.83 49.03 138.9 55.01 140.97 61.43ZM80.75 17.5C81.11 17.5 81.47 17.52 81.83 17.53L17.53 81.83C17.53 81.47 17.5 81.11 17.5 80.75C17.5 45.87 45.87 17.5 80.75 17.5ZM21.43 102.68L102.68 21.43C108.92 23.74 114.68 27.02 119.82 31.07L31.06 119.82C27.01 114.69 23.73 108.92 21.42 102.68H21.43ZM83.22 143.93L143.94 83.21C142.67 116.13 116.14 142.66 83.22 143.93Z" fill="black"/></svg>')}788.5%{background-image:url('data:image/svg+xml;utf8,<svg width="160" height="160" viewBox="0 0 160 160" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M136.38 23.4L79.89 0L23.4 23.4L0 79.89L23.4 136.38L79.89 159.78L136.38 136.38L159.78 79.89L136.38 23.4ZM114.24 33.17L79.89 67.52L45.54 33.17L79.89 18.94L114.24 33.17ZM18.94 79.89L33.17 45.54L67.52 79.89L33.17 114.24L18.94 79.89ZM45.54 126.61L79.89 92.26L114.24 126.61L79.89 140.84L45.54 126.61ZM126.61 114.24L92.26 79.89L126.61 45.54L140.84 79.89L126.61 114.24Z" fill="black"/></svg>')}796.8%{background-image:url('data:image/svg+xml;utf8,<svg width="162" height="162" viewBox="0 0 162 162" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M161.42 59.08L141.69 45.5L139.8 21.62L115.92 19.72L102.34 0L80.71 10.3L59.08 0L45.5 19.73L21.62 21.63L19.72 45.51L0 59.08L10.3 80.71L0 102.34L19.73 115.92L21.63 139.8L45.51 141.69L59.09 161.42L80.72 151.12L102.35 161.42L115.93 141.69L139.81 139.8L141.7 115.92L161.43 102.34L151.13 80.71L161.43 59.08H161.42ZM106.22 36.51L123.53 37.88L124.9 55.18L139.2 65.02L135.68 72.42H89.99V25.26L96.38 22.22L106.22 36.52V36.51ZM36.51 55.19L37.88 37.89L55.18 36.52L65.02 22.22L72.48 25.77V72.44H25.74L22.22 65.04L36.52 55.2L36.51 55.19ZM55.19 124.9L37.89 123.53L36.52 106.22L22.22 96.38L25.29 89.93H72.5V135.65L65.04 139.2L55.2 124.9H55.19ZM124.9 106.22L123.53 123.53L106.22 124.9L96.38 139.2L89.99 136.16V89.93H136.13L139.2 96.38L124.9 106.22Z" fill="black"/></svg>')}805.1%{background-image:url('data:image/svg+xml;utf8,<svg width="162" height="162" viewBox="0 0 162 162" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M48.0898 113.41H113.41V48.09H48.0898V113.41ZM65.5898 65.59H95.9098V95.91H65.5898V65.59Z" fill="black"/><path d="M114.2 0H47.3L0 47.3V114.2L47.3 161.5H114.2L161.5 114.2V47.3L114.2 0ZM144 106.95L106.95 144H54.55L17.5 106.95V54.55L54.55 17.5H106.95L144 54.55V106.95Z" fill="black"/></svg>')}813.4%{background-image:url('data:image/svg+xml;utf8,<svg width="168" height="168" viewBox="0 0 168 168" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M167.12 83.56L151.58 65.34L155.93 41.79L133.36 33.78L125.35 11.21L101.8 15.56L83.56 0L65.34 15.54L41.79 11.19L33.78 33.76L11.21 41.77L15.56 65.33L0 83.56L15.54 101.78L11.19 125.34L33.76 133.35L41.77 155.92L65.32 151.57L83.54 167.11L101.76 151.57L125.31 155.92L133.32 133.35L155.89 125.34L151.54 101.78L167.08 83.56H167.12ZM136 113.84L119.64 119.65L113.83 136.01L96.76 132.86L83.55 144.13L70.34 132.86L53.27 136.01L47.46 119.65L31.1 113.84L34.25 96.77L22.98 83.56L34.25 70.35L31.1 53.28L47.46 47.47L53.27 31.11L70.34 34.26L83.55 22.99L96.76 34.26L113.83 31.11L119.64 47.47L136 53.28L132.85 70.35L144.12 83.56L132.85 96.77L136 113.84Z" fill="black"/><path d="M117.39 73.39H49.7197V90.89H117.39V73.39Z" fill="black"/></svg>')}821.7%{background-image:url('data:image/svg+xml;utf8,<svg width="162" height="162" viewBox="0 0 162 162" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M80.75 0C36.22 0 0 36.22 0 80.75C0 125.28 36.22 161.5 80.75 161.5C125.28 161.5 161.5 125.28 161.5 80.75C161.5 36.22 125.28 0 80.75 0ZM140.97 61.43L61.43 140.97C55 138.9 49.03 135.83 43.68 131.95L131.95 43.68C135.83 49.03 138.9 55.01 140.97 61.43ZM80.75 17.5C81.11 17.5 81.47 17.52 81.83 17.53L17.53 81.83C17.53 81.47 17.5 81.11 17.5 80.75C17.5 45.87 45.87 17.5 80.75 17.5ZM21.43 102.68L102.68 21.43C108.92 23.74 114.68 27.02 119.82 31.07L31.06 119.82C27.01 114.69 23.73 108.92 21.42 102.68H21.43ZM83.22 143.93L143.94 83.21C142.67 116.13 116.14 142.66 83.22 143.93Z" fill="black"/></svg>')}830%{background-image:url('data:image/svg+xml;utf8,<svg width="161" height="161" viewBox="0 0 161 161" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M160.24 71.37H101.25L142.96 29.65L130.59 17.28L88.87 59V0H71.37V59L29.65 17.28L17.28 29.65L59 71.37H0V88.87H59L17.28 130.59L29.65 142.96L71.37 101.25V160.24H88.87V101.25L130.59 142.96L142.96 130.59L101.25 88.87H160.24V71.37Z" fill="black"/></svg>')}to{background-image:url('data:image/svg+xml;utf8,<svg width="162" height="162" viewBox="0 0 162 162" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M80.75 0C36.22 0 0 36.22 0 80.75C0 125.28 36.22 161.5 80.75 161.5C125.28 161.5 161.5 125.28 161.5 80.75C161.5 36.22 125.28 0 80.75 0ZM80.75 144C45.87 144 17.5 115.63 17.5 80.75C17.5 45.87 45.87 17.5 80.75 17.5C115.63 17.5 144 45.87 144 80.75C144 115.63 115.63 144 80.75 144Z" fill="black"/><path d="M80.7496 34.5601L34.5596 80.7501L80.7496 126.94L126.94 80.7501L80.7496 34.5601ZM59.3096 80.7501L80.7496 59.3101L102.19 80.7501L80.7496 102.19L59.3096 80.7501Z" fill="black"/></svg>')}}@keyframes goodat-icon-animate2{8.3%{background-image:url('data:image/svg+xml;utf8,<svg width="168" height="168" viewBox="0 0 168 168" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M167.12 83.56L151.58 65.34L155.93 41.79L133.36 33.78L125.35 11.2L101.79 15.55L83.56 0L65.34 15.54L41.79 11.19L33.78 33.77L11.21 41.78L15.56 65.33L0 83.56L15.54 101.78L11.19 125.33L33.76 133.34L41.77 155.91L65.32 151.56L83.54 167.1L101.76 151.56L125.31 155.91L133.32 133.34L155.89 125.33L151.54 101.78L167.08 83.56H167.12ZM136 113.84L119.64 119.65L113.83 136.01L96.76 132.86L83.55 144.13L70.34 132.86L53.27 136.01L47.46 119.65L31.1 113.84L34.25 96.77L22.98 83.56L34.25 70.35L31.1 53.28L47.46 47.47L53.27 31.11L70.34 34.26L83.55 22.99L96.76 34.26L113.83 31.11L119.64 47.47L136 53.28L132.85 70.35L144.12 83.56L132.85 96.77L136 113.84Z" fill="black"/><path d="M101.28 53.45L83.5504 71.18L65.8104 53.45L53.4404 65.82L71.1704 83.56L53.4404 101.29L65.8104 113.67L83.5504 95.93L101.28 113.67L113.66 101.29L95.9204 83.56L113.66 65.82L101.28 53.45Z" fill="black"/></svg>')}16.6%{background-image:url('data:image/svg+xml;utf8,<svg width="168" height="168" viewBox="0 0 168 168" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M83.56 167.12L65.34 151.58L41.79 155.93L33.78 133.36L11.21 125.35L15.56 101.79L0 83.56L15.54 65.34L11.19 41.79L33.76 33.78L41.77 11.21L65.32 15.56L83.56 0L101.78 15.54L125.33 11.19L133.34 33.76L155.91 41.77L151.56 65.33L167.1 83.55L151.56 101.77L155.91 125.33L133.34 133.34L125.33 155.91L101.78 151.56L83.56 167.1V167.12ZM70.35 132.85L83.56 144.12L96.77 132.85L113.84 136L119.65 119.64L136.01 113.83L132.86 96.76L144.13 83.55L132.86 70.34L136.01 53.27L119.65 47.46L113.84 31.1L96.77 34.25L83.56 22.98L70.35 34.25L53.28 31.1L47.47 47.46L31.11 53.27L34.26 70.34L22.99 83.55L34.26 96.76L31.11 113.83L47.47 119.64L53.28 136L70.35 132.85Z" fill="black"/></svg>')}24.9%{background-image:url('data:image/svg+xml;utf8,<svg width="162" height="162" viewBox="0 0 162 162" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M80.75 0C36.22 0 0 36.22 0 80.75C0 125.28 36.22 161.5 80.75 161.5C125.28 161.5 161.5 125.28 161.5 80.75C161.5 36.22 125.28 0 80.75 0ZM140.97 61.43L61.43 140.97C55 138.9 49.03 135.83 43.68 131.95L131.95 43.68C135.83 49.03 138.9 55.01 140.97 61.43ZM80.75 17.5C81.11 17.5 81.47 17.52 81.83 17.53L17.53 81.83C17.53 81.47 17.5 81.11 17.5 80.75C17.5 45.87 45.87 17.5 80.75 17.5ZM21.43 102.68L102.68 21.43C108.92 23.74 114.68 27.02 119.82 31.07L31.06 119.82C27.01 114.69 23.73 108.92 21.42 102.68H21.43ZM83.22 143.93L143.94 83.21C142.67 116.13 116.14 142.66 83.22 143.93Z" fill="black"/></svg>')}33.2%{background-image:url('data:image/svg+xml;utf8,<svg width="162" height="162" viewBox="0 0 162 162" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M80.75 0C36.22 0 0 36.22 0 80.75C0 125.28 36.22 161.5 80.75 161.5C125.28 161.5 161.5 125.28 161.5 80.75C161.5 36.22 125.28 0 80.75 0ZM80.75 144C45.87 144 17.5 115.63 17.5 80.75C17.5 45.87 45.87 17.5 80.75 17.5C115.63 17.5 144 45.87 144 80.75C144 115.63 115.63 144 80.75 144Z" fill="black"/><path d="M80.7496 34.5601L34.5596 80.7501L80.7496 126.94L126.94 80.7501L80.7496 34.5601ZM59.3096 80.7501L80.7496 59.3101L102.19 80.7501L80.7496 102.19L59.3096 80.7501Z" fill="black"/></svg>')}41.5%{background-image:url('data:image/svg+xml;utf8,<svg width="162" height="162" viewBox="0 0 162 162" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M80.75 0C36.22 0 0 36.22 0 80.75C0 125.28 36.22 161.5 80.75 161.5C125.28 161.5 161.5 125.28 161.5 80.75C161.5 36.22 125.28 0 80.75 0ZM80.75 144C45.87 144 17.5 115.63 17.5 80.75C17.5 45.87 45.87 17.5 80.75 17.5C115.63 17.5 144 45.87 144 80.75C144 115.63 115.63 144 80.75 144Z" fill="black"/><path d="M80.7496 34.5601L34.5596 80.7501L80.7496 126.94L126.94 80.7501L80.7496 34.5601ZM59.3096 80.7501L80.7496 59.3101L102.19 80.7501L80.7496 102.19L59.3096 80.7501Z" fill="black"/></svg>')}49.8%{background-image:url('data:image/svg+xml;utf8,<svg width="171" height="171" viewBox="0 0 171 171" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M85.37 170.73L60.55 145.29L25.01 145.73L25.45 110.19L0 85.37L25.45 60.55L25.01 25.01L60.55 25.45L85.37 0L110.19 25.44L145.73 25L145.29 60.54L170.74 85.36L145.29 110.18L145.73 145.72L110.19 145.28L85.37 170.72V170.73ZM67.84 127.69L85.37 145.66L102.9 127.69L128.01 128L127.7 102.89L145.67 85.36L127.7 67.83L128.01 42.72L102.9 43.03L85.37 25.06L67.84 43.03L42.73 42.72L43.04 67.83L25.07 85.36L43.04 102.89L42.73 128L67.84 127.69Z" fill="black"/></svg>')}58.1%{background-image:url('data:image/svg+xml;utf8,<svg width="160" height="160" viewBox="0 0 160 160" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M136.38 23.4L79.89 0L23.4 23.4L0 79.89L23.4 136.38L79.89 159.78L136.38 136.38L159.78 79.89L136.38 23.4ZM114.24 33.17L79.89 67.52L45.54 33.17L79.89 18.94L114.24 33.17ZM18.94 79.89L33.17 45.54L67.52 79.89L33.17 114.24L18.94 79.89ZM45.54 126.61L79.89 92.26L114.24 126.61L79.89 140.84L45.54 126.61ZM126.61 114.24L92.26 79.89L126.61 45.54L140.84 79.89L126.61 114.24Z" fill="black"/></svg>')}66.4%{background-image:url('data:image/svg+xml;utf8,<svg width="162" height="162" viewBox="0 0 162 162" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M48.0898 113.41H113.41V48.09H48.0898V113.41ZM65.5898 65.59H95.9098V95.91H65.5898V65.59Z" fill="black"/><path d="M114.2 0H47.3L0 47.3V114.2L47.3 161.5H114.2L161.5 114.2V47.3L114.2 0ZM144 106.95L106.95 144H54.55L17.5 106.95V54.55L54.55 17.5H106.95L144 54.55V106.95Z" fill="black"/></svg>')}74.7%{background-image:url('data:image/svg+xml;utf8,<svg width="162" height="162" viewBox="0 0 162 162" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M80.75 0C36.22 0 0 36.22 0 80.75C0 125.28 36.22 161.5 80.75 161.5C125.28 161.5 161.5 125.28 161.5 80.75C161.5 36.22 125.28 0 80.75 0ZM140.97 61.43L61.43 140.97C55 138.9 49.03 135.83 43.68 131.95L131.95 43.68C135.83 49.03 138.9 55.01 140.97 61.43ZM80.75 17.5C81.11 17.5 81.47 17.52 81.83 17.53L17.53 81.83C17.53 81.47 17.5 81.11 17.5 80.75C17.5 45.87 45.87 17.5 80.75 17.5ZM21.43 102.68L102.68 21.43C108.92 23.74 114.68 27.02 119.82 31.07L31.06 119.82C27.01 114.69 23.73 108.92 21.42 102.68H21.43ZM83.22 143.93L143.94 83.21C142.67 116.13 116.14 142.66 83.22 143.93Z" fill="black"/></svg>')}83%{background-image:url('data:image/svg+xml;utf8,<svg width="162" height="162" viewBox="0 0 162 162" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M80.75 0C36.22 0 0 36.22 0 80.75C0 125.28 36.22 161.5 80.75 161.5C125.28 161.5 161.5 125.28 161.5 80.75C161.5 36.22 125.28 0 80.75 0ZM140.97 61.43L61.43 140.97C55 138.9 49.03 135.83 43.68 131.95L131.95 43.68C135.83 49.03 138.9 55.01 140.97 61.43ZM80.75 17.5C81.11 17.5 81.47 17.52 81.83 17.53L17.53 81.83C17.53 81.47 17.5 81.11 17.5 80.75C17.5 45.87 45.87 17.5 80.75 17.5ZM21.43 102.68L102.68 21.43C108.92 23.74 114.68 27.02 119.82 31.07L31.06 119.82C27.01 114.69 23.73 108.92 21.42 102.68H21.43ZM83.22 143.93L143.94 83.21C142.67 116.13 116.14 142.66 83.22 143.93Z" fill="black"/></svg>')}91.3%{background-image:url('data:image/svg+xml;utf8,<svg width="168" height="168" viewBox="0 0 168 168" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M167.12 83.56L151.58 65.34L155.93 41.79L133.36 33.78L125.35 11.21L101.8 15.56L83.56 0L65.34 15.54L41.79 11.19L33.78 33.76L11.21 41.77L15.56 65.33L0 83.56L15.54 101.78L11.19 125.34L33.76 133.35L41.77 155.92L65.32 151.57L83.54 167.11L101.76 151.57L125.31 155.92L133.32 133.35L155.89 125.34L151.54 101.78L167.08 83.56H167.12ZM136 113.84L119.64 119.65L113.83 136.01L96.76 132.86L83.55 144.13L70.34 132.86L53.27 136.01L47.46 119.65L31.1 113.84L34.25 96.77L22.98 83.56L34.25 70.35L31.1 53.28L47.46 47.47L53.27 31.11L70.34 34.26L83.55 22.99L96.76 34.26L113.83 31.11L119.64 47.47L136 53.28L132.85 70.35L144.12 83.56L132.85 96.77L136 113.84Z" fill="black"/><path d="M117.39 73.39H49.7197V90.89H117.39V73.39Z" fill="black"/></svg>')}99.6%{background-image:url('data:image/svg+xml;utf8,<svg width="162" height="162" viewBox="0 0 162 162" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M80.75 0C36.22 0 0 36.22 0 80.75C0 125.28 36.22 161.5 80.75 161.5C125.28 161.5 161.5 125.28 161.5 80.75C161.5 36.22 125.28 0 80.75 0ZM80.75 144C45.87 144 17.5 115.63 17.5 80.75C17.5 45.87 45.87 17.5 80.75 17.5C115.63 17.5 144 45.87 144 80.75C144 115.63 115.63 144 80.75 144Z" fill="black"/><path d="M80.7496 34.5601L34.5596 80.7501L80.7496 126.94L126.94 80.7501L80.7496 34.5601ZM59.3096 80.7501L80.7496 59.3101L102.19 80.7501L80.7496 102.19L59.3096 80.7501Z" fill="black"/></svg>')}107.9%{background-image:url('data:image/svg+xml;utf8,<svg width="162" height="162" viewBox="0 0 162 162" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M161.42 59.08L141.69 45.5L139.8 21.62L115.92 19.72L102.34 0L80.71 10.3L59.08 0L45.5 19.73L21.62 21.63L19.72 45.51L0 59.08L10.3 80.71L0 102.34L19.73 115.92L21.63 139.8L45.51 141.69L59.09 161.42L80.72 151.12L102.35 161.42L115.93 141.69L139.81 139.8L141.7 115.92L161.43 102.34L151.13 80.71L161.43 59.08H161.42ZM106.22 36.51L123.53 37.88L124.9 55.18L139.2 65.02L135.68 72.42H89.99V25.26L96.38 22.22L106.22 36.52V36.51ZM36.51 55.19L37.88 37.89L55.18 36.52L65.02 22.22L72.48 25.77V72.44H25.74L22.22 65.04L36.52 55.2L36.51 55.19ZM55.19 124.9L37.89 123.53L36.52 106.22L22.22 96.38L25.29 89.93H72.5V135.65L65.04 139.2L55.2 124.9H55.19ZM124.9 106.22L123.53 123.53L106.22 124.9L96.38 139.2L89.99 136.16V89.93H136.13L139.2 96.38L124.9 106.22Z" fill="black"/></svg>')}116.2%{background-image:url('data:image/svg+xml;utf8,<svg width="162" height="162" viewBox="0 0 162 162" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M80.75 0C36.22 0 0 36.22 0 80.75C0 125.28 36.22 161.5 80.75 161.5C125.28 161.5 161.5 125.28 161.5 80.75C161.5 36.22 125.28 0 80.75 0ZM80.75 144C45.87 144 17.5 115.63 17.5 80.75C17.5 45.87 45.87 17.5 80.75 17.5C115.63 17.5 144 45.87 144 80.75C144 115.63 115.63 144 80.75 144Z" fill="black"/><path d="M80.7496 34.5601L34.5596 80.7501L80.7496 126.94L126.94 80.7501L80.7496 34.5601ZM59.3096 80.7501L80.7496 59.3101L102.19 80.7501L80.7496 102.19L59.3096 80.7501Z" fill="black"/></svg>')}124.5%{background-image:url('data:image/svg+xml;utf8,<svg width="160" height="160" viewBox="0 0 160 160" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M136.38 23.4L79.89 0L23.4 23.4L0 79.89L23.4 136.38L79.89 159.78L136.38 136.38L159.78 79.89L136.38 23.4ZM114.24 33.17L79.89 67.52L45.54 33.17L79.89 18.94L114.24 33.17ZM18.94 79.89L33.17 45.54L67.52 79.89L33.17 114.24L18.94 79.89ZM45.54 126.61L79.89 92.26L114.24 126.61L79.89 140.84L45.54 126.61ZM126.61 114.24L92.26 79.89L126.61 45.54L140.84 79.89L126.61 114.24Z" fill="black"/></svg>')}132.8%{background-image:url('data:image/svg+xml;utf8,<svg width="161" height="161" viewBox="0 0 161 161" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M160.24 71.37H112.78L153.88 47.64L145.13 32.48L104.03 56.21L127.76 15.11L112.6 6.36L88.87 47.47V0H71.37V47.46L47.64 6.36L32.48 15.11L56.21 56.21L15.11 32.48L6.36 47.64L47.47 71.37H0V88.87H47.46L6.36 112.6L15.11 127.76L56.21 104.03L32.48 145.13L47.64 153.88L71.37 112.78V160.24H88.87V112.78L112.6 153.88L127.76 145.13L104.03 104.03L145.13 127.76L153.88 112.6L112.78 88.87H160.24V71.37Z" fill="black"/></svg>')}141.1%{background-image:url('data:image/svg+xml;utf8,<svg width="161" height="161" viewBox="0 0 161 161" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M160.24 71.37H112.78L153.88 47.64L145.13 32.48L104.03 56.21L127.76 15.11L112.6 6.36L88.87 47.47V0H71.37V47.46L47.64 6.36L32.48 15.11L56.21 56.21L15.11 32.48L6.36 47.64L47.47 71.37H0V88.87H47.46L6.36 112.6L15.11 127.76L56.21 104.03L32.48 145.13L47.64 153.88L71.37 112.78V160.24H88.87V112.78L112.6 153.88L127.76 145.13L104.03 104.03L145.13 127.76L153.88 112.6L112.78 88.87H160.24V71.37Z" fill="black"/></svg>')}149.4%{background-image:url('data:image/svg+xml;utf8,<svg width="161" height="161" viewBox="0 0 161 161" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M160.24 71.37H112.78L153.88 47.64L145.13 32.48L104.03 56.21L127.76 15.11L112.6 6.36L88.87 47.47V0H71.37V47.46L47.64 6.36L32.48 15.11L56.21 56.21L15.11 32.48L6.36 47.64L47.47 71.37H0V88.87H47.46L6.36 112.6L15.11 127.76L56.21 104.03L32.48 145.13L47.64 153.88L71.37 112.78V160.24H88.87V112.78L112.6 153.88L127.76 145.13L104.03 104.03L145.13 127.76L153.88 112.6L112.78 88.87H160.24V71.37Z" fill="black"/></svg>')}157.7%{background-image:url('data:image/svg+xml;utf8,<svg width="161" height="161" viewBox="0 0 161 161" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M160.24 71.37H101.25L142.96 29.65L130.59 17.28L88.87 59V0H71.37V59L29.65 17.28L17.28 29.65L59 71.37H0V88.87H59L17.28 130.59L29.65 142.96L71.37 101.25V160.24H88.87V101.25L130.59 142.96L142.96 130.59L101.25 88.87H160.24V71.37Z" fill="black"/></svg>')}166%{background-image:url('data:image/svg+xml;utf8,<svg width="161" height="161" viewBox="0 0 161 161" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M160.24 71.37H101.25L142.96 29.65L130.59 17.28L88.87 59V0H71.37V59L29.65 17.28L17.28 29.65L59 71.37H0V88.87H59L17.28 130.59L29.65 142.96L71.37 101.25V160.24H88.87V101.25L130.59 142.96L142.96 130.59L101.25 88.87H160.24V71.37Z" fill="black"/></svg>')}174.3%{background-image:url('data:image/svg+xml;utf8,<svg width="162" height="162" viewBox="0 0 162 162" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M80.75 0C36.22 0 0 36.22 0 80.75C0 125.28 36.22 161.5 80.75 161.5C125.28 161.5 161.5 125.28 161.5 80.75C161.5 36.22 125.28 0 80.75 0ZM140.97 61.43L61.43 140.97C55 138.9 49.03 135.83 43.68 131.95L131.95 43.68C135.83 49.03 138.9 55.01 140.97 61.43ZM80.75 17.5C81.11 17.5 81.47 17.52 81.83 17.53L17.53 81.83C17.53 81.47 17.5 81.11 17.5 80.75C17.5 45.87 45.87 17.5 80.75 17.5ZM21.43 102.68L102.68 21.43C108.92 23.74 114.68 27.02 119.82 31.07L31.06 119.82C27.01 114.69 23.73 108.92 21.42 102.68H21.43ZM83.22 143.93L143.94 83.21C142.67 116.13 116.14 142.66 83.22 143.93Z" fill="black"/></svg>')}182.6%{background-image:url('data:image/svg+xml;utf8,<svg width="162" height="162" viewBox="0 0 162 162" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M80.75 0C36.22 0 0 36.22 0 80.75C0 125.28 36.22 161.5 80.75 161.5C125.28 161.5 161.5 125.28 161.5 80.75C161.5 36.22 125.28 0 80.75 0ZM80.75 144C45.87 144 17.5 115.63 17.5 80.75C17.5 45.87 45.87 17.5 80.75 17.5C115.63 17.5 144 45.87 144 80.75C144 115.63 115.63 144 80.75 144Z" fill="black"/><path d="M80.7496 34.5601L34.5596 80.7501L80.7496 126.94L126.94 80.7501L80.7496 34.5601ZM59.3096 80.7501L80.7496 59.3101L102.19 80.7501L80.7496 102.19L59.3096 80.7501Z" fill="black"/></svg>')}190.9%{background-image:url('data:image/svg+xml;utf8,<svg width="162" height="162" viewBox="0 0 162 162" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M48.0898 113.41H113.41V48.09H48.0898V113.41ZM65.5898 65.59H95.9098V95.91H65.5898V65.59Z" fill="black"/><path d="M114.2 0H47.3L0 47.3V114.2L47.3 161.5H114.2L161.5 114.2V47.3L114.2 0ZM144 106.95L106.95 144H54.55L17.5 106.95V54.55L54.55 17.5H106.95L144 54.55V106.95Z" fill="black"/></svg>')}199.2%{background-image:url('data:image/svg+xml;utf8,<svg width="168" height="168" viewBox="0 0 168 168" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M167.12 83.56L151.58 65.34L155.93 41.79L133.36 33.78L125.35 11.21L101.8 15.56L83.56 0L65.34 15.54L41.79 11.19L33.78 33.76L11.21 41.77L15.56 65.33L0 83.56L15.54 101.78L11.19 125.34L33.76 133.35L41.77 155.92L65.32 151.57L83.54 167.11L101.76 151.57L125.31 155.92L133.32 133.35L155.89 125.34L151.54 101.78L167.08 83.56H167.12ZM136 113.84L119.64 119.65L113.83 136.01L96.76 132.86L83.55 144.13L70.34 132.86L53.27 136.01L47.46 119.65L31.1 113.84L34.25 96.77L22.98 83.56L34.25 70.35L31.1 53.28L47.46 47.47L53.27 31.11L70.34 34.26L83.55 22.99L96.76 34.26L113.83 31.11L119.64 47.47L136 53.28L132.85 70.35L144.12 83.56L132.85 96.77L136 113.84Z" fill="black"/><path d="M117.39 73.39H49.7197V90.89H117.39V73.39Z" fill="black"/></svg>')}207.5%{background-image:url('data:image/svg+xml;utf8,<svg width="162" height="162" viewBox="0 0 162 162" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M48.0898 113.41H113.41V48.09H48.0898V113.41ZM65.5898 65.59H95.9098V95.91H65.5898V65.59Z" fill="black"/><path d="M114.2 0H47.3L0 47.3V114.2L47.3 161.5H114.2L161.5 114.2V47.3L114.2 0ZM144 106.95L106.95 144H54.55L17.5 106.95V54.55L54.55 17.5H106.95L144 54.55V106.95Z" fill="black"/></svg>')}215.8%{background-image:url('data:image/svg+xml;utf8,<svg width="168" height="168" viewBox="0 0 168 168" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M167.12 83.56L151.58 65.34L155.93 41.79L133.36 33.78L125.35 11.2L101.79 15.55L83.56 0L65.34 15.54L41.79 11.19L33.78 33.77L11.21 41.78L15.56 65.33L0 83.56L15.54 101.78L11.19 125.33L33.76 133.34L41.77 155.91L65.32 151.56L83.54 167.1L101.76 151.56L125.31 155.91L133.32 133.34L155.89 125.33L151.54 101.78L167.08 83.56H167.12ZM136 113.84L119.64 119.65L113.83 136.01L96.76 132.86L83.55 144.13L70.34 132.86L53.27 136.01L47.46 119.65L31.1 113.84L34.25 96.77L22.98 83.56L34.25 70.35L31.1 53.28L47.46 47.47L53.27 31.11L70.34 34.26L83.55 22.99L96.76 34.26L113.83 31.11L119.64 47.47L136 53.28L132.85 70.35L144.12 83.56L132.85 96.77L136 113.84Z" fill="black"/><path d="M101.28 53.45L83.5504 71.18L65.8104 53.45L53.4404 65.82L71.1704 83.56L53.4404 101.29L65.8104 113.67L83.5504 95.93L101.28 113.67L113.66 101.29L95.9204 83.56L113.66 65.82L101.28 53.45Z" fill="black"/></svg>')}224.1%{background-image:url('data:image/svg+xml;utf8,<svg width="162" height="162" viewBox="0 0 162 162" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M80.75 0C36.22 0 0 36.22 0 80.75C0 125.28 36.22 161.5 80.75 161.5C125.28 161.5 161.5 125.28 161.5 80.75C161.5 36.22 125.28 0 80.75 0ZM80.75 144C45.87 144 17.5 115.63 17.5 80.75C17.5 45.87 45.87 17.5 80.75 17.5C115.63 17.5 144 45.87 144 80.75C144 115.63 115.63 144 80.75 144Z" fill="black"/><path d="M80.7496 34.5601L34.5596 80.7501L80.7496 126.94L126.94 80.7501L80.7496 34.5601ZM59.3096 80.7501L80.7496 59.3101L102.19 80.7501L80.7496 102.19L59.3096 80.7501Z" fill="black"/></svg>')}232.4%{background-image:url('data:image/svg+xml;utf8,<svg width="162" height="162" viewBox="0 0 162 162" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M161.42 59.08L141.69 45.5L139.8 21.62L115.92 19.72L102.34 0L80.71 10.3L59.08 0L45.5 19.73L21.62 21.63L19.72 45.51L0 59.08L10.3 80.71L0 102.34L19.73 115.92L21.63 139.8L45.51 141.69L59.09 161.42L80.72 151.12L102.35 161.42L115.93 141.69L139.81 139.8L141.7 115.92L161.43 102.34L151.13 80.71L161.43 59.08H161.42ZM106.22 36.51L123.53 37.88L124.9 55.18L139.2 65.02L135.68 72.42H89.99V25.26L96.38 22.22L106.22 36.52V36.51ZM36.51 55.19L37.88 37.89L55.18 36.52L65.02 22.22L72.48 25.77V72.44H25.74L22.22 65.04L36.52 55.2L36.51 55.19ZM55.19 124.9L37.89 123.53L36.52 106.22L22.22 96.38L25.29 89.93H72.5V135.65L65.04 139.2L55.2 124.9H55.19ZM124.9 106.22L123.53 123.53L106.22 124.9L96.38 139.2L89.99 136.16V89.93H136.13L139.2 96.38L124.9 106.22Z" fill="black"/></svg>')}240.7%{background-image:url('data:image/svg+xml;utf8,<svg width="168" height="168" viewBox="0 0 168 168" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M167.12 83.56L151.58 65.34L155.93 41.79L133.36 33.78L125.35 11.21L101.8 15.56L83.56 0L65.34 15.54L41.79 11.19L33.78 33.76L11.21 41.77L15.56 65.33L0 83.56L15.54 101.78L11.19 125.34L33.76 133.35L41.77 155.92L65.32 151.57L83.54 167.11L101.76 151.57L125.31 155.92L133.32 133.35L155.89 125.34L151.54 101.78L167.08 83.56H167.12ZM136 113.84L119.64 119.65L113.83 136.01L96.76 132.86L83.55 144.13L70.34 132.86L53.27 136.01L47.46 119.65L31.1 113.84L34.25 96.77L22.98 83.56L34.25 70.35L31.1 53.28L47.46 47.47L53.27 31.11L70.34 34.26L83.55 22.99L96.76 34.26L113.83 31.11L119.64 47.47L136 53.28L132.85 70.35L144.12 83.56L132.85 96.77L136 113.84Z" fill="black"/><path d="M117.39 73.39H49.7197V90.89H117.39V73.39Z" fill="black"/></svg>')}249%{background-image:url('data:image/svg+xml;utf8,<svg width="162" height="162" viewBox="0 0 162 162" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M161.42 59.08L141.69 45.5L139.8 21.62L115.92 19.72L102.34 0L80.71 10.3L59.08 0L45.5 19.73L21.62 21.63L19.72 45.51L0 59.08L10.3 80.71L0 102.34L19.73 115.92L21.63 139.8L45.51 141.69L59.09 161.42L80.72 151.12L102.35 161.42L115.93 141.69L139.81 139.8L141.7 115.92L161.43 102.34L151.13 80.71L161.43 59.08H161.42ZM106.22 36.51L123.53 37.88L124.9 55.18L139.2 65.02L135.68 72.42H89.99V25.26L96.38 22.22L106.22 36.52V36.51ZM36.51 55.19L37.88 37.89L55.18 36.52L65.02 22.22L72.48 25.77V72.44H25.74L22.22 65.04L36.52 55.2L36.51 55.19ZM55.19 124.9L37.89 123.53L36.52 106.22L22.22 96.38L25.29 89.93H72.5V135.65L65.04 139.2L55.2 124.9H55.19ZM124.9 106.22L123.53 123.53L106.22 124.9L96.38 139.2L89.99 136.16V89.93H136.13L139.2 96.38L124.9 106.22Z" fill="black"/></svg>')}257.3%{background-image:url('data:image/svg+xml;utf8,<svg width="162" height="162" viewBox="0 0 162 162" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M80.75 0C36.22 0 0 36.22 0 80.75C0 125.28 36.22 161.5 80.75 161.5C125.28 161.5 161.5 125.28 161.5 80.75C161.5 36.22 125.28 0 80.75 0ZM80.75 144C45.87 144 17.5 115.63 17.5 80.75C17.5 45.87 45.87 17.5 80.75 17.5C115.63 17.5 144 45.87 144 80.75C144 115.63 115.63 144 80.75 144Z" fill="black"/><path d="M80.7496 39.31C57.8996 39.31 39.3096 57.9 39.3096 80.75C39.3096 103.6 57.8996 122.19 80.7496 122.19C103.6 122.19 122.19 103.6 122.19 80.75C122.19 57.9 103.6 39.31 80.7496 39.31ZM80.7496 104.7C67.5496 104.7 56.8096 93.96 56.8096 80.76C56.8096 67.56 67.5496 56.82 80.7496 56.82C93.9496 56.82 104.69 67.56 104.69 80.76C104.69 93.96 93.9496 104.7 80.7496 104.7Z" fill="black"/></svg>')}265.6%{background-image:url('data:image/svg+xml;utf8,<svg width="162" height="162" viewBox="0 0 162 162" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M161.42 59.08L141.69 45.5L139.8 21.62L115.92 19.72L102.34 0L80.71 10.3L59.08 0L45.5 19.73L21.62 21.63L19.72 45.51L0 59.08L10.3 80.71L0 102.34L19.73 115.92L21.63 139.8L45.51 141.69L59.09 161.42L80.72 151.12L102.35 161.42L115.93 141.69L139.81 139.8L141.7 115.92L161.43 102.34L151.13 80.71L161.43 59.08H161.42ZM106.22 36.51L123.53 37.88L124.9 55.18L139.2 65.02L135.68 72.42H89.99V25.26L96.38 22.22L106.22 36.52V36.51ZM36.51 55.19L37.88 37.89L55.18 36.52L65.02 22.22L72.48 25.77V72.44H25.74L22.22 65.04L36.52 55.2L36.51 55.19ZM55.19 124.9L37.89 123.53L36.52 106.22L22.22 96.38L25.29 89.93H72.5V135.65L65.04 139.2L55.2 124.9H55.19ZM124.9 106.22L123.53 123.53L106.22 124.9L96.38 139.2L89.99 136.16V89.93H136.13L139.2 96.38L124.9 106.22Z" fill="black"/></svg>')}273.9%{background-image:url('data:image/svg+xml;utf8,<svg width="161" height="161" viewBox="0 0 161 161" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M160.24 71.37H112.78L153.88 47.64L145.13 32.48L104.03 56.21L127.76 15.11L112.6 6.36L88.87 47.47V0H71.37V47.46L47.64 6.36L32.48 15.11L56.21 56.21L15.11 32.48L6.36 47.64L47.47 71.37H0V88.87H47.46L6.36 112.6L15.11 127.76L56.21 104.03L32.48 145.13L47.64 153.88L71.37 112.78V160.24H88.87V112.78L112.6 153.88L127.76 145.13L104.03 104.03L145.13 127.76L153.88 112.6L112.78 88.87H160.24V71.37Z" fill="black"/></svg>')}282.2%{background-image:url('data:image/svg+xml;utf8,<svg width="168" height="168" viewBox="0 0 168 168" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M83.56 167.12L65.34 151.58L41.79 155.93L33.78 133.36L11.21 125.35L15.56 101.79L0 83.56L15.54 65.34L11.19 41.79L33.76 33.78L41.77 11.21L65.32 15.56L83.56 0L101.78 15.54L125.33 11.19L133.34 33.76L155.91 41.77L151.56 65.33L167.1 83.55L151.56 101.77L155.91 125.33L133.34 133.34L125.33 155.91L101.78 151.56L83.56 167.1V167.12ZM70.35 132.85L83.56 144.12L96.77 132.85L113.84 136L119.65 119.64L136.01 113.83L132.86 96.76L144.13 83.55L132.86 70.34L136.01 53.27L119.65 47.46L113.84 31.1L96.77 34.25L83.56 22.98L70.35 34.25L53.28 31.1L47.47 47.46L31.11 53.27L34.26 70.34L22.99 83.55L34.26 96.76L31.11 113.83L47.47 119.64L53.28 136L70.35 132.85Z" fill="black"/></svg>')}290.5%{background-image:url('data:image/svg+xml;utf8,<svg width="168" height="168" viewBox="0 0 168 168" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M167.12 83.56L151.58 65.34L155.93 41.79L133.36 33.78L125.35 11.2L101.79 15.55L83.56 0L65.34 15.54L41.79 11.19L33.78 33.77L11.21 41.78L15.56 65.33L0 83.56L15.54 101.78L11.19 125.33L33.76 133.34L41.77 155.91L65.32 151.56L83.54 167.1L101.76 151.56L125.31 155.91L133.32 133.34L155.89 125.33L151.54 101.78L167.08 83.56H167.12ZM136 113.84L119.64 119.65L113.83 136.01L96.76 132.86L83.55 144.13L70.34 132.86L53.27 136.01L47.46 119.65L31.1 113.84L34.25 96.77L22.98 83.56L34.25 70.35L31.1 53.28L47.46 47.47L53.27 31.11L70.34 34.26L83.55 22.99L96.76 34.26L113.83 31.11L119.64 47.47L136 53.28L132.85 70.35L144.12 83.56L132.85 96.77L136 113.84Z" fill="black"/><path d="M101.28 53.45L83.5504 71.18L65.8104 53.45L53.4404 65.82L71.1704 83.56L53.4404 101.29L65.8104 113.67L83.5504 95.93L101.28 113.67L113.66 101.29L95.9204 83.56L113.66 65.82L101.28 53.45Z" fill="black"/></svg>')}298.8%{background-image:url('data:image/svg+xml;utf8,<svg width="162" height="162" viewBox="0 0 162 162" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M80.75 0C36.22 0 0 36.22 0 80.75C0 125.28 36.22 161.5 80.75 161.5C125.28 161.5 161.5 125.28 161.5 80.75C161.5 36.22 125.28 0 80.75 0ZM80.75 144C45.87 144 17.5 115.63 17.5 80.75C17.5 45.87 45.87 17.5 80.75 17.5C115.63 17.5 144 45.87 144 80.75C144 115.63 115.63 144 80.75 144Z" fill="black"/><path d="M80.7496 34.5601L34.5596 80.7501L80.7496 126.94L126.94 80.7501L80.7496 34.5601ZM59.3096 80.7501L80.7496 59.3101L102.19 80.7501L80.7496 102.19L59.3096 80.7501Z" fill="black"/></svg>')}307.1%{background-image:url('data:image/svg+xml;utf8,<svg width="162" height="162" viewBox="0 0 162 162" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M48.0898 113.41H113.41V48.09H48.0898V113.41ZM65.5898 65.59H95.9098V95.91H65.5898V65.59Z" fill="black"/><path d="M114.2 0H47.3L0 47.3V114.2L47.3 161.5H114.2L161.5 114.2V47.3L114.2 0ZM144 106.95L106.95 144H54.55L17.5 106.95V54.55L54.55 17.5H106.95L144 54.55V106.95Z" fill="black"/></svg>')}315.4%{background-image:url('data:image/svg+xml;utf8,<svg width="161" height="161" viewBox="0 0 161 161" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M160.24 71.37H112.78L153.88 47.64L145.13 32.48L104.03 56.21L127.76 15.11L112.6 6.36L88.87 47.47V0H71.37V47.46L47.64 6.36L32.48 15.11L56.21 56.21L15.11 32.48L6.36 47.64L47.47 71.37H0V88.87H47.46L6.36 112.6L15.11 127.76L56.21 104.03L32.48 145.13L47.64 153.88L71.37 112.78V160.24H88.87V112.78L112.6 153.88L127.76 145.13L104.03 104.03L145.13 127.76L153.88 112.6L112.78 88.87H160.24V71.37Z" fill="black"/></svg>')}323.7%{background-image:url('data:image/svg+xml;utf8,<svg width="162" height="162" viewBox="0 0 162 162" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M48.0898 113.41H113.41V48.09H48.0898V113.41ZM65.5898 65.59H95.9098V95.91H65.5898V65.59Z" fill="black"/><path d="M114.2 0H47.3L0 47.3V114.2L47.3 161.5H114.2L161.5 114.2V47.3L114.2 0ZM144 106.95L106.95 144H54.55L17.5 106.95V54.55L54.55 17.5H106.95L144 54.55V106.95Z" fill="black"/></svg>')}332%{background-image:url('data:image/svg+xml;utf8,<svg width="162" height="162" viewBox="0 0 162 162" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M80.75 0C36.22 0 0 36.22 0 80.75C0 125.28 36.22 161.5 80.75 161.5C125.28 161.5 161.5 125.28 161.5 80.75C161.5 36.22 125.28 0 80.75 0ZM80.75 144C45.87 144 17.5 115.63 17.5 80.75C17.5 45.87 45.87 17.5 80.75 17.5C115.63 17.5 144 45.87 144 80.75C144 115.63 115.63 144 80.75 144Z" fill="black"/><path d="M80.7496 39.31C57.8996 39.31 39.3096 57.9 39.3096 80.75C39.3096 103.6 57.8996 122.19 80.7496 122.19C103.6 122.19 122.19 103.6 122.19 80.75C122.19 57.9 103.6 39.31 80.7496 39.31ZM80.7496 104.7C67.5496 104.7 56.8096 93.96 56.8096 80.76C56.8096 67.56 67.5496 56.82 80.7496 56.82C93.9496 56.82 104.69 67.56 104.69 80.76C104.69 93.96 93.9496 104.7 80.7496 104.7Z" fill="black"/></svg>')}340.3%{background-image:url('data:image/svg+xml;utf8,<svg width="160" height="160" viewBox="0 0 160 160" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M136.38 23.4L79.89 0L23.4 23.4L0 79.89L23.4 136.38L79.89 159.78L136.38 136.38L159.78 79.89L136.38 23.4ZM114.24 33.17L79.89 67.52L45.54 33.17L79.89 18.94L114.24 33.17ZM18.94 79.89L33.17 45.54L67.52 79.89L33.17 114.24L18.94 79.89ZM45.54 126.61L79.89 92.26L114.24 126.61L79.89 140.84L45.54 126.61ZM126.61 114.24L92.26 79.89L126.61 45.54L140.84 79.89L126.61 114.24Z" fill="black"/></svg>')}348.6%{background-image:url('data:image/svg+xml;utf8,<svg width="160" height="160" viewBox="0 0 160 160" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M136.38 23.4L79.89 0L23.4 23.4L0 79.89L23.4 136.38L79.89 159.78L136.38 136.38L159.78 79.89L136.38 23.4ZM114.24 33.17L79.89 67.52L45.54 33.17L79.89 18.94L114.24 33.17ZM18.94 79.89L33.17 45.54L67.52 79.89L33.17 114.24L18.94 79.89ZM45.54 126.61L79.89 92.26L114.24 126.61L79.89 140.84L45.54 126.61ZM126.61 114.24L92.26 79.89L126.61 45.54L140.84 79.89L126.61 114.24Z" fill="black"/></svg>')}356.9%{background-image:url('data:image/svg+xml;utf8,<svg width="162" height="162" viewBox="0 0 162 162" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M80.75 0C36.22 0 0 36.22 0 80.75C0 125.28 36.22 161.5 80.75 161.5C125.28 161.5 161.5 125.28 161.5 80.75C161.5 36.22 125.28 0 80.75 0ZM80.75 144C45.87 144 17.5 115.63 17.5 80.75C17.5 45.87 45.87 17.5 80.75 17.5C115.63 17.5 144 45.87 144 80.75C144 115.63 115.63 144 80.75 144Z" fill="black"/><path d="M80.7496 39.31C57.8996 39.31 39.3096 57.9 39.3096 80.75C39.3096 103.6 57.8996 122.19 80.7496 122.19C103.6 122.19 122.19 103.6 122.19 80.75C122.19 57.9 103.6 39.31 80.7496 39.31ZM80.7496 104.7C67.5496 104.7 56.8096 93.96 56.8096 80.76C56.8096 67.56 67.5496 56.82 80.7496 56.82C93.9496 56.82 104.69 67.56 104.69 80.76C104.69 93.96 93.9496 104.7 80.7496 104.7Z" fill="black"/></svg>')}365.2%{background-image:url('data:image/svg+xml;utf8,<svg width="160" height="160" viewBox="0 0 160 160" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M136.38 23.4L79.89 0L23.4 23.4L0 79.89L23.4 136.38L79.89 159.78L136.38 136.38L159.78 79.89L136.38 23.4ZM114.24 33.17L79.89 67.52L45.54 33.17L79.89 18.94L114.24 33.17ZM18.94 79.89L33.17 45.54L67.52 79.89L33.17 114.24L18.94 79.89ZM45.54 126.61L79.89 92.26L114.24 126.61L79.89 140.84L45.54 126.61ZM126.61 114.24L92.26 79.89L126.61 45.54L140.84 79.89L126.61 114.24Z" fill="black"/></svg>')}373.5%{background-image:url('data:image/svg+xml;utf8,<svg width="162" height="162" viewBox="0 0 162 162" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M161.42 59.08L141.69 45.5L139.8 21.62L115.92 19.72L102.34 0L80.71 10.3L59.08 0L45.5 19.73L21.62 21.63L19.72 45.51L0 59.08L10.3 80.71L0 102.34L19.73 115.92L21.63 139.8L45.51 141.69L59.09 161.42L80.72 151.12L102.35 161.42L115.93 141.69L139.81 139.8L141.7 115.92L161.43 102.34L151.13 80.71L161.43 59.08H161.42ZM106.22 36.51L123.53 37.88L124.9 55.18L139.2 65.02L135.68 72.42H89.99V25.26L96.38 22.22L106.22 36.52V36.51ZM36.51 55.19L37.88 37.89L55.18 36.52L65.02 22.22L72.48 25.77V72.44H25.74L22.22 65.04L36.52 55.2L36.51 55.19ZM55.19 124.9L37.89 123.53L36.52 106.22L22.22 96.38L25.29 89.93H72.5V135.65L65.04 139.2L55.2 124.9H55.19ZM124.9 106.22L123.53 123.53L106.22 124.9L96.38 139.2L89.99 136.16V89.93H136.13L139.2 96.38L124.9 106.22Z" fill="black"/></svg>')}381.8%{background-image:url('data:image/svg+xml;utf8,<svg width="162" height="162" viewBox="0 0 162 162" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M48.0898 113.41H113.41V48.09H48.0898V113.41ZM65.5898 65.59H95.9098V95.91H65.5898V65.59Z" fill="black"/><path d="M114.2 0H47.3L0 47.3V114.2L47.3 161.5H114.2L161.5 114.2V47.3L114.2 0ZM144 106.95L106.95 144H54.55L17.5 106.95V54.55L54.55 17.5H106.95L144 54.55V106.95Z" fill="black"/></svg>')}390.1%{background-image:url('data:image/svg+xml;utf8,<svg width="160" height="160" viewBox="0 0 160 160" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M136.38 23.4L79.89 0L23.4 23.4L0 79.89L23.4 136.38L79.89 159.78L136.38 136.38L159.78 79.89L136.38 23.4ZM114.24 33.17L79.89 67.52L45.54 33.17L79.89 18.94L114.24 33.17ZM18.94 79.89L33.17 45.54L67.52 79.89L33.17 114.24L18.94 79.89ZM45.54 126.61L79.89 92.26L114.24 126.61L79.89 140.84L45.54 126.61ZM126.61 114.24L92.26 79.89L126.61 45.54L140.84 79.89L126.61 114.24Z" fill="black"/></svg>')}398.4%{background-image:url('data:image/svg+xml;utf8,<svg width="168" height="168" viewBox="0 0 168 168" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M167.12 83.56L151.58 65.34L155.93 41.79L133.36 33.78L125.35 11.2L101.79 15.55L83.56 0L65.34 15.54L41.79 11.19L33.78 33.77L11.21 41.78L15.56 65.33L0 83.56L15.54 101.78L11.19 125.33L33.76 133.34L41.77 155.91L65.32 151.56L83.54 167.1L101.76 151.56L125.31 155.91L133.32 133.34L155.89 125.33L151.54 101.78L167.08 83.56H167.12ZM136 113.84L119.64 119.65L113.83 136.01L96.76 132.86L83.55 144.13L70.34 132.86L53.27 136.01L47.46 119.65L31.1 113.84L34.25 96.77L22.98 83.56L34.25 70.35L31.1 53.28L47.46 47.47L53.27 31.11L70.34 34.26L83.55 22.99L96.76 34.26L113.83 31.11L119.64 47.47L136 53.28L132.85 70.35L144.12 83.56L132.85 96.77L136 113.84Z" fill="black"/><path d="M101.28 53.45L83.5504 71.18L65.8104 53.45L53.4404 65.82L71.1704 83.56L53.4404 101.29L65.8104 113.67L83.5504 95.93L101.28 113.67L113.66 101.29L95.9204 83.56L113.66 65.82L101.28 53.45Z" fill="black"/></svg>')}406.7%{background-image:url('data:image/svg+xml;utf8,<svg width="162" height="162" viewBox="0 0 162 162" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M80.75 0C36.22 0 0 36.22 0 80.75C0 125.28 36.22 161.5 80.75 161.5C125.28 161.5 161.5 125.28 161.5 80.75C161.5 36.22 125.28 0 80.75 0ZM140.97 61.43L61.43 140.97C55 138.9 49.03 135.83 43.68 131.95L131.95 43.68C135.83 49.03 138.9 55.01 140.97 61.43ZM80.75 17.5C81.11 17.5 81.47 17.52 81.83 17.53L17.53 81.83C17.53 81.47 17.5 81.11 17.5 80.75C17.5 45.87 45.87 17.5 80.75 17.5ZM21.43 102.68L102.68 21.43C108.92 23.74 114.68 27.02 119.82 31.07L31.06 119.82C27.01 114.69 23.73 108.92 21.42 102.68H21.43ZM83.22 143.93L143.94 83.21C142.67 116.13 116.14 142.66 83.22 143.93Z" fill="black"/></svg>')}415%{background-image:url('data:image/svg+xml;utf8,<svg width="168" height="168" viewBox="0 0 168 168" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M83.56 167.12L65.34 151.58L41.79 155.93L33.78 133.36L11.21 125.35L15.56 101.79L0 83.56L15.54 65.34L11.19 41.79L33.76 33.78L41.77 11.21L65.32 15.56L83.56 0L101.78 15.54L125.33 11.19L133.34 33.76L155.91 41.77L151.56 65.33L167.1 83.55L151.56 101.77L155.91 125.33L133.34 133.34L125.33 155.91L101.78 151.56L83.56 167.1V167.12ZM70.35 132.85L83.56 144.12L96.77 132.85L113.84 136L119.65 119.64L136.01 113.83L132.86 96.76L144.13 83.55L132.86 70.34L136.01 53.27L119.65 47.46L113.84 31.1L96.77 34.25L83.56 22.98L70.35 34.25L53.28 31.1L47.47 47.46L31.11 53.27L34.26 70.34L22.99 83.55L34.26 96.76L31.11 113.83L47.47 119.64L53.28 136L70.35 132.85Z" fill="black"/></svg>')}423.3%{background-image:url('data:image/svg+xml;utf8,<svg width="168" height="168" viewBox="0 0 168 168" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M83.56 167.12L65.34 151.58L41.79 155.93L33.78 133.36L11.21 125.35L15.56 101.79L0 83.56L15.54 65.34L11.19 41.79L33.76 33.78L41.77 11.21L65.32 15.56L83.56 0L101.78 15.54L125.33 11.19L133.34 33.76L155.91 41.77L151.56 65.33L167.1 83.55L151.56 101.77L155.91 125.33L133.34 133.34L125.33 155.91L101.78 151.56L83.56 167.1V167.12ZM70.35 132.85L83.56 144.12L96.77 132.85L113.84 136L119.65 119.64L136.01 113.83L132.86 96.76L144.13 83.55L132.86 70.34L136.01 53.27L119.65 47.46L113.84 31.1L96.77 34.25L83.56 22.98L70.35 34.25L53.28 31.1L47.47 47.46L31.11 53.27L34.26 70.34L22.99 83.55L34.26 96.76L31.11 113.83L47.47 119.64L53.28 136L70.35 132.85Z" fill="black"/></svg>')}431.6%{background-image:url('data:image/svg+xml;utf8,<svg width="162" height="162" viewBox="0 0 162 162" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M48.0898 113.41H113.41V48.09H48.0898V113.41ZM65.5898 65.59H95.9098V95.91H65.5898V65.59Z" fill="black"/><path d="M114.2 0H47.3L0 47.3V114.2L47.3 161.5H114.2L161.5 114.2V47.3L114.2 0ZM144 106.95L106.95 144H54.55L17.5 106.95V54.55L54.55 17.5H106.95L144 54.55V106.95Z" fill="black"/></svg>')}439.9%{background-image:url('data:image/svg+xml;utf8,<svg width="162" height="162" viewBox="0 0 162 162" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M48.0898 113.41H113.41V48.09H48.0898V113.41ZM65.5898 65.59H95.9098V95.91H65.5898V65.59Z" fill="black"/><path d="M114.2 0H47.3L0 47.3V114.2L47.3 161.5H114.2L161.5 114.2V47.3L114.2 0ZM144 106.95L106.95 144H54.55L17.5 106.95V54.55L54.55 17.5H106.95L144 54.55V106.95Z" fill="black"/></svg>')}448.2%{background-image:url('data:image/svg+xml;utf8,<svg width="162" height="162" viewBox="0 0 162 162" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M80.75 0C36.22 0 0 36.22 0 80.75C0 125.28 36.22 161.5 80.75 161.5C125.28 161.5 161.5 125.28 161.5 80.75C161.5 36.22 125.28 0 80.75 0ZM80.75 144C45.87 144 17.5 115.63 17.5 80.75C17.5 45.87 45.87 17.5 80.75 17.5C115.63 17.5 144 45.87 144 80.75C144 115.63 115.63 144 80.75 144Z" fill="black"/><path d="M80.7496 34.5601L34.5596 80.7501L80.7496 126.94L126.94 80.7501L80.7496 34.5601ZM59.3096 80.7501L80.7496 59.3101L102.19 80.7501L80.7496 102.19L59.3096 80.7501Z" fill="black"/></svg>')}456.5%{background-image:url('data:image/svg+xml;utf8,<svg width="162" height="162" viewBox="0 0 162 162" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M80.75 0C36.22 0 0 36.22 0 80.75C0 125.28 36.22 161.5 80.75 161.5C125.28 161.5 161.5 125.28 161.5 80.75C161.5 36.22 125.28 0 80.75 0ZM140.97 61.43L61.43 140.97C55 138.9 49.03 135.83 43.68 131.95L131.95 43.68C135.83 49.03 138.9 55.01 140.97 61.43ZM80.75 17.5C81.11 17.5 81.47 17.52 81.83 17.53L17.53 81.83C17.53 81.47 17.5 81.11 17.5 80.75C17.5 45.87 45.87 17.5 80.75 17.5ZM21.43 102.68L102.68 21.43C108.92 23.74 114.68 27.02 119.82 31.07L31.06 119.82C27.01 114.69 23.73 108.92 21.42 102.68H21.43ZM83.22 143.93L143.94 83.21C142.67 116.13 116.14 142.66 83.22 143.93Z" fill="black"/></svg>')}464.8%{background-image:url('data:image/svg+xml;utf8,<svg width="162" height="162" viewBox="0 0 162 162" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M161.42 59.08L141.69 45.5L139.8 21.62L115.92 19.72L102.34 0L80.71 10.3L59.08 0L45.5 19.73L21.62 21.63L19.72 45.51L0 59.08L10.3 80.71L0 102.34L19.73 115.92L21.63 139.8L45.51 141.69L59.09 161.42L80.72 151.12L102.35 161.42L115.93 141.69L139.81 139.8L141.7 115.92L161.43 102.34L151.13 80.71L161.43 59.08H161.42ZM106.22 36.51L123.53 37.88L124.9 55.18L139.2 65.02L135.68 72.42H89.99V25.26L96.38 22.22L106.22 36.52V36.51ZM36.51 55.19L37.88 37.89L55.18 36.52L65.02 22.22L72.48 25.77V72.44H25.74L22.22 65.04L36.52 55.2L36.51 55.19ZM55.19 124.9L37.89 123.53L36.52 106.22L22.22 96.38L25.29 89.93H72.5V135.65L65.04 139.2L55.2 124.9H55.19ZM124.9 106.22L123.53 123.53L106.22 124.9L96.38 139.2L89.99 136.16V89.93H136.13L139.2 96.38L124.9 106.22Z" fill="black"/></svg>')}473.1%{background-image:url('data:image/svg+xml;utf8,<svg width="162" height="162" viewBox="0 0 162 162" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M80.75 0C36.22 0 0 36.22 0 80.75C0 125.28 36.22 161.5 80.75 161.5C125.28 161.5 161.5 125.28 161.5 80.75C161.5 36.22 125.28 0 80.75 0ZM80.75 144C45.87 144 17.5 115.63 17.5 80.75C17.5 45.87 45.87 17.5 80.75 17.5C115.63 17.5 144 45.87 144 80.75C144 115.63 115.63 144 80.75 144Z" fill="black"/><path d="M80.7496 34.5601L34.5596 80.7501L80.7496 126.94L126.94 80.7501L80.7496 34.5601ZM59.3096 80.7501L80.7496 59.3101L102.19 80.7501L80.7496 102.19L59.3096 80.7501Z" fill="black"/></svg>')}481.4%{background-image:url('data:image/svg+xml;utf8,<svg width="162" height="162" viewBox="0 0 162 162" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M80.75 0C36.22 0 0 36.22 0 80.75C0 125.28 36.22 161.5 80.75 161.5C125.28 161.5 161.5 125.28 161.5 80.75C161.5 36.22 125.28 0 80.75 0ZM80.75 144C45.87 144 17.5 115.63 17.5 80.75C17.5 45.87 45.87 17.5 80.75 17.5C115.63 17.5 144 45.87 144 80.75C144 115.63 115.63 144 80.75 144Z" fill="black"/><path d="M80.7496 39.31C57.8996 39.31 39.3096 57.9 39.3096 80.75C39.3096 103.6 57.8996 122.19 80.7496 122.19C103.6 122.19 122.19 103.6 122.19 80.75C122.19 57.9 103.6 39.31 80.7496 39.31ZM80.7496 104.7C67.5496 104.7 56.8096 93.96 56.8096 80.76C56.8096 67.56 67.5496 56.82 80.7496 56.82C93.9496 56.82 104.69 67.56 104.69 80.76C104.69 93.96 93.9496 104.7 80.7496 104.7Z" fill="black"/></svg>')}489.7%{background-image:url('data:image/svg+xml;utf8,<svg width="168" height="168" viewBox="0 0 168 168" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M83.56 167.12L65.34 151.58L41.79 155.93L33.78 133.36L11.21 125.35L15.56 101.79L0 83.56L15.54 65.34L11.19 41.79L33.76 33.78L41.77 11.21L65.32 15.56L83.56 0L101.78 15.54L125.33 11.19L133.34 33.76L155.91 41.77L151.56 65.33L167.1 83.55L151.56 101.77L155.91 125.33L133.34 133.34L125.33 155.91L101.78 151.56L83.56 167.1V167.12ZM70.35 132.85L83.56 144.12L96.77 132.85L113.84 136L119.65 119.64L136.01 113.83L132.86 96.76L144.13 83.55L132.86 70.34L136.01 53.27L119.65 47.46L113.84 31.1L96.77 34.25L83.56 22.98L70.35 34.25L53.28 31.1L47.47 47.46L31.11 53.27L34.26 70.34L22.99 83.55L34.26 96.76L31.11 113.83L47.47 119.64L53.28 136L70.35 132.85Z" fill="black"/></svg>')}498%{background-image:url('data:image/svg+xml;utf8,<svg width="161" height="161" viewBox="0 0 161 161" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M160.24 71.37H112.78L153.88 47.64L145.13 32.48L104.03 56.21L127.76 15.11L112.6 6.36L88.87 47.47V0H71.37V47.46L47.64 6.36L32.48 15.11L56.21 56.21L15.11 32.48L6.36 47.64L47.47 71.37H0V88.87H47.46L6.36 112.6L15.11 127.76L56.21 104.03L32.48 145.13L47.64 153.88L71.37 112.78V160.24H88.87V112.78L112.6 153.88L127.76 145.13L104.03 104.03L145.13 127.76L153.88 112.6L112.78 88.87H160.24V71.37Z" fill="black"/></svg>')}506.3%{background-image:url('data:image/svg+xml;utf8,<svg width="168" height="168" viewBox="0 0 168 168" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M167.12 83.56L151.58 65.34L155.93 41.79L133.36 33.78L125.35 11.2L101.79 15.55L83.56 0L65.34 15.54L41.79 11.19L33.78 33.77L11.21 41.78L15.56 65.33L0 83.56L15.54 101.78L11.19 125.33L33.76 133.34L41.77 155.91L65.32 151.56L83.54 167.1L101.76 151.56L125.31 155.91L133.32 133.34L155.89 125.33L151.54 101.78L167.08 83.56H167.12ZM136 113.84L119.64 119.65L113.83 136.01L96.76 132.86L83.55 144.13L70.34 132.86L53.27 136.01L47.46 119.65L31.1 113.84L34.25 96.77L22.98 83.56L34.25 70.35L31.1 53.28L47.46 47.47L53.27 31.11L70.34 34.26L83.55 22.99L96.76 34.26L113.83 31.11L119.64 47.47L136 53.28L132.85 70.35L144.12 83.56L132.85 96.77L136 113.84Z" fill="black"/><path d="M101.28 53.45L83.5504 71.18L65.8104 53.45L53.4404 65.82L71.1704 83.56L53.4404 101.29L65.8104 113.67L83.5504 95.93L101.28 113.67L113.66 101.29L95.9204 83.56L113.66 65.82L101.28 53.45Z" fill="black"/></svg>')}514.6%{background-image:url('data:image/svg+xml;utf8,<svg width="162" height="162" viewBox="0 0 162 162" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M48.0898 113.41H113.41V48.09H48.0898V113.41ZM65.5898 65.59H95.9098V95.91H65.5898V65.59Z" fill="black"/><path d="M114.2 0H47.3L0 47.3V114.2L47.3 161.5H114.2L161.5 114.2V47.3L114.2 0ZM144 106.95L106.95 144H54.55L17.5 106.95V54.55L54.55 17.5H106.95L144 54.55V106.95Z" fill="black"/></svg>')}522.9%{background-image:url('data:image/svg+xml;utf8,<svg width="161" height="161" viewBox="0 0 161 161" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M160.24 71.37H101.25L142.96 29.65L130.59 17.28L88.87 59V0H71.37V59L29.65 17.28L17.28 29.65L59 71.37H0V88.87H59L17.28 130.59L29.65 142.96L71.37 101.25V160.24H88.87V101.25L130.59 142.96L142.96 130.59L101.25 88.87H160.24V71.37Z" fill="black"/></svg>')}531.2%{background-image:url('data:image/svg+xml;utf8,<svg width="160" height="160" viewBox="0 0 160 160" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M136.38 23.4L79.89 0L23.4 23.4L0 79.89L23.4 136.38L79.89 159.78L136.38 136.38L159.78 79.89L136.38 23.4ZM114.24 33.17L79.89 67.52L45.54 33.17L79.89 18.94L114.24 33.17ZM18.94 79.89L33.17 45.54L67.52 79.89L33.17 114.24L18.94 79.89ZM45.54 126.61L79.89 92.26L114.24 126.61L79.89 140.84L45.54 126.61ZM126.61 114.24L92.26 79.89L126.61 45.54L140.84 79.89L126.61 114.24Z" fill="black"/></svg>')}539.5%{background-image:url('data:image/svg+xml;utf8,<svg width="168" height="168" viewBox="0 0 168 168" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M167.12 83.56L151.58 65.34L155.93 41.79L133.36 33.78L125.35 11.2L101.79 15.55L83.56 0L65.34 15.54L41.79 11.19L33.78 33.77L11.21 41.78L15.56 65.33L0 83.56L15.54 101.78L11.19 125.33L33.76 133.34L41.77 155.91L65.32 151.56L83.54 167.1L101.76 151.56L125.31 155.91L133.32 133.34L155.89 125.33L151.54 101.78L167.08 83.56H167.12ZM136 113.84L119.64 119.65L113.83 136.01L96.76 132.86L83.55 144.13L70.34 132.86L53.27 136.01L47.46 119.65L31.1 113.84L34.25 96.77L22.98 83.56L34.25 70.35L31.1 53.28L47.46 47.47L53.27 31.11L70.34 34.26L83.55 22.99L96.76 34.26L113.83 31.11L119.64 47.47L136 53.28L132.85 70.35L144.12 83.56L132.85 96.77L136 113.84Z" fill="black"/><path d="M101.28 53.45L83.5504 71.18L65.8104 53.45L53.4404 65.82L71.1704 83.56L53.4404 101.29L65.8104 113.67L83.5504 95.93L101.28 113.67L113.66 101.29L95.9204 83.56L113.66 65.82L101.28 53.45Z" fill="black"/></svg>')}547.8%{background-image:url('data:image/svg+xml;utf8,<svg width="168" height="168" viewBox="0 0 168 168" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M167.12 83.56L151.58 65.34L155.93 41.79L133.36 33.78L125.35 11.21L101.8 15.56L83.56 0L65.34 15.54L41.79 11.19L33.78 33.76L11.21 41.77L15.56 65.33L0 83.56L15.54 101.78L11.19 125.34L33.76 133.35L41.77 155.92L65.32 151.57L83.54 167.11L101.76 151.57L125.31 155.92L133.32 133.35L155.89 125.34L151.54 101.78L167.08 83.56H167.12ZM136 113.84L119.64 119.65L113.83 136.01L96.76 132.86L83.55 144.13L70.34 132.86L53.27 136.01L47.46 119.65L31.1 113.84L34.25 96.77L22.98 83.56L34.25 70.35L31.1 53.28L47.46 47.47L53.27 31.11L70.34 34.26L83.55 22.99L96.76 34.26L113.83 31.11L119.64 47.47L136 53.28L132.85 70.35L144.12 83.56L132.85 96.77L136 113.84Z" fill="black"/><path d="M117.39 73.39H49.7197V90.89H117.39V73.39Z" fill="black"/></svg>')}556.1%{background-image:url('data:image/svg+xml;utf8,<svg width="162" height="162" viewBox="0 0 162 162" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M80.75 0C36.22 0 0 36.22 0 80.75C0 125.28 36.22 161.5 80.75 161.5C125.28 161.5 161.5 125.28 161.5 80.75C161.5 36.22 125.28 0 80.75 0ZM80.75 144C45.87 144 17.5 115.63 17.5 80.75C17.5 45.87 45.87 17.5 80.75 17.5C115.63 17.5 144 45.87 144 80.75C144 115.63 115.63 144 80.75 144Z" fill="black"/><path d="M80.7496 34.5601L34.5596 80.7501L80.7496 126.94L126.94 80.7501L80.7496 34.5601ZM59.3096 80.7501L80.7496 59.3101L102.19 80.7501L80.7496 102.19L59.3096 80.7501Z" fill="black"/></svg>')}564.4%{background-image:url('data:image/svg+xml;utf8,<svg width="161" height="161" viewBox="0 0 161 161" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M160.24 71.37H112.78L153.88 47.64L145.13 32.48L104.03 56.21L127.76 15.11L112.6 6.36L88.87 47.47V0H71.37V47.46L47.64 6.36L32.48 15.11L56.21 56.21L15.11 32.48L6.36 47.64L47.47 71.37H0V88.87H47.46L6.36 112.6L15.11 127.76L56.21 104.03L32.48 145.13L47.64 153.88L71.37 112.78V160.24H88.87V112.78L112.6 153.88L127.76 145.13L104.03 104.03L145.13 127.76L153.88 112.6L112.78 88.87H160.24V71.37Z" fill="black"/></svg>')}572.7%{background-image:url('data:image/svg+xml;utf8,<svg width="162" height="162" viewBox="0 0 162 162" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M80.75 0C36.22 0 0 36.22 0 80.75C0 125.28 36.22 161.5 80.75 161.5C125.28 161.5 161.5 125.28 161.5 80.75C161.5 36.22 125.28 0 80.75 0ZM80.75 144C45.87 144 17.5 115.63 17.5 80.75C17.5 45.87 45.87 17.5 80.75 17.5C115.63 17.5 144 45.87 144 80.75C144 115.63 115.63 144 80.75 144Z" fill="black"/><path d="M80.7496 34.5601L34.5596 80.7501L80.7496 126.94L126.94 80.7501L80.7496 34.5601ZM59.3096 80.7501L80.7496 59.3101L102.19 80.7501L80.7496 102.19L59.3096 80.7501Z" fill="black"/></svg>')}581%{background-image:url('data:image/svg+xml;utf8,<svg width="171" height="171" viewBox="0 0 171 171" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M85.37 170.73L60.55 145.29L25.01 145.73L25.45 110.19L0 85.37L25.45 60.55L25.01 25.01L60.55 25.45L85.37 0L110.19 25.44L145.73 25L145.29 60.54L170.74 85.36L145.29 110.18L145.73 145.72L110.19 145.28L85.37 170.72V170.73ZM67.84 127.69L85.37 145.66L102.9 127.69L128.01 128L127.7 102.89L145.67 85.36L127.7 67.83L128.01 42.72L102.9 43.03L85.37 25.06L67.84 43.03L42.73 42.72L43.04 67.83L25.07 85.36L43.04 102.89L42.73 128L67.84 127.69Z" fill="black"/></svg>')}589.3%{background-image:url('data:image/svg+xml;utf8,<svg width="162" height="162" viewBox="0 0 162 162" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M80.75 0C36.22 0 0 36.22 0 80.75C0 125.28 36.22 161.5 80.75 161.5C125.28 161.5 161.5 125.28 161.5 80.75C161.5 36.22 125.28 0 80.75 0ZM140.97 61.43L61.43 140.97C55 138.9 49.03 135.83 43.68 131.95L131.95 43.68C135.83 49.03 138.9 55.01 140.97 61.43ZM80.75 17.5C81.11 17.5 81.47 17.52 81.83 17.53L17.53 81.83C17.53 81.47 17.5 81.11 17.5 80.75C17.5 45.87 45.87 17.5 80.75 17.5ZM21.43 102.68L102.68 21.43C108.92 23.74 114.68 27.02 119.82 31.07L31.06 119.82C27.01 114.69 23.73 108.92 21.42 102.68H21.43ZM83.22 143.93L143.94 83.21C142.67 116.13 116.14 142.66 83.22 143.93Z" fill="black"/></svg>')}597.6%{background-image:url('data:image/svg+xml;utf8,<svg width="161" height="161" viewBox="0 0 161 161" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M160.24 71.37H101.25L142.96 29.65L130.59 17.28L88.87 59V0H71.37V59L29.65 17.28L17.28 29.65L59 71.37H0V88.87H59L17.28 130.59L29.65 142.96L71.37 101.25V160.24H88.87V101.25L130.59 142.96L142.96 130.59L101.25 88.87H160.24V71.37Z" fill="black"/></svg>')}605.9%{background-image:url('data:image/svg+xml;utf8,<svg width="171" height="171" viewBox="0 0 171 171" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M85.37 170.73L60.55 145.29L25.01 145.73L25.45 110.19L0 85.37L25.45 60.55L25.01 25.01L60.55 25.45L85.37 0L110.19 25.44L145.73 25L145.29 60.54L170.74 85.36L145.29 110.18L145.73 145.72L110.19 145.28L85.37 170.72V170.73ZM67.84 127.69L85.37 145.66L102.9 127.69L128.01 128L127.7 102.89L145.67 85.36L127.7 67.83L128.01 42.72L102.9 43.03L85.37 25.06L67.84 43.03L42.73 42.72L43.04 67.83L25.07 85.36L43.04 102.89L42.73 128L67.84 127.69Z" fill="black"/></svg>')}614.2%{background-image:url('data:image/svg+xml;utf8,<svg width="171" height="171" viewBox="0 0 171 171" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M85.37 170.73L60.55 145.29L25.01 145.73L25.45 110.19L0 85.37L25.45 60.55L25.01 25.01L60.55 25.45L85.37 0L110.19 25.44L145.73 25L145.29 60.54L170.74 85.36L145.29 110.18L145.73 145.72L110.19 145.28L85.37 170.72V170.73ZM67.84 127.69L85.37 145.66L102.9 127.69L128.01 128L127.7 102.89L145.67 85.36L127.7 67.83L128.01 42.72L102.9 43.03L85.37 25.06L67.84 43.03L42.73 42.72L43.04 67.83L25.07 85.36L43.04 102.89L42.73 128L67.84 127.69Z" fill="black"/></svg>')}622.5%{background-image:url('data:image/svg+xml;utf8,<svg width="162" height="162" viewBox="0 0 162 162" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M80.75 0C36.22 0 0 36.22 0 80.75C0 125.28 36.22 161.5 80.75 161.5C125.28 161.5 161.5 125.28 161.5 80.75C161.5 36.22 125.28 0 80.75 0ZM140.97 61.43L61.43 140.97C55 138.9 49.03 135.83 43.68 131.95L131.95 43.68C135.83 49.03 138.9 55.01 140.97 61.43ZM80.75 17.5C81.11 17.5 81.47 17.52 81.83 17.53L17.53 81.83C17.53 81.47 17.5 81.11 17.5 80.75C17.5 45.87 45.87 17.5 80.75 17.5ZM21.43 102.68L102.68 21.43C108.92 23.74 114.68 27.02 119.82 31.07L31.06 119.82C27.01 114.69 23.73 108.92 21.42 102.68H21.43ZM83.22 143.93L143.94 83.21C142.67 116.13 116.14 142.66 83.22 143.93Z" fill="black"/></svg>')}630.8%{background-image:url('data:image/svg+xml;utf8,<svg width="162" height="162" viewBox="0 0 162 162" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M80.75 0C36.22 0 0 36.22 0 80.75C0 125.28 36.22 161.5 80.75 161.5C125.28 161.5 161.5 125.28 161.5 80.75C161.5 36.22 125.28 0 80.75 0ZM80.75 144C45.87 144 17.5 115.63 17.5 80.75C17.5 45.87 45.87 17.5 80.75 17.5C115.63 17.5 144 45.87 144 80.75C144 115.63 115.63 144 80.75 144Z" fill="black"/><path d="M80.7496 39.31C57.8996 39.31 39.3096 57.9 39.3096 80.75C39.3096 103.6 57.8996 122.19 80.7496 122.19C103.6 122.19 122.19 103.6 122.19 80.75C122.19 57.9 103.6 39.31 80.7496 39.31ZM80.7496 104.7C67.5496 104.7 56.8096 93.96 56.8096 80.76C56.8096 67.56 67.5496 56.82 80.7496 56.82C93.9496 56.82 104.69 67.56 104.69 80.76C104.69 93.96 93.9496 104.7 80.7496 104.7Z" fill="black"/></svg>')}639.1%{background-image:url('data:image/svg+xml;utf8,<svg width="162" height="162" viewBox="0 0 162 162" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M48.0898 113.41H113.41V48.09H48.0898V113.41ZM65.5898 65.59H95.9098V95.91H65.5898V65.59Z" fill="black"/><path d="M114.2 0H47.3L0 47.3V114.2L47.3 161.5H114.2L161.5 114.2V47.3L114.2 0ZM144 106.95L106.95 144H54.55L17.5 106.95V54.55L54.55 17.5H106.95L144 54.55V106.95Z" fill="black"/></svg>')}647.4%{background-image:url('data:image/svg+xml;utf8,<svg width="160" height="160" viewBox="0 0 160 160" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M136.38 23.4L79.89 0L23.4 23.4L0 79.89L23.4 136.38L79.89 159.78L136.38 136.38L159.78 79.89L136.38 23.4ZM114.24 33.17L79.89 67.52L45.54 33.17L79.89 18.94L114.24 33.17ZM18.94 79.89L33.17 45.54L67.52 79.89L33.17 114.24L18.94 79.89ZM45.54 126.61L79.89 92.26L114.24 126.61L79.89 140.84L45.54 126.61ZM126.61 114.24L92.26 79.89L126.61 45.54L140.84 79.89L126.61 114.24Z" fill="black"/></svg>')}655.7%{background-image:url('data:image/svg+xml;utf8,<svg width="171" height="171" viewBox="0 0 171 171" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M85.37 170.73L60.55 145.29L25.01 145.73L25.45 110.19L0 85.37L25.45 60.55L25.01 25.01L60.55 25.45L85.37 0L110.19 25.44L145.73 25L145.29 60.54L170.74 85.36L145.29 110.18L145.73 145.72L110.19 145.28L85.37 170.72V170.73ZM67.84 127.69L85.37 145.66L102.9 127.69L128.01 128L127.7 102.89L145.67 85.36L127.7 67.83L128.01 42.72L102.9 43.03L85.37 25.06L67.84 43.03L42.73 42.72L43.04 67.83L25.07 85.36L43.04 102.89L42.73 128L67.84 127.69Z" fill="black"/></svg>')}664%{background-image:url('data:image/svg+xml;utf8,<svg width="162" height="162" viewBox="0 0 162 162" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M80.75 0C36.22 0 0 36.22 0 80.75C0 125.28 36.22 161.5 80.75 161.5C125.28 161.5 161.5 125.28 161.5 80.75C161.5 36.22 125.28 0 80.75 0ZM80.75 144C45.87 144 17.5 115.63 17.5 80.75C17.5 45.87 45.87 17.5 80.75 17.5C115.63 17.5 144 45.87 144 80.75C144 115.63 115.63 144 80.75 144Z" fill="black"/><path d="M80.7496 39.31C57.8996 39.31 39.3096 57.9 39.3096 80.75C39.3096 103.6 57.8996 122.19 80.7496 122.19C103.6 122.19 122.19 103.6 122.19 80.75C122.19 57.9 103.6 39.31 80.7496 39.31ZM80.7496 104.7C67.5496 104.7 56.8096 93.96 56.8096 80.76C56.8096 67.56 67.5496 56.82 80.7496 56.82C93.9496 56.82 104.69 67.56 104.69 80.76C104.69 93.96 93.9496 104.7 80.7496 104.7Z" fill="black"/></svg>')}672.3%{background-image:url('data:image/svg+xml;utf8,<svg width="162" height="162" viewBox="0 0 162 162" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M80.75 0C36.22 0 0 36.22 0 80.75C0 125.28 36.22 161.5 80.75 161.5C125.28 161.5 161.5 125.28 161.5 80.75C161.5 36.22 125.28 0 80.75 0ZM140.97 61.43L61.43 140.97C55 138.9 49.03 135.83 43.68 131.95L131.95 43.68C135.83 49.03 138.9 55.01 140.97 61.43ZM80.75 17.5C81.11 17.5 81.47 17.52 81.83 17.53L17.53 81.83C17.53 81.47 17.5 81.11 17.5 80.75C17.5 45.87 45.87 17.5 80.75 17.5ZM21.43 102.68L102.68 21.43C108.92 23.74 114.68 27.02 119.82 31.07L31.06 119.82C27.01 114.69 23.73 108.92 21.42 102.68H21.43ZM83.22 143.93L143.94 83.21C142.67 116.13 116.14 142.66 83.22 143.93Z" fill="black"/></svg>')}680.6%{background-image:url('data:image/svg+xml;utf8,<svg width="160" height="160" viewBox="0 0 160 160" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M136.38 23.4L79.89 0L23.4 23.4L0 79.89L23.4 136.38L79.89 159.78L136.38 136.38L159.78 79.89L136.38 23.4ZM114.24 33.17L79.89 67.52L45.54 33.17L79.89 18.94L114.24 33.17ZM18.94 79.89L33.17 45.54L67.52 79.89L33.17 114.24L18.94 79.89ZM45.54 126.61L79.89 92.26L114.24 126.61L79.89 140.84L45.54 126.61ZM126.61 114.24L92.26 79.89L126.61 45.54L140.84 79.89L126.61 114.24Z" fill="black"/></svg>')}688.9%{background-image:url('data:image/svg+xml;utf8,<svg width="168" height="168" viewBox="0 0 168 168" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M167.12 83.56L151.58 65.34L155.93 41.79L133.36 33.78L125.35 11.21L101.8 15.56L83.56 0L65.34 15.54L41.79 11.19L33.78 33.76L11.21 41.77L15.56 65.33L0 83.56L15.54 101.78L11.19 125.34L33.76 133.35L41.77 155.92L65.32 151.57L83.54 167.11L101.76 151.57L125.31 155.92L133.32 133.35L155.89 125.34L151.54 101.78L167.08 83.56H167.12ZM136 113.84L119.64 119.65L113.83 136.01L96.76 132.86L83.55 144.13L70.34 132.86L53.27 136.01L47.46 119.65L31.1 113.84L34.25 96.77L22.98 83.56L34.25 70.35L31.1 53.28L47.46 47.47L53.27 31.11L70.34 34.26L83.55 22.99L96.76 34.26L113.83 31.11L119.64 47.47L136 53.28L132.85 70.35L144.12 83.56L132.85 96.77L136 113.84Z" fill="black"/><path d="M117.39 73.39H49.7197V90.89H117.39V73.39Z" fill="black"/></svg>')}697.2%{background-image:url('data:image/svg+xml;utf8,<svg width="161" height="161" viewBox="0 0 161 161" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M160.24 71.37H101.25L142.96 29.65L130.59 17.28L88.87 59V0H71.37V59L29.65 17.28L17.28 29.65L59 71.37H0V88.87H59L17.28 130.59L29.65 142.96L71.37 101.25V160.24H88.87V101.25L130.59 142.96L142.96 130.59L101.25 88.87H160.24V71.37Z" fill="black"/></svg>')}705.5%{background-image:url('data:image/svg+xml;utf8,<svg width="162" height="162" viewBox="0 0 162 162" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M80.75 0C36.22 0 0 36.22 0 80.75C0 125.28 36.22 161.5 80.75 161.5C125.28 161.5 161.5 125.28 161.5 80.75C161.5 36.22 125.28 0 80.75 0ZM80.75 144C45.87 144 17.5 115.63 17.5 80.75C17.5 45.87 45.87 17.5 80.75 17.5C115.63 17.5 144 45.87 144 80.75C144 115.63 115.63 144 80.75 144Z" fill="black"/><path d="M80.7496 39.31C57.8996 39.31 39.3096 57.9 39.3096 80.75C39.3096 103.6 57.8996 122.19 80.7496 122.19C103.6 122.19 122.19 103.6 122.19 80.75C122.19 57.9 103.6 39.31 80.7496 39.31ZM80.7496 104.7C67.5496 104.7 56.8096 93.96 56.8096 80.76C56.8096 67.56 67.5496 56.82 80.7496 56.82C93.9496 56.82 104.69 67.56 104.69 80.76C104.69 93.96 93.9496 104.7 80.7496 104.7Z" fill="black"/></svg>')}713.8%{background-image:url('data:image/svg+xml;utf8,<svg width="160" height="160" viewBox="0 0 160 160" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M136.38 23.4L79.89 0L23.4 23.4L0 79.89L23.4 136.38L79.89 159.78L136.38 136.38L159.78 79.89L136.38 23.4ZM114.24 33.17L79.89 67.52L45.54 33.17L79.89 18.94L114.24 33.17ZM18.94 79.89L33.17 45.54L67.52 79.89L33.17 114.24L18.94 79.89ZM45.54 126.61L79.89 92.26L114.24 126.61L79.89 140.84L45.54 126.61ZM126.61 114.24L92.26 79.89L126.61 45.54L140.84 79.89L126.61 114.24Z" fill="black"/></svg>')}722.1%{background-image:url('data:image/svg+xml;utf8,<svg width="162" height="162" viewBox="0 0 162 162" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M48.0898 113.41H113.41V48.09H48.0898V113.41ZM65.5898 65.59H95.9098V95.91H65.5898V65.59Z" fill="black"/><path d="M114.2 0H47.3L0 47.3V114.2L47.3 161.5H114.2L161.5 114.2V47.3L114.2 0ZM144 106.95L106.95 144H54.55L17.5 106.95V54.55L54.55 17.5H106.95L144 54.55V106.95Z" fill="black"/></svg>')}730.4%{background-image:url('data:image/svg+xml;utf8,<svg width="171" height="171" viewBox="0 0 171 171" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M85.37 170.73L60.55 145.29L25.01 145.73L25.45 110.19L0 85.37L25.45 60.55L25.01 25.01L60.55 25.45L85.37 0L110.19 25.44L145.73 25L145.29 60.54L170.74 85.36L145.29 110.18L145.73 145.72L110.19 145.28L85.37 170.72V170.73ZM67.84 127.69L85.37 145.66L102.9 127.69L128.01 128L127.7 102.89L145.67 85.36L127.7 67.83L128.01 42.72L102.9 43.03L85.37 25.06L67.84 43.03L42.73 42.72L43.04 67.83L25.07 85.36L43.04 102.89L42.73 128L67.84 127.69Z" fill="black"/></svg>')}738.7%{background-image:url('data:image/svg+xml;utf8,<svg width="161" height="161" viewBox="0 0 161 161" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M160.24 71.37H101.25L142.96 29.65L130.59 17.28L88.87 59V0H71.37V59L29.65 17.28L17.28 29.65L59 71.37H0V88.87H59L17.28 130.59L29.65 142.96L71.37 101.25V160.24H88.87V101.25L130.59 142.96L142.96 130.59L101.25 88.87H160.24V71.37Z" fill="black"/></svg>')}747%{background-image:url('data:image/svg+xml;utf8,<svg width="162" height="162" viewBox="0 0 162 162" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M80.75 0C36.22 0 0 36.22 0 80.75C0 125.28 36.22 161.5 80.75 161.5C125.28 161.5 161.5 125.28 161.5 80.75C161.5 36.22 125.28 0 80.75 0ZM80.75 144C45.87 144 17.5 115.63 17.5 80.75C17.5 45.87 45.87 17.5 80.75 17.5C115.63 17.5 144 45.87 144 80.75C144 115.63 115.63 144 80.75 144Z" fill="black"/><path d="M80.7496 39.31C57.8996 39.31 39.3096 57.9 39.3096 80.75C39.3096 103.6 57.8996 122.19 80.7496 122.19C103.6 122.19 122.19 103.6 122.19 80.75C122.19 57.9 103.6 39.31 80.7496 39.31ZM80.7496 104.7C67.5496 104.7 56.8096 93.96 56.8096 80.76C56.8096 67.56 67.5496 56.82 80.7496 56.82C93.9496 56.82 104.69 67.56 104.69 80.76C104.69 93.96 93.9496 104.7 80.7496 104.7Z" fill="black"/></svg>')}755.3%{background-image:url('data:image/svg+xml;utf8,<svg width="161" height="161" viewBox="0 0 161 161" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M160.24 71.37H101.25L142.96 29.65L130.59 17.28L88.87 59V0H71.37V59L29.65 17.28L17.28 29.65L59 71.37H0V88.87H59L17.28 130.59L29.65 142.96L71.37 101.25V160.24H88.87V101.25L130.59 142.96L142.96 130.59L101.25 88.87H160.24V71.37Z" fill="black"/></svg>')}763.6%{background-image:url('data:image/svg+xml;utf8,<svg width="162" height="162" viewBox="0 0 162 162" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M161.42 59.08L141.69 45.5L139.8 21.62L115.92 19.72L102.34 0L80.71 10.3L59.08 0L45.5 19.73L21.62 21.63L19.72 45.51L0 59.08L10.3 80.71L0 102.34L19.73 115.92L21.63 139.8L45.51 141.69L59.09 161.42L80.72 151.12L102.35 161.42L115.93 141.69L139.81 139.8L141.7 115.92L161.43 102.34L151.13 80.71L161.43 59.08H161.42ZM106.22 36.51L123.53 37.88L124.9 55.18L139.2 65.02L135.68 72.42H89.99V25.26L96.38 22.22L106.22 36.52V36.51ZM36.51 55.19L37.88 37.89L55.18 36.52L65.02 22.22L72.48 25.77V72.44H25.74L22.22 65.04L36.52 55.2L36.51 55.19ZM55.19 124.9L37.89 123.53L36.52 106.22L22.22 96.38L25.29 89.93H72.5V135.65L65.04 139.2L55.2 124.9H55.19ZM124.9 106.22L123.53 123.53L106.22 124.9L96.38 139.2L89.99 136.16V89.93H136.13L139.2 96.38L124.9 106.22Z" fill="black"/></svg>')}771.9%{background-image:url('data:image/svg+xml;utf8,<svg width="161" height="161" viewBox="0 0 161 161" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M160.24 71.37H112.78L153.88 47.64L145.13 32.48L104.03 56.21L127.76 15.11L112.6 6.36L88.87 47.47V0H71.37V47.46L47.64 6.36L32.48 15.11L56.21 56.21L15.11 32.48L6.36 47.64L47.47 71.37H0V88.87H47.46L6.36 112.6L15.11 127.76L56.21 104.03L32.48 145.13L47.64 153.88L71.37 112.78V160.24H88.87V112.78L112.6 153.88L127.76 145.13L104.03 104.03L145.13 127.76L153.88 112.6L112.78 88.87H160.24V71.37Z" fill="black"/></svg>')}780.2%{background-image:url('data:image/svg+xml;utf8,<svg width="162" height="162" viewBox="0 0 162 162" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M80.75 0C36.22 0 0 36.22 0 80.75C0 125.28 36.22 161.5 80.75 161.5C125.28 161.5 161.5 125.28 161.5 80.75C161.5 36.22 125.28 0 80.75 0ZM140.97 61.43L61.43 140.97C55 138.9 49.03 135.83 43.68 131.95L131.95 43.68C135.83 49.03 138.9 55.01 140.97 61.43ZM80.75 17.5C81.11 17.5 81.47 17.52 81.83 17.53L17.53 81.83C17.53 81.47 17.5 81.11 17.5 80.75C17.5 45.87 45.87 17.5 80.75 17.5ZM21.43 102.68L102.68 21.43C108.92 23.74 114.68 27.02 119.82 31.07L31.06 119.82C27.01 114.69 23.73 108.92 21.42 102.68H21.43ZM83.22 143.93L143.94 83.21C142.67 116.13 116.14 142.66 83.22 143.93Z" fill="black"/></svg>')}788.5%{background-image:url('data:image/svg+xml;utf8,<svg width="160" height="160" viewBox="0 0 160 160" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M136.38 23.4L79.89 0L23.4 23.4L0 79.89L23.4 136.38L79.89 159.78L136.38 136.38L159.78 79.89L136.38 23.4ZM114.24 33.17L79.89 67.52L45.54 33.17L79.89 18.94L114.24 33.17ZM18.94 79.89L33.17 45.54L67.52 79.89L33.17 114.24L18.94 79.89ZM45.54 126.61L79.89 92.26L114.24 126.61L79.89 140.84L45.54 126.61ZM126.61 114.24L92.26 79.89L126.61 45.54L140.84 79.89L126.61 114.24Z" fill="black"/></svg>')}796.8%{background-image:url('data:image/svg+xml;utf8,<svg width="162" height="162" viewBox="0 0 162 162" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M161.42 59.08L141.69 45.5L139.8 21.62L115.92 19.72L102.34 0L80.71 10.3L59.08 0L45.5 19.73L21.62 21.63L19.72 45.51L0 59.08L10.3 80.71L0 102.34L19.73 115.92L21.63 139.8L45.51 141.69L59.09 161.42L80.72 151.12L102.35 161.42L115.93 141.69L139.81 139.8L141.7 115.92L161.43 102.34L151.13 80.71L161.43 59.08H161.42ZM106.22 36.51L123.53 37.88L124.9 55.18L139.2 65.02L135.68 72.42H89.99V25.26L96.38 22.22L106.22 36.52V36.51ZM36.51 55.19L37.88 37.89L55.18 36.52L65.02 22.22L72.48 25.77V72.44H25.74L22.22 65.04L36.52 55.2L36.51 55.19ZM55.19 124.9L37.89 123.53L36.52 106.22L22.22 96.38L25.29 89.93H72.5V135.65L65.04 139.2L55.2 124.9H55.19ZM124.9 106.22L123.53 123.53L106.22 124.9L96.38 139.2L89.99 136.16V89.93H136.13L139.2 96.38L124.9 106.22Z" fill="black"/></svg>')}805.1%{background-image:url('data:image/svg+xml;utf8,<svg width="162" height="162" viewBox="0 0 162 162" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M48.0898 113.41H113.41V48.09H48.0898V113.41ZM65.5898 65.59H95.9098V95.91H65.5898V65.59Z" fill="black"/><path d="M114.2 0H47.3L0 47.3V114.2L47.3 161.5H114.2L161.5 114.2V47.3L114.2 0ZM144 106.95L106.95 144H54.55L17.5 106.95V54.55L54.55 17.5H106.95L144 54.55V106.95Z" fill="black"/></svg>')}813.4%{background-image:url('data:image/svg+xml;utf8,<svg width="168" height="168" viewBox="0 0 168 168" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M167.12 83.56L151.58 65.34L155.93 41.79L133.36 33.78L125.35 11.21L101.8 15.56L83.56 0L65.34 15.54L41.79 11.19L33.78 33.76L11.21 41.77L15.56 65.33L0 83.56L15.54 101.78L11.19 125.34L33.76 133.35L41.77 155.92L65.32 151.57L83.54 167.11L101.76 151.57L125.31 155.92L133.32 133.35L155.89 125.34L151.54 101.78L167.08 83.56H167.12ZM136 113.84L119.64 119.65L113.83 136.01L96.76 132.86L83.55 144.13L70.34 132.86L53.27 136.01L47.46 119.65L31.1 113.84L34.25 96.77L22.98 83.56L34.25 70.35L31.1 53.28L47.46 47.47L53.27 31.11L70.34 34.26L83.55 22.99L96.76 34.26L113.83 31.11L119.64 47.47L136 53.28L132.85 70.35L144.12 83.56L132.85 96.77L136 113.84Z" fill="black"/><path d="M117.39 73.39H49.7197V90.89H117.39V73.39Z" fill="black"/></svg>')}821.7%{background-image:url('data:image/svg+xml;utf8,<svg width="162" height="162" viewBox="0 0 162 162" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M80.75 0C36.22 0 0 36.22 0 80.75C0 125.28 36.22 161.5 80.75 161.5C125.28 161.5 161.5 125.28 161.5 80.75C161.5 36.22 125.28 0 80.75 0ZM140.97 61.43L61.43 140.97C55 138.9 49.03 135.83 43.68 131.95L131.95 43.68C135.83 49.03 138.9 55.01 140.97 61.43ZM80.75 17.5C81.11 17.5 81.47 17.52 81.83 17.53L17.53 81.83C17.53 81.47 17.5 81.11 17.5 80.75C17.5 45.87 45.87 17.5 80.75 17.5ZM21.43 102.68L102.68 21.43C108.92 23.74 114.68 27.02 119.82 31.07L31.06 119.82C27.01 114.69 23.73 108.92 21.42 102.68H21.43ZM83.22 143.93L143.94 83.21C142.67 116.13 116.14 142.66 83.22 143.93Z" fill="black"/></svg>')}830%{background-image:url('data:image/svg+xml;utf8,<svg width="161" height="161" viewBox="0 0 161 161" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M160.24 71.37H101.25L142.96 29.65L130.59 17.28L88.87 59V0H71.37V59L29.65 17.28L17.28 29.65L59 71.37H0V88.87H59L17.28 130.59L29.65 142.96L71.37 101.25V160.24H88.87V101.25L130.59 142.96L142.96 130.59L101.25 88.87H160.24V71.37Z" fill="black"/></svg>')}to{background-image:url('data:image/svg+xml;utf8,<svg width="162" height="162" viewBox="0 0 162 162" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M80.75 0C36.22 0 0 36.22 0 80.75C0 125.28 36.22 161.5 80.75 161.5C125.28 161.5 161.5 125.28 161.5 80.75C161.5 36.22 125.28 0 80.75 0ZM80.75 144C45.87 144 17.5 115.63 17.5 80.75C17.5 45.87 45.87 17.5 80.75 17.5C115.63 17.5 144 45.87 144 80.75C144 115.63 115.63 144 80.75 144Z" fill="black"/><path d="M80.7496 34.5601L34.5596 80.7501L80.7496 126.94L126.94 80.7501L80.7496 34.5601ZM59.3096 80.7501L80.7496 59.3101L102.19 80.7501L80.7496 102.19L59.3096 80.7501Z" fill="black"/></svg>')}}@-webkit-keyframes goodat-icon-rotate{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes goodat-icon-rotate{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.goodat__scroll_text_wrapper .scroll-intro{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.goodat__scroll_text_wrapper .scroll-intro,.goodat__scroll_text_wrapper .scroll-intro .marquee3k__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex}.goodat__scroll_text_wrapper .scroll-intro .text__inner{padding-right:2rem}.goodat__scroll_text_wrapper .freelancer-headline,.goodat__scroll_text_wrapper .text{line-height:1!important}#user_switching_switch_on,.transition-curtain{display:none!important}.profile-image{background:#a5a6a6;background:var(--color-light-3);border-radius:100px;display:inline-block;height:1.5em;-o-object-fit:cover;object-fit:cover;width:1.5em}.profile-image-large-wrapper{background:#fff;background:var(--color-light-1);height:0;padding-bottom:100%;position:relative}.profile-image-large{background:#a5a6a6;background:var(--color-light-3);height:100%;left:0;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;width:100%}@media (max-width:767px){.sm\:inline-block{display:inline-block}.sm\:text-left{text-align:left}.sm\:text-lg{font-size:2.25em}}@media (max-width:1050px){.md\:mb-5{margin-bottom:5rem}}@media (max-width:1600px){.lg\:w-full{width:100%}}@media (min-width:767px){.minsm\:hidden{display:none}}