:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74d3c;--toastify-color-transparent:#ffffffb3;--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-container-width:fit-content;--toastify-toast-width:320px;--toastify-toast-offset:16px;--toastify-toast-top:max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right:max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left:max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom:max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background:#fff;--toastify-toast-padding:14px;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--toastify-toast-shadow:0px 4px 12px #0000001a;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error);--toastify-color-progress-bgo:.2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0, 0, var(--toastify-z-index));width:var(--toastify-container-width);box-sizing:border-box;color:#fff;flex-direction:column;display:flex;position:fixed}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);align-items:center;left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);align-items:center;left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y:0px;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;word-break:break-word;flex:auto;align-items:center;margin-bottom:1rem;display:flex;position:relative}@media only screen and (width<=480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}.Toastify__toast{--toastify-toast-width:100%;border-radius:0;margin-bottom:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}@media only screen and (width<=480px){.Toastify__toast-container[data-stacked=true]{width:100vw}}.Toastify__toast--stacked{width:100%;transform:translate3d(0, var(--y), 0) scale(var(--s));transition:transform .3s;position:absolute}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";height:calc(var(--g) * 1px);position:absolute;bottom:100%;left:0;right:0}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";z-index:-1;height:100%;position:absolute;bottom:0;left:0;right:0;transform:scaleY(3)}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{flex-shrink:0;width:22px;margin-inline-end:10px;display:flex}.Toastify--animate{animation-duration:.5s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;cursor:pointer;opacity:.7;z-index:1;background:0 0;border:none;outline:none;padding:0;transition:all .3s;position:absolute;top:6px;right:6px}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;width:14px;height:16px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{z-index:1;opacity:.7;transform-origin:0;width:100%;height:100%;position:absolute;bottom:0;left:0}.Toastify__progress-bar--animated{animation:linear forwards Toastify__trackProgress}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:100%;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius);width:100%;height:5px;position:absolute;bottom:0;left:0;overflow:hidden}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{box-sizing:border-box;border:2px solid;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);border-radius:100%;width:20px;height:20px;animation:.65s linear infinite Toastify__spin}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate(3000px)}60%{opacity:1;transform:translate(-25px)}75%{transform:translate(10px)}90%{transform:translate(-5px)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px, var(--y), 0)}to{opacity:0;transform:translate3d(2000px, var(--y), 0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate(-3000px)}60%{opacity:1;transform:translate(25px)}75%{transform:translate(-10px)}90%{transform:translate(5px)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px, var(--y), 0)}to{opacity:0;transform:translate3d(-2000px, var(--y), 0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translateY(3000px)}60%{opacity:1;transform:translateY(-20px)}75%{transform:translateY(10px)}90%{transform:translateY(-5px)}to{transform:translate(0,0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0, calc(var(--y) - 10px), 0)}40%,45%{opacity:1;transform:translate3d(0, calc(var(--y) + 20px), 0)}to{opacity:0;transform:translateY(-2000px)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translateY(-3000px)}60%{opacity:1;transform:translateY(25px)}75%{transform:translateY(-10px)}90%{transform:translateY(5px)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0, calc(var(--y) - 10px), 0)}40%,45%{opacity:1;transform:translate3d(0, calc(var(--y) + 20px), 0)}to{opacity:0;transform:translateY(2000px)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0, var(--y), 0) scale3d(.3, .3, .3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{opacity:0;animation-timing-function:ease-in;transform:perspective(400px)rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px)rotateX(-20deg)}60%{opacity:1;transform:perspective(400px)rotateX(10deg)}80%{transform:perspective(400px)rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0, var(--y), 0) perspective(400px)}30%{transform:translate3d(0, var(--y), 0) perspective(400px) rotate3d(1, 0, 0, -20deg);opacity:1}to{transform:translate3d(0, var(--y), 0) perspective(400px) rotate3d(1, 0, 0, 90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{visibility:visible;transform:translate(110%)}to{transform:translate3d(0, var(--y), 0)}}@keyframes Toastify__slideInLeft{0%{visibility:visible;transform:translate(-110%)}to{transform:translate3d(0, var(--y), 0)}}@keyframes Toastify__slideInUp{0%{visibility:visible;transform:translateY(110%)}to{transform:translate3d(0, var(--y), 0)}}@keyframes Toastify__slideInDown{0%{visibility:visible;transform:translateY(-110%)}to{transform:translate3d(0, var(--y), 0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0, var(--y), 0)}to{visibility:hidden;transform:translate3d(110%, var(--y), 0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0, var(--y), 0)}to{visibility:hidden;transform:translate3d(-110%, var(--y), 0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0, var(--y), 0)}to{visibility:hidden;transform:translateY(500px)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0, var(--y), 0)}to{visibility:hidden;transform:translateY(-500px)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-duration:.3s;animation-timing-function:ease-in}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-duration:.3s;animation-timing-function:ease-in}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-duration:.3s;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-duration:.3s;animation-timing-function:ease-in}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}[data-cv-pdf-capture] [data-cv-pdf-page]{box-sizing:border-box;flex-shrink:0;width:210mm;height:297mm;min-height:297mm;max-height:297mm;overflow:hidden}[data-cv-pdf-capture] .cv-a4-page{box-sizing:border-box;width:210mm;height:297mm;min-height:297mm;max-height:297mm;overflow:hidden}[data-cv-pdf-capture] .cv-h-a4{height:297mm}[data-cv-pdf-capture] .cv-max-h-a4{max-height:297mm}[data-cv-pdf-capture] .cv-min-h-a4{height:297mm;min-height:297mm;max-height:297mm}[data-cv-pdf-capture] .cv-w-a4{width:210mm;max-width:none}[data-cv-pdf-capture] .cv-grid-cols-33-67{grid-template-columns:33% minmax(0,1fr)}[data-cv-pdf-capture] .cv-grid-cols-32-68{grid-template-columns:32% minmax(0,1fr)}[data-cv-pdf-capture] .cv-grid-cols-34-66{grid-template-columns:34% minmax(0,1fr)}[data-cv-pdf-capture] .cv-grid-cols-66-34{grid-template-columns:minmax(0,1fr) 34%}[data-cv-pdf-capture] .cv-grid-cols-31-69{grid-template-columns:minmax(0,31%) minmax(0,1fr)}@media print{[data-cv-pdf-capture] .print\:cv-grid-cols-30-70{grid-template-columns:minmax(0,30%) minmax(0,1fr)}}[data-cv-pdf-capture] .cv-grid-cols-325-675{grid-template-columns:minmax(0,32.5%) minmax(0,1fr)}[data-cv-pdf-capture] .cv-grid-cols-35-60{grid-template-columns:minmax(0,35%) minmax(0,60%)}[data-cv-pdf-capture] .cv-grid-rows-auto-1fr{grid-template-rows:auto minmax(0,1fr)}[data-cv-pdf-capture] .cv-grid-cols-1fr-26mm{grid-template-columns:minmax(0,1fr) 26mm}[data-cv-pdf-capture] .cv-grid-cols-78mm-1fr{grid-template-columns:78mm minmax(0,1fr)}[data-cv-pdf-capture] .cv-w-sidebar-30{flex-shrink:0;width:30%;min-width:0}[data-cv-pdf-capture] .cv-w-sidebar-34{flex-shrink:0;width:34%;min-width:5.5rem}[data-cv-pdf-capture] .cv-w-sidebar-35{flex-shrink:0;width:35%}[data-cv-pdf-capture] .cv-w-sidebar-385{flex-shrink:0;width:38.5%;max-width:78mm}[data-cv-pdf-capture] .cv-w-portrait-51mm{width:51mm}@media print{[data-cv-pdf-capture] .print\:cv-w-portrait-48mm{width:48mm}}[data-cv-pdf-capture][data-cv-font]{font-family:var(--cv-font-family)!important}[data-cv-pdf-capture][data-cv-font] [data-cv-pdf-page],[data-cv-pdf-capture][data-cv-font] [data-cv-pdf-page] :not(svg):not(path),[data-cv-pdf-capture][data-cv-font] :is(.cv-name-title,.cv-job-title,.cv-page2-name,.cv-t06-header-name,.cv-t06-page2-name,.cv-t09-header-name,.cv-t10-header-name,.font-serif,.font-sans,[class*=font-\[]){font-family:inherit!important}[data-cv-pdf-capture]{box-sizing:border-box;color:#000;-webkit-font-smoothing:antialiased;line-height:normal}[data-cv-pdf-capture] h1,[data-cv-pdf-capture] h2,[data-cv-pdf-capture] h3,[data-cv-pdf-capture] h4,[data-cv-pdf-capture] h5,[data-cv-pdf-capture] h6{font-size:unset!important;line-height:unset!important;font-weight:unset!important;color:inherit!important;letter-spacing:unset!important;margin:0!important}[data-cv-pdf-capture] .cv-section-heading-block{flex-direction:column;gap:5px;display:flex}[data-cv-pdf-capture] .cv-section-title{letter-spacing:.06em!important;text-transform:uppercase!important;margin:0!important;padding:0!important;font-size:9pt!important;font-weight:700!important;line-height:1.25!important}[data-cv-pdf-capture] .cv-tpl-01 .cv-list-plain,[data-cv-pdf-capture] .cv-tpl-01 .cv-list-plain li{margin-block-start:0;padding:0!important;margin-inline-start:0!important;padding-inline-start:0!important;list-style:none!important}[data-cv-pdf-capture] .cv-tpl-01 .cv-name-title{letter-spacing:.02em!important;font-size:19pt!important;font-weight:700!important;line-height:1.05!important}[data-cv-pdf-capture] .cv-tpl-01 .cv-job-title{letter-spacing:.12em!important;text-transform:uppercase!important;font-size:9pt!important;font-style:italic!important;font-weight:400!important;line-height:1.3!important}[data-cv-pdf-capture] .cv-tpl-01 .cv-page2-name{font-size:17pt!important;font-weight:700!important;line-height:1.05!important}[data-cv-pdf-capture] .cv-tpl-01 .cv-t01-experience-head,[data-cv-pdf-capture] .cv-tpl-01 .cv-t01-project-head,[data-cv-pdf-capture] .cv-tpl-01 .cv-t01-education-head,[data-cv-pdf-capture] .cv-tpl-01 .cv-t01-experience-subtitle,[data-cv-pdf-capture] .cv-tpl-01 .cv-t01-experience-period,[data-cv-pdf-capture] .cv-tpl-01 .cv-t01-project-subtitle,[data-cv-pdf-capture] .cv-tpl-01 .cv-t01-project-period,[data-cv-pdf-capture] .cv-tpl-01 .cv-t01-education-subtitle,[data-cv-pdf-capture] .cv-tpl-01 .cv-t01-education-meta,[data-cv-pdf-capture] .cv-tpl-01 .cv-t01-education-period,[data-cv-pdf-capture] .cv-tpl-01 .cv-t01-education-extra{margin:0!important;padding:0!important;line-height:1.15!important}[data-cv-pdf-capture] .cv-tpl-01 .cv-t01-experience-desc,[data-cv-pdf-capture] .cv-tpl-01 .cv-t01-project-desc{margin-top:0!important;padding-top:0!important}[data-cv-pdf-capture] .cv-tpl-01 .cv-t01-education-details{padding-top:0!important;padding-inline:0!important;margin-top:0!important;padding-bottom:.375rem!important}[data-cv-pdf-capture] .cv-tpl-01 .cv-t01-experience-desc>p,[data-cv-pdf-capture] .cv-tpl-01 .cv-t01-project-desc>p{margin-top:0!important;padding-top:0!important}[data-cv-pdf-capture] .cv-tpl-02{--cv-t02-navy:#1e2732;--cv-t02-accent:#ffc107;--cv-t02-body:#333}[data-cv-pdf-capture] .cv-tpl-02 .cv-sidebar-name{overflow-wrap:break-word;word-break:normal;letter-spacing:.02em!important;color:var(--cv-t02-accent)!important;margin:0!important;font-size:13pt!important;font-weight:700!important;line-height:1.2!important}[data-cv-pdf-capture] .cv-tpl-02 .cv-page2-name{letter-spacing:.02em!important;color:var(--cv-t02-accent)!important;margin:0!important;font-size:15pt!important;font-weight:700!important;line-height:1.15!important}[data-cv-pdf-capture] .cv-tpl-02 .cv-sidebar-section-title{letter-spacing:.07em!important;text-transform:uppercase!important;color:var(--cv-t02-accent)!important;margin:0!important;font-size:11.5pt!important;font-weight:700!important;line-height:1.25!important}[data-cv-pdf-capture] .cv-tpl-02 .cv-main-section-title{letter-spacing:.07em!important;text-transform:uppercase!important;color:#1c1917!important;font-size:11.5pt!important;font-weight:700!important;line-height:1.25!important}[data-cv-pdf-capture] .cv-tpl-02 .cv-sidebar-job-title{color:#f1f5f9!important;margin:0!important;font-size:9.5pt!important;font-weight:400!important;line-height:1.35!important}[data-cv-pdf-capture] .cv-tpl-02 .cv-t02-sidebar-section{grid-template-columns:1.75rem minmax(0,1fr);gap:0 .625rem;display:grid}[data-cv-pdf-capture] .cv-tpl-02 .cv-t02-sidebar-icon{grid-area:1/1;align-self:start}[data-cv-pdf-capture] .cv-tpl-02 .cv-t02-sidebar-heading{grid-area:1/2;min-width:0;margin-bottom:.75rem}[data-cv-pdf-capture] .cv-tpl-02 .cv-t02-sidebar-body{grid-area:2/1/auto/-1;padding:0!important;margin:0!important;margin-inline-start:0!important;padding-inline-start:0!important}[data-cv-pdf-capture] .cv-two-col-page{align-items:start}[data-cv-pdf-capture] .cv-two-col-page [data-cv-page-main]{height:auto;min-height:0!important}[data-cv-pdf-capture] .cv-two-col-page [data-cv-page-sidebar]{align-self:stretch;min-height:297mm}[data-cv-pdf-capture] .cv-tpl-02 .cv-t02-sidebar-list,[data-cv-pdf-capture] .cv-tpl-02 .cv-t02-sidebar-list>li{margin:0!important;margin-inline-start:0!important;padding:0!important;padding-inline-start:0!important;list-style:none!important}.cv-tpl-02 .cv-t02-sidebar-sections{flex-direction:column;gap:1.25rem;display:flex}.cv-tpl-02 .cv-t02-skills-list{flex-direction:column;gap:.25rem;display:flex}.cv-tpl-02 .cv-t02-skills-list>li p{margin:0}.cv-tpl-02 .cv-t02-skills-section .cv-t02-sidebar-body{margin-top:.5rem}.cv-tpl-02 .cv-t02-page-number{z-index:30;pointer-events:none;-webkit-user-select:none;user-select:none;font-variant-numeric:tabular-nums;color:#64748b;font-size:10pt;line-height:1;position:absolute;bottom:10px;right:10px}[data-cv-pdf-capture] .cv-tpl-02 .cv-t02-sidebar-sections{gap:1rem!important}[data-cv-pdf-capture] .cv-tpl-02 .cv-t02-skills-list{flex-direction:column!important;gap:3px!important;display:flex!important}[data-cv-pdf-capture] .cv-tpl-02 .cv-t02-skills-list>li{line-height:1.2!important}[data-cv-pdf-capture] .cv-tpl-02 .cv-t02-skills-list>li p{margin:0!important;padding:0!important;font-size:9pt!important;line-height:1.2!important}[data-cv-pdf-capture] .cv-tpl-02 .cv-t02-skills-section .cv-t02-sidebar-body{margin-top:.4375rem!important}[data-cv-pdf-capture] .cv-tpl-02 .cv-t02-skill-segment-bar>div{width:12px!important;height:5px!important}[data-cv-pdf-capture] .cv-tpl-02 .cv-t02-page-number{z-index:30!important;color:#64748b!important;font-size:9pt!important;position:absolute!important;bottom:10px!important;right:10px!important}[data-cv-pdf-capture] .cv-tpl-02 .cv-t02-experience-head,[data-cv-pdf-capture] .cv-tpl-02 .cv-t02-project-head,[data-cv-pdf-capture] .cv-tpl-02 .cv-t02-education-head,[data-cv-pdf-capture] .cv-tpl-02 .cv-t02-experience-subtitle,[data-cv-pdf-capture] .cv-tpl-02 .cv-t02-experience-meta,[data-cv-pdf-capture] .cv-tpl-02 .cv-t02-experience-period,[data-cv-pdf-capture] .cv-tpl-02 .cv-t02-project-subtitle,[data-cv-pdf-capture] .cv-tpl-02 .cv-t02-project-period,[data-cv-pdf-capture] .cv-tpl-02 .cv-t02-education-subtitle,[data-cv-pdf-capture] .cv-tpl-02 .cv-t02-education-meta,[data-cv-pdf-capture] .cv-tpl-02 .cv-t02-education-period{margin:0!important;padding:0!important;line-height:1.15!important}[data-cv-pdf-capture] .cv-tpl-02 .cv-t02-experience-desc,[data-cv-pdf-capture] .cv-tpl-02 .cv-t02-project-desc,[data-cv-pdf-capture] .cv-tpl-02 .cv-t02-education-details,[data-cv-pdf-capture] .cv-tpl-02 .cv-t02-experience-desc>p,[data-cv-pdf-capture] .cv-tpl-02 .cv-t02-project-desc>p{margin-top:0!important;padding-top:0!important}[data-cv-pdf-capture] .cv-tpl-03{--cv-t03-accent:#fbb03b;--cv-t03-dark:#2c2c2c}.cv-lead-name-band-inner,.cv-tpl-03 .cv-t03-name-band-inner,.cv-t05-name-band-inner,.cv-t06-name-band-inner,.cv-t10-name-band-inner{box-sizing:border-box;padding-top:.875rem;padding-bottom:.875rem}.cv-lead-name-band .cv-t04-header-band.cv-lead-name-band-inner{padding-inline:1.5rem}@media print{.cv-lead-name-band .cv-t04-header-band.cv-lead-name-band-inner{padding-inline:1.25rem}}[data-cv-pdf-capture] .cv-lead-name-band-inner,[data-cv-pdf-capture] .cv-tpl-03 .cv-t03-name-band-inner,[data-cv-pdf-capture] .cv-t05-name-band-inner,[data-cv-pdf-capture] .cv-t06-name-band-inner,[data-cv-pdf-capture] .cv-t10-name-band-inner,[data-cv-pdf-capture] [data-cv-lead-page].cv-tpl-03 .cv-t03-name-band-inner,[data-cv-pdf-capture] .cv-lead-name-band .cv-t05-name-band-inner,[data-cv-pdf-capture] .cv-lead-name-band .cv-t06-name-band-inner,[data-cv-pdf-capture] .cv-lead-name-band .cv-t10-name-band-inner{padding-top:.75rem!important;padding-bottom:.75rem!important}[data-cv-pdf-capture] .cv-lead-name-band .cv-t04-header-band.cv-lead-name-band-inner{padding-top:.75rem!important;padding-bottom:.75rem!important;padding-inline:1.5rem!important}.cv-tpl-03 .cv-t03-name-first,.cv-tpl-03 .cv-t03-page2-name{margin:0;line-height:1}[data-cv-pdf-capture] .cv-tpl-03 .cv-t03-name-first{letter-spacing:-.02em!important;color:#222!important;margin:0!important;font-size:26pt!important;font-weight:900!important;line-height:1!important}[data-cv-pdf-capture] .cv-tpl-03 .cv-t03-name-last{color:var(--cv-t03-accent)!important}[data-cv-pdf-capture] .cv-tpl-03 .cv-t03-job-title{letter-spacing:.28em!important;text-transform:uppercase!important;color:#777!important;margin:0!important;font-size:10.5pt!important;font-weight:700!important;line-height:1.3!important}[data-cv-pdf-capture] .cv-tpl-03 .cv-t03-page2-name{color:#222!important;margin:0!important;font-size:20pt!important;font-weight:900!important;line-height:1.05!important}[data-cv-pdf-capture] .cv-tpl-03 .cv-t03-sidebar-section-title,[data-cv-pdf-capture] .cv-tpl-03 .cv-t03-main-section-title{letter-spacing:.14em!important;text-transform:uppercase!important;margin:0!important;font-size:9.5pt!important;font-weight:900!important;line-height:1.25!important}[data-cv-pdf-capture] .cv-tpl-03 .cv-t03-sidebar-section-title{color:#fff!important}[data-cv-pdf-capture] .cv-tpl-03 .cv-t03-main-section-title{color:#222!important}[data-cv-pdf-capture] .cv-tpl-03 .cv-t03-main-section-title-spacing{padding-bottom:.625rem!important}[data-cv-pdf-capture] .cv-tpl-03 .cv-two-col-page{height:297mm;max-height:297mm;align-items:stretch!important}[data-cv-pdf-capture] .cv-tpl-03 .cv-two-col-page [data-cv-page-sidebar]{height:100%;max-height:100%;overflow:hidden;min-height:0!important}[data-cv-pdf-capture] .cv-tpl-03 .cv-two-col-page [data-cv-page-main]{flex-direction:column;align-self:stretch;max-height:100%;overflow:hidden;height:100%!important;min-height:0!important;display:flex!important}[data-cv-pdf-capture] .cv-tpl-03 .cv-t03-sidebar-list,[data-cv-pdf-capture] .cv-tpl-03 .cv-t03-sidebar-list>li{padding:0!important;margin:0!important;margin-inline-start:0!important;padding-inline-start:0!important;list-style:none!important}[data-cv-pdf-capture] .cv-tpl-03 .cv-t03-entry-head,[data-cv-pdf-capture] .cv-tpl-03 .cv-t03-experience-subtitle,[data-cv-pdf-capture] .cv-tpl-03 .cv-t03-experience-meta,[data-cv-pdf-capture] .cv-tpl-03 .cv-t03-experience-period,[data-cv-pdf-capture] .cv-tpl-03 .cv-t03-project-subtitle,[data-cv-pdf-capture] .cv-tpl-03 .cv-t03-project-period,[data-cv-pdf-capture] .cv-tpl-03 .cv-t03-education-head,[data-cv-pdf-capture] .cv-tpl-03 .cv-t03-education-subtitle,[data-cv-pdf-capture] .cv-tpl-03 .cv-t03-education-meta{margin:0!important;padding:0!important;line-height:1.15!important}[data-cv-pdf-capture] .cv-tpl-03 .cv-t03-education-period{padding-top:0!important;padding-inline:0!important;margin:0!important;padding-bottom:.25rem!important;line-height:1.15!important}[data-cv-pdf-capture] .cv-tpl-03 .cv-t03-experience-desc,[data-cv-pdf-capture] .cv-tpl-03 .cv-t03-project-desc,[data-cv-pdf-capture] .cv-tpl-03 .cv-t03-experience-desc>p,[data-cv-pdf-capture] .cv-tpl-03 .cv-t03-project-desc>p{margin-top:0!important;padding-top:0!important}[data-cv-pdf-capture] .cv-tpl-04 .cv-t04-header-band{box-sizing:border-box;padding-block:1.35rem 1.4rem!important;padding-inline:1.5rem!important}[data-cv-pdf-capture] .cv-tpl-04 .cv-t04-header-band-offset{margin-top:50px!important}@media print{[data-cv-pdf-capture] .cv-tpl-04 .cv-t04-header-band{padding-block:1.15rem 1.2rem!important;padding-inline:1.25rem!important}}[data-cv-pdf-capture] .cv-tpl-04 .cv-t04-header-name{word-break:break-word;letter-spacing:.02em!important;text-transform:uppercase!important;color:#fff!important;margin:0!important;font-size:13pt!important;font-weight:700!important;line-height:1.12!important}[data-cv-pdf-capture] .cv-tpl-04 .cv-t04-header-job-title{letter-spacing:.14em!important;text-transform:uppercase!important;color:#fff!important;margin:.375rem 0 0!important;font-size:10pt!important;font-style:italic!important;font-weight:400!important;line-height:1.3!important}[data-cv-pdf-capture] .cv-tpl-04 .cv-t04-sidebar-body p{margin:0!important;padding:0!important}[data-cv-pdf-capture] .cv-tpl-04 .cv-t04-sidebar-entry-primary{overflow-wrap:anywhere;letter-spacing:.04em!important;text-transform:uppercase!important;color:#fff!important;font-weight:700!important;line-height:1.2!important}[data-cv-pdf-capture] .cv-tpl-04 .cv-t04-sidebar-aside{flex:1 1 0;min-height:0;overflow:hidden visible}[data-cv-pdf-capture] .cv-tpl-04 .cv-t04-sidebar-entry-meta-stack{flex-direction:column;gap:0;display:flex;margin-top:.125rem!important;line-height:1.15!important}[data-cv-pdf-capture] .cv-tpl-04 .cv-t04-sidebar-entry-meta{color:#ffffffd9!important;font-size:8.5pt!important;font-weight:400!important;line-height:1.15!important}[data-cv-pdf-capture] .cv-tpl-04 .cv-t04-sidebar-entry-meta--muted{color:#ffffffbf!important;font-size:8pt!important}[data-cv-pdf-capture] .cv-tpl-04 .cv-t04-skill-name{display:block;white-space:nowrap!important}[data-cv-pdf-capture] .cv-tpl-04 .cv-t04-main-section-title-spacing{padding-bottom:.625rem!important}[data-cv-pdf-capture] .cv-tpl-04 .cv-t04-experience-head,[data-cv-pdf-capture] .cv-tpl-04 .cv-t04-project-head,[data-cv-pdf-capture] .cv-tpl-04 .cv-t04-education-head,[data-cv-pdf-capture] .cv-tpl-04 .cv-t04-experience-subtitle,[data-cv-pdf-capture] .cv-tpl-04 .cv-t04-experience-meta,[data-cv-pdf-capture] .cv-tpl-04 .cv-t04-experience-period,[data-cv-pdf-capture] .cv-tpl-04 .cv-t04-project-subtitle,[data-cv-pdf-capture] .cv-tpl-04 .cv-t04-project-period,[data-cv-pdf-capture] .cv-tpl-04 .cv-t04-education-subtitle,[data-cv-pdf-capture] .cv-tpl-04 .cv-t04-education-meta,[data-cv-pdf-capture] .cv-tpl-04 .cv-t04-education-period,[data-cv-pdf-capture] .cv-tpl-04 .cv-t04-education-extra{margin:0!important;padding:0!important;line-height:1.15!important}[data-cv-pdf-capture] .cv-tpl-04 .cv-t04-experience-desc,[data-cv-pdf-capture] .cv-tpl-04 .cv-t04-project-desc{margin-top:0!important;padding-top:0!important}.cv-tpl-04 .cv-t04-experience-desc>p,.cv-tpl-04 .cv-t04-project-desc>p,[data-cv-pdf-capture] .cv-tpl-04 .cv-t04-experience-desc>p,[data-cv-pdf-capture] .cv-tpl-04 .cv-t04-project-desc>p{margin:0!important;padding:0!important}[data-cv-pdf-capture] .cv-tpl-04 .cv-t04-education-details{padding-top:0!important;padding-inline:0!important;margin-top:0!important;padding-bottom:.375rem!important}[data-cv-pdf-capture] .cv-tpl-05{--cv-t05-side:#222d37;--cv-t05-accent:#7dd3fc}[data-cv-pdf-capture] .cv-tpl-05.cv-two-col-page{align-items:stretch!important}[data-cv-pdf-capture] .cv-tpl-05.cv-two-col-page [data-cv-page-main]{flex-direction:column;max-height:100%;overflow:hidden;height:100%!important;min-height:0!important;display:flex!important}[data-cv-pdf-capture] .cv-tpl-05 .cv-t05-main-body{flex:1 1 0;min-height:0}[data-cv-pdf-capture] .cv-tpl-05 .cv-t05-sidebar-body p,[data-cv-pdf-capture] .cv-tpl-05 .cv-t05-sidebar-body li{margin:0!important;padding:0!important;list-style:none!important}[data-cv-pdf-capture] .cv-tpl-05 .cv-t05-sidebar-name{word-break:break-word;letter-spacing:.02em!important;text-transform:uppercase!important;text-align:center!important;color:#fff!important;margin:1.25rem 0 0!important;font-size:14pt!important;font-weight:700!important;line-height:1.15!important}[data-cv-pdf-capture] .cv-tpl-05 .cv-t05-sidebar-job{text-align:center!important;color:var(--cv-t05-accent)!important;margin:.35rem 0 0!important;font-size:10pt!important;font-weight:500!important;line-height:1.25!important}@media print{[data-cv-pdf-capture] .cv-tpl-05 .cv-t05-sidebar-name{margin-top:1.1rem!important}}[data-cv-pdf-capture] .cv-tpl-05 .cv-t05-sidebar-section-title{letter-spacing:.08em!important;text-transform:uppercase!important;color:#fff!important;margin:0!important;padding:0!important;font-size:9.5pt!important;font-weight:800!important;line-height:1.2!important}[data-cv-pdf-capture] .cv-tpl-05 .cv-t05-sidebar-section-rule{background-color:#ffffff47!important;width:100%!important;height:1px!important;margin-top:.35rem!important}[data-cv-pdf-capture] .cv-tpl-05 .cv-t05-main-section-title{letter-spacing:.07em!important;text-transform:uppercase!important;color:#000!important;margin:0!important;font-size:11.5pt!important;font-weight:800!important;line-height:1.2!important}[data-cv-pdf-capture] .cv-tpl-05 .cv-t05-main-section-rule{background-color:#d6d3d1!important;border:0!important;width:100%!important;height:1px!important;margin-top:.35rem!important}[data-cv-pdf-capture] .cv-tpl-05 .cv-t05-main-section-title-spacing{padding-bottom:.625rem!important}[data-cv-pdf-capture] .cv-tpl-05 .cv-t05-main-body p{margin:0!important;padding:0!important}[data-cv-pdf-capture] .cv-tpl-05 .cv-t05-experience-head,[data-cv-pdf-capture] .cv-tpl-05 .cv-t05-project-head,[data-cv-pdf-capture] .cv-tpl-05 .cv-t05-experience-subtitle,[data-cv-pdf-capture] .cv-tpl-05 .cv-t05-experience-meta,[data-cv-pdf-capture] .cv-tpl-05 .cv-t05-experience-period,[data-cv-pdf-capture] .cv-tpl-05 .cv-t05-project-subtitle,[data-cv-pdf-capture] .cv-tpl-05 .cv-t05-project-period,[data-cv-pdf-capture] .cv-tpl-05 .cv-t05-education-subtitle,[data-cv-pdf-capture] .cv-tpl-05 .cv-t05-education-meta,[data-cv-pdf-capture] .cv-tpl-05 .cv-t05-education-period,[data-cv-pdf-capture] .cv-tpl-05 .cv-t05-education-extra{margin:0!important;padding:0!important;line-height:1.15!important}[data-cv-pdf-capture] .cv-tpl-05 .cv-t05-experience-desc,[data-cv-pdf-capture] .cv-tpl-05 .cv-t05-project-desc{margin-top:0!important;padding-top:0!important}[data-cv-pdf-capture] .cv-tpl-05 .cv-t05-education-details{padding-top:0!important;padding-inline:0!important;margin-top:0!important;padding-bottom:.375rem!important}[data-cv-pdf-capture] .cv-tpl-05 .cv-t05-experience-list{flex-direction:column!important;gap:.45rem!important;display:flex!important}[data-cv-pdf-capture] .cv-tpl-05 .cv-t05-experience-entry{margin:0!important;padding:0!important}[data-cv-pdf-capture] .cv-tpl-05 .cv-t05-experience-head,[data-cv-pdf-capture] .cv-tpl-05 .cv-t05-project-head{margin:0!important;padding:0!important;line-height:1.15!important}[data-cv-pdf-capture] .cv-tpl-05 .cv-t05-experience-meta{margin-top:0!important;line-height:1.15!important}[data-cv-pdf-capture] .cv-tpl-05 .cv-t05-experience-desc,[data-cv-pdf-capture] .cv-tpl-05 .cv-t05-experience-bullets{flex-direction:column!important;gap:.15rem!important;margin-top:0!important;display:flex!important}[data-cv-pdf-capture] .cv-tpl-05 .cv-t05-experience-desc p,[data-cv-pdf-capture] .cv-tpl-05 .cv-t05-experience-bullets p{line-height:1.45!important}[data-cv-pdf-capture] .cv-tpl-05 .cv-t05-sidebar-list,[data-cv-pdf-capture] .cv-tpl-05 .cv-t05-sidebar-list>li{padding:0!important;margin:0!important;margin-inline-start:0!important;padding-inline-start:0!important;list-style:none!important}[data-cv-pdf-capture] .cv-tpl-05 .cv-t05-sidebar-section{margin:0!important;padding:0!important}.cv-tpl-05 .cv-t05-contact-section,.cv-tpl-05 .cv-t05-contact-list,.cv-tpl-05 .cv-t05-contact-list>li{margin:0;margin-inline-start:0;padding:0;padding-inline-start:0;list-style:none}.cv-tpl-05 .cv-t05-contact-row{grid-template-columns:.875rem minmax(0,1fr);align-items:start;column-gap:.35rem;width:100%;margin:0;padding:0;line-height:1.35;display:grid}.cv-tpl-05 .cv-t05-contact-icon{width:.875rem;height:.875rem;margin:0}[data-cv-pdf-capture] .cv-tpl-05 .cv-t05-contact-row{grid-template-columns:.875rem minmax(0,1fr)!important;align-items:start!important;column-gap:.35rem!important;width:100%!important;margin:0!important;margin-inline-start:0!important;padding:0!important;line-height:1.35!important;display:grid!important}[data-cv-pdf-capture] .cv-tpl-05 .cv-t05-contact-icon{flex-shrink:0!important;width:.875rem!important;height:.875rem!important;margin:0!important}[data-cv-pdf-capture] .cv-tpl-05 .cv-t05-open-bullet-item{flex-direction:row!important;align-items:center!important;gap:.35rem!important;margin:0!important;margin-inline-start:0!important;padding:0!important;line-height:1.35!important;display:flex!important}[data-cv-pdf-capture] .cv-tpl-05 .cv-t05-open-bullet-mark{box-sizing:border-box!important;background:0 0!important;border:1px solid #ffffffe0!important;border-radius:50%!important;flex:none!important;align-self:center!important;width:3.25pt!important;height:3.25pt!important;margin:0!important}[data-cv-pdf-capture] .cv-tpl-05 .cv-t05-open-bullet-text{flex:auto!important;min-width:0!important;line-height:1.35!important}[data-cv-pdf-capture] .cv-tpl-05 .cv-t05-page2-name{letter-spacing:.02em!important;text-transform:uppercase!important;color:#fff!important;margin:0!important;font-size:20pt!important;font-weight:700!important;line-height:1!important}[data-cv-pdf-capture] .cv-tpl-05 .cv-t05-page2-subtitle{letter-spacing:.12em!important;text-transform:uppercase!important;margin:0!important;font-size:10.5pt!important;font-style:italic!important;font-weight:400!important;line-height:1.15!important}.cv-lead-name-band .cv-t05-name-band-stack,.cv-t05-name-band-inner .cv-t05-name-band-stack{flex-direction:column;gap:.375rem;margin:0;padding:0;display:flex}.cv-lead-name-band .cv-t05-page2-name,.cv-lead-name-band .cv-t05-page2-subtitle,.cv-t05-name-band-inner .cv-t05-page2-name,.cv-t05-name-band-inner .cv-t05-page2-subtitle{margin:0;padding:0}.cv-lead-name-band .cv-t05-page2-name,.cv-t05-name-band-inner .cv-t05-page2-name{line-height:1.05}.cv-lead-name-band .cv-t05-page2-subtitle,.cv-t05-name-band-inner .cv-t05-page2-subtitle{line-height:1.15}[data-cv-pdf-capture] .cv-t05-name-band-stack{flex-direction:column!important;gap:.375rem!important;margin:0!important;padding:0!important;display:flex!important}.cv-tpl-05 .cv-t05-page-number{z-index:30;pointer-events:none;-webkit-user-select:none;user-select:none;font-variant-numeric:tabular-nums;color:#888;font-size:10pt;line-height:1;position:absolute;bottom:10px;right:10px}[data-cv-pdf-capture] .cv-tpl-05 .cv-t05-page-number{z-index:30!important;color:#64748b!important;font-size:9pt!important;position:absolute!important;bottom:10px!important;right:10px!important}[data-cv-pdf-capture] .cv-tpl-05 .cv-t05-page2-main-wrap{flex-direction:column!important;flex:1 1 0!important;min-height:0!important;display:flex!important;overflow:hidden!important}[data-cv-pdf-capture] .cv-tpl-05 .cv-t05-page2-main-wrap .cv-t05-main-body{flex:1 1 0!important;min-height:0!important;overflow:hidden!important}[data-cv-pdf-capture] .cv-tpl-06 .cv-t06-header-name{letter-spacing:-.02em!important;color:#0c0a09!important;margin:0!important;font-size:24pt!important;font-weight:700!important;line-height:1.1!important}@media print{[data-cv-pdf-capture] .cv-tpl-06 .cv-t06-header-name{font-size:22pt!important}}[data-cv-pdf-capture] .cv-tpl-06 .cv-t06-header-job{margin:0!important;letter-spacing:.16em!important;text-transform:uppercase!important;color:#44403c!important;margin-top:.375rem!important;font-size:10pt!important;font-weight:500!important;line-height:1.25!important}@media print{[data-cv-pdf-capture] .cv-tpl-06 .cv-t06-header-job{font-size:9.5pt!important}}[data-cv-pdf-capture] .cv-tpl-06 .cv-t06-section-title{letter-spacing:.14em!important;text-transform:uppercase!important;color:#0c0a09!important;border-bottom:1px solid #a8a29e!important;margin:0 0 .625rem!important;padding-bottom:.3rem!important;font-size:12pt!important;font-weight:800!important;line-height:1.15!important}@media print{[data-cv-pdf-capture] .cv-tpl-06 .cv-t06-section-title{font-size:11pt!important}}[data-cv-pdf-capture] .cv-tpl-06 .cv-t06-section-title-spacing{padding-bottom:.625rem!important}[data-cv-pdf-capture] .cv-tpl-06 .cv-t06-experience-head,[data-cv-pdf-capture] .cv-tpl-06 .cv-t06-project-head,[data-cv-pdf-capture] .cv-tpl-06 .cv-t06-education-head,[data-cv-pdf-capture] .cv-tpl-06 .cv-t06-experience-subtitle,[data-cv-pdf-capture] .cv-tpl-06 .cv-t06-experience-meta,[data-cv-pdf-capture] .cv-tpl-06 .cv-t06-experience-period,[data-cv-pdf-capture] .cv-tpl-06 .cv-t06-project-subtitle,[data-cv-pdf-capture] .cv-tpl-06 .cv-t06-project-period,[data-cv-pdf-capture] .cv-tpl-06 .cv-t06-education-subtitle,[data-cv-pdf-capture] .cv-tpl-06 .cv-t06-education-meta,[data-cv-pdf-capture] .cv-tpl-06 .cv-t06-education-period,[data-cv-pdf-capture] .cv-tpl-06 .cv-t06-education-extra{margin:0!important;padding:0!important;line-height:1.15!important}.cv-tpl-06 .cv-t06-entry-desc,[data-cv-pdf-capture] .cv-tpl-06 .cv-t06-entry-desc{margin-top:0!important;padding-top:0!important}[data-cv-pdf-capture] .cv-tpl-06 .cv-t06-education-details{padding-top:0!important;padding-inline:0!important;margin-top:0!important;padding-bottom:.375rem!important}[data-cv-pdf-capture] .cv-tpl-06 .cv-t06-sidebar-section-title{letter-spacing:.14em!important;text-transform:uppercase!important;color:#fff!important;margin:0 0 .5rem!important;font-size:11.5pt!important;font-weight:800!important;line-height:1.15!important}@media print{[data-cv-pdf-capture] .cv-tpl-06 .cv-t06-sidebar-section-title{font-size:10.5pt!important}}[data-cv-pdf-capture] .cv-t06 .cv-t06-page2-name{letter-spacing:-.02em!important;color:#0c0a09!important;margin:0!important;font-size:22pt!important;font-weight:700!important;line-height:1!important}@media print{[data-cv-pdf-capture] .cv-tpl-06 .cv-t06-page2-name{font-size:20pt!important}}[data-cv-pdf-capture] .cv-tpl-06 .cv-t06-page2-subtitle{letter-spacing:.12em!important;text-transform:uppercase!important;color:#57534e!important;margin:0!important;font-size:10.5pt!important;font-style:italic!important;font-weight:500!important;line-height:1.15!important}@media print{[data-cv-pdf-capture] .cv-tpl-06 .cv-t06-page2-subtitle{font-size:10pt!important}}.cv-lead-name-band .cv-t06-name-band-stack,.cv-t06-name-band-inner .cv-t06-name-band-stack{flex-direction:column;gap:.375rem;margin:0;padding:0;display:flex}.cv-lead-name-band .cv-t06-page2-name,.cv-lead-name-band .cv-t06-page2-subtitle,.cv-t06-name-band-inner .cv-t06-page2-name,.cv-t06-name-band-inner .cv-t06-page2-subtitle{margin:0;padding:0}.cv-lead-name-band .cv-t06-page2-name,.cv-t06-name-band-inner .cv-t06-page2-name{line-height:1.05}.cv-lead-name-band .cv-t06-page2-subtitle,.cv-t06-name-band-inner .cv-t06-page2-subtitle{line-height:1.15}[data-cv-pdf-capture] .cv-t06-name-band-stack{flex-direction:column!important;gap:.375rem!important;margin:0!important;padding:0!important;display:flex!important}[data-cv-pdf-capture] .cv-tpl-06 [data-cv-page-main]{flex:1 1 0;min-height:0;overflow:hidden}[data-cv-pdf-capture] .cv-tpl-07 .cv-t07-header-name{letter-spacing:.04em!important;text-transform:uppercase!important;margin:0!important;font-size:28pt!important;font-weight:700!important;line-height:1.05!important}@media print{[data-cv-pdf-capture] .cv-tpl-07 .cv-t07-header-name{font-size:26pt!important}}[data-cv-pdf-capture] .cv-tpl-07 .cv-t07-header-job{letter-spacing:.22em!important;text-transform:uppercase!important;margin:.5rem 0 0!important;font-size:10pt!important;font-weight:600!important;line-height:1.25!important}[data-cv-pdf-capture] .cv-tpl-07 .cv-t07-header-rule{border:none!important;width:100%!important;max-width:none!important;height:1px!important;min-height:1px!important;margin:0!important;display:block!important}[data-cv-pdf-capture] .cv-tpl-07 .cv-t07-lower{flex:none!important;width:100%!important;margin-top:0!important;margin-bottom:0!important;padding-top:1.5rem!important;padding-bottom:1.5rem!important}@media print{[data-cv-pdf-capture] .cv-tpl-07 .cv-t07-lower{padding-top:1.25rem!important;padding-bottom:1.25rem!important}}[data-cv-pdf-capture] .cv-tpl-07 .cv-t07-lower>.grid{align-items:start!important;height:auto!important;min-height:0!important;max-height:none!important}[data-cv-pdf-capture] .cv-tpl-07 .cv-t07-lower aside{align-self:start!important;height:auto!important;min-height:0!important}@media print{[data-cv-pdf-capture] .cv-tpl-07 .cv-t07-header-job{font-size:9pt!important}}[data-cv-pdf-capture] .cv-tpl-07 .cv-t07-section-title{letter-spacing:.18em!important;text-transform:uppercase!important;margin:0 0 .5rem!important;padding-bottom:.25rem!important;font-size:11pt!important;font-weight:700!important;line-height:1.15!important}@media print{[data-cv-pdf-capture] .cv-tpl-07 .cv-t07-section-title{font-size:10.5pt!important}}[data-cv-pdf-capture] .cv-tpl-07 .cv-t07-section-title-spacing{padding-bottom:.625rem!important}[data-cv-pdf-capture] .cv-tpl-07 .cv-t07-experience-head,[data-cv-pdf-capture] .cv-tpl-07 .cv-t07-project-head,[data-cv-pdf-capture] .cv-tpl-07 .cv-t07-education-head,[data-cv-pdf-capture] .cv-tpl-07 .cv-t07-experience-subtitle,[data-cv-pdf-capture] .cv-tpl-07 .cv-t07-experience-meta,[data-cv-pdf-capture] .cv-tpl-07 .cv-t07-experience-period,[data-cv-pdf-capture] .cv-tpl-07 .cv-t07-project-subtitle,[data-cv-pdf-capture] .cv-tpl-07 .cv-t07-project-period,[data-cv-pdf-capture] .cv-tpl-07 .cv-t07-education-subtitle,[data-cv-pdf-capture] .cv-tpl-07 .cv-t07-education-meta,[data-cv-pdf-capture] .cv-tpl-07 .cv-t07-education-period,[data-cv-pdf-capture] .cv-tpl-07 .cv-t07-education-extra{margin:0!important;padding:0!important;line-height:1.15!important}.cv-tpl-07 .cv-t07-entry-desc,[data-cv-pdf-capture] .cv-tpl-07 .cv-t07-entry-desc{margin-top:0!important;padding-top:0!important}[data-cv-pdf-capture] .cv-tpl-07 .cv-t07-education-details{padding-top:0!important;padding-inline:0!important;margin-top:0!important;padding-bottom:.375rem!important}[data-cv-pdf-capture] p,[data-cv-pdf-capture] li,[data-cv-pdf-capture] ul,[data-cv-pdf-capture] ol{margin:revert;padding:revert;list-style:revert}[data-cv-pdf-capture] .cv-tpl-01 ul.cv-list-plain,[data-cv-pdf-capture] .cv-tpl-01 ul.cv-list-plain>li{padding:0!important;margin-inline-start:0!important;padding-inline-start:0!important;list-style:none!important}[data-cv-pdf-capture] .cv-tpl-06 ul.cv-t06-bullets{margin:0!important;margin-inline-start:0!important;padding:0!important;padding-inline-start:0!important;list-style-type:disc!important;list-style-position:inside!important}[data-cv-pdf-capture] .cv-tpl-06 ul.cv-t06-bullets>li{list-style-type:inherit!important;margin:0!important;margin-inline-start:0!important;padding:0!important;padding-inline-start:0!important;list-style-position:inside!important;display:list-item!important}[data-cv-pdf-capture] .cv-tpl-06 ul.cv-t06-bullets--sidebar>li::marker{color:#fff!important}[data-cv-pdf-capture] .cv-tpl-07 ul.cv-t07-bullets{margin:0!important;margin-inline-start:0!important;padding:0!important;padding-inline-start:0!important;list-style-type:disc!important;list-style-position:inside!important}[data-cv-pdf-capture] .cv-tpl-07 ul.cv-t07-bullets>li{margin:0!important;margin-inline-start:0!important;padding:0!important;padding-inline-start:0!important;display:list-item!important}[data-cv-pdf-capture] .cv-tpl-07 .cv-t07-edu-entry p{margin:0!important;padding:0!important}[data-cv-pdf-capture] .cv-tpl-07 .cv-t07-edu-degree,[data-cv-pdf-capture] .cv-tpl-07 .cv-t07-edu-meta{margin-top:0!important;line-height:1.15!important}[data-cv-pdf-capture] .cv-tpl-07 .cv-t07-edu-school{line-height:1.15!important}[data-cv-pdf-capture] .cv-tpl-07 ul.cv-t07-entries,[data-cv-pdf-capture] .cv-tpl-07 ul.cv-t07-entries>li,[data-cv-pdf-capture] .cv-tpl-07 ul.cv-t07-contact-list,[data-cv-pdf-capture] .cv-tpl-07 ul.cv-t07-contact-list>li{margin:0!important;margin-inline-start:0!important;padding:0!important;padding-inline-start:0!important;list-style:none!important}.cv-tpl-07 ul.cv-t07-entries{flex-direction:column;gap:1rem;display:flex}[data-cv-pdf-capture] .cv-tpl-07 ul.cv-t07-entries{flex-direction:column!important;gap:1rem!important;display:flex!important}@media print{.cv-tpl-07 ul.cv-t07-entries{gap:.875rem}[data-cv-pdf-capture] .cv-tpl-07 ul.cv-t07-entries{gap:.875rem!important}}.cv-tpl-08 .cv-t08-sidebar{height:100%;min-height:0;max-height:100%;overflow:hidden}[data-cv-pdf-capture] .cv-tpl-08 .cv-t08-sidebar{background-color:#f5f4f0!important;align-self:stretch!important;height:100%!important;min-height:0!important;max-height:100%!important;padding-top:0!important;padding-bottom:0!important;overflow:hidden!important}[data-cv-pdf-capture] .cv-tpl-08 .cv-t08-left-name-line1,[data-cv-pdf-capture] .cv-tpl-08 .cv-t08-left-name-line2{letter-spacing:.05em!important;text-transform:uppercase!important;margin:0!important;padding:0!important;font-size:18pt!important;font-weight:700!important;line-height:1.08!important}[data-cv-pdf-capture] .cv-tpl-08 .cv-t08-left-name-line2{margin-top:.125rem!important}@media print{[data-cv-pdf-capture] .cv-tpl-08 .cv-t08-left-name-line1,[data-cv-pdf-capture] .cv-tpl-08 .cv-t08-left-name-line2{font-size:16.5pt!important}}[data-cv-pdf-capture] .cv-tpl-08 .cv-t08-name-block{border:none!important;margin:.5rem 0 0!important;padding:0!important}@media print{[data-cv-pdf-capture] .cv-tpl-08 .cv-t08-name-block{margin-top:.375rem!important}}[data-cv-pdf-capture] .cv-tpl-08 .cv-t08-left-job{letter-spacing:.2em!important;text-transform:uppercase!important;margin:.5rem 0 0!important;font-size:8.5pt!important;font-weight:400!important;line-height:1.25!important}@media print{[data-cv-pdf-capture] .cv-tpl-08 .cv-t08-left-job{font-size:8pt!important}}[data-cv-pdf-capture] .cv-tpl-08 .cv-t08-left-section{margin-top:1.5rem!important}[data-cv-pdf-capture] .cv-tpl-08 .cv-t08-main{padding-left:1.75rem!important;padding-right:1.75rem!important}@media print{[data-cv-pdf-capture] .cv-tpl-08 .cv-t08-main{padding-left:1.5rem!important;padding-right:1.5rem!important}}[data-cv-pdf-capture] .cv-tpl-08 .cv-t08-main.cv-t08-main--page1{padding-top:5rem!important}@media print{[data-cv-pdf-capture] .cv-tpl-08 .cv-t08-main.cv-t08-main--page1{padding-top:4rem!important}}[data-cv-pdf-capture] .cv-tpl-08 .cv-t08-photo-wrap{padding:1.25rem 1.25rem 0!important}@media print{[data-cv-pdf-capture] .cv-tpl-08 .cv-t08-photo-wrap{padding-top:1rem!important;padding-left:1rem!important;padding-right:1rem!important}}[data-cv-pdf-capture] .cv-tpl-08 .cv-t08-sidebar-inner{flex-direction:column!important;flex:auto!important;min-height:0!important;padding-left:1.25rem!important;padding-right:1.25rem!important;display:flex!important;overflow:hidden!important}[data-cv-pdf-capture] .cv-tpl-08 .cv-t08-profile-wrap{min-height:0!important;overflow:hidden!important}[data-cv-pdf-capture] .cv-tpl-08 .cv-t08-sidebar-footer{flex-shrink:0!important}@media print{[data-cv-pdf-capture] .cv-tpl-08 .cv-t08-sidebar-inner{padding-left:1rem!important;padding-right:1rem!important}}[data-cv-pdf-capture] .cv-tpl-08 .cv-t08-main.cv-t08-main--page2{padding-top:0!important}[data-cv-pdf-capture] .cv-tpl-08 .cv-t08-bar-block{margin-bottom:.5rem!important}.cv-tpl-08 .cv-t08-section-title-spacing{margin-bottom:.875rem}[data-cv-pdf-capture] .cv-tpl-08 .cv-t08-section-title-spacing{margin-bottom:.875rem!important}[data-cv-pdf-capture] .cv-tpl-08 .cv-t08-experience-head,[data-cv-pdf-capture] .cv-tpl-08 .cv-t08-project-head,[data-cv-pdf-capture] .cv-tpl-08 .cv-t08-praktika-head,[data-cv-pdf-capture] .cv-tpl-08 .cv-t08-volunteer-head,[data-cv-pdf-capture] .cv-tpl-08 .cv-t08-education-head,[data-cv-pdf-capture] .cv-tpl-08 .cv-t08-experience-subtitle,[data-cv-pdf-capture] .cv-tpl-08 .cv-t08-experience-meta,[data-cv-pdf-capture] .cv-tpl-08 .cv-t08-experience-period,[data-cv-pdf-capture] .cv-tpl-08 .cv-t08-project-subtitle,[data-cv-pdf-capture] .cv-tpl-08 .cv-t08-project-period,[data-cv-pdf-capture] .cv-tpl-08 .cv-t08-praktika-subtitle,[data-cv-pdf-capture] .cv-tpl-08 .cv-t08-praktika-meta,[data-cv-pdf-capture] .cv-tpl-08 .cv-t08-praktika-period,[data-cv-pdf-capture] .cv-tpl-08 .cv-t08-praktika-extra,[data-cv-pdf-capture] .cv-tpl-08 .cv-t08-volunteer-subtitle,[data-cv-pdf-capture] .cv-tpl-08 .cv-t08-volunteer-meta,[data-cv-pdf-capture] .cv-tpl-08 .cv-t08-volunteer-period,[data-cv-pdf-capture] .cv-tpl-08 .cv-t08-volunteer-extra,[data-cv-pdf-capture] .cv-tpl-08 .cv-t08-education-subtitle,[data-cv-pdf-capture] .cv-tpl-08 .cv-t08-education-meta,[data-cv-pdf-capture] .cv-tpl-08 .cv-t08-education-period,[data-cv-pdf-capture] .cv-tpl-08 .cv-t08-education-extra,[data-cv-pdf-capture] .cv-tpl-08 .cv-t08-course-subtitle,[data-cv-pdf-capture] .cv-tpl-08 .cv-t08-course-meta,[data-cv-pdf-capture] .cv-tpl-08 .cv-t08-course-period{margin:0!important;padding:0!important;line-height:1.15!important}.cv-tpl-08 .cv-t08-entry-desc,[data-cv-pdf-capture] .cv-tpl-08 .cv-t08-entry-desc{margin-top:0!important;padding-top:0!important}[data-cv-pdf-capture] .cv-tpl-08 .cv-t08-education-details,[data-cv-pdf-capture] .cv-tpl-08 .cv-t08-course-details{padding-top:0!important;padding-inline:0!important;margin-top:0!important;padding-bottom:.375rem!important}[data-cv-pdf-capture] .cv-tpl-08 .cv-t08-bar{box-sizing:border-box!important;border:none!important;justify-content:flex-start!important;align-items:center!important;min-height:2rem!important;margin:0!important;padding:.5rem .75rem!important;display:flex!important}@media print{[data-cv-pdf-capture] .cv-tpl-08 .cv-t08-bar{min-height:1.85rem!important;padding:.375rem .65rem!important}}[data-cv-pdf-capture] .cv-tpl-08 .cv-t08-bar-rule{border:none!important;width:100%!important;height:1px!important;margin:.375rem 0 0!important;padding:0!important;display:block!important}@media print{[data-cv-pdf-capture] .cv-tpl-08 .cv-t08-bar-rule{margin-top:.25rem!important}}[data-cv-pdf-capture] .cv-tpl-08 .cv-t08-bar-title{text-align:left!important;letter-spacing:.18em!important;text-transform:uppercase!important;width:100%!important;margin:0!important;padding:0!important;font-size:10.5pt!important;font-weight:700!important;line-height:1.1!important}@media print{[data-cv-pdf-capture] .cv-tpl-08 .cv-t08-bar-title{font-size:10pt!important}}[data-cv-pdf-capture] .cv-tpl-08 .cv-t08-left-title{letter-spacing:.16em!important;text-transform:uppercase!important;margin:0 0 .5rem!important;padding-bottom:.35rem!important;font-size:10.5pt!important;font-weight:700!important;line-height:1.12!important}@media print{[data-cv-pdf-capture] .cv-tpl-08 .cv-t08-left-title{font-size:10pt!important}}[data-cv-pdf-capture] .cv-tpl-08 .cv-t08-contact-item{margin:0!important;padding:.65rem .25rem!important}[data-cv-pdf-capture] .cv-tpl-08 .cv-t08-contact-list>li:first-child{padding-top:0!important}[data-cv-pdf-capture] .cv-tpl-08 .cv-t08-contact-list>li:last-child{padding-bottom:0!important}[data-cv-pdf-capture] .cv-tpl-08 .cv-t08-edu-entry p,[data-cv-pdf-capture] .cv-tpl-08 .cv-t08-profile-body{margin:0!important;padding:0!important}[data-cv-pdf-capture] .cv-tpl-08 .cv-t08-edu-school,[data-cv-pdf-capture] .cv-tpl-08 .cv-t08-edu-meta{margin-top:0!important;line-height:1.15!important}[data-cv-pdf-capture] .cv-tpl-08 .cv-t08-body-lines p{margin:0!important;padding:0!important}[data-cv-pdf-capture] .cv-tpl-08 ul.cv-t08-entries,[data-cv-pdf-capture] .cv-tpl-08 ul.cv-t08-entries>li,[data-cv-pdf-capture] .cv-tpl-08 ul.cv-t08-contact-list,[data-cv-pdf-capture] .cv-tpl-08 ul.cv-t08-contact-list>li{margin:0!important;margin-inline-start:0!important;padding-inline-start:0!important;list-style:none!important}.cv-tpl-08 ul.cv-t08-entries{flex-direction:column;gap:1rem;display:flex}[data-cv-pdf-capture] .cv-tpl-08 ul.cv-t08-entries{flex-direction:column!important;gap:1rem!important;display:flex!important}@media print{.cv-tpl-08 ul.cv-t08-entries{gap:.875rem}[data-cv-pdf-capture] .cv-tpl-08 ul.cv-t08-entries{gap:.875rem!important}}[data-cv-pdf-capture] .cv-tpl-08 .cv-t08-body{flex:auto!important;align-items:stretch!important;min-height:0!important;padding-top:0!important;padding-bottom:0!important}[data-cv-lead-measure]{width:210mm!important;height:297mm!important;max-height:297mm!important;overflow:hidden!important}[data-cv-lead-measure] [data-cv-lead-measure-page]{flex-direction:column!important;height:100%!important;min-height:0!important;max-height:100%!important;display:flex!important;overflow:hidden!important}[data-cv-pdf-capture] [data-cv-lead-page]{flex-direction:column!important;min-height:0!important;display:flex!important;overflow:hidden!important}[data-cv-lead-body]{flex:auto!important;min-height:0!important;overflow:hidden!important}[data-cv-pdf-capture] .cv-tpl-08[data-cv-pdf-page]{flex-direction:column!important;display:flex!important}[data-cv-pdf-capture] .cv-tpl-09 .cv-t09-header-name{letter-spacing:.28em!important;text-transform:uppercase!important;margin:0!important;padding:0!important;font-size:19pt!important;font-weight:600!important;line-height:1.12!important}@media print{[data-cv-pdf-capture] .cv-tpl-09 .cv-t09-header-name{font-size:17pt!important}}[data-cv-pdf-capture] .cv-tpl-09 .cv-t09-sidebar-title{letter-spacing:.12em!important;text-transform:uppercase!important;margin:0!important;padding:0!important;font-size:10.5pt!important;font-weight:900!important;line-height:1.12!important}@media print{[data-cv-pdf-capture] .cv-tpl-09 .cv-t09-sidebar-title{font-size:10pt!important}}[data-cv-pdf-capture] .cv-tpl-09 .cv-t09-bar{box-sizing:border-box!important;border:none!important;justify-content:center!important;align-items:center!important;min-height:2rem!important;margin:0!important;padding:.5rem .75rem!important;display:flex!important}@media print{[data-cv-pdf-capture] .cv-tpl-09 .cv-t09-bar{min-height:1.85rem!important;padding:.375rem .65rem!important}}[data-cv-pdf-capture] .cv-tpl-09 .cv-t09-bar-title{text-align:center!important;letter-spacing:.24em!important;text-transform:uppercase!important;color:#fff!important;margin:0!important;padding:0!important;font-size:8.5pt!important;font-weight:900!important;line-height:1!important}@media print{[data-cv-pdf-capture] .cv-tpl-09 .cv-t09-bar-title{font-size:8pt!important}}[data-cv-pdf-capture] .cv-tpl-09 .cv-t09-photo-wrap{padding:1.25rem 1rem 0!important}@media print{[data-cv-pdf-capture] .cv-tpl-09 .cv-t09-photo-wrap{padding-top:1rem!important;padding-left:.875rem!important;padding-right:.875rem!important}}[data-cv-pdf-capture] .cv-tpl-09 .cv-t09-sidebar-body{padding-top:1rem!important}[data-cv-pdf-capture] .cv-tpl-09 .cv-t09-timeline-rail{width:1px!important;left:13.5px!important;transform:none!important}[data-cv-pdf-capture] .cv-tpl-09 .cv-t09-timeline-node{width:8px!important;height:8px!important;margin:0!important;padding:0!important;display:block!important;top:calc(50% - 4px)!important;left:-22px!important;transform:none!important}@media print{[data-cv-pdf-capture] .cv-tpl-09 .cv-t09-timeline-node{width:7px!important;height:7px!important;top:calc(50% - 3.5px)!important;left:-17.5px!important}}.cv-tpl-09 .cv-t09-timeline-rail{width:1px;left:13.5px;transform:none}.cv-tpl-09 .cv-t09-timeline-node{width:8px;height:8px;display:block;top:calc(50% - 4px);left:-22px;transform:none}[data-cv-pdf-capture] .cv-tpl-09 ul.cv-t09-body-bullets,[data-cv-pdf-capture] .cv-tpl-09 ul.cv-t09-body-bullets>li,.cv-tpl-09 ul.cv-t09-body-bullets,.cv-tpl-09 ul.cv-t09-body-bullets>li{padding:0!important;margin:0!important;margin-inline-start:0!important;padding-inline-start:0!important;list-style:none!important}[data-cv-pdf-capture] .cv-tpl-09 .cv-t09-body-bullets:not(.cv-t09-entry-desc){margin-top:.25rem!important}.cv-tpl-09 .cv-t09-section-title-spacing{margin-bottom:.875rem}[data-cv-pdf-capture] .cv-tpl-09 .cv-t09-section-title-spacing{margin-bottom:.875rem!important}[data-cv-pdf-capture] .cv-tpl-09 .cv-t09-experience-head,[data-cv-pdf-capture] .cv-tpl-09 .cv-t09-project-head,[data-cv-pdf-capture] .cv-tpl-09 .cv-t09-praktika-head,[data-cv-pdf-capture] .cv-tpl-09 .cv-t09-volunteer-head,[data-cv-pdf-capture] .cv-tpl-09 .cv-t09-education-head,[data-cv-pdf-capture] .cv-tpl-09 .cv-t09-experience-subtitle,[data-cv-pdf-capture] .cv-tpl-09 .cv-t09-experience-meta,[data-cv-pdf-capture] .cv-tpl-09 .cv-t09-experience-period,[data-cv-pdf-capture] .cv-tpl-09 .cv-t09-project-subtitle,[data-cv-pdf-capture] .cv-tpl-09 .cv-t09-project-period,[data-cv-pdf-capture] .cv-tpl-09 .cv-t09-praktika-subtitle,[data-cv-pdf-capture] .cv-tpl-09 .cv-t09-praktika-meta,[data-cv-pdf-capture] .cv-tpl-09 .cv-t09-praktika-period,[data-cv-pdf-capture] .cv-tpl-09 .cv-t09-praktika-extra,[data-cv-pdf-capture] .cv-tpl-09 .cv-t09-volunteer-subtitle,[data-cv-pdf-capture] .cv-tpl-09 .cv-t09-volunteer-meta,[data-cv-pdf-capture] .cv-tpl-09 .cv-t09-volunteer-period,[data-cv-pdf-capture] .cv-tpl-09 .cv-t09-volunteer-extra,[data-cv-pdf-capture] .cv-tpl-09 .cv-t09-education-subtitle,[data-cv-pdf-capture] .cv-tpl-09 .cv-t09-education-meta,[data-cv-pdf-capture] .cv-tpl-09 .cv-t09-education-period,[data-cv-pdf-capture] .cv-tpl-09 .cv-t09-education-extra,[data-cv-pdf-capture] .cv-tpl-09 .cv-t09-course-subtitle,[data-cv-pdf-capture] .cv-tpl-09 .cv-t09-course-meta,[data-cv-pdf-capture] .cv-tpl-09 .cv-t09-course-period{margin:0!important;padding:0!important;line-height:1.15!important}.cv-tpl-09 .cv-t09-entry-desc,[data-cv-pdf-capture] .cv-tpl-09 .cv-t09-entry-desc{margin-top:0!important;padding-top:0!important}.cv-tpl-09 .cv-t09-education-details,.cv-tpl-09 .cv-t09-course-details,[data-cv-pdf-capture] .cv-tpl-09 .cv-t09-education-details,[data-cv-pdf-capture] .cv-tpl-09 .cv-t09-course-details{padding-top:0!important;padding-inline:0!important;margin-top:0!important;padding-bottom:.375rem!important}[data-cv-pdf-capture] .cv-tpl-09 ul.cv-t09-entries,[data-cv-pdf-capture] .cv-tpl-09 ul.cv-t09-entries>li{padding:0!important;margin:0!important;margin-inline-start:0!important;padding-inline-start:0!important;list-style:none!important}.cv-tpl-09 ul.cv-t09-entries{flex-direction:column;gap:1rem;display:flex}[data-cv-pdf-capture] .cv-tpl-09 ul.cv-t09-entries{flex-direction:column!important;gap:1rem!important;display:flex!important}@media print{.cv-tpl-09 ul.cv-t09-entries{gap:.875rem}[data-cv-pdf-capture] .cv-tpl-09 ul.cv-t09-entries{gap:.875rem!important}}[data-cv-pdf-capture] .cv-tpl-09 .cv-t09-body-bullet-dot{width:.45rem!important;margin:0!important;padding:0!important}@media print{.cv-tpl-09 .cv-t09-timeline-node{width:7px;height:7px;top:calc(50% - 3.5px);left:-17.5px}}.cv-tpl-09 .cv-t09-sidebar-list,.cv-tpl-09 .cv-t09-sidebar-list>li,.cv-tpl-09 .cv-t09-contact-section{margin:0;margin-inline-start:0;padding:0;padding-inline-start:0;list-style:none}.cv-tpl-09 .cv-t09-contact-list{flex-direction:column;gap:.65rem;display:flex}@media print{.cv-tpl-09 .cv-t09-contact-list{gap:.55rem}}.cv-tpl-09 .cv-t09-sidebar-rail-row,.cv-tpl-09 p.cv-t09-sidebar-rail-row{grid-template-columns:1.75rem minmax(0,1fr);column-gap:.5rem;width:100%;margin:0;padding:0;display:grid}.cv-tpl-09 .cv-t09-contact-row{align-items:start}.cv-tpl-09 .cv-t09-sidebar-rail-row--bullet{grid-template-columns:.55rem minmax(0,1fr);align-items:start;column-gap:.35rem;line-height:1.25}.cv-tpl-09 .cv-t09-sidebar-rail-row--bullet .cv-t09-sidebar-rail-marker{place-self:start;width:.55rem;height:auto;min-height:0;padding-top:.12em}.cv-tpl-09 .cv-t09-skills-list{flex-direction:column;gap:.125rem;display:flex}@media print{.cv-tpl-09 .cv-t09-skills-list{gap:.0625rem}}[data-cv-pdf-capture] .cv-tpl-09 .cv-t09-sidebar-section:not(.cv-t09-sidebar-section-first){margin-top:1.75rem!important}@media print{[data-cv-pdf-capture] .cv-tpl-09 .cv-t09-sidebar-section:not(.cv-t09-sidebar-section-first){margin-top:1.5rem!important}}.cv-tpl-09 .cv-t09-lang-section,.cv-tpl-09 .cv-t09-lang-list,.cv-tpl-09 .cv-t09-lang-list>li{padding:0;width:100%;margin:0;margin-inline-start:0;padding-inline-start:0;list-style:none}.cv-tpl-09 .cv-t09-lang-list{flex-direction:column;gap:.5rem;display:flex}.cv-tpl-09 .cv-t09-lang-row{margin:0;padding:0;padding-inline-start:0}@media print{.cv-tpl-09 .cv-t09-lang-list{gap:.45rem}}.cv-tpl-09 .cv-t09-sidebar-rail-marker{justify-content:center;justify-self:center;align-items:center;width:1.75rem;height:1.75rem;margin:0;padding:0;display:flex}.cv-tpl-09 .cv-t09-sidebar-rail-marker--spacer{visibility:hidden}.cv-tpl-09 .cv-t09-contact-icon-disc{place-self:start center;width:1.75rem;height:1.75rem;margin:0}.cv-tpl-09 .cv-t09-sidebar-rail-text,.cv-tpl-09 .cv-t09-contact-text{min-width:0;margin:0;padding:0;line-height:1.35}[data-cv-pdf-capture] .cv-tpl-09 .cv-t09-sidebar-list,[data-cv-pdf-capture] .cv-tpl-09 .cv-t09-sidebar-list>li,[data-cv-pdf-capture] .cv-tpl-09 .cv-t09-contact-section{margin:0!important;margin-inline-start:0!important;padding:0!important;padding-inline-start:0!important;list-style:none!important}[data-cv-pdf-capture] .cv-tpl-09 .cv-t09-contact-list{flex-direction:column!important;gap:.55rem!important;display:flex!important}[data-cv-pdf-capture] .cv-tpl-09 .cv-t09-sidebar-rail-row,[data-cv-pdf-capture] .cv-tpl-09 p.cv-t09-sidebar-rail-row{grid-template-columns:1.75rem minmax(0,1fr)!important;column-gap:.5rem!important;width:100%!important;margin:0!important;padding:0!important;display:grid!important}[data-cv-pdf-capture] .cv-tpl-09 .cv-t09-contact-row{align-items:start!important}[data-cv-pdf-capture] .cv-tpl-09 .cv-t09-sidebar-rail-row--bullet{grid-template-columns:.55rem minmax(0,1fr)!important;align-items:start!important;column-gap:.35rem!important;line-height:1.25!important}[data-cv-pdf-capture] .cv-tpl-09 .cv-t09-sidebar-rail-row--bullet .cv-t09-sidebar-rail-marker{place-self:start!important;width:.55rem!important;height:auto!important;min-height:0!important;padding-top:.12em!important}[data-cv-pdf-capture] .cv-tpl-09 .cv-t09-skills-list{flex-direction:column!important;gap:.125rem!important;display:flex!important}@media print{[data-cv-pdf-capture] .cv-tpl-09 .cv-t09-skills-list{gap:.0625rem!important}}[data-cv-pdf-capture] .cv-tpl-09 .cv-t09-lang-list,[data-cv-pdf-capture] .cv-tpl-09 .cv-t09-lang-list>li{padding:0!important;width:100%!important;margin:0!important;margin-inline-start:0!important;padding-inline-start:0!important;list-style:none!important}[data-cv-pdf-capture] .cv-tpl-09 .cv-t09-lang-section{width:100%!important;padding:0!important;padding-inline-start:0!important}[data-cv-pdf-capture] .cv-tpl-09 .cv-t09-lang-list{flex-direction:column!important;gap:.45rem!important;display:flex!important}[data-cv-pdf-capture] .cv-tpl-09 .cv-t09-lang-row{margin:0!important;padding:0!important;padding-inline-start:0!important}[data-cv-pdf-capture] .cv-tpl-09 .cv-t09-sidebar-rail-marker{justify-content:center!important;justify-self:center!important;align-items:center!important;width:1.75rem!important;height:1.75rem!important;margin:0!important;padding:0!important;display:flex!important}@media print{[data-cv-pdf-capture] .cv-tpl-09 .cv-t09-sidebar-rail-marker,[data-cv-pdf-capture] .cv-tpl-09 .cv-t09-contact-icon-disc{width:1.5rem!important;height:1.5rem!important}[data-cv-pdf-capture] .cv-tpl-09 .cv-t09-sidebar-rail-row{grid-template-columns:1.5rem minmax(0,1fr)!important}}[data-cv-pdf-capture] .cv-tpl-09 .cv-t09-contact-icon-disc{place-self:start center!important;width:1.75rem!important;height:1.75rem!important;margin:0!important}[data-cv-pdf-capture] .cv-tpl-09 .cv-t09-sidebar-rail-text,[data-cv-pdf-capture] .cv-tpl-09 .cv-t09-contact-text{margin:0!important;padding:0!important;line-height:1.35!important}@media print{[data-cv-pdf-capture] .cv-tpl-09 .cv-t09-sidebar-body{padding-top:.75rem!important}}[data-cv-pdf-capture] .cv-tpl-10{--cv-t10-photo-size:42mm;--cv-t10-photo-top:10mm;--cv-t10-photo-center:calc(var(--cv-t10-photo-top) + var(--cv-t10-photo-size) / 2);--cv-t10-brown-height:calc(var(--cv-t10-photo-center) + var(--cv-t10-photo-size) / 2)}@media print{[data-cv-pdf-capture] .cv-tpl-10{--cv-t10-photo-size:40mm;--cv-t10-photo-top:9mm}}[data-cv-pdf-capture] .cv-tpl-10 .cv-t10-sidebar-head,[data-cv-pdf-capture] .cv-tpl-10 .cv-t10-main-head{height:var(--cv-t10-brown-height)!important;min-height:var(--cv-t10-brown-height)!important;overflow:visible!important}[data-cv-pdf-capture] .cv-tpl-10 .cv-t10-head-split-brown{height:var(--cv-t10-brown-height)!important;min-height:var(--cv-t10-brown-height)!important}[data-cv-pdf-capture] .cv-tpl-10 .cv-t10-page-gutter{flex-shrink:0!important;width:50px!important;min-width:50px!important}[data-cv-pdf-capture] .cv-tpl-10 .cv-t10-page-gutter .cv-t10-head-split-brown{flex-shrink:0!important}[data-cv-pdf-capture] .cv-tpl-10 .cv-t10-aside-brown{height:var(--cv-t10-brown-height)!important;z-index:1!important}[data-cv-pdf-capture] .cv-tpl-10 .cv-t10-sidebar-wash{top:var(--cv-t10-photo-center)!important;z-index:10!important}[data-cv-pdf-capture] .cv-tpl-10 .cv-t10-sidebar-body{z-index:15!important}[data-cv-pdf-capture] .cv-tpl-10 .cv-t10-sidebar-scroll{height:100%!important;min-height:0!important;overflow:hidden!important}[data-cv-pdf-capture] .cv-tpl-10 .cv-t10-sidebar-inner{height:100%!important;min-height:0!important}[data-cv-pdf-capture] .cv-tpl-10 .cv-t10-sidebar-about{flex-shrink:0!important}[data-cv-pdf-capture] .cv-tpl-10 .cv-t10-main-scroll,[data-cv-pdf-capture] .cv-tpl-10 .cv-t10-page2-main-scroll{min-height:0!important;overflow:hidden!important}[data-cv-pdf-capture] .cv-tpl-10 .cv-t10-photo-wrap{top:var(--cv-t10-photo-center)!important;width:var(--cv-t10-photo-size)!important;aspect-ratio:1!important;left:50%!important;transform:translate(-50%,-50%)!important}[data-cv-pdf-capture] .cv-tpl-10 .cv-t10-header-name{letter-spacing:.06em!important;text-transform:uppercase!important;overflow-wrap:break-word!important;word-break:break-word!important;margin:0!important;padding:0!important;font-size:17pt!important;font-weight:700!important;line-height:1!important}@media print{[data-cv-pdf-capture] .cv-tpl-10 .cv-t10-header-name{font-size:15.5pt!important}}[data-cv-pdf-capture] .cv-tpl-10 .cv-t10-header-job{letter-spacing:.22em!important;text-transform:uppercase!important;margin:0!important;padding:0!important;font-size:8pt!important;line-height:1.35!important}.cv-lead-name-band .cv-t10-name-band-stack,.cv-t10-name-band-inner .cv-t10-name-band-stack{flex-direction:column;gap:.375rem;margin:0;padding:0;display:flex}.cv-lead-name-band .cv-t10-header-name,.cv-lead-name-band .cv-t10-name-band-subtitle,.cv-t10-name-band-inner .cv-t10-header-name,.cv-t10-name-band-inner .cv-t10-name-band-subtitle{margin:0;padding:0}.cv-lead-name-band .cv-t10-header-name,.cv-t10-name-band-inner .cv-t10-header-name{line-height:1.05}.cv-lead-name-band .cv-t10-name-band-subtitle,.cv-t10-name-band-inner .cv-t10-name-band-subtitle{line-height:1.15}[data-cv-pdf-capture] .cv-t10-name-band-stack{flex-direction:column!important;gap:.375rem!important;margin:0!important;padding:0!important;display:flex!important}[data-cv-pdf-capture] .cv-t10-name-band-subtitle{letter-spacing:.36em!important;text-transform:uppercase!important;margin:0!important;padding:0!important;font-size:9pt!important;font-weight:700!important;line-height:1.15!important}[data-cv-lead-page] .cv-lead-compact-body .cv-lead-paragraph-stack,[data-cv-lead-page] .cv-lead-compact-body .cv-lead-bullet-stack,[data-cv-lead-page] .cv-lead-compact-body .cv-application-rich-text,[data-cv-lead-page] .cv-lead-compact-body .cv-application-lead-rich-text{flex:none;margin-bottom:0;padding-bottom:0}[data-cv-lead-page] .cv-lead-compact-body .cv-lead-paragraph,[data-cv-lead-page] .cv-lead-compact-body .cv-lead-bullet-row,[data-cv-lead-page] .cv-lead-compact-body .cv-application-rich-text p,[data-cv-lead-page] .cv-lead-compact-body .cv-application-lead-rich-text p,[data-cv-lead-page] .cv-lead-compact-body .cv-application-rich-text ul,[data-cv-lead-page] .cv-lead-compact-body .cv-application-lead-rich-text ul,[data-cv-lead-page] .cv-lead-compact-body .cv-application-rich-text ol,[data-cv-lead-page] .cv-lead-compact-body .cv-application-lead-rich-text ol{margin-bottom:0}.cv-application-lead-rich-text>.cv-lead-rich-block,.cv-application-lead-rich-text>.cv-lead-rich-block>div{margin:0;padding:0}.cv-application-lead-rich-text p{margin:0;padding-bottom:0;line-height:1.35}[data-cv-pdf-capture] .cv-application-lead-rich-text>.cv-lead-rich-block,[data-cv-pdf-capture] .cv-application-lead-rich-text>.cv-lead-rich-block>div{margin:0!important;padding:0!important}[data-cv-pdf-capture] .cv-application-lead-rich-text p{margin:0!important;padding-bottom:0!important;line-height:1.35!important}[data-cv-pdf-capture] [data-cv-lead-page] .cv-lead-compact-body{flex:none!important;padding-bottom:0!important}[data-cv-pdf-capture] [data-cv-lead-page] .cv-lead-compact-body .cv-lead-paragraph-stack,[data-cv-pdf-capture] [data-cv-lead-page] .cv-lead-compact-body .cv-lead-bullet-stack,[data-cv-pdf-capture] [data-cv-lead-page] .cv-lead-compact-body .cv-application-rich-text,[data-cv-pdf-capture] [data-cv-lead-page] .cv-lead-compact-body .cv-application-lead-rich-text{flex:none!important;margin-bottom:0!important;padding-bottom:0!important}[data-cv-pdf-capture] [data-cv-lead-page] .cv-lead-compact-body .cv-lead-paragraph,[data-cv-pdf-capture] [data-cv-lead-page] .cv-lead-compact-body .cv-lead-bullet-row,[data-cv-pdf-capture] [data-cv-lead-page] .cv-lead-compact-body .cv-application-rich-text p,[data-cv-pdf-capture] [data-cv-lead-page] .cv-lead-compact-body .cv-application-lead-rich-text p,[data-cv-pdf-capture] [data-cv-lead-page] .cv-lead-compact-body .cv-application-rich-text ul,[data-cv-pdf-capture] [data-cv-lead-page] .cv-lead-compact-body .cv-application-lead-rich-text ul,[data-cv-pdf-capture] [data-cv-lead-page] .cv-lead-compact-body .cv-application-rich-text ol,[data-cv-pdf-capture] [data-cv-lead-page] .cv-lead-compact-body .cv-application-lead-rich-text ol{margin-bottom:0!important}[data-cv-pdf-capture] .cv-tpl-10 .cv-t10-section-title{letter-spacing:.14em!important;text-transform:uppercase!important;margin:0!important;padding:0!important;font-size:9pt!important;font-weight:700!important;line-height:1.2!important}@media print{[data-cv-pdf-capture] .cv-tpl-10 .cv-t10-section-title{font-size:8.5pt!important}}[data-cv-pdf-capture] .cv-tpl-10 .cv-t10-main-section-title{letter-spacing:.14em!important;text-transform:uppercase!important;margin:0!important;padding:0!important;font-size:11pt!important;font-weight:700!important;line-height:1.15!important}@media print{[data-cv-pdf-capture] .cv-tpl-10 .cv-t10-main-section-title{font-size:10pt!important}}[data-cv-pdf-capture] .cv-tpl-10 .cv-t10-section-title-spacing{padding-bottom:.625rem!important}[data-cv-pdf-capture] .cv-tpl-10 .cv-t10-experience-head,[data-cv-pdf-capture] .cv-tpl-10 .cv-t10-project-head,[data-cv-pdf-capture] .cv-tpl-10 .cv-t10-praktika-head,[data-cv-pdf-capture] .cv-tpl-10 .cv-t10-volunteer-head,[data-cv-pdf-capture] .cv-tpl-10 .cv-t10-education-head,[data-cv-pdf-capture] .cv-tpl-10 .cv-t10-experience-subtitle,[data-cv-pdf-capture] .cv-tpl-10 .cv-t10-experience-meta,[data-cv-pdf-capture] .cv-tpl-10 .cv-t10-experience-period,[data-cv-pdf-capture] .cv-tpl-10 .cv-t10-project-subtitle,[data-cv-pdf-capture] .cv-tpl-10 .cv-t10-project-period,[data-cv-pdf-capture] .cv-tpl-10 .cv-t10-praktika-subtitle,[data-cv-pdf-capture] .cv-tpl-10 .cv-t10-praktika-meta,[data-cv-pdf-capture] .cv-tpl-10 .cv-t10-praktika-period,[data-cv-pdf-capture] .cv-tpl-10 .cv-t10-praktika-extra,[data-cv-pdf-capture] .cv-tpl-10 .cv-t10-volunteer-subtitle,[data-cv-pdf-capture] .cv-tpl-10 .cv-t10-volunteer-meta,[data-cv-pdf-capture] .cv-tpl-10 .cv-t10-volunteer-period,[data-cv-pdf-capture] .cv-tpl-10 .cv-t10-volunteer-extra,[data-cv-pdf-capture] .cv-tpl-10 .cv-t10-education-subtitle,[data-cv-pdf-capture] .cv-tpl-10 .cv-t10-education-meta,[data-cv-pdf-capture] .cv-tpl-10 .cv-t10-education-period,[data-cv-pdf-capture] .cv-tpl-10 .cv-t10-education-extra,[data-cv-pdf-capture] .cv-tpl-10 .cv-t10-course-subtitle,[data-cv-pdf-capture] .cv-tpl-10 .cv-t10-course-meta,[data-cv-pdf-capture] .cv-tpl-10 .cv-t10-course-period{margin:0!important;padding:0!important;line-height:1.15!important}.cv-tpl-10 .cv-t10-entry-desc,[data-cv-pdf-capture] .cv-tpl-10 .cv-t10-entry-desc{margin-top:0!important;padding-top:0!important}.cv-tpl-10 .cv-t10-education-details,.cv-tpl-10 .cv-t10-course-details,[data-cv-pdf-capture] .cv-tpl-10 .cv-t10-education-details,[data-cv-pdf-capture] .cv-tpl-10 .cv-t10-course-details{padding-top:0!important;padding-inline:0!important;margin-top:0!important;padding-bottom:.375rem!important}.cv-tpl-10 .cv-t10-entries,.cv-tpl-10 .cv-t10-main-entries,.cv-tpl-10 ul.cv-t10-sidebar-list.cv-t10-entries{flex-direction:column;gap:1rem;display:flex}[data-cv-pdf-capture] .cv-tpl-10 .cv-t10-entries,[data-cv-pdf-capture] .cv-tpl-10 .cv-t10-main-entries,[data-cv-pdf-capture] .cv-tpl-10 ul.cv-t10-sidebar-list.cv-t10-entries{flex-direction:column!important;gap:1rem!important;display:flex!important}@media print{.cv-tpl-10 .cv-t10-entries,.cv-tpl-10 .cv-t10-main-entries,.cv-tpl-10 ul.cv-t10-sidebar-list.cv-t10-entries{gap:.875rem}[data-cv-pdf-capture] .cv-tpl-10 .cv-t10-entries,[data-cv-pdf-capture] .cv-tpl-10 .cv-t10-main-entries,[data-cv-pdf-capture] .cv-tpl-10 ul.cv-t10-sidebar-list.cv-t10-entries{gap:.875rem!important}}[data-cv-pdf-capture] .cv-tpl-10 ul.cv-t10-main-entries,[data-cv-pdf-capture] .cv-tpl-10 ul.cv-t10-main-entries>li,[data-cv-pdf-capture] .cv-tpl-10 .cv-t10-main-entries,[data-cv-pdf-capture] .cv-tpl-10 .cv-t10-main-entry,[data-cv-pdf-capture] .cv-tpl-10 .cv-t10-main-desc,[data-cv-pdf-capture] .cv-tpl-10 p.cv-t10-main-desc-line{padding:0!important;margin:0!important;margin-inline-start:0!important;padding-inline-start:0!important;list-style:none!important}[data-cv-pdf-capture] .cv-tpl-10 .cv-t10-photo-wrap{box-sizing:border-box!important;z-index:20!important;background-color:#fff!important;border:10px solid #fff!important;position:absolute!important}[data-cv-pdf-capture] .cv-tpl-10 .cv-t10-sidebar-head{pointer-events:none!important}[data-cv-pdf-capture] .cv-tpl-10 .cv-t10-sidebar-inner p,[data-cv-pdf-capture] .cv-tpl-10 .cv-t10-sidebar-inner li{margin:0!important;padding:0!important}[data-cv-pdf-capture] .cv-tpl-10 .cv-t10-plain-rows,[data-cv-pdf-capture] .cv-tpl-10 p.cv-t10-plain-row{margin:0!important;padding:0!important;list-style:none!important}[data-cv-pdf-capture] .cv-tpl-10 ul.cv-t10-contact-list,[data-cv-pdf-capture] .cv-tpl-10 ul.cv-t10-contact-list>li,[data-cv-pdf-capture] .cv-tpl-10 ul.cv-t10-sidebar-list,[data-cv-pdf-capture] .cv-tpl-10 ul.cv-t10-sidebar-list>li{margin:0!important;margin-inline-start:0!important;padding:0!important;padding-inline-start:0!important;list-style:none!important}[data-cv-pdf-capture] .cv-tpl-10 .cv-t10-page{flex:auto!important;align-items:stretch!important;min-height:0!important;display:flex!important}[data-cv-pdf-capture] .cv-tpl-10[data-cv-pdf-page]{box-sizing:border-box!important;flex-direction:column!important;width:210mm!important;height:297mm!important;min-height:0!important;max-height:297mm!important;display:flex!important;overflow:hidden!important}[data-cv-pdf-capture] .cv-tpl-10 .cv-t10-page{min-height:0!important;overflow:hidden!important}[data-cv-pdf-capture] .cv-tpl-11 .cv-t11-name{letter-spacing:-.04em!important;text-transform:uppercase!important;margin:0!important;padding:0!important;font-size:20pt!important;font-weight:900!important;line-height:.95!important}@media print{[data-cv-pdf-capture] .cv-tpl-11 .cv-t11-name{font-size:19pt!important}}[data-cv-pdf-capture] .cv-tpl-11 .cv-t11-section-title{letter-spacing:-.02em!important;margin:0 0 .375rem!important;padding:0!important;font-size:13pt!important;font-weight:700!important;line-height:1.15!important}@media print{[data-cv-pdf-capture] .cv-tpl-11 .cv-t11-section-title{font-size:12pt!important}}[data-cv-pdf-capture] .cv-tpl-11 .cv-t11-main-section-title{letter-spacing:-.03em!important;margin:0 0 .25rem!important;padding:0!important;font-size:17pt!important;font-weight:800!important;line-height:1!important}@media print{[data-cv-pdf-capture] .cv-tpl-11 .cv-t11-main-section-title{font-size:16pt!important}}[data-cv-pdf-capture] .cv-tpl-11 .cv-t11-section-title-spacing{padding-bottom:.625rem!important}[data-cv-pdf-capture] .cv-tpl-11 .cv-t11-experience-head,[data-cv-pdf-capture] .cv-tpl-11 .cv-t11-project-head,[data-cv-pdf-capture] .cv-tpl-11 .cv-t11-praktika-head,[data-cv-pdf-capture] .cv-tpl-11 .cv-t11-volunteer-head,[data-cv-pdf-capture] .cv-tpl-11 .cv-t11-education-head,[data-cv-pdf-capture] .cv-tpl-11 .cv-t11-experience-subtitle,[data-cv-pdf-capture] .cv-tpl-11 .cv-t11-experience-meta,[data-cv-pdf-capture] .cv-tpl-11 .cv-t11-experience-period,[data-cv-pdf-capture] .cv-tpl-11 .cv-t11-project-subtitle,[data-cv-pdf-capture] .cv-tpl-11 .cv-t11-project-period,[data-cv-pdf-capture] .cv-tpl-11 .cv-t11-project-url,[data-cv-pdf-capture] .cv-tpl-11 .cv-t11-praktika-subtitle,[data-cv-pdf-capture] .cv-tpl-11 .cv-t11-praktika-meta,[data-cv-pdf-capture] .cv-tpl-11 .cv-t11-praktika-period,[data-cv-pdf-capture] .cv-tpl-11 .cv-t11-praktika-extra,[data-cv-pdf-capture] .cv-tpl-11 .cv-t11-volunteer-subtitle,[data-cv-pdf-capture] .cv-tpl-11 .cv-t11-volunteer-meta,[data-cv-pdf-capture] .cv-tpl-11 .cv-t11-volunteer-period,[data-cv-pdf-capture] .cv-tpl-11 .cv-t11-volunteer-extra,[data-cv-pdf-capture] .cv-tpl-11 .cv-t11-education-subtitle,[data-cv-pdf-capture] .cv-tpl-11 .cv-t11-education-meta,[data-cv-pdf-capture] .cv-tpl-11 .cv-t11-education-period,[data-cv-pdf-capture] .cv-tpl-11 .cv-t11-education-extra,[data-cv-pdf-capture] .cv-tpl-11 .cv-t11-course-subtitle,[data-cv-pdf-capture] .cv-tpl-11 .cv-t11-course-meta,[data-cv-pdf-capture] .cv-tpl-11 .cv-t11-course-period{margin:0!important;padding:0!important;line-height:1.15!important}.cv-tpl-11 .cv-t11-entry-desc,[data-cv-pdf-capture] .cv-tpl-11 .cv-t11-entry-desc{margin-top:0!important;padding-top:0!important}.cv-tpl-11 .cv-t11-education-details,.cv-tpl-11 .cv-t11-course-details,[data-cv-pdf-capture] .cv-tpl-11 .cv-t11-education-details,[data-cv-pdf-capture] .cv-tpl-11 .cv-t11-course-details{padding-top:0!important;padding-inline:0!important;margin-top:0!important;padding-bottom:.375rem!important}.cv-tpl-11 ul.cv-t11-entries,.cv-tpl-11 ul.cv-t11-timeline-list.cv-t11-entries{flex-direction:column;gap:1rem;display:flex}[data-cv-pdf-capture] .cv-tpl-11 ul.cv-t11-entries,[data-cv-pdf-capture] .cv-tpl-11 ul.cv-t11-timeline-list.cv-t11-entries{flex-direction:column!important;gap:1rem!important;display:flex!important}@media print{.cv-tpl-11 ul.cv-t11-entries,.cv-tpl-11 ul.cv-t11-timeline-list.cv-t11-entries{gap:.875rem}[data-cv-pdf-capture] .cv-tpl-11 ul.cv-t11-entries,[data-cv-pdf-capture] .cv-tpl-11 ul.cv-t11-timeline-list.cv-t11-entries{gap:.875rem!important}}[data-cv-pdf-capture] .cv-tpl-11 .cv-t11-job,[data-cv-pdf-capture] .cv-tpl-11 .cv-t11-meta,[data-cv-pdf-capture] .cv-tpl-11 .cv-t11-dot-row,[data-cv-pdf-capture] .cv-tpl-11 .cv-t11-body-line,[data-cv-pdf-capture] .cv-tpl-11 .cv-t11-page2-name{margin:0!important;padding:0!important}[data-cv-pdf-capture] .cv-tpl-11 ul.cv-t11-timeline-list,[data-cv-pdf-capture] .cv-tpl-11 ul.cv-t11-timeline-list>li.cv-t11-timeline-item,[data-cv-pdf-capture] .cv-tpl-11 ul.cv-t11-bar-list,[data-cv-pdf-capture] .cv-tpl-11 ul.cv-t11-bar-list>li{padding:0!important;margin:0!important;margin-inline-start:0!important;padding-inline-start:0!important;list-style:none!important}[data-cv-pdf-capture] .cv-tpl-11 .cv-t11-timeline-entry{grid-template-columns:8px 1fr!important;gap:0 .75rem!important;display:grid!important}[data-cv-pdf-capture] .cv-tpl-11 .cv-t11-track-head{justify-content:center!important;align-self:stretch!important;align-items:center!important;display:flex!important}[data-cv-pdf-capture] .cv-tpl-11 .cv-t11-headline{align-self:stretch!important;min-width:0!important}[data-cv-pdf-capture] .cv-tpl-11 .cv-t11-project-head{justify-content:space-between!important;align-items:baseline!important;line-height:1.15!important;display:flex!important}[data-cv-pdf-capture] .cv-tpl-11 .cv-t11-track-body{align-self:stretch!important;min-height:2px!important;position:relative!important}[data-cv-pdf-capture] .cv-tpl-11 .cv-t11-desc-rail{opacity:1!important;border-left-style:dotted!important;border-left-width:1px!important}[data-cv-pdf-capture] .cv-tpl-11 .cv-t11-body,[data-cv-pdf-capture] .cv-tpl-11 .cv-t11-headline{margin:0!important;padding:0!important}[data-cv-pdf-capture] .cv-tpl-11 .cv-t11-timeline-node{clip-path:polygon(50% 0%,100% 50%,50% 100%,0% 50%)!important;border-radius:0!important;flex-shrink:0!important;width:8px!important;height:8px!important;transform:none!important}[data-cv-pdf-capture] .cv-tpl-11 .cv-t11-body-lines:not(.cv-t11-entry-desc){margin-top:.25rem!important;padding-left:11px!important}[data-cv-pdf-capture] .cv-tpl-11 .cv-t11-entry-desc.cv-t11-body-lines{margin-top:0!important;padding-left:11px!important}[data-cv-pdf-capture] .cv-tpl-11 .cv-t11-dot{border-radius:50%!important;flex-shrink:0!important;width:4px!important;height:4px!important}[data-cv-pdf-capture] .cv-tpl-11 .cv-t11-aside-scroll,[data-cv-pdf-capture] .cv-tpl-11 .cv-t11-main-scroll,[data-cv-pdf-capture] .cv-tpl-11 .cv-t11-page2-scroll{min-height:0!important;overflow:hidden!important}[data-cv-pdf-capture] .cv-tpl-11 .cv-t11-about,[data-cv-pdf-capture] .cv-tpl-11 .cv-t11-contact,[data-cv-pdf-capture] .cv-tpl-11 .cv-t11-education,[data-cv-pdf-capture] .cv-tpl-11 .cv-t11-courses{flex-shrink:0!important}[data-cv-pdf-capture] .cv-tpl-06 ul.cv-t06-entries,[data-cv-pdf-capture] .cv-tpl-06 ul.cv-t06-entries>li{padding:0!important;margin:0!important;margin-inline-start:0!important;padding-inline-start:0!important;list-style:none!important}[data-cv-pdf-capture] .cv-tpl-13 .cv-t13-header-name{letter-spacing:.01em!important;text-transform:uppercase!important;margin:0!important;padding:0!important;font-size:22pt!important;font-weight:700!important;line-height:1.08!important}@media print{[data-cv-pdf-capture] .cv-tpl-13 .cv-t13-header-name{font-size:20pt!important}}[data-cv-pdf-capture] .cv-tpl-13 .cv-t13-header-job,[data-cv-pdf-capture] .cv-tpl-13 .cv-t13-profile,[data-cv-pdf-capture] .cv-tpl-13 .cv-t13-exp-title,[data-cv-pdf-capture] .cv-tpl-13 .cv-t13-exp-meta,[data-cv-pdf-capture] .cv-tpl-13 .cv-t13-exp-sub,[data-cv-pdf-capture] .cv-tpl-13 .cv-t13-bullet-line,[data-cv-pdf-capture] .cv-tpl-13 .cv-t13-sidebar-head,[data-cv-pdf-capture] .cv-tpl-13 .cv-t13-sidebar-body,[data-cv-pdf-capture] .cv-tpl-13 .cv-t13-sidebar-meta,[data-cv-pdf-capture] .cv-tpl-13 .cv-t13-skill,[data-cv-pdf-capture] .cv-tpl-13 .cv-t13-lang,[data-cv-pdf-capture] .cv-tpl-13 .cv-t13-contact-text,[data-cv-pdf-capture] .cv-tpl-13 .cv-t13-page2-name,[data-cv-pdf-capture] .cv-tpl-13 .cv-t13-page2-sub,[data-cv-pdf-capture] .cv-tpl-13 .cv-t13-url,[data-cv-pdf-capture] .cv-tpl-13 .cv-t13-main-title,[data-cv-pdf-capture] .cv-tpl-13 .cv-t13-sidebar-title{margin:0!important;padding:0!important}[data-cv-pdf-capture] .cv-tpl-13 .cv-t13-section-title-spacing{padding-bottom:.625rem!important}[data-cv-pdf-capture] .cv-tpl-13 .cv-t13-experience-head,[data-cv-pdf-capture] .cv-tpl-13 .cv-t13-project-head,[data-cv-pdf-capture] .cv-tpl-13 .cv-t13-praktika-head,[data-cv-pdf-capture] .cv-tpl-13 .cv-t13-volunteer-head,[data-cv-pdf-capture] .cv-tpl-13 .cv-t13-education-head,[data-cv-pdf-capture] .cv-tpl-13 .cv-t13-experience-subtitle,[data-cv-pdf-capture] .cv-tpl-13 .cv-t13-experience-meta,[data-cv-pdf-capture] .cv-tpl-13 .cv-t13-experience-period,[data-cv-pdf-capture] .cv-tpl-13 .cv-t13-project-subtitle,[data-cv-pdf-capture] .cv-tpl-13 .cv-t13-project-period,[data-cv-pdf-capture] .cv-tpl-13 .cv-t13-project-url,[data-cv-pdf-capture] .cv-tpl-13 .cv-t13-praktika-subtitle,[data-cv-pdf-capture] .cv-tpl-13 .cv-t13-praktika-meta,[data-cv-pdf-capture] .cv-tpl-13 .cv-t13-praktika-period,[data-cv-pdf-capture] .cv-tpl-13 .cv-t13-praktika-extra,[data-cv-pdf-capture] .cv-tpl-13 .cv-t13-volunteer-subtitle,[data-cv-pdf-capture] .cv-tpl-13 .cv-t13-volunteer-meta,[data-cv-pdf-capture] .cv-tpl-13 .cv-t13-volunteer-period,[data-cv-pdf-capture] .cv-tpl-13 .cv-t13-volunteer-extra,[data-cv-pdf-capture] .cv-tpl-13 .cv-t13-education-subtitle,[data-cv-pdf-capture] .cv-tpl-13 .cv-t13-education-meta,[data-cv-pdf-capture] .cv-tpl-13 .cv-t13-education-period,[data-cv-pdf-capture] .cv-tpl-13 .cv-t13-education-extra,[data-cv-pdf-capture] .cv-tpl-13 .cv-t13-course-subtitle,[data-cv-pdf-capture] .cv-tpl-13 .cv-t13-course-meta,[data-cv-pdf-capture] .cv-tpl-13 .cv-t13-course-period{margin:0!important;padding:0!important;line-height:1.15!important}.cv-tpl-13 .cv-t13-entry-desc,[data-cv-pdf-capture] .cv-tpl-13 .cv-t13-entry-desc{margin-top:0!important;padding-top:0!important}.cv-tpl-13 .cv-t13-education-details,.cv-tpl-13 .cv-t13-course-details,[data-cv-pdf-capture] .cv-tpl-13 .cv-t13-education-details,[data-cv-pdf-capture] .cv-tpl-13 .cv-t13-course-details{padding-top:0!important;padding-inline:0!important;margin-top:0!important;padding-bottom:.375rem!important}.cv-tpl-13 ul.cv-t13-entries,[data-cv-pdf-capture] .cv-tpl-13 ul.cv-t13-entries{flex-direction:column;gap:1rem;display:flex}@media print{.cv-tpl-13 ul.cv-t13-entries{gap:.875rem}}[data-cv-pdf-capture] .cv-tpl-13 ul.cv-t13-exp-list,[data-cv-pdf-capture] .cv-tpl-13 ul.cv-t13-exp-list>li,[data-cv-pdf-capture] .cv-tpl-13 ul.cv-t13-project-list,[data-cv-pdf-capture] .cv-tpl-13 ul.cv-t13-project-list>li,[data-cv-pdf-capture] .cv-tpl-13 ul.cv-t13-sidebar-list,[data-cv-pdf-capture] .cv-tpl-13 ul.cv-t13-sidebar-list>li,[data-cv-pdf-capture] .cv-tpl-13 ul.cv-t13-contact-list,[data-cv-pdf-capture] .cv-tpl-13 ul.cv-t13-contact-list>li{padding:0!important;margin:0!important;margin-inline-start:0!important;padding-inline-start:0!important;list-style:none!important}[data-cv-pdf-capture] .cv-tpl-13 ul.cv-t13-exp-list,[data-cv-pdf-capture] .cv-tpl-13 ul.cv-t13-project-list,[data-cv-pdf-capture] .cv-tpl-13 ul.cv-t13-sidebar-list.cv-t13-entries,[data-cv-pdf-capture] .cv-tpl-13 ul.cv-t13-contact-list{flex-direction:column!important;display:flex!important}[data-cv-pdf-capture] .cv-tpl-13 ul.cv-t13-entries{gap:1rem!important}@media print{[data-cv-pdf-capture] .cv-tpl-13 ul.cv-t13-entries{gap:.875rem!important}}[data-cv-pdf-capture] .cv-tpl-13 ul.cv-t13-contact-list{gap:.65rem!important}[data-cv-pdf-capture] .cv-tpl-13 .cv-t13-bullets:not(.cv-t13-entry-desc){margin-top:.35rem!important}[data-cv-pdf-capture] .cv-tpl-13 .cv-t13-entry-desc.cv-t13-bullets{margin-top:0!important}.cv-tpl-13 .cv-two-col-page{flex:auto;align-items:stretch;min-height:0}.cv-tpl-13 .cv-two-col-page [data-cv-page-sidebar]{align-self:stretch}.cv-tpl-13 .cv-t13-main-col[data-cv-page-main]{flex-direction:column;flex:1;align-self:stretch;min-height:0;display:flex;position:relative}.cv-tpl-13 .cv-t13-rail-pane{flex:auto;min-height:0}.cv-tpl-13 .cv-t13-main-section{grid-template-columns:14px 1fr;align-items:start;display:grid}.cv-tpl-13 .cv-t13-rail-sections{flex:1;min-height:0}.cv-tpl-13 .cv-t13-rail-column{z-index:1;position:absolute;top:0;bottom:0}.cv-tpl-13 .cv-t13-rail-line{width:1px;min-height:0}.cv-tpl-13 .cv-t13-rail-line-bottom-spacer{height:1.5rem}.cv-tpl-13 .cv-t13-rail-marker{z-index:3;justify-content:center;display:flex;position:relative}.cv-tpl-13 .cv-t13-rail-dot{z-index:3;border-radius:50%;width:8px;height:8px;margin:0;padding:0;position:relative}[data-cv-pdf-capture] .cv-tpl-13 .cv-two-col-page{flex:auto!important;align-items:stretch!important;min-height:0!important}[data-cv-pdf-capture] .cv-tpl-13 .cv-t13-main-col[data-cv-page-main]{flex-direction:column!important;flex:1!important;align-self:stretch!important;height:auto!important;min-height:0!important;display:flex!important;position:relative!important}[data-cv-pdf-capture] .cv-tpl-13 .cv-t13-rail-pane{flex-direction:column!important;flex:auto!important;min-height:100%!important;display:flex!important}[data-cv-pdf-capture] .cv-tpl-13 .cv-t13-rail-sections{flex-direction:column!important;flex:auto!important;min-height:0!important;display:flex!important}[data-cv-pdf-capture] .cv-tpl-13 .cv-t13-rail-column{z-index:1!important;position:absolute!important;top:0!important;bottom:0!important}[data-cv-pdf-capture] .cv-tpl-13 .cv-t13-rail-line{flex:auto!important;width:1px!important;min-height:0!important}[data-cv-pdf-capture] .cv-tpl-13 .cv-t13-rail-line-bottom-spacer{flex-shrink:0!important;height:1.5rem!important}@media print{[data-cv-pdf-capture] .cv-tpl-13 .cv-t13-rail-line-top-spacer{height:calc(1.63rem + 4px)!important}[data-cv-pdf-capture] .cv-tpl-13 .cv-t13-rail-line-bottom-spacer{height:1.25rem!important}}[data-cv-pdf-capture] .cv-tpl-13 .cv-t13-main-section{grid-template-columns:14px 1fr!important;align-items:start!important;display:grid!important}[data-cv-pdf-capture] .cv-tpl-13 .cv-t13-rail-marker{z-index:3!important;justify-content:center!important;display:flex!important;position:relative!important}[data-cv-pdf-capture] .cv-tpl-13 .cv-t13-rail-dot{z-index:3!important;border-radius:50%!important;width:8px!important;height:8px!important;margin:0!important;padding:0!important;position:relative!important}[data-cv-pdf-capture] .cv-tpl-13 .cv-t13-rail-body{padding-left:1rem!important}[data-cv-pdf-capture] .cv-tpl-13 .cv-t13-section-rule{border-bottom-width:1px!important;border-color:inherit!important}[data-cv-pdf-capture] .cv-tpl-13 .cv-t13-sidebar-section.cv-t13-section-rule,[data-cv-pdf-capture] .cv-tpl-13 .cv-t13-plain-section.cv-t13-section-rule{margin-bottom:1.25rem!important;padding-bottom:1.25rem!important}[data-cv-pdf-capture] .cv-tpl-13 .cv-t13-rail-body-inner .cv-t13-section-rule{margin-top:1.5rem!important;margin-bottom:1.25rem!important}[data-cv-pdf-capture] .cv-tpl-13 .cv-t13-sidebar-section:last-child{border-bottom-width:0!important;margin-bottom:0!important;padding-bottom:0!important}[data-cv-pdf-capture] .cv-tpl-13 [data-cv-page-sidebar].cv-w-sidebar-34{flex:0 0 34%!important;width:34%!important;max-width:34%!important}[data-cv-pdf-capture] .cv-tpl-13 .cv-two-col-page [data-cv-page-sidebar]{align-self:stretch!important;min-height:100%!important}[data-cv-pdf-capture] .cv-tpl-13 .cv-t13-profile{font-size:9pt!important;line-height:1.65!important}[data-cv-pdf-capture] .cv-tpl-13 .cv-t13-bullet-line{font-size:9pt!important;line-height:1.6!important}.cv-tpl-14 .cv-t14-sidebar-title{letter-spacing:.18em;font-size:10.5pt;font-weight:800;line-height:1.15}.cv-tpl-14 .cv-t14-main-title{letter-spacing:.16em;font-size:11pt;font-weight:800;line-height:1.15}.cv-tpl-14 .cv-t14-header-name,.cv-tpl-14 .cv-t14-sidebar-title,.cv-tpl-14 .cv-t14-main-title,.cv-tpl-14 .cv-t14-entry-title,.cv-tpl-14 .cv-t14-entry-meta,.cv-tpl-14 .cv-t14-entry-year,.cv-tpl-14 .cv-t14-entry-sub,.cv-tpl-14 .cv-t14-profile,.cv-tpl-14 .cv-t14-contact-text,.cv-tpl-14 .cv-t14-skill,.cv-tpl-14 .cv-t14-lang,.cv-tpl-14 .cv-t14-bullet,.cv-tpl-14 .cv-t14-url{margin:0;padding:0}.cv-tpl-14 .cv-t14-rail,.cv-tpl-14 .cv-t14-rail-gap,.cv-tpl-14 .cv-t14-contact-icon{width:22px}[data-cv-pdf-capture] .cv-tpl-14 .cv-t14-header{border-bottom:none!important;margin-bottom:3rem!important;padding-bottom:0!important}@media print{[data-cv-pdf-capture] .cv-tpl-14 .cv-t14-header{margin-bottom:2.5rem!important}}[data-cv-pdf-capture] .cv-tpl-14 .cv-t14-header-name{letter-spacing:.1em!important;text-transform:uppercase!important;margin:0!important;padding:0!important;font-size:27pt!important;font-weight:700!important;line-height:1.02!important}[data-cv-pdf-capture] .cv-tpl-14 .cv-t14-header-name-line{display:block!important}@media print{[data-cv-pdf-capture] .cv-tpl-14 .cv-t14-header-name{letter-spacing:.09em!important;font-size:25pt!important}}.cv-tpl-14 .cv-t14-main-section-first,[data-cv-pdf-capture] .cv-tpl-14 .cv-t14-main-section-first{border-top:0!important;margin-top:0!important;padding-top:0!important}.cv-tpl-14 .cv-t14-header-job{letter-spacing:.22em;text-transform:uppercase;margin:.75rem 0 0;padding:0;font-size:9pt;font-weight:600;line-height:1.25}[data-cv-pdf-capture] .cv-tpl-14 .cv-t14-header-job{letter-spacing:.22em!important;text-transform:uppercase!important;margin:.75rem 0 0!important;padding:0!important;font-size:9pt!important;font-weight:600!important;line-height:1.25!important}@media print{.cv-tpl-14 .cv-t14-header-job,[data-cv-pdf-capture] .cv-tpl-14 .cv-t14-header-job{margin-top:.625rem!important;font-size:8.5pt!important}}[data-cv-pdf-capture] .cv-tpl-14 .cv-t14-sidebar-title{letter-spacing:.18em!important;text-transform:uppercase!important;margin:0 0 .5rem!important;padding:0!important;font-size:10.5pt!important;font-weight:800!important;line-height:1.15!important}@media print{[data-cv-pdf-capture] .cv-tpl-14 .cv-t14-sidebar-title{letter-spacing:.16em!important;font-size:10pt!important}}[data-cv-pdf-capture] .cv-tpl-14 .cv-t14-main-title{letter-spacing:.16em!important;text-transform:uppercase!important;margin:0 0 .6rem!important;padding:0!important;font-size:11pt!important;font-weight:800!important;line-height:1.15!important}@media print{[data-cv-pdf-capture] .cv-tpl-14 .cv-t14-main-title{letter-spacing:.14em!important;font-size:10.5pt!important}}[data-cv-pdf-capture] .cv-tpl-14 .cv-t14-rail,[data-cv-pdf-capture] .cv-tpl-14 .cv-t14-rail-gap,[data-cv-pdf-capture] .cv-tpl-14 .cv-t14-contact-icon{width:22px!important}[data-cv-pdf-capture] .cv-tpl-14 .cv-t14-sidebar-section-first{margin-top:0!important}[data-cv-pdf-capture] .cv-tpl-14 ul.cv-t14-contact-list,[data-cv-pdf-capture] .cv-tpl-14 ul.cv-t14-contact-list>li,[data-cv-pdf-capture] .cv-tpl-14 ul.cv-t14-sidebar-list,[data-cv-pdf-capture] .cv-tpl-14 ul.cv-t14-sidebar-list>li,[data-cv-pdf-capture] .cv-tpl-14 ul.cv-t14-main-list,[data-cv-pdf-capture] .cv-tpl-14 ul.cv-t14-main-list>li,[data-cv-pdf-capture] .cv-tpl-14 ul.cv-t14-project-list,[data-cv-pdf-capture] .cv-tpl-14 ul.cv-t14-project-list>li,[data-cv-pdf-capture] .cv-tpl-14 ul.cv-t14-bullets,[data-cv-pdf-capture] .cv-tpl-14 ul.cv-t14-bullets>li{padding:0!important;margin:0!important;margin-inline-start:0!important;padding-inline-start:0!important;list-style:none!important}[data-cv-pdf-capture] .cv-tpl-14 .cv-t14-profile,[data-cv-pdf-capture] .cv-tpl-14 .cv-t14-entry-title,[data-cv-pdf-capture] .cv-tpl-14 .cv-t14-entry-meta,[data-cv-pdf-capture] .cv-tpl-14 .cv-t14-contact-text,[data-cv-pdf-capture] .cv-tpl-14 .cv-t14-skill,[data-cv-pdf-capture] .cv-tpl-14 .cv-t14-lang{font-size:8.5pt!important}[data-cv-pdf-capture] .cv-tpl-14 .cv-t14-entry-year,[data-cv-pdf-capture] .cv-tpl-14 .cv-t14-entry-sub,[data-cv-pdf-capture] .cv-tpl-14 .cv-t14-url{font-size:8pt!important}[data-cv-pdf-capture] .cv-tpl-14 .cv-t14-sidebar-section,[data-cv-pdf-capture] .cv-tpl-14 .cv-t14-main-section:not(.cv-t14-main-section-first){border-top-width:1px!important;border-color:inherit!important}[data-cv-pdf-capture] .cv-tpl-14 .cv-t14-section-title-spacing{padding-bottom:.625rem!important}[data-cv-pdf-capture] .cv-tpl-14 .cv-t14-experience-head,[data-cv-pdf-capture] .cv-tpl-14 .cv-t14-project-head,[data-cv-pdf-capture] .cv-tpl-14 .cv-t14-praktika-head,[data-cv-pdf-capture] .cv-tpl-14 .cv-t14-volunteer-head,[data-cv-pdf-capture] .cv-tpl-14 .cv-t14-education-head,[data-cv-pdf-capture] .cv-tpl-14 .cv-t14-experience-subtitle,[data-cv-pdf-capture] .cv-tpl-14 .cv-t14-experience-meta,[data-cv-pdf-capture] .cv-tpl-14 .cv-t14-experience-period,[data-cv-pdf-capture] .cv-tpl-14 .cv-t14-project-subtitle,[data-cv-pdf-capture] .cv-tpl-14 .cv-t14-project-period,[data-cv-pdf-capture] .cv-tpl-14 .cv-t14-project-url,[data-cv-pdf-capture] .cv-tpl-14 .cv-t14-praktika-subtitle,[data-cv-pdf-capture] .cv-tpl-14 .cv-t14-praktika-meta,[data-cv-pdf-capture] .cv-tpl-14 .cv-t14-praktika-period,[data-cv-pdf-capture] .cv-tpl-14 .cv-t14-praktika-extra,[data-cv-pdf-capture] .cv-tpl-14 .cv-t14-volunteer-subtitle,[data-cv-pdf-capture] .cv-tpl-14 .cv-t14-volunteer-meta,[data-cv-pdf-capture] .cv-tpl-14 .cv-t14-volunteer-period,[data-cv-pdf-capture] .cv-tpl-14 .cv-t14-volunteer-extra,[data-cv-pdf-capture] .cv-tpl-14 .cv-t14-education-subtitle,[data-cv-pdf-capture] .cv-tpl-14 .cv-t14-education-meta,[data-cv-pdf-capture] .cv-tpl-14 .cv-t14-education-period,[data-cv-pdf-capture] .cv-tpl-14 .cv-t14-education-extra,[data-cv-pdf-capture] .cv-tpl-14 .cv-t14-course-subtitle,[data-cv-pdf-capture] .cv-tpl-14 .cv-t14-course-meta,[data-cv-pdf-capture] .cv-tpl-14 .cv-t14-course-period,[data-cv-pdf-capture] .cv-tpl-14 .cv-t14-course-extra{margin:0!important;padding:0!important;line-height:1.15!important}.cv-tpl-14 .cv-t14-entry-desc,[data-cv-pdf-capture] .cv-tpl-14 .cv-t14-entry-desc{margin-top:0!important;padding-top:0!important}.cv-tpl-14 .cv-t14-education-details,.cv-tpl-14 .cv-t14-course-details,[data-cv-pdf-capture] .cv-tpl-14 .cv-t14-education-details,[data-cv-pdf-capture] .cv-tpl-14 .cv-t14-course-details{padding-top:0!important;padding-inline:0!important;margin-top:0!important;padding-bottom:.375rem!important}.cv-tpl-14 ul.cv-t14-entries,[data-cv-pdf-capture] .cv-tpl-14 ul.cv-t14-entries{flex-direction:column;gap:1rem;display:flex}@media print{.cv-tpl-14 ul.cv-t14-entries{gap:.875rem}}[data-cv-pdf-capture] .cv-tpl-14 ul.cv-t14-main-list,[data-cv-pdf-capture] .cv-tpl-14 ul.cv-t14-project-list,[data-cv-pdf-capture] .cv-tpl-14 ul.cv-t14-sidebar-list.cv-t14-entries{flex-direction:column!important;display:flex!important}[data-cv-pdf-capture] .cv-tpl-14 ul.cv-t14-entries{gap:1rem!important}@media print{[data-cv-pdf-capture] .cv-tpl-14 ul.cv-t14-entries{gap:.875rem!important}}[data-cv-pdf-capture] .cv-tpl-14 .cv-t14-bullets:not(.cv-t14-entry-desc){margin-top:.35rem!important}[data-cv-pdf-capture] .cv-tpl-14 .cv-t14-entry-desc.cv-t14-bullets{margin-top:0!important}[data-cv-pdf-capture] .cv-tpl-12 .cv-t12-header-name{letter-spacing:-.02em!important;text-transform:uppercase!important;margin:0!important;padding:0!important;font-size:26pt!important;font-weight:800!important;line-height:.98!important}@media print{[data-cv-pdf-capture] .cv-tpl-12 .cv-t12-header-name{font-size:24pt!important}}[data-cv-pdf-capture] .cv-tpl-12 .cv-t12-section-title{margin:0 0 .5rem!important;padding:0 0 .2rem!important;font-size:14pt!important;font-weight:700!important;line-height:1!important}@media print{[data-cv-pdf-capture] .cv-tpl-12 .cv-t12-section-title{font-size:13pt!important}}[data-cv-pdf-capture] .cv-tpl-12 .cv-t12-section-title-spacing{padding-bottom:.625rem!important}[data-cv-pdf-capture] .cv-tpl-12 .cv-t12-experience-head,[data-cv-pdf-capture] .cv-tpl-12 .cv-t12-project-head,[data-cv-pdf-capture] .cv-tpl-12 .cv-t12-praktika-head,[data-cv-pdf-capture] .cv-tpl-12 .cv-t12-volunteer-head,[data-cv-pdf-capture] .cv-tpl-12 .cv-t12-education-head,[data-cv-pdf-capture] .cv-tpl-12 .cv-t12-experience-subtitle,[data-cv-pdf-capture] .cv-tpl-12 .cv-t12-experience-meta,[data-cv-pdf-capture] .cv-tpl-12 .cv-t12-experience-period,[data-cv-pdf-capture] .cv-tpl-12 .cv-t12-project-subtitle,[data-cv-pdf-capture] .cv-tpl-12 .cv-t12-project-period,[data-cv-pdf-capture] .cv-tpl-12 .cv-t12-project-url,[data-cv-pdf-capture] .cv-tpl-12 .cv-t12-praktika-subtitle,[data-cv-pdf-capture] .cv-tpl-12 .cv-t12-praktika-meta,[data-cv-pdf-capture] .cv-tpl-12 .cv-t12-praktika-period,[data-cv-pdf-capture] .cv-tpl-12 .cv-t12-praktika-extra,[data-cv-pdf-capture] .cv-tpl-12 .cv-t12-volunteer-subtitle,[data-cv-pdf-capture] .cv-tpl-12 .cv-t12-volunteer-meta,[data-cv-pdf-capture] .cv-tpl-12 .cv-t12-volunteer-period,[data-cv-pdf-capture] .cv-tpl-12 .cv-t12-volunteer-extra,[data-cv-pdf-capture] .cv-tpl-12 .cv-t12-education-subtitle,[data-cv-pdf-capture] .cv-tpl-12 .cv-t12-education-meta,[data-cv-pdf-capture] .cv-tpl-12 .cv-t12-education-period,[data-cv-pdf-capture] .cv-tpl-12 .cv-t12-education-extra,[data-cv-pdf-capture] .cv-tpl-12 .cv-t12-course-subtitle,[data-cv-pdf-capture] .cv-tpl-12 .cv-t12-course-meta,[data-cv-pdf-capture] .cv-tpl-12 .cv-t12-course-period{margin:0!important;padding:0!important;line-height:1.15!important}.cv-tpl-12 .cv-t12-entry-desc,[data-cv-pdf-capture] .cv-tpl-12 .cv-t12-entry-desc{margin-top:0!important;padding-top:0!important}.cv-tpl-12 .cv-t12-education-details,.cv-tpl-12 .cv-t12-course-details,[data-cv-pdf-capture] .cv-tpl-12 .cv-t12-education-details,[data-cv-pdf-capture] .cv-tpl-12 .cv-t12-course-details{padding-top:0!important;padding-inline:0!important;margin-top:0!important;padding-bottom:.375rem!important}.cv-tpl-12 ul.cv-t12-entries,.cv-tpl-12 ul.cv-t12-sidebar-list.cv-t12-entries{flex-direction:column;gap:1rem;display:flex}[data-cv-pdf-capture] .cv-tpl-12 ul.cv-t12-entries,[data-cv-pdf-capture] .cv-tpl-12 ul.cv-t12-sidebar-list.cv-t12-entries{flex-direction:column!important;gap:1rem!important;display:flex!important}@media print{.cv-tpl-12 ul.cv-t12-entries,.cv-tpl-12 ul.cv-t12-sidebar-list.cv-t12-entries{gap:.875rem}[data-cv-pdf-capture] .cv-tpl-12 ul.cv-t12-entries,[data-cv-pdf-capture] .cv-tpl-12 ul.cv-t12-sidebar-list.cv-t12-entries{gap:.875rem!important}}[data-cv-pdf-capture] .cv-tpl-12 .cv-t12-page2-name{letter-spacing:-.02em!important;text-transform:uppercase!important;margin:0!important;padding:0!important;font-size:18pt!important;font-weight:900!important;line-height:1!important}@media print{[data-cv-pdf-capture] .cv-tpl-12 .cv-t12-page2-name{font-size:17pt!important}}[data-cv-pdf-capture] .cv-tpl-12 .cv-t12-about,[data-cv-pdf-capture] .cv-tpl-12 .cv-t12-entry-head,[data-cv-pdf-capture] .cv-tpl-12 .cv-t12-entry-role,[data-cv-pdf-capture] .cv-tpl-12 .cv-t12-entry-sub,[data-cv-pdf-capture] .cv-tpl-12 .cv-t12-entry-meta,[data-cv-pdf-capture] .cv-tpl-12 .cv-t12-desc-line,[data-cv-pdf-capture] .cv-tpl-12 .cv-t12-plain-row,[data-cv-pdf-capture] .cv-tpl-12 .cv-t12-sidebar-head,[data-cv-pdf-capture] .cv-tpl-12 .cv-t12-sidebar-body,[data-cv-pdf-capture] .cv-tpl-12 .cv-t12-sidebar-meta,[data-cv-pdf-capture] .cv-tpl-12 .cv-t12-url{margin:0!important;padding:0!important}[data-cv-pdf-capture] .cv-tpl-12 ul.cv-t12-entries,[data-cv-pdf-capture] .cv-tpl-12 ul.cv-t12-entries>li,[data-cv-pdf-capture] .cv-tpl-12 ul.cv-t12-sidebar-list,[data-cv-pdf-capture] .cv-tpl-12 ul.cv-t12-sidebar-list>li{padding:0!important;margin:0!important;margin-inline-start:0!important;padding-inline-start:0!important;list-style:none!important}[data-cv-pdf-capture] .cv-tpl-12 .cv-t12-contact-section{margin-top:0!important;padding:0!important}[data-cv-pdf-capture] .cv-tpl-12 ul.cv-t12-contact-list,[data-cv-pdf-capture] .cv-tpl-12 ul.cv-t12-contact-list>li.cv-t12-contact-row{margin:0!important;margin-inline-start:0!important;padding:0!important;padding-inline-start:0!important;list-style:none!important}[data-cv-pdf-capture] .cv-tpl-12 ul.cv-t12-contact-list{flex-direction:column!important;gap:.5rem!important;display:flex!important}[data-cv-pdf-capture] .cv-tpl-12 .cv-t12-contact-text{margin:0!important;padding:0!important}[data-cv-pdf-capture] .cv-tpl-12 ul.cv-t12-projects{flex-direction:column!important;gap:1rem!important;display:flex!important}@media print{[data-cv-pdf-capture] .cv-tpl-12 ul.cv-t12-projects{gap:.875rem!important}}[data-cv-pdf-capture] .cv-tpl-12 .cv-t12-desc:not(.cv-t12-entry-desc){margin-top:.35rem!important}[data-cv-pdf-capture] .cv-tpl-12 .cv-t12-entry-desc.cv-t12-desc{margin-top:0!important}[data-cv-pdf-capture] .cv-tpl-12 .cv-t12-desc-line{font-size:10pt!important;line-height:1.35!important}@media print{[data-cv-pdf-capture] .cv-tpl-12 .cv-t12-desc-line{font-size:9.5pt!important}}.cv-tpl-15 .cv-t15-sidebar-inner{box-sizing:border-box;padding-left:24px;padding-right:24px}.cv-tpl-15 .cv-t15-section-band--sidebar{padding:10px 15px}.cv-tpl-15 .cv-t15-main-inner{box-sizing:border-box;padding-left:24px;padding-right:24px}.cv-tpl-15 .cv-t15-section-band--main{padding:10px 15px}.cv-tpl-15 .cv-t15-section-title{color:#fff;text-align:left;letter-spacing:.1em;text-transform:uppercase;font-size:10pt;font-weight:700;line-height:1.15}.cv-tpl-15 .cv-t15-plain-list,.cv-tpl-15 .cv-t15-plain-list>li{margin:0!important;margin-inline-start:0!important;padding:0!important;padding-inline-start:0!important;list-style:none!important}[data-cv-pdf-capture] .cv-tpl-15 .cv-t15-sidebar-inner{padding-left:24px!important;padding-right:24px!important}[data-cv-pdf-capture] .cv-tpl-15 .cv-t15-section-band--sidebar{padding:10px 15px!important}[data-cv-pdf-capture] .cv-tpl-15 .cv-t15-main-inner{padding-left:24px!important;padding-right:24px!important}[data-cv-pdf-capture] .cv-tpl-15 .cv-t15-section-band--main{padding:10px 15px!important}[data-cv-pdf-capture] .cv-tpl-15 .cv-t15-section-title{color:#fff!important;text-align:left!important;letter-spacing:.1em!important;text-transform:uppercase!important;margin:0!important;padding:0!important;font-size:10pt!important;font-weight:700!important;line-height:1.15!important}@media print{.cv-tpl-15 .cv-t15-sidebar-inner,[data-cv-pdf-capture] .cv-tpl-15 .cv-t15-sidebar-inner{padding-left:20px!important;padding-right:20px!important}.cv-tpl-15 .cv-t15-section-band--sidebar,[data-cv-pdf-capture] .cv-tpl-15 .cv-t15-section-band--sidebar{padding:8px 14px!important}.cv-tpl-15 .cv-t15-main-inner,[data-cv-pdf-capture] .cv-tpl-15 .cv-t15-main-inner{padding-left:20px!important;padding-right:20px!important}.cv-tpl-15 .cv-t15-section-band--main,[data-cv-pdf-capture] .cv-tpl-15 .cv-t15-section-band--main{padding:8px 14px!important}[data-cv-pdf-capture] .cv-tpl-15 .cv-t15-section-title{letter-spacing:.09em!important;font-size:9.5pt!important}}[data-cv-pdf-capture] .cv-tpl-15 .cv-t15-header-name{letter-spacing:-.01em!important;text-transform:uppercase!important;margin:0!important;padding:0!important;font-size:22pt!important;font-weight:700!important;line-height:1.05!important}@media print{[data-cv-pdf-capture] .cv-tpl-15 .cv-t15-header-name{font-size:20pt!important}}[data-cv-pdf-capture] .cv-tpl-15 .cv-t15-header-job{margin:0!important;margin-top:.5rem!important;padding:0!important;font-size:11pt!important;font-weight:400!important;line-height:1.3!important}@media print{[data-cv-pdf-capture] .cv-tpl-15 .cv-t15-header-job{margin-top:.375rem!important;font-size:10.5pt!important}}[data-cv-pdf-capture] .cv-tpl-15 .cv-t15-plain-list,[data-cv-pdf-capture] .cv-tpl-15 .cv-t15-plain-list>li{padding:0!important;margin:0!important;margin-inline-start:0!important;padding-inline-start:0!important;list-style:none!important}.cv-tpl-15 .cv-t15-project-title,.cv-tpl-15 .cv-t15-project-year,.cv-tpl-15 .cv-t15-project-desc-line,.cv-tpl-15 .cv-t15-desc-line{margin:0;padding:0;line-height:1.15}.cv-tpl-15 .cv-t15-entry-desc,.cv-tpl-15 .cv-t15-project-url{margin-top:0}.cv-tpl-15 .cv-t15-education-details,.cv-tpl-15 .cv-t15-course-details{padding-top:0;padding-inline:0;margin-top:0;padding-bottom:.375rem}.cv-tpl-15 ul.cv-t15-entries{flex-direction:column;gap:1rem;display:flex}@media print{.cv-tpl-15 ul.cv-t15-entries{gap:.875rem}}[data-cv-pdf-capture] .cv-tpl-15 .cv-t15-section-title-spacing{padding-bottom:.625rem!important}[data-cv-pdf-capture] .cv-tpl-15 .cv-t15-experience-head,[data-cv-pdf-capture] .cv-tpl-15 .cv-t15-project-head,[data-cv-pdf-capture] .cv-tpl-15 .cv-t15-praktika-head,[data-cv-pdf-capture] .cv-tpl-15 .cv-t15-volunteer-head,[data-cv-pdf-capture] .cv-tpl-15 .cv-t15-education-head,[data-cv-pdf-capture] .cv-tpl-15 .cv-t15-experience-subtitle,[data-cv-pdf-capture] .cv-tpl-15 .cv-t15-experience-meta,[data-cv-pdf-capture] .cv-tpl-15 .cv-t15-experience-period,[data-cv-pdf-capture] .cv-tpl-15 .cv-t15-project-subtitle,[data-cv-pdf-capture] .cv-tpl-15 .cv-t15-project-period,[data-cv-pdf-capture] .cv-tpl-15 .cv-t15-project-url,[data-cv-pdf-capture] .cv-tpl-15 .cv-t15-praktika-subtitle,[data-cv-pdf-capture] .cv-tpl-15 .cv-t15-praktika-meta,[data-cv-pdf-capture] .cv-tpl-15 .cv-t15-praktika-period,[data-cv-pdf-capture] .cv-tpl-15 .cv-t15-praktika-extra,[data-cv-pdf-capture] .cv-tpl-15 .cv-t15-volunteer-subtitle,[data-cv-pdf-capture] .cv-tpl-15 .cv-t15-volunteer-meta,[data-cv-pdf-capture] .cv-tpl-15 .cv-t15-volunteer-period,[data-cv-pdf-capture] .cv-tpl-15 .cv-t15-volunteer-extra,[data-cv-pdf-capture] .cv-tpl-15 .cv-t15-education-subtitle,[data-cv-pdf-capture] .cv-tpl-15 .cv-t15-education-meta,[data-cv-pdf-capture] .cv-tpl-15 .cv-t15-education-period,[data-cv-pdf-capture] .cv-tpl-15 .cv-t15-education-extra,[data-cv-pdf-capture] .cv-tpl-15 .cv-t15-course-subtitle,[data-cv-pdf-capture] .cv-tpl-15 .cv-t15-course-meta,[data-cv-pdf-capture] .cv-tpl-15 .cv-t15-course-period,[data-cv-pdf-capture] .cv-tpl-15 .cv-t15-desc-line{margin:0!important;padding:0!important;line-height:1.15!important}.cv-tpl-15 .cv-t15-entry-desc,[data-cv-pdf-capture] .cv-tpl-15 .cv-t15-entry-desc{margin-top:0!important;padding-top:0!important}.cv-tpl-15 .cv-t15-education-details,.cv-tpl-15 .cv-t15-course-details,[data-cv-pdf-capture] .cv-tpl-15 .cv-t15-education-details,[data-cv-pdf-capture] .cv-tpl-15 .cv-t15-course-details{padding-top:0!important;padding-inline:0!important;margin-top:0!important;padding-bottom:.375rem!important}[data-cv-pdf-capture] .cv-tpl-15 ul.cv-t15-main-list,[data-cv-pdf-capture] .cv-tpl-15 ul.cv-t15-project-list,[data-cv-pdf-capture] .cv-tpl-15 ul.cv-t15-sidebar-list.cv-t15-entries,[data-cv-pdf-capture] .cv-tpl-15 ul.cv-t15-entries{flex-direction:column!important;gap:1rem!important;display:flex!important}@media print{[data-cv-pdf-capture] .cv-tpl-15 ul.cv-t15-entries{gap:.875rem!important}}[data-cv-pdf-capture] .cv-tpl-15 .cv-t15-project-title,[data-cv-pdf-capture] .cv-tpl-15 .cv-t15-project-year,[data-cv-pdf-capture] .cv-tpl-15 .cv-t15-project-desc-line,[data-cv-pdf-capture] .cv-tpl-15 .cv-t15-desc-line{margin:0!important;padding:0!important;line-height:1.15!important}[data-cv-pdf-capture] .cv-tpl-15 .cv-t15-entry-desc,[data-cv-pdf-capture] .cv-tpl-15 .cv-t15-project-url{margin-top:0!important}[data-cv-pdf-capture] table th,[data-cv-pdf-capture] table td,[data-cv-pdf-capture] table th *,[data-cv-pdf-capture] table td *{font-size:inherit!important;white-space:normal!important}[data-cv-pdf-capture] img{max-width:100%;height:auto}[data-cv-pdf-page]{box-sizing:border-box}[data-cv-preview-scroll]{-webkit-overflow-scrolling:touch}@font-face{font-family:Ubuntu;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/ubuntu-cyrillic-ext-400-normal-B-Nhg57H.woff2)format("woff2"),url(/assets/ubuntu-cyrillic-ext-400-normal-BQUrPAlD.woff)format("woff");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Ubuntu;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/ubuntu-cyrillic-400-normal-D9OZd8lm.woff2)format("woff2"),url(/assets/ubuntu-cyrillic-400-normal-CD6XmiVF.woff)format("woff");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Ubuntu;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/ubuntu-greek-ext-400-normal-CeBDcuzJ.woff2)format("woff2"),url(/assets/ubuntu-greek-ext-400-normal-VZgpvyyF.woff)format("woff");unicode-range:U+1F??}@font-face{font-family:Ubuntu;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/ubuntu-greek-400-normal-GaJa0t-K.woff2)format("woff2"),url(/assets/ubuntu-greek-400-normal-UX4bU-Ff.woff)format("woff");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Ubuntu;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/ubuntu-latin-ext-400-normal-Bb6UNjxu.woff2)format("woff2"),url(/assets/ubuntu-latin-ext-400-normal-kv0aZEtN.woff)format("woff");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Ubuntu;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/ubuntu-latin-400-normal-CQJ26Fy6.woff2)format("woff2"),url(/assets/ubuntu-latin-400-normal-ChuJk2Dr.woff)format("woff");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Ubuntu;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/ubuntu-cyrillic-ext-500-normal-AcePgoUe.woff2)format("woff2"),url(/assets/ubuntu-cyrillic-ext-500-normal-D_nARPSq.woff)format("woff");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Ubuntu;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/ubuntu-cyrillic-500-normal-BU9-HBoA.woff2)format("woff2"),url(/assets/ubuntu-cyrillic-500-normal-CwjDQ7H5.woff)format("woff");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Ubuntu;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/ubuntu-greek-ext-500-normal-B00wCqpo.woff2)format("woff2"),url(/assets/ubuntu-greek-ext-500-normal-C7ALJ6Zy.woff)format("woff");unicode-range:U+1F??}@font-face{font-family:Ubuntu;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/ubuntu-greek-500-normal-B3ImYAyH.woff2)format("woff2"),url(/assets/ubuntu-greek-500-normal-D9iATQq0.woff)format("woff");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Ubuntu;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/ubuntu-latin-ext-500-normal-DzrGfuVI.woff2)format("woff2"),url(/assets/ubuntu-latin-ext-500-normal-Cd8iAjtc.woff)format("woff");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Ubuntu;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/ubuntu-latin-500-normal-CnjGCQfM.woff2)format("woff2"),url(/assets/ubuntu-latin-500-normal-BMp9VhBY.woff)format("woff");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Ubuntu;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/ubuntu-cyrillic-ext-700-normal-VUzwJTK6.woff2)format("woff2"),url(/assets/ubuntu-cyrillic-ext-700-normal-BZbN9t83.woff)format("woff");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Ubuntu;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/ubuntu-cyrillic-700-normal-CF4plK0P.woff2)format("woff2"),url(/assets/ubuntu-cyrillic-700-normal-DN03sdX6.woff)format("woff");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Ubuntu;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/ubuntu-greek-ext-700-normal-BKlOPkfe.woff2)format("woff2"),url(/assets/ubuntu-greek-ext-700-normal-5K5_eCDc.woff)format("woff");unicode-range:U+1F??}@font-face{font-family:Ubuntu;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/ubuntu-greek-700-normal-Jbnau0eS.woff2)format("woff2"),url(/assets/ubuntu-greek-700-normal-DM68am3C.woff)format("woff");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Ubuntu;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/ubuntu-latin-ext-700-normal-D3iP7lMw.woff2)format("woff2"),url(/assets/ubuntu-latin-ext-700-normal-YrKfr4VU.woff)format("woff");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Ubuntu;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/ubuntu-latin-700-normal-DlYwEzNn.woff2)format("woff2"),url(/assets/ubuntu-latin-700-normal-DAmh8SsM.woff)format("woff");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Alexandria;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/alexandria-arabic-400-normal-DeffmtNo.woff2)format("woff2"),url(/assets/alexandria-arabic-400-normal-D5pDyOgi.woff)format("woff");unicode-range:U+6??,U+750-77F,U+870-88E,U+890-891,U+897-8E1,U+8E3-8FF,U+200C-200E,U+2010-2011,U+204F,U+2E41,U+FB50-FDFF,U+FE70-FE74,U+FE76-FEFC,U+102E0-102FB,U+10E60-10E7E,U+10EC2-10EC4,U+10EFC-10EFF,U+1EE00-1EE03,U+1EE05-1EE1F,U+1EE21-1EE22,U+1EE24,U+1EE27,U+1EE29-1EE32,U+1EE34-1EE37,U+1EE39,U+1EE3B,U+1EE42,U+1EE47,U+1EE49,U+1EE4B,U+1EE4D-1EE4F,U+1EE51-1EE52,U+1EE54,U+1EE57,U+1EE59,U+1EE5B,U+1EE5D,U+1EE5F,U+1EE61-1EE62,U+1EE64,U+1EE67-1EE6A,U+1EE6C-1EE72,U+1EE74-1EE77,U+1EE79-1EE7C,U+1EE7E,U+1EE80-1EE89,U+1EE8B-1EE9B,U+1EEA1-1EEA3,U+1EEA5-1EEA9,U+1EEAB-1EEBB,U+1EEF0-1EEF1}@font-face{font-family:Alexandria;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/alexandria-vietnamese-400-normal-DtIL5lYi.woff2)format("woff2"),url(/assets/alexandria-vietnamese-400-normal-DFn9RFvJ.woff)format("woff");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Alexandria;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/alexandria-latin-ext-400-normal-9P0QWgvz.woff2)format("woff2"),url(/assets/alexandria-latin-ext-400-normal-CBLGh7jZ.woff)format("woff");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Alexandria;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/alexandria-latin-400-normal-B5n5wvSf.woff2)format("woff2"),url(/assets/alexandria-latin-400-normal-MkoPfOyj.woff)format("woff");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Alexandria;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/alexandria-arabic-500-normal-Dphr8v-Z.woff2)format("woff2"),url(/assets/alexandria-arabic-500-normal-BNWkkXRX.woff)format("woff");unicode-range:U+6??,U+750-77F,U+870-88E,U+890-891,U+897-8E1,U+8E3-8FF,U+200C-200E,U+2010-2011,U+204F,U+2E41,U+FB50-FDFF,U+FE70-FE74,U+FE76-FEFC,U+102E0-102FB,U+10E60-10E7E,U+10EC2-10EC4,U+10EFC-10EFF,U+1EE00-1EE03,U+1EE05-1EE1F,U+1EE21-1EE22,U+1EE24,U+1EE27,U+1EE29-1EE32,U+1EE34-1EE37,U+1EE39,U+1EE3B,U+1EE42,U+1EE47,U+1EE49,U+1EE4B,U+1EE4D-1EE4F,U+1EE51-1EE52,U+1EE54,U+1EE57,U+1EE59,U+1EE5B,U+1EE5D,U+1EE5F,U+1EE61-1EE62,U+1EE64,U+1EE67-1EE6A,U+1EE6C-1EE72,U+1EE74-1EE77,U+1EE79-1EE7C,U+1EE7E,U+1EE80-1EE89,U+1EE8B-1EE9B,U+1EEA1-1EEA3,U+1EEA5-1EEA9,U+1EEAB-1EEBB,U+1EEF0-1EEF1}@font-face{font-family:Alexandria;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/alexandria-vietnamese-500-normal-CGOuimKx.woff2)format("woff2"),url(/assets/alexandria-vietnamese-500-normal-BW8nYh9F.woff)format("woff");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Alexandria;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/alexandria-latin-ext-500-normal-ujTlIBUn.woff2)format("woff2"),url(/assets/alexandria-latin-ext-500-normal-DjtQMxRU.woff)format("woff");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Alexandria;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/alexandria-latin-500-normal-o9m_ToVq.woff2)format("woff2"),url(/assets/alexandria-latin-500-normal-BvijD0qP.woff)format("woff");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Alexandria;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/alexandria-arabic-600-normal-CG1onHtq.woff2)format("woff2"),url(/assets/alexandria-arabic-600-normal-Cuiz3iHe.woff)format("woff");unicode-range:U+6??,U+750-77F,U+870-88E,U+890-891,U+897-8E1,U+8E3-8FF,U+200C-200E,U+2010-2011,U+204F,U+2E41,U+FB50-FDFF,U+FE70-FE74,U+FE76-FEFC,U+102E0-102FB,U+10E60-10E7E,U+10EC2-10EC4,U+10EFC-10EFF,U+1EE00-1EE03,U+1EE05-1EE1F,U+1EE21-1EE22,U+1EE24,U+1EE27,U+1EE29-1EE32,U+1EE34-1EE37,U+1EE39,U+1EE3B,U+1EE42,U+1EE47,U+1EE49,U+1EE4B,U+1EE4D-1EE4F,U+1EE51-1EE52,U+1EE54,U+1EE57,U+1EE59,U+1EE5B,U+1EE5D,U+1EE5F,U+1EE61-1EE62,U+1EE64,U+1EE67-1EE6A,U+1EE6C-1EE72,U+1EE74-1EE77,U+1EE79-1EE7C,U+1EE7E,U+1EE80-1EE89,U+1EE8B-1EE9B,U+1EEA1-1EEA3,U+1EEA5-1EEA9,U+1EEAB-1EEBB,U+1EEF0-1EEF1}@font-face{font-family:Alexandria;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/alexandria-vietnamese-600-normal-CCVWpaM2.woff2)format("woff2"),url(/assets/alexandria-vietnamese-600-normal-C9D7677B.woff)format("woff");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Alexandria;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/alexandria-latin-ext-600-normal-BGnTBTr2.woff2)format("woff2"),url(/assets/alexandria-latin-ext-600-normal-aLYZIwGN.woff)format("woff");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Alexandria;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/alexandria-latin-600-normal-Cb47BBea.woff2)format("woff2"),url(/assets/alexandria-latin-600-normal-BS7IWR5e.woff)format("woff");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Alexandria;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/alexandria-arabic-700-normal-D0In6rsA.woff2)format("woff2"),url(/assets/alexandria-arabic-700-normal-DzvlhbG_.woff)format("woff");unicode-range:U+6??,U+750-77F,U+870-88E,U+890-891,U+897-8E1,U+8E3-8FF,U+200C-200E,U+2010-2011,U+204F,U+2E41,U+FB50-FDFF,U+FE70-FE74,U+FE76-FEFC,U+102E0-102FB,U+10E60-10E7E,U+10EC2-10EC4,U+10EFC-10EFF,U+1EE00-1EE03,U+1EE05-1EE1F,U+1EE21-1EE22,U+1EE24,U+1EE27,U+1EE29-1EE32,U+1EE34-1EE37,U+1EE39,U+1EE3B,U+1EE42,U+1EE47,U+1EE49,U+1EE4B,U+1EE4D-1EE4F,U+1EE51-1EE52,U+1EE54,U+1EE57,U+1EE59,U+1EE5B,U+1EE5D,U+1EE5F,U+1EE61-1EE62,U+1EE64,U+1EE67-1EE6A,U+1EE6C-1EE72,U+1EE74-1EE77,U+1EE79-1EE7C,U+1EE7E,U+1EE80-1EE89,U+1EE8B-1EE9B,U+1EEA1-1EEA3,U+1EEA5-1EEA9,U+1EEAB-1EEBB,U+1EEF0-1EEF1}@font-face{font-family:Alexandria;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/alexandria-vietnamese-700-normal-DdKcVEPR.woff2)format("woff2"),url(/assets/alexandria-vietnamese-700-normal-C1ZX-AC8.woff)format("woff");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Alexandria;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/alexandria-latin-ext-700-normal-CDyeEZPQ.woff2)format("woff2"),url(/assets/alexandria-latin-ext-700-normal-Cc2yH-wc.woff)format("woff");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Alexandria;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/alexandria-latin-700-normal-9QjHO7f_.woff2)format("woff2"),url(/assets/alexandria-latin-700-normal-BBRdbUeB.woff)format("woff");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}
