/* @license GPL-2.0-or-later https://www.drupal.org/licensing/faq */
:root{--font-main:"Newsreader";--font-secondary:"Archivo",sans-serif;--black:#000;--white:#fff;--gray-50:#F8FAFC;--gray-100:#F2F2F2;--gray-200:#E6E6E6;--gray-300:#CCC;--gray-400:#B3B3B3;--gray-500:#808080;--gray-600:#4D4D4D;--gray-700:#333;--gray-800:#1A1A1A;--gray-900:#072034;--harbor-900:#01242A;--green-100:#BCEBDF;--green-200:#21CCA1;--green-300:#0A3329;--yellow-100:#FFEDC2;--yellow-200:#FFBE3D;--yellow-300:#AD6318;--orange-100:#FCD9D2;--orange-200:#FA7850;--orange-300:#751B05;--purple-100:#D9D2FC;--purple-200:#ADA3F0;--purple-300:#806CF0;--purple-400:#0B004A;--background-color:var(--gray-100);--link-color:var(--black);--link-color-hover:var(--purple-400);--title-main:var(--black);--title-secondary:var(--gray-700);--body:var(--black);--card-border:var(--purple-300);--card-bg:var(--white);--text-selected:var(--purple-400);--label-color:var(--black);--label-background:var(--purple-300);--page-label:var(--gray-700);--progress-line:var(--gray-200)}@font-face{font-family:"Newsreader";src:url(/themes/custom/conga/assets/fonts/Newsreader/Newsreader-VariableFont_opsz%2Cwght.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}@font-face{font-family:"Newsreader";src:url(/themes/custom/conga/assets/fonts/Newsreader/Newsreader-Italic-VariableFont_opsz%2Cwght.ttf) format("truetype");font-weight:100 900;font-style:italic;font-display:swap}@font-face{font-family:"Archivo";src:url(/themes/custom/conga/assets/fonts/Archivo/Archivo-VariableFont_wdth%2Cwght.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}@font-face{font-family:"Archivo";src:url(/themes/custom/conga/assets/fonts/Archivo/Archivo-Italic-VariableFont_wdth%2Cwght.ttf) format("truetype");font-weight:100 900;font-style:italic;font-display:swap}html{font-size:1rem}body{font-family:var(--font-main)}html{scroll-padding-top:152px}@media screen and (max-width:1024px){html{scroll-padding-top:98px}}body{padding:0;margin:0}body *{box-sizing:border-box}section{width:100%;display:flex;justify-content:center}#main-content{position:relative}.container{padding:0 80px;max-width:1440px;width:100%;display:flex;flex-wrap:wrap}.container_column{flex-direction:column}@media screen and (max-width:1441px){.container{padding:0 50px;max-width:1280px}}@media screen and (max-width:1280px){.container{padding:0 18px;max-width:1060px}}@media screen and (max-width:1024px){.container{padding:0 16px;max-width:800px}}@media screen and (max-width:768px){.container{max-width:608px}}@media screen and (max-width:576px){.container{max-width:512px}}@media screen and (max-width:480px){.container{max-width:100%}}.has-progress{position:relative}.has-progress section,.has-progress footer{position:relative}.has-progress section::before,.has-progress footer::before{position:absolute;top:0;left:calc((100% - 1440px)/2 + 54px);width:1px;height:100%;content:"";z-index:499;background-color:var(--progress-line)}@media screen and (max-width:1441px){.has-progress section::before,.has-progress footer::before{left:calc((100% - 1280px)/2 + 34px)}}@media screen and (max-width:1280px){.has-progress section::before,.has-progress footer::before{left:calc((100% - 1060px)/2 + 2px)}}@media screen and (max-width:1024px){.has-progress section::before,.has-progress footer::before{left:calc((100% - 800px)/2 + 8px)}}@media screen and (max-width:768px){.has-progress section::before,.has-progress footer::before{left:calc((100% - 608px)/2 + 8px)}}@media screen and (max-width:576px){.has-progress section::before,.has-progress footer::before{left:calc((100% - 512px)/2 + 8px)}}@media screen and (max-width:480px){.has-progress section::before,.has-progress footer::before{left:8px}}.has-progress .sections-wrapper section::before{display:none}.vertical-progress-line{position:fixed;top:116px;bottom:0;left:calc((100% - 1440px)/2 + 54px);width:1px;z-index:500}@media screen and (max-width:1441px){.vertical-progress-line{left:calc((100% - 1280px)/2 + 34px)}}@media screen and (max-width:1280px){.vertical-progress-line{left:calc((100% - 1060px)/2 + 2px)}}@media screen and (max-width:1024px){.vertical-progress-line{left:calc((100% - 800px)/2 + 8px);top:72px}}@media screen and (max-width:768px){.vertical-progress-line{left:calc((100% - 608px)/2 + 8px)}}@media screen and (max-width:576px){.vertical-progress-line{left:calc((100% - 512px)/2 + 8px)}}@media screen and (max-width:480px){.vertical-progress-line{left:8px}}.vertical-progress-line .line{background-color:var(--purple-200);width:100%;height:0;transition:height .25s ease-out}.admin-sections{width:100%;padding:50px 0;background-color:var(--purple-200)}.labels-row{display:flex;flex-wrap:wrap;gap:8px;padding:0;margin:0}.label{background-color:var(--label-background);display:inline-flex;padding:4px 12px;border-radius:4px;text-decoration:none}.label,.label a{color:var(--label-color);text-decoration:none;font-size:.875rem;font-weight:500;line-height:130%;text-align:left;text-transform:uppercase;margin:0;font-family:var(--font-secondary)}.label.red{--label-color:var(--white);--label-background:var(--purple-300)}.label.dark{--label-color:var(--white);--label-background:var(--purple-400)}.label.grey{--label-color:var(--black);--label-background:var(--gray-200)}.label.purple{--label-color:var(--title-main);--label-background:var(--purple-100)}.label.purple.primary-label{--label-color:var(--white);--label-background:var(--purple-300)}.btn{--border-width:1.5px;--btn-bg:var(--purple-300);--btn-color:var(--white);--btn-border:var(--purple-300);--btn-bg-hover:var(--white);--btn-color-hover:var(--purple-300);--btn-border-hover:var(--purple-300);--btn-bg-focus:var(--purple-300);--btn-color-focus:var(--white);--btn-border-focus:var(--purple-300);--btn-bg-active:rgba(128,108,240,0.05);--btn-color-active:var(--purple-300);--btn-border-active:var(--purple-300);font-weight:300;font-family:var(--font-secondary);font-weight:600;line-height:1;min-height:48px}.btn,.btn--bold{font-size:1rem;line-height:125%;text-align:left;color:var(--body)}.btn--bold{font-weight:600}@media screen and (max-width:1024px){.btn,.btn--bold{line-height:130%}}@media screen and (max-width:576px){.btn,.btn--bold{font-size:.875rem;line-height:125%}}.btn{padding:10px 24px;border-radius:8px;border:var(--border-width) solid var(--btn-border);transition:all .3s;text-decoration:none;text-transform:uppercase;display:flex;align-items:center;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;cursor:pointer;background-color:var(--btn-bg);border-color:var(--btn-border);color:var(--btn-color);outline:none;font-size:.875em;letter-spacing:1.4px;font-weight:500;font-family:var(--font-secondary)}.btn--l{min-height:56px}.btn.extra_large{font-size:1.1rem;min-height:64px}@media screen and (max-width:576px){.btn.extra_large{font-size:1rem}}.btn:hover{color:var(--btn-color-hover);background-color:var(--btn-bg-hover);border-color:var(--btn-border-hover)}.btn:focus{color:var(--btn-color-focus);background-color:var(--btn-bg-focus);border-color:var(--btn-border-focus)}.btn:active{background-color:var(--btn-bg-active);color:var(--btn-color-active);border-color:var(--btn-border-active)}.btn--primary,.btn--secondary{display:flex;align-items:center}.btn--primary.disabled{background-color:var(--gray-400);border-color:var(--gray-400)}.btn--secondary{--btn-bg:var(--btn-bg-color);--btn-color:var(--purple-300);--btn-border:var(--purple-300);--btn-bg-hover:var(--purple-300);--btn-color-hover:var(--white);--btn-border-hover:var(--purple-300);--btn-bg-focus:transparent;--btn-color-focus:var(--purple-300);--btn-border-focus:var(--purple-300);--btn-bg-active:var(--purple-300);--btn-color-active:var(--white);--btn-border-active:var(--purple-300)}.btn--secondary.disabled{background-color:var(--gray-400);border-color:var(--gray-400);color:var(--gray-400)}.btn--tertiary,.btn-tertiary,.btn--outer{--btn-bg:transparent;--btn-color:var(--purple-300);--btn-border:transparent;--btn-bg-hover:transparent;--btn-color-hover:var(--purple-400);--btn-border-hover:transparent;--btn-bg-focus:transparent;--btn-color-focus:var(--purple-300);--btn-border-focus:var(--purple-200);--btn-bg-active:transparent;--btn-color-active:var(--purple-600);--btn-border-active:transparent;padding:0 !important;border-radius:0;color:var(--btn-color);background-color:rgba(0,0,0,0);border-color:rgba(0,0,0,0);gap:4px;align-items:center;min-height:auto !important}.btn--tertiary:hover::after,.btn-tertiary:hover::after,.btn--outer:hover::after{content:"";background-color:var(--btn-color-hover);mask:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20fill%3D%22none%22%3E%3Cg%20clip-path%3D%22url(%23clip0_101_1489)%22%3E%3Cpath%20d%3D%22M1.14282%206.85742H12.5714%22%20stroke%3D%22%230B004A%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%3Cpath%20d%3D%22M8%202.28613L12.5714%206.85756L8%2011.429%22%20stroke%3D%22%230B004A%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%3C/g%3E%3Cdefs%3E%3CclipPath%20id%3D%22clip0_101_1489%22%3E%3Crect%20width%3D%2213.7143%22%20height%3D%2213.7143%22%20fill%3D%22white%22/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") no-repeat center;-webkit-mask:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20fill%3D%22none%22%3E%3Cg%20clip-path%3D%22url(%23clip0_101_1489)%22%3E%3Cpath%20d%3D%22M1.14282%206.85742H12.5714%22%20stroke%3D%22%230B004A%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%3Cpath%20d%3D%22M8%202.28613L12.5714%206.85756L8%2011.429%22%20stroke%3D%22%230B004A%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%3C/g%3E%3Cdefs%3E%3CclipPath%20id%3D%22clip0_101_1489%22%3E%3Crect%20width%3D%2213.7143%22%20height%3D%2213.7143%22%20fill%3D%22white%22/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") no-repeat center}.btn--tertiary::after,.btn-tertiary::after,.btn--outer::after{content:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M5.5%203L10.5%208L5.5%2013%22%20stroke%3D%22%23806CF0%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%3C/svg%3E");width:20px;height:16px;background-repeat:no-repeat}.btn--tertiary.disabled,.btn-tertiary.disabled,.btn--outer.disabled{background-color:rgba(0,0,0,0);border-color:rgba(0,0,0,0);color:var(--gray-400)}.btn--outer::after{content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='17' viewBox='0 0 17 17' fill='none'%3E%3Cg clip-path='url(%23clip0_11548_35317)'%3E%3Cpath d='M14.6303 7.26566V4.224C14.6303 3.18844 13.7908 2.349 12.7553 2.349H9.73434M6.04166 10.9583L14.0913 2.90866M15.875 10.9583V11.8634C15.875 12.8579 15.4799 13.8118 14.7767 14.515L14.515 14.7767C13.8118 15.4799 12.8579 15.875 11.8634 15.875H5.13663C4.14206 15.875 3.18822 15.4799 2.485 14.7767L2.22338 14.515C1.52009 13.8118 1.125 12.8579 1.125 11.8634V5.13663C1.125 4.14206 1.52009 3.18825 2.22338 2.485L2.485 2.22334C3.18822 1.52009 4.14206 1.125 5.13663 1.125H6.04166' stroke='%23C81A1A' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_11548_35317'%3E%3Crect width='16' height='16' fill='white' transform='translate(0.5 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");width:20px;height:17px}@media screen and (max-width:576px){.btn--hide-mobile{display:none}}.btn--hide-desktop{display:none}@media screen and (max-width:576px){.btn--hide-desktop{display:flex}}.row-buttons{display:flex;flex-wrap:wrap;gap:16px;width:100%;align-items:center}.page-node-type-builder-page .block-extra-field-blocknodebuilder-pagesharing-buttons{display:none}.page-node-type-builder-page .layout-container{padding-top:0}.block--type{display:none}.foundation-mq{font-family:"small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em",serif}.page-label{display:flex;align-items:center;gap:24px;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}@media screen and (max-width:768px){.page-label{gap:8px}}.page-label svg,.page-label article,.page-label img{width:40px;height:40px;-o-object-fit:contain;object-fit:contain}@media screen and (max-width:768px){.page-label svg,.page-label article,.page-label img{width:32px;height:32px}}.page-label span{font-size:1rem;font-weight:500;line-height:1rem;color:var(--black);font-family:var(--font-secondary)}@media screen and (max-width:576px){.page-label span{font-size:.875rem}}.page-label span{color:var(--page-label)}.no-scroll{overflow:hidden}.no-scroll::after{content:"";position:fixed;inset:0;background-color:rgba(0,0,0,.6);z-index:503;-webkit-animation:overlay-fade-in .2s ease;animation:overlay-fade-in .2s ease}@-webkit-keyframes overlay-fade-in{from{opacity:0}to{opacity:1}}@keyframes overlay-fade-in{from{opacity:0}to{opacity:1}}.field--name-field-p-form:has(.field--name-field-submission-confirmation) .h1,.field--name-field-p-form:has(.field--name-field-submission-confirmation) .h2,.field--name-field-p-form:has(.field--name-field-submission-confirmation) .h3,.field--name-field-p-form:has(.field--name-field-submission-confirmation) .h4,.field--name-field-p-form:has(.field--name-field-submission-confirmation) .h5,.form-wrapper:has(.field--name-field-submission-confirmation) .h1,.form-wrapper:has(.field--name-field-submission-confirmation) .h2,.form-wrapper:has(.field--name-field-submission-confirmation) .h3,.form-wrapper:has(.field--name-field-submission-confirmation) .h4,.form-wrapper:has(.field--name-field-submission-confirmation) .h5{display:none}.thank-you-message{display:flex;flex-direction:column;gap:16px;border-radius:20px;background:#fff;box-shadow:0 10px 24px 0 rgba(0,0,0,.2);padding:32px;width:100%;max-width:560px}@media screen and (max-width:576px){.thank-you-message{max-width:calc(100vw - 32px)}}.thank-you-message *{margin:0}.thank-you-message::before{content:"";width:60px;height:60px;display:block;position:relative;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='61' viewBox='0 0 60 61' fill='none'%3E%3Ccircle cx='30' cy='30.4573' r='30' fill='%23118A62'/%3E%3Cpath d='M42.5 20.4573L25.3125 37.9573L17.5 30.0027' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-size:contain;background-repeat:no-repeat}@media screen and (max-width:480px){.thank-you-message::before{width:40px;height:40px}}.thank-you-message a{--border-width:1.5px;--btn-bg:var(--purple-300);--btn-color:var(--white);--btn-border:var(--purple-300);--btn-bg-hover:var(--white);--btn-color-hover:var(--purple-300);--btn-border-hover:var(--purple-300);--btn-bg-focus:var(--purple-300);--btn-color-focus:var(--white);--btn-border-focus:var(--purple-300);--btn-bg-active:rgba(128,108,240,0.05);--btn-color-active:var(--purple-300);--btn-border-active:var(--purple-300);font-weight:300;font-family:var(--font-secondary);font-weight:600;line-height:1;min-height:48px}.thank-you-message a,.thank-you-message a--bold{font-size:1rem;line-height:125%;text-align:left;color:var(--body)}.thank-you-message a--bold{font-weight:600}@media screen and (max-width:1024px){.thank-you-message a,.thank-you-message a--bold{line-height:130%}}@media screen and (max-width:576px){.thank-you-message a,.thank-you-message a--bold{font-size:.875rem;line-height:125%}}.thank-you-message a{padding:10px 24px;border-radius:8px;border:var(--border-width) solid var(--btn-border);transition:all .3s;text-decoration:none;text-transform:uppercase;display:flex;align-items:center;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;cursor:pointer;background-color:var(--btn-bg);border-color:var(--btn-border);color:var(--btn-color);outline:none;font-size:.875em;letter-spacing:1.4px;font-weight:500;font-family:var(--font-secondary)}.thank-you-message a--l{min-height:56px}.thank-you-message a.extra_large{font-size:1.1rem;min-height:64px}@media screen and (max-width:576px){.thank-you-message a.extra_large{font-size:1rem}}.thank-you-message a:hover{color:var(--btn-color-hover);background-color:var(--btn-bg-hover);border-color:var(--btn-border-hover)}.thank-you-message a:focus{color:var(--btn-color-focus);background-color:var(--btn-bg-focus);border-color:var(--btn-border-focus)}.thank-you-message a:active{background-color:var(--btn-bg-active);color:var(--btn-color-active);border-color:var(--btn-border-active)}.thank-you-message a--primary,.thank-you-message a--secondary{display:flex;align-items:center}.thank-you-message a--primary.disabled{background-color:var(--gray-400);border-color:var(--gray-400)}.thank-you-message a--secondary{--btn-bg:var(--btn-bg-color);--btn-color:var(--purple-300);--btn-border:var(--purple-300);--btn-bg-hover:var(--purple-300);--btn-color-hover:var(--white);--btn-border-hover:var(--purple-300);--btn-bg-focus:transparent;--btn-color-focus:var(--purple-300);--btn-border-focus:var(--purple-300);--btn-bg-active:var(--purple-300);--btn-color-active:var(--white);--btn-border-active:var(--purple-300)}.thank-you-message a--secondary.disabled{background-color:var(--gray-400);border-color:var(--gray-400);color:var(--gray-400)}.thank-you-message a--tertiary,.thank-you-message a-tertiary,.thank-you-message a--outer{--btn-bg:transparent;--btn-color:var(--purple-300);--btn-border:transparent;--btn-bg-hover:transparent;--btn-color-hover:var(--purple-400);--btn-border-hover:transparent;--btn-bg-focus:transparent;--btn-color-focus:var(--purple-300);--btn-border-focus:var(--purple-200);--btn-bg-active:transparent;--btn-color-active:var(--purple-600);--btn-border-active:transparent;padding:0 !important;border-radius:0;color:var(--btn-color);background-color:rgba(0,0,0,0);border-color:rgba(0,0,0,0);gap:4px;align-items:center;min-height:auto !important}.thank-you-message a--tertiary:hover::after,.thank-you-message a-tertiary:hover::after,.thank-you-message a--outer:hover::after{content:"";background-color:var(--btn-color-hover);mask:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20fill%3D%22none%22%3E%3Cg%20clip-path%3D%22url(%23clip0_101_1489)%22%3E%3Cpath%20d%3D%22M1.14282%206.85742H12.5714%22%20stroke%3D%22%230B004A%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%3Cpath%20d%3D%22M8%202.28613L12.5714%206.85756L8%2011.429%22%20stroke%3D%22%230B004A%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%3C/g%3E%3Cdefs%3E%3CclipPath%20id%3D%22clip0_101_1489%22%3E%3Crect%20width%3D%2213.7143%22%20height%3D%2213.7143%22%20fill%3D%22white%22/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") no-repeat center;-webkit-mask:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20fill%3D%22none%22%3E%3Cg%20clip-path%3D%22url(%23clip0_101_1489)%22%3E%3Cpath%20d%3D%22M1.14282%206.85742H12.5714%22%20stroke%3D%22%230B004A%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%3Cpath%20d%3D%22M8%202.28613L12.5714%206.85756L8%2011.429%22%20stroke%3D%22%230B004A%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%3C/g%3E%3Cdefs%3E%3CclipPath%20id%3D%22clip0_101_1489%22%3E%3Crect%20width%3D%2213.7143%22%20height%3D%2213.7143%22%20fill%3D%22white%22/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") no-repeat center}.thank-you-message a--tertiary::after,.thank-you-message a-tertiary::after,.thank-you-message a--outer::after{content:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M5.5%203L10.5%208L5.5%2013%22%20stroke%3D%22%23806CF0%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%3C/svg%3E");width:20px;height:16px;background-repeat:no-repeat}.thank-you-message a--tertiary.disabled,.thank-you-message a-tertiary.disabled,.thank-you-message a--outer.disabled{background-color:rgba(0,0,0,0);border-color:rgba(0,0,0,0);color:var(--gray-400)}.thank-you-message a--outer::after{content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='17' viewBox='0 0 17 17' fill='none'%3E%3Cg clip-path='url(%23clip0_11548_35317)'%3E%3Cpath d='M14.6303 7.26566V4.224C14.6303 3.18844 13.7908 2.349 12.7553 2.349H9.73434M6.04166 10.9583L14.0913 2.90866M15.875 10.9583V11.8634C15.875 12.8579 15.4799 13.8118 14.7767 14.515L14.515 14.7767C13.8118 15.4799 12.8579 15.875 11.8634 15.875H5.13663C4.14206 15.875 3.18822 15.4799 2.485 14.7767L2.22338 14.515C1.52009 13.8118 1.125 12.8579 1.125 11.8634V5.13663C1.125 4.14206 1.52009 3.18825 2.22338 2.485L2.485 2.22334C3.18822 1.52009 4.14206 1.125 5.13663 1.125H6.04166' stroke='%23C81A1A' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_11548_35317'%3E%3Crect width='16' height='16' fill='white' transform='translate(0.5 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");width:20px;height:17px}@media screen and (max-width:576px){.thank-you-message a--hide-mobile{display:none}}.thank-you-message a--hide-desktop{display:none}@media screen and (max-width:576px){.thank-you-message a--hide-desktop{display:flex}}html{scroll-behavior:smooth}.toolbar-fixed .main-header{top:39.5px}@media screen and (max-width:576px){.toolbar-vertical .main-header{top:78px}}.layout-container{--top-menu-top-height:0px;--top-menu-bottom-height:116px;--top-menu-height:calc(var(--top-menu-top-height,36px) + var(--top-menu-bottom-height,116px))}@media screen and (max-width:1024px){.layout-container{--top-menu-bottom-height:72px}}.layout-container:has(.main-header__top){--top-menu-top-height:36px}.layout-container.theme-color-purple-400 .site-logo{color:#fff}.layout-container.theme-color-purple-400 .main-header .site-logo svg path{fill:var(--white) !important}.layout-container.theme-color-purple-400 .main-header__top,.layout-container.theme-color-purple-400 .main-header__bottom{border-color:var(--purple-300)}.layout-container.theme-color-purple-400 .main-header__top .menu-level-0>.menu-item>.item-title,.layout-container.theme-color-purple-400 .main-header__bottom .menu-level-0>.menu-item>.item-title{--body:var(--white)}@media screen and (max-width:1024px){.layout-container.theme-color-purple-400 .main-header__top .menu-level-0>.menu-item>.item-title,.layout-container.theme-color-purple-400 .main-header__bottom .menu-level-0>.menu-item>.item-title{--body:var(--black)}}.layout-container.theme-color-purple-400 .main-header__top .menu-level-0>.menu-item>a,.layout-container.theme-color-purple-400 .main-header__bottom .menu-level-0>.menu-item>a{--body:var(--white)}@media screen and (max-width:1024px){.layout-container.theme-color-purple-400 .main-header__top .menu-level-0>.menu-item>a,.layout-container.theme-color-purple-400 .main-header__bottom .menu-level-0>.menu-item>a{--body:var(--black)}}.layout-container.theme-color-purple-400 .main-header__top .menu-level-0>.menu-item>a:hover,.layout-container.theme-color-purple-400 .main-header__bottom .menu-level-0>.menu-item>a:hover{--body:var(--purple-300)}.layout-container.theme-color-purple-400 .main-header__top .menu-level-0>.menu-item>a:hover::after,.layout-container.theme-color-purple-400 .main-header__bottom .menu-level-0>.menu-item>a:hover::after{--body:var(--purple-300)}.layout-container.theme-color-purple-400 .main-header__top .menu-level-0>.menu-item:hover>.item-title,.layout-container.theme-color-purple-400 .main-header__bottom .menu-level-0>.menu-item:hover>.item-title{--body:var(--purple-300)}.layout-container.theme-color-purple-400 .main-header__top .menu-level-0>.menu-item:hover>.item-title::after,.layout-container.theme-color-purple-400 .main-header__bottom .menu-level-0>.menu-item:hover>.item-title::after{--body:var(--purple-300)}.layout-container.theme-color-purple-400 .main-header__top .languages-switcher::before,.layout-container.theme-color-purple-400 .main-header__bottom .languages-switcher::before{-webkit-filter:brightness(0) saturate(100%) invert(1);filter:brightness(0) saturate(100%) invert(1)}.layout-container.theme-color-purple-400 .main-header__top .search-box .search-open,.layout-container.theme-color-purple-400 .main-header__bottom .search-box .search-open{color:var(--white)}.layout-container.theme-color-purple-400 .main-header__top .mobile-menu-trigger,.layout-container.theme-color-purple-400 .main-header__bottom .mobile-menu-trigger{border-color:var(--white)}.layout-container.theme-color-purple-400 .main-header__top .mobile-menu-trigger::before,.layout-container.theme-color-purple-400 .main-header__bottom .mobile-menu-trigger::before{border-color:var(--white)}.layout-container.theme-color-purple-400 .main-header__top .mobile-menu-trigger.active,.layout-container.theme-color-purple-400 .main-header__bottom .mobile-menu-trigger.active{-webkit-filter:brightness(0) saturate(100%) invert(1);filter:brightness(0) saturate(100%) invert(1)}.layout-container.theme-color-purple-400 .main-header .btn--primary{--btn-color:var(--purple-400);--btn-border:var(--white);--btn-bg:var(--white);--btn-color-hover:var(--purple-300);--btn-border-hover:var(--white);--btn-bg-hover:transparent;--btn-border-hover:var(--white);--btn-color-hover:var(--white);--btn-bg-focus:transparent;--btn-border-focus:var(--white);--btn-color-focus:var(--white);--btn-bg-active:transparent;--btn-border-active:var(--white);--btn-color-active:var(--white)}@media screen and (max-width:1024px){.layout-container.theme-color-purple-400 .main-header .container>.row-buttons .btn--primary{--btn-border:var(--purple-400)}}.main-header{width:100%;display:flex;flex-direction:column;position:sticky;top:0;left:0;z-index:501;height:var(--top-menu-height,116px);font-family:var(--font-main),sans-serif}.main-header.theme-color-default{--background-color:var(--gray-100);--link-color:var(--black);--link-color-hover:var(--red-600);--title-main:var(--black);--title-secondary:var(--black);--body:var(--black);--page-label:var(--gray-700)}.main-header.theme-color-purple-400{--body:var(--white)}.main-header .container{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;padding:0 64px;max-width:1440px;width:100%}@media screen and (max-width:1441px){.main-header .container{padding:0 50px;max-width:1280px}}@media screen and (max-width:1280px){.main-header .container{padding:0 18px;max-width:1060px}}@media screen and (max-width:1024px){.main-header .container{padding:0 16px;max-width:800px}}.main-header .container>.row-buttons{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;flex:1 1;max-width:172px;justify-content:flex-end}.main-header .container>.row-buttons a{white-space:nowrap}@media screen and (max-width:1024px){.main-header .container>.row-buttons{display:none;padding:24px 16px;position:fixed;bottom:0;left:0;border-top:1px solid var(--gray-200);background-color:var(--white);width:100%;min-width:100%;flex-direction:row;justify-content:flex-start;align-items:center}}.main-header__top,.main-header__bottom{display:flex;justify-content:center}.main-header__top{--body:var(--white);height:var(--top-menu-top-height,36px);background-color:var(--purple-400)}.main-header__top .container{justify-content:flex-end}.main-header__top .container:has(.language-switcher){justify-content:space-between}@media screen and (max-width:1024px){.main-header__top .container:has(.language-switcher){justify-content:flex-end}}.main-header__top ul{list-style:none;display:flex;align-items:center;gap:26px;padding:0;margin:0}@media screen and (max-width:768px){.main-header__top ul{gap:18px}}@media screen and (max-width:576px){.main-header__top ul{gap:6px}}.main-header__top li{position:relative;display:flex;align-items:center}.main-header__top li:first-child::before{content:unset}.main-header__top li::before{width:6px;height:6px;border-radius:50%;content:"";background-color:var(--red-600);position:absolute;left:-16px}@media screen and (max-width:768px){.main-header__top li::before{left:-12px}}@media screen and (max-width:576px){.main-header__top li::before{width:4px;height:4px;left:-4px}}.main-header__top a{padding:8px 12px;text-decoration:none;transition:all .3s;font-weight:400;font-family:var(--font-secondary)}.main-header__top a,.main-header__top a--bold{font-size:.875rem;line-height:125%;text-align:left;color:var(--body)}.main-header__top a--bold{font-weight:500}@media screen and (max-width:1024px){.main-header__top a,.main-header__top a--bold{line-height:130%}}@media screen and (max-width:576px){.main-header__top a,.main-header__top a--bold{font-size:.75rem;line-height:125%}}.main-header__top a:hover{color:var(--purple-300)}@media screen and (max-width:576px){.main-header__top a{padding:8px 4px}}@media screen and (max-width:1024px){.main-header__top .languages-switcher{display:none}}.main-header__top .languages-switcher ul{gap:12px}.main-header__top .languages-switcher li::before{content:unset}.main-header__top .languages-switcher .language-link{display:block;width:33px;height:22px;font-size:0;background-position:center;background-size:cover;border:1px solid #fff}.main-header__top .languages-switcher .language-link:hover{-webkit-transform:scale(1.2);transform:scale(1.2)}.main-header__top .languages-switcher .language-link[hreflang=de]{background-image:url(/themes/custom/conga/build/images/l-de.svg)}.main-header__top .languages-switcher .language-link[hreflang=fr]{background-image:url(/themes/custom/conga/build/images/l-fr.svg)}.main-header__top .languages-switcher .language-link[hreflang=en]{background-image:url(/themes/custom/conga/build/images/l-en.svg)}.main-header__bottom{height:var(--top-menu-bottom-height,116px);padding:20px 0;background:var(--background-color);box-shadow:0 2px 8px 0 rgba(0,0,0,.07);border-bottom:1px solid var(--gray-200)}@media screen and (max-width:1024px){.main-header__bottom{height:var(--top-menu-bottom-height,72px);padding:6px 0}}.main-header__bottom .container{gap:40px;display:flex;flex-wrap:nowrap;justify-content:unset;position:relative}@media screen and (max-width:1280px){.main-header__bottom .container{gap:30px}}.main-header__bottom .container>nav{position:unset}@media screen and (max-width:1024px){.main-header__bottom .container>nav{position:fixed}}.main-header__bottom .item-title,.main-header__bottom .menu-item>a{--body:var(--black);display:flex;align-items:center;gap:4px;padding:46px 12px;text-decoration:none;transition:all .3s;cursor:pointer;font-weight:300;font-family:var(--font-secondary)}.main-header__bottom .item-title,.main-header__bottom .item-title--bold,.main-header__bottom .menu-item>a,.main-header__bottom .menu-item>a--bold{font-size:1rem;line-height:125%;text-align:left;color:var(--body)}.main-header__bottom .item-title--bold,.main-header__bottom .menu-item>a--bold{font-weight:600}@media screen and (max-width:1024px){.main-header__bottom .item-title,.main-header__bottom .item-title--bold,.main-header__bottom .menu-item>a,.main-header__bottom .menu-item>a--bold{line-height:130%}}@media screen and (max-width:576px){.main-header__bottom .item-title,.main-header__bottom .item-title--bold,.main-header__bottom .menu-item>a,.main-header__bottom .menu-item>a--bold{font-size:.875rem;line-height:125%}}@media screen and (max-width:1280px){.main-header__bottom .item-title,.main-header__bottom .menu-item>a{padding:0}}.main-header__bottom .item-title .link_content p,.main-header__bottom .menu-item>a .link_content p{color:var(--black)}.main-header__bottom .item-title:hover::after,.main-header__bottom .menu-item>a:hover::after{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.main-header__bottom .item-title>a:hover,.main-header__bottom .menu-item>a:hover{--body:var(--purple-300)}.main-header__bottom .mobile-menu-trigger{all:unset;display:none;width:24px;height:16px;align-items:center;border-top:2px solid var(--purple-400);border-bottom:2px solid var(--purple-400);cursor:pointer;transition:all .3s;-webkit-tap-highlight-color:rgba(0,0,0,0)}@media screen and (max-width:1024px){.main-header__bottom .mobile-menu-trigger{display:flex}}.main-header__bottom .mobile-menu-trigger::before{width:100%;border-bottom:2px solid var(--purple-400);content:""}.main-header__bottom .mobile-menu-trigger.active{background-image:url(/themes/custom/conga/build/images/x-close.svg);width:24px;height:24px;border:none}.main-header__bottom .mobile-menu-trigger.active::before{display:none}.main-header__bottom .has-image{display:flex;align-items:flex-start !important;gap:8px !important}.main-header__bottom .has-image img,.main-header__bottom .has-image svg,.main-header__bottom .has-image picture{width:32px;height:32px;-o-object-fit:contain;object-fit:contain}.main-header__bottom .has-image .link_content{width:calc(100% - 40px)}.main-header__bottom .link_content{display:flex;flex-direction:column;gap:8px}.main-header__bottom .languages-switcher{min-width:105px;color:var(--gray-700);position:relative !important}.main-header__bottom .languages-switcher:hover{cursor:pointer}.main-header__bottom .languages-switcher:hover ul .links{display:flex}.main-header__bottom .languages-switcher:hover:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 2C14.5013 4.73835 15.9228 8.29203 16 12C15.9228 15.708 14.5013 19.2616 12 22M12 2C9.49872 4.73835 8.07725 8.29203 8 12C8.07725 15.708 9.49872 19.2616 12 22M12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22M12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22M2.50002 9H21.5M2.5 15H21.5' stroke='%23806CF0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}.main-header__bottom .languages-switcher .item-list>ul{margin:0;padding:0}.main-header__bottom .languages-switcher .item-list>ul>li{margin:0}.main-header__bottom .languages-switcher ul{list-style:none}.main-header__bottom .languages-switcher ul .links{display:none;position:absolute;bottom:100%;left:calc(-50% + 40px);padding:0;flex-direction:column;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;background-color:var(--gray-50);margin:0;border-radius:16px;border:none;box-shadow:0 4px 15px 0 rgba(172,172,172,.5);overflow:hidden}.main-header__bottom .languages-switcher ul .links li{width:100%;margin:0}.main-header__bottom .languages-switcher ul .links li a{display:flex;width:100%;padding:8px 12px}.main-header__bottom .languages-switcher ul .links li a:hover{-webkit-transform:none;transform:none;color:var(--body);background-color:var(--gray-100)}.main-header__bottom .languages-switcher ul .links li a::before{width:30px;height:16px;content:"";background-size:contain;background-repeat:no-repeat;margin-right:8px}@media screen and (max-width:576px){.main-header__bottom .languages-switcher ul .links li a::before{display:none}}.main-header__bottom .languages-switcher ul .links li.en a::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='46' height='24' viewBox='0 0 46 24' fill='none'%3E%3Cg clip-path='url(%23clip0_17017_108482)'%3E%3Cpath d='M46 0H0V24.2105H46V0Z' fill='%23B22234'/%3E%3Cpath d='M0 2.79352H46H0ZM46 6.51821H0H46ZM0 10.2429H46H0ZM46 13.9676H0H46ZM0 17.6923H46H0ZM46 21.417H0H46Z' fill='black'/%3E%3Cpath d='M0 2.79352H46M46 6.51821H0M0 10.2429H46M46 13.9676H0M0 17.6923H46M46 21.417H0' stroke='white' stroke-width='1.86235'/%3E%3Cpath d='M18.4 0H0V13.0364H18.4V0Z' fill='%233C3B6E'/%3E%3Cpath d='M1.53465 0.558716L1.97252 1.90632L0.826172 1.07346H2.24313L1.09679 1.90632L1.53465 0.558716Z' fill='white'/%3E%3Cpath d='M1.53465 3.16602L1.97252 4.51362L0.826172 3.68076H2.24313L1.09679 4.51362L1.53465 3.16602Z' fill='white'/%3E%3Cpath d='M1.53465 5.77328L1.97252 7.12089L0.826172 6.28803H2.24313L1.09679 7.12089L1.53465 5.77328Z' fill='white'/%3E%3Cpath d='M1.53465 8.38058L1.97252 9.72819L0.826172 8.89533H2.24313L1.09679 9.72819L1.53465 8.38058Z' fill='white'/%3E%3Cpath d='M1.53465 10.9879L1.97252 12.3355L0.826172 11.5026H2.24313L1.09679 12.3355L1.53465 10.9879Z' fill='white'/%3E%3Cpath d='M3.06785 1.86237L3.50572 3.20997L2.35938 2.37711H3.77633L2.62999 3.20997L3.06785 1.86237Z' fill='white'/%3E%3Cpath d='M3.06785 4.46967L3.50572 5.81727L2.35938 4.98441H3.77633L2.62999 5.81727L3.06785 4.46967Z' fill='white'/%3E%3Cpath d='M3.06785 7.07693L3.50572 8.42454L2.35938 7.59168H3.77633L2.62999 8.42454L3.06785 7.07693Z' fill='white'/%3E%3Cpath d='M3.06785 9.68423L3.50572 11.0318L2.35938 10.199H3.77633L2.62999 11.0318L3.06785 9.68423Z' fill='white'/%3E%3Cpath d='M4.5991 0.558716L5.03697 1.90632L3.89062 1.07346H5.30758L4.16124 1.90632L4.5991 0.558716Z' fill='white'/%3E%3Cpath d='M4.5991 3.16602L5.03697 4.51362L3.89062 3.68076H5.30758L4.16124 4.51362L4.5991 3.16602Z' fill='white'/%3E%3Cpath d='M4.5991 5.77328L5.03697 7.12089L3.89062 6.28803H5.30758L4.16124 7.12089L4.5991 5.77328Z' fill='white'/%3E%3Cpath d='M4.5991 8.38058L5.03697 9.72819L3.89062 8.89533H5.30758L4.16124 9.72819L4.5991 8.38058Z' fill='white'/%3E%3Cpath d='M4.5991 10.9879L5.03697 12.3355L3.89062 11.5026H5.30758L4.16124 12.3355L4.5991 10.9879Z' fill='white'/%3E%3Cpath d='M6.13426 1.86237L6.57212 3.20997L5.42578 2.37711H6.84274L5.6964 3.20997L6.13426 1.86237Z' fill='white'/%3E%3Cpath d='M6.13426 4.46967L6.57212 5.81727L5.42578 4.98441H6.84274L5.6964 5.81727L6.13426 4.46967Z' fill='white'/%3E%3Cpath d='M6.13426 7.07693L6.57212 8.42454L5.42578 7.59168H6.84274L5.6964 8.42454L6.13426 7.07693Z' fill='white'/%3E%3Cpath d='M6.13426 9.68423L6.57212 11.0318L5.42578 10.199H6.84274L5.6964 11.0318L6.13426 9.68423Z' fill='white'/%3E%3Cpath d='M7.66746 0.558716L8.10533 1.90632L6.95898 1.07346H8.37594L7.2296 1.90632L7.66746 0.558716Z' fill='white'/%3E%3Cpath d='M7.66746 3.16602L8.10533 4.51362L6.95898 3.68076H8.37594L7.2296 4.51362L7.66746 3.16602Z' fill='white'/%3E%3Cpath d='M7.66746 5.77328L8.10533 7.12089L6.95898 6.28803H8.37594L7.2296 7.12089L7.66746 5.77328Z' fill='white'/%3E%3Cpath d='M7.66746 8.38058L8.10533 9.72819L6.95898 8.89533H8.37594L7.2296 9.72819L7.66746 8.38058Z' fill='white'/%3E%3Cpath d='M7.66746 10.9879L8.10533 12.3355L6.95898 11.5026H8.37594L7.2296 12.3355L7.66746 10.9879Z' fill='white'/%3E%3Cpath d='M9.20067 1.86237L9.63853 3.20997L8.49219 2.37711H9.90915L8.7628 3.20997L9.20067 1.86237Z' fill='white'/%3E%3Cpath d='M9.20067 4.46967L9.63853 5.81727L8.49219 4.98441H9.90915L8.7628 5.81727L9.20067 4.46967Z' fill='white'/%3E%3Cpath d='M9.20067 7.07693L9.63853 8.42454L8.49219 7.59168H9.90915L8.7628 8.42454L9.20067 7.07693Z' fill='white'/%3E%3Cpath d='M9.20067 9.68423L9.63853 11.0318L8.49219 10.199H9.90915L8.7628 11.0318L9.20067 9.68423Z' fill='white'/%3E%3Cpath d='M10.7319 0.558716L11.1698 1.90632L10.0234 1.07346H11.4404L10.2941 1.90632L10.7319 0.558716Z' fill='white'/%3E%3Cpath d='M10.7319 3.16602L11.1698 4.51362L10.0234 3.68076H11.4404L10.2941 4.51362L10.7319 3.16602Z' fill='white'/%3E%3Cpath d='M10.7319 5.77328L11.1698 7.12089L10.0234 6.28803H11.4404L10.2941 7.12089L10.7319 5.77328Z' fill='white'/%3E%3Cpath d='M10.7319 8.38058L11.1698 9.72819L10.0234 8.89533H11.4404L10.2941 9.72819L10.7319 8.38058Z' fill='white'/%3E%3Cpath d='M10.7319 10.9879L11.1698 12.3355L10.0234 11.5026H11.4404L10.2941 12.3355L10.7319 10.9879Z' fill='white'/%3E%3Cpath d='M12.2671 1.86237L12.7049 3.20997L11.5586 2.37711H12.9756L11.8292 3.20997L12.2671 1.86237Z' fill='white'/%3E%3Cpath d='M12.2671 4.46967L12.7049 5.81727L11.5586 4.98441H12.9756L11.8292 5.81727L12.2671 4.46967Z' fill='white'/%3E%3Cpath d='M12.2671 7.07693L12.7049 8.42454L11.5586 7.59168H12.9756L11.8292 8.42454L12.2671 7.07693Z' fill='white'/%3E%3Cpath d='M12.2671 9.68423L12.7049 11.0318L11.5586 10.199H12.9756L11.8292 11.0318L12.2671 9.68423Z' fill='white'/%3E%3Cpath d='M13.8022 0.558716L14.2401 1.90632L13.0938 1.07346H14.5107L13.3644 1.90632L13.8022 0.558716Z' fill='white'/%3E%3Cpath d='M13.8022 3.16602L14.2401 4.51362L13.0938 3.68076H14.5107L13.3644 4.51362L13.8022 3.16602Z' fill='white'/%3E%3Cpath d='M13.8022 5.77328L14.2401 7.12089L13.0938 6.28803H14.5107L13.3644 7.12089L13.8022 5.77328Z' fill='white'/%3E%3Cpath d='M13.8022 8.38058L14.2401 9.72819L13.0938 8.89533H14.5107L13.3644 9.72819L13.8022 8.38058Z' fill='white'/%3E%3Cpath d='M13.8022 10.9879L14.2401 12.3355L13.0938 11.5026H14.5107L13.3644 12.3355L13.8022 10.9879Z' fill='white'/%3E%3Cpath d='M15.3354 1.86237L15.7733 3.20997L14.627 2.37711H16.0439L14.8976 3.20997L15.3354 1.86237Z' fill='white'/%3E%3Cpath d='M15.3354 4.46967L15.7733 5.81727L14.627 4.98441H16.0439L14.8976 5.81727L15.3354 4.46967Z' fill='white'/%3E%3Cpath d='M15.3354 7.07693L15.7733 8.42454L14.627 7.59168H16.0439L14.8976 8.42454L15.3354 7.07693Z' fill='white'/%3E%3Cpath d='M15.3354 9.68423L15.7733 11.0318L14.627 10.199H16.0439L14.8976 11.0318L15.3354 9.68423Z' fill='white'/%3E%3Cpath d='M16.8647 0.558716L17.3026 1.90632L16.1562 1.07346H17.5732L16.4269 1.90632L16.8647 0.558716Z' fill='white'/%3E%3Cpath d='M16.8647 3.16602L17.3026 4.51362L16.1562 3.68076H17.5732L16.4269 4.51362L16.8647 3.16602Z' fill='white'/%3E%3Cpath d='M16.8647 5.77328L17.3026 7.12089L16.1562 6.28803H17.5732L16.4269 7.12089L16.8647 5.77328Z' fill='white'/%3E%3Cpath d='M16.8647 8.38058L17.3026 9.72819L16.1562 8.89533H17.5732L16.4269 9.72819L16.8647 8.38058Z' fill='white'/%3E%3Cpath d='M16.8647 10.9879L17.3026 12.3355L16.1562 11.5026H17.5732L16.4269 12.3355L16.8647 10.9879Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_17017_108482'%3E%3Crect width='46' height='24.2105' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")}.main-header__bottom .languages-switcher ul .links li.de a::before{background-image:url("data:image/svg+xml,%3Csvg width='46' height='24' viewBox='0 0 46 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_17017_108566)'%3E%3Cpath d='M46 0H0V8H46V0Z' fill='black'/%3E%3Cpath d='M46 8H0V16H46V8Z' fill='%23DD0000'/%3E%3Cpath d='M46 16H0V24H46V16Z' fill='%23FFCE00'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_17017_108566'%3E%3Crect width='46' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")}.main-header__bottom .languages-switcher ul .links li.fr a::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='46' height='24' viewBox='0 0 46 24' fill='none'%3E%3Crect width='15.3333' height='24' fill='%23002654'/%3E%3Crect x='15.3301' width='15.3333' height='24' fill='white'/%3E%3Crect x='30.6602' width='15.3333' height='24' fill='%23CE1126'/%3E%3C/svg%3E")}@media screen and (max-width:768px){.main-header__bottom .languages-switcher ul .links{left:calc(-50% + 54px)}}@media screen and (max-width:576px){.main-header__bottom .languages-switcher ul .links{left:24px}}.main-header__bottom .languages-switcher ul li a{color:var(--gray-700);text-decoration:none}.main-header__bottom .languages-switcher::before{width:24px;height:24px;content:"";background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 2C14.5013 4.73835 15.9228 8.29203 16 12C15.9228 15.708 14.5013 19.2616 12 22M12 2C9.49872 4.73835 8.07725 8.29203 8 12C8.07725 15.708 9.49872 19.2616 12 22M12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22M12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22M2.50002 9H21.5M2.5 15H21.5' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;background-size:contain;display:inline-block;transition:all .3s;margin-right:8px}.main-header__bottom .languages-switcher::after{width:16px;height:16px;content:"";display:inline-block;background-color:var(--body);-webkit-mask:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M13 6L8 11L3 6" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat center;mask:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M13 6L8 11L3 6" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat center;-webkit-mask-size:contain;mask-size:contain;transition:all .3s;margin-left:8px}.main-header__bottom .languages-switcher{min-width:unset;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;padding:8px 0}@media screen and (max-width:1024px){.main-header__bottom .languages-switcher{display:flex !important}}.main-header__bottom .languages-switcher .item-list{width:0}.main-header__bottom .languages-switcher ul{gap:0}.main-header__bottom .languages-switcher ul .links{bottom:unset;top:100%;left:calc(-100% - 24px);width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;z-index:503}@media screen and (max-width:576px){.main-header__bottom .languages-switcher ul .links{left:-100%}}.main-header__bottom .languages-switcher ul .links li a::before{margin-right:0;background-image:none}.main-header__bottom .languages-switcher ul .links .language-link{--body:var(--black);border:none;gap:12px;align-items:center;text-decoration:none;padding:12px;font-weight:400;font-family:var(--font-secondary)}.main-header__bottom .languages-switcher ul .links .language-link,.main-header__bottom .languages-switcher ul .links .language-link--bold{font-size:.875rem;line-height:125%;text-align:left;color:var(--body)}.main-header__bottom .languages-switcher ul .links .language-link--bold{font-weight:500}@media screen and (max-width:1024px){.main-header__bottom .languages-switcher ul .links .language-link,.main-header__bottom .languages-switcher ul .links .language-link--bold{line-height:130%}}@media screen and (max-width:576px){.main-header__bottom .languages-switcher ul .links .language-link,.main-header__bottom .languages-switcher ul .links .language-link--bold{font-size:.75rem;line-height:125%}}.main-header__bottom .languages-switcher ul .links .language-link.is-active{background-color:var(--gray-200)}.main-header__bottom .languages-switcher ul .links .language-link::before{width:46px;height:24px}.main-header__bottom .languages-switcher::before{margin:0;transition:all .1s}.main-header__bottom .languages-switcher::after{content:none}.main-header__bottom.is_front{background-color:var(--white)}.main-header__bottom.is_front .container>nav>.main-menu>.menu-item>.main-title,.main-header__bottom.is_front .container>nav>.main-menu>.menu-item>a,.main-header__bottom.is_front .container>.search-box:not(.active)>form>button>svg{color:var(--white)}.main-header__bottom.is_front .container>nav>.main-menu>.menu-item>.main-title::after,.main-header__bottom.is_front .container>nav>.main-menu>.menu-item>a::after,.main-header__bottom.is_front .container>.search-box:not(.active)>form>button>svg::after{background-color:var(--black)}.main-header__bottom.is_front .container>.mobile-menu-trigger{border-color:var(--white)}.main-header__bottom.is_front .container>.mobile-menu-trigger.active{-webkit-filter:brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(2%) hue-rotate(185deg) brightness(114%) contrast(101%);filter:brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(2%) hue-rotate(185deg) brightness(114%) contrast(101%)}.main-header__bottom.is_front .container>.mobile-menu-trigger::before{border-color:var(--white)}.main-header__bottom.is_front .languages-switcher::before{-webkit-filter:brightness(0) saturate(100%) invert(0%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(0%) contrast(100%);filter:brightness(0) saturate(100%) invert(0%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(0%) contrast(100%)}.main-header .site-logo{display:block;width:92px;height:auto;color:#846bf8}@media screen and (max-width:1024px){.main-header .site-logo{width:77px}}.main-header .site-logo svg{width:100%;height:auto;display:block}.main-header .search-box{flex:1 1;display:flex;justify-content:flex-end}.main-header .search-box input[type=search]::-ms-clear{display:none;width:0;height:0}.main-header .search-box input[type=search]::-webkit-search-cancel-button{-webkit-appearance:none;appearance:none}.main-header .search-box input[type=search]:focus-visible{outline-color:var(--gray-300)}.main-header .search-box form{position:relative;display:flex;align-items:center}.main-header .search-box input{display:none;height:48px;padding:0 16px 0 40px;align-items:center;align-self:stretch;background:var(--gray-100);border:1px solid var(--gray-200);margin:0}.main-header .search-box .search-submit,.main-header .search-box .search-open{all:unset;color:var(--black);cursor:pointer;width:21.24px;height:22px;transition:all .3s}.main-header .search-box .search-submit:hover,.main-header .search-box .search-open:hover{-webkit-transform:scale(1.2);transform:scale(1.2);color:var(--purple-300)}.main-header .search-box .search-submit svg,.main-header .search-box .search-open svg{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.main-header .search-box .search-submit{display:none}.main-header .search-box .search-close{all:unset;display:none;position:absolute;left:16px;width:20px;height:20px;font-size:0;cursor:pointer;transition:all .3s}.main-header .search-box .search-close:hover{-webkit-transform:scale(1.2);transform:scale(1.2)}.main-header .search-box .search-close:hover::before,.main-header .search-box .search-close:hover::after{background-color:var(--purple-600)}.main-header .search-box .search-close::before,.main-header .search-box .search-close::after{content:"";position:absolute;top:0;left:50%;width:2px;height:100%;background-color:#000}.main-header .search-box .search-close::before{-webkit-transform:translateX(-50%) rotate(45deg);transform:translateX(-50%) rotate(45deg)}.main-header .search-box .search-close::after{-webkit-transform:translateX(-50%) rotate(-45deg);transform:translateX(-50%) rotate(-45deg)}.main-header .search-box.active{width:100%}@media screen and (max-width:576px){.main-header .search-box.active{position:absolute;left:0;right:0;z-index:501;padding:0 16px}}.main-header .search-box.active form{width:100%;display:flex}.main-header .search-box.active input{display:flex;flex:1 1}@media screen and (max-width:1024px){.main-header .search-box.active input{font-size:16px;width:100%}}.main-header .search-box.active .search-open{display:none}.main-header .search-box.active .search-submit{display:flex;position:absolute;right:16px}.main-header .search-box.active .search-close{display:flex}@media screen and (min-width:1025px){.main-header:has(.main-menu>.menu-item.has-dropdown:hover)::before{content:"";display:block;width:100vw;position:fixed;top:0;left:0;right:0;background:rgba(1,36,42,.2);backdrop-filter:blur(4px);height:100vh;z-index:-1}.main-header .has-dropdown .item-title::after{width:16px;height:16px;content:"";display:inline-block;background-color:var(--body);-webkit-mask:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M13 6L8 11L3 6" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat center;mask:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M13 6L8 11L3 6" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat center;-webkit-mask-size:contain;mask-size:contain;transition:all .3s}.main-header .has-dropdown.mini-dropdown{position:relative}.main-header .has-dropdown.mini-dropdown .menu-level-1{width:calc(100% + 120px);top:unset}.main-header .has-dropdown.mini-dropdown .menu-level-1 .menu-item .link_content span{width:calc(100% + 40px)}.main-header .menu-level-0{list-style:none;display:flex;gap:4px;padding:0;margin:-12px}.main-header .menu-level-0>.menu-item>a:hover{--body:var(--purple-300)}.main-header .menu-level-0>.menu-item>a:hover::after{--body:var(--purple-300)}.main-header .menu-level-0>.menu-item:hover>.item-title{--body:var(--purple-300)}.main-header .menu-level-0>.menu-item:hover>.item-title::after{--body:var(--purple-300)}.main-header .menu-item:hover>.item-title{color:var(--body)}.main-header .menu-item:hover>.item-title::after{background-color:var(--body)}.main-header .menu-item:hover .menu-level-1{display:flex}.main-header .menu-level-1{display:none;position:absolute;width:100%;max-width:1280px;top:94px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);z-index:9999;border-radius:0 0 24px 24px;box-shadow:0 4px 21px 0 rgba(113,113,113,.15);overflow:hidden}.main-header .menu-level-1.no-feature>ul{width:100%}.main-header .menu-level-1.media--right{flex-direction:row-reverse}.main-header .menu-level-1 ul{list-style:none}.main-header .menu-level-1>ul{display:flex;flex-wrap:wrap;gap:24px;width:calc(100% - 274px);padding:24px;margin:0;background-color:var(--white)}.main-header .menu-level-1>ul>.menu-item>a{text-decoration:none;margin-bottom:24px;min-height:36px}.main-header .menu-level-1>ul>.menu-item>a .link_content span{display:flex;align-items:center;color:var(--black);padding:0;font-size:.875rem;font-weight:500;line-height:130%;text-align:left;text-transform:uppercase;margin:0;font-family:var(--font-secondary)}}@media screen and (min-width:1025px)and (max-width:576px){.main-header .menu-level-1>ul>.menu-item>a .link_content span{font-size:.75rem}}@media screen and (min-width:1025px){.main-header .menu-level-1>ul>.menu-item>a .link_content span{text-decoration:none}.main-header .menu-level-1>ul>.menu-item>a .link_content span::after{width:16px;height:22px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='22' viewBox='0 0 16 22' fill='none'%3E%3Cpath d='M5.5 6L10.5 11L5.5 16' stroke='%23806CF0' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:contain;content:"";margin-left:4px}}@media screen and (min-width:1025px)and (max-width:576px){.main-header .menu-level-1>ul>.menu-item>a .link_content span{font-size:14px}}@media screen and (min-width:1025px){.main-header .menu-level-1>ul>.menu-item>a:hover{color:var(--purple-300)}.main-header .menu-level-1>ul>.menu-item>a:hover .link_content span{color:var(--red-600)}.main-header .menu-level-1>ul>.menu-item>a:hover .link_content span::after{-webkit-transform:none;transform:none}.main-header .menu-level-1>ul>.menu-item>a{padding:0;font-size:1rem}.main-header .menu-level-1>ul>.menu-item>a.has-image{align-items:center !important}.main-header .menu-level-1>ul>.menu-item>a.has-image .media{display:flex}.main-header .menu-level-1>ul>.menu-item>.item-title{color:var(--body);font-size:.875rem;font-style:normal;font-weight:400;line-height:130%;text-transform:uppercase;cursor:unset;margin:0 0 24px;padding:0;font-family:var(--font-secondary)}.main-header .menu-level-1>ul>.menu-item>.item-title::after{display:none}.main-header .menu-level-1>ul li{flex:1 1}.main-header .menu-level-1>ul.count-1>li{width:100%}.main-header .menu-level-1>ul.count-2>li{width:calc(50% - 12px)}.main-header .menu-level-1>ul.count-3>li{width:calc(33.3333% - 16px)}.main-header .menu-level-1>ul .additional-links{width:calc(100% + 48px);margin:0 -24px -24px;display:flex;border-radius:0;border-top:1px solid var(--gray-200);background:var(--gray-100)}.main-header .menu-level-1>ul .submenu-link{flex:1 1;display:flex;flex-direction:column;justify-content:center;gap:16px}.main-header .menu-level-1>ul .submenu-link>a{display:flex;flex-direction:column;justify-content:center;text-decoration:none;transition:.3s all;padding:24px;height:100%}.main-header .menu-level-1>ul .submenu-link>a.has-image{flex-direction:row;align-items:center !important}.main-header .menu-level-1>ul .submenu-link>a.has-image svg{width:70px;height:70px}.main-header .menu-level-1>ul .submenu-link>a.has-image .link_content{flex-direction:row;gap:30px}}@media screen and (min-width:1025px)and (max-width:576px){.main-header .menu-level-1>ul .submenu-link>a.has-image .link_content{flex-direction:column;gap:0px}}@media screen and (min-width:1025px){.main-header .menu-level-1>ul .submenu-link>a.has-image .link_content span{flex:none}.main-header .menu-level-1>ul .submenu-link>a:hover{background-color:var(--gray-300)}.main-header .menu-level-1>ul .submenu-link>a:hover span{color:var(--purple-300)}.main-header .menu-level-1>ul .submenu-link>a:hover span::after{-webkit-transform:none;transform:none}.main-header .menu-level-1>ul .submenu-link>a span{display:flex;align-items:center;color:var(--black);padding:0;font-size:.875rem;font-weight:500;line-height:130%;text-align:left;text-transform:uppercase;margin:0;font-family:var(--font-secondary)}}@media screen and (min-width:1025px)and (max-width:576px){.main-header .menu-level-1>ul .submenu-link>a span{font-size:.75rem}}@media screen and (min-width:1025px){.main-header .menu-level-1>ul .submenu-link>a span{margin-bottom:0;text-decoration:none}.main-header .menu-level-1>ul .submenu-link>a span::after{width:16px;height:22px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='22' viewBox='0 0 16 22' fill='none'%3E%3Cpath d='M5.5 6L10.5 11L5.5 16' stroke='%23806CF0' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-repeat:no-repeat;background-size:contain;content:""}.main-header .menu-level-1>ul .submenu-link>a p{--body:var(--black);font-weight:400;font-family:var(--font-secondary)}.main-header .menu-level-1>ul .submenu-link>a p,.main-header .menu-level-1>ul .submenu-link>a p--bold{font-size:.875rem;line-height:125%;text-align:left;color:var(--body)}.main-header .menu-level-1>ul .submenu-link>a p--bold{font-weight:500}}@media screen and (min-width:1025px)and (max-width:1024px){.main-header .menu-level-1>ul .submenu-link>a p,.main-header .menu-level-1>ul .submenu-link>a p--bold{line-height:130%}}@media screen and (min-width:1025px)and (max-width:576px){.main-header .menu-level-1>ul .submenu-link>a p,.main-header .menu-level-1>ul .submenu-link>a p--bold{font-size:.75rem;line-height:125%}}@media screen and (min-width:1025px){.main-header .menu-level-1>ul .submenu-link:last-child:nth-child(n+2){flex:unset;width:224px;border-left:1px solid var(--gray-200)}.main-header .menu-level-1>ul .submenu-link:last-child:nth-child(n+2) a span{--body:var(--purple-300);font-weight:300;font-family:var(--font-secondary);font-weight:600}.main-header .menu-level-1>ul .submenu-link:last-child:nth-child(n+2) a span,.main-header .menu-level-1>ul .submenu-link:last-child:nth-child(n+2) a span--bold{font-size:1rem;line-height:125%;text-align:left;color:var(--body)}.main-header .menu-level-1>ul .submenu-link:last-child:nth-child(n+2) a span--bold{font-weight:600}}@media screen and (min-width:1025px)and (max-width:1024px){.main-header .menu-level-1>ul .submenu-link:last-child:nth-child(n+2) a span,.main-header .menu-level-1>ul .submenu-link:last-child:nth-child(n+2) a span--bold{line-height:130%}}@media screen and (min-width:1025px)and (max-width:576px){.main-header .menu-level-1>ul .submenu-link:last-child:nth-child(n+2) a span,.main-header .menu-level-1>ul .submenu-link:last-child:nth-child(n+2) a span--bold{font-size:.875rem;line-height:125%}}@media screen and (min-width:1025px){.main-header .menu-level-1>ul .submenu-link--more{display:none}.main-header .menu-level-1 p{margin:0;font-weight:400;font-family:var(--font-secondary)}.main-header .menu-level-1 p,.main-header .menu-level-1 p--bold{font-size:.875rem;line-height:125%;text-align:left;color:var(--body)}.main-header .menu-level-1 p--bold{font-weight:500}}@media screen and (min-width:1025px)and (max-width:1024px){.main-header .menu-level-1 p,.main-header .menu-level-1 p--bold{line-height:130%}}@media screen and (min-width:1025px)and (max-width:576px){.main-header .menu-level-1 p,.main-header .menu-level-1 p--bold{font-size:.75rem;line-height:125%}}@media screen and (min-width:1025px){.main-header .menu-level-1 .submenu-feature{width:274px;padding:24px;background-color:var(--background-color)}.main-header .menu-level-1 .submenu-feature .field--name-field-title{padding-bottom:24px;border-bottom:1px solid var(--gray-200);text-transform:uppercase}.main-header .menu-level-1 .submenu-feature .resource-cards__list{margin:16px 0}.main-header .menu-level-1 .submenu-feature .resource-cards__item{display:flex;align-items:center}.main-header .menu-level-1 .submenu-feature .resource-cards__item img{margin-bottom:0;height:15px;width:auto;margin-right:12px}.main-header .menu-level-1.menu-theme--harbor_900 .submenu-feature{--body:var(--gray-50);--background-color:var(--purple-400);--title-main:var(--white);background-color:var(--purple-400)}.main-header .menu-level-1.menu-theme--harbor_900 .submenu-feature .field--type-string{color:var(--body)}.main-header .menu-level-1.menu-theme--gray_50 .submenu-feature{--body:var(--gray-700);--background-color:var(--gray-50);background-color:var(--gray-50);border-right:1px solid var(--gray-200)}.main-header .menu-level-1.menu-theme--gray_50.media--right .submenu-feature{border-left:1px solid var(--gray-200)}.main-header .menu-level-2{display:flex;flex-direction:column;gap:24px;padding:24px 0 0;margin:0;border-top:1px solid var(--gray-200)}.main-header .menu-level-2 li{margin:0;display:flex;flex-direction:column;gap:8px}.main-header .menu-level-2 a{padding:0;font-weight:300;font-family:var(--font-secondary);font-weight:600}.main-header .menu-level-2 a,.main-header .menu-level-2 a--bold{font-size:1rem;line-height:125%;text-align:left;color:var(--body)}.main-header .menu-level-2 a--bold{font-weight:600}}@media screen and (min-width:1025px)and (max-width:1024px){.main-header .menu-level-2 a,.main-header .menu-level-2 a--bold{line-height:130%}}@media screen and (min-width:1025px)and (max-width:576px){.main-header .menu-level-2 a,.main-header .menu-level-2 a--bold{font-size:.875rem;line-height:125%}}@media screen and (min-width:1025px){.main-header .menu-level-2.count-1,.main-header .menu-level-2.count-2,.main-header .menu-level-2.count-3{gap:24px}.main-header .menu-level-2 .no-description{margin:-4px 0}.main-header .menu-level-2 .no-description img,.main-header .menu-level-2 .no-description svg,.main-header .menu-level-2 .no-description picture{width:22px;height:22px}.main-header .menu-level-2:hover{color:var(--purple-300)}.main-header .menu-media-size--small .card-benefit img,.main-header .menu-media-size--small .card-benefit svg,.main-header .menu-media-size--small .card-benefit picture{width:80px}.main-header .menu-media-size--medium .card-benefit img,.main-header .menu-media-size--medium .card-benefit svg,.main-header .menu-media-size--medium .card-benefit picture{width:140px}.main-header .menu-media-size--large .card-benefit img,.main-header .menu-media-size--large .card-benefit svg,.main-header .menu-media-size--large .card-benefit picture{width:100%}.main-header .card-benefit{display:flex;flex-direction:column;gap:8px}.main-header .card-benefit img,.main-header .card-benefit svg,.main-header .card-benefit picture{width:80px;height:auto}.main-header .card-benefit img,.main-header .card-benefit svg{margin-bottom:16px}.main-header .card-benefit p{font-weight:400;font-family:var(--font-secondary)}.main-header .card-benefit p,.main-header .card-benefit p--bold{font-size:.875rem;line-height:125%;text-align:left;color:var(--body)}.main-header .card-benefit p--bold{font-weight:500}}@media screen and (min-width:1025px)and (max-width:1024px){.main-header .card-benefit p,.main-header .card-benefit p--bold{line-height:130%}}@media screen and (min-width:1025px)and (max-width:576px){.main-header .card-benefit p,.main-header .card-benefit p--bold{font-size:.75rem;line-height:125%}}@media screen and (min-width:1025px){.main-header .card-benefit .p{font-weight:300;font-family:var(--font-secondary);font-weight:500}.main-header .card-benefit .p,.main-header .card-benefit .p--bold{font-size:1.25rem;line-height:120%;text-align:left;color:var(--body)}.main-header .card-benefit .p--bold{font-weight:400}}@media screen and (min-width:1025px)and (max-width:1024px){.main-header .card-benefit .p,.main-header .card-benefit .p--bold{line-height:130%}}@media screen and (min-width:1025px)and (max-width:576px){.main-header .card-benefit .p,.main-header .card-benefit .p--bold{font-size:1.125rem;line-height:110%}}@media screen and (min-width:1025px){.main-header.active-search .menu-level-0{display:none}}@media screen and (max-width:1024px){.toolbar-vertical .js-mobile-navigation.active,.toolbar-fixed .js-mobile-navigation.active{top:111.5px;height:calc(100% - 111.5px - 97px)}}@media screen and (max-width:576px){.toolbar-vertical .js-mobile-navigation.active,.toolbar-fixed .js-mobile-navigation.active{top:150px;height:calc(100% - 150px - 97px)}}@media screen and (max-width:1280px){.js-mobile-navigation>ul{padding:0 16px 94px}}@media screen and (max-width:1024px){.js-mobile-navigation{--body:var(--black);display:none}.js-mobile-navigation.active{display:flex;position:fixed;top:72px;left:0;overflow-y:auto;max-height:100%;width:100%;height:calc(100% - 72px - 97px);z-index:501;background-color:var(--white);flex-direction:column;align-items:center}.js-mobile-navigation>ul{display:flex;flex-direction:column;padding-bottom:94px;height:100%;position:unset;overflow:auto;max-width:800px;width:100%}.js-mobile-navigation .menu-level-0{list-style:none;display:flex;flex-direction:column;margin:0;padding:16px 0}.js-mobile-navigation .menu-level-0>li{padding:8px 0;border-bottom:1px solid var(--gray-200)}.js-mobile-navigation .menu-level-0>li:first-child{padding-top:0}.js-mobile-navigation .menu-level-0>li:last-child{padding-bottom:0;border-bottom:none}.js-mobile-navigation .menu-level-0>li>a,.js-mobile-navigation .menu-level-0>li>.main-title{--body:var(--black);display:flex;align-items:center;padding:8px 12px;border-radius:4px;position:relative;text-decoration:none;cursor:pointer;font-weight:300;font-family:var(--font-secondary)}.js-mobile-navigation .menu-level-0>li>a,.js-mobile-navigation .menu-level-0>li>a--bold,.js-mobile-navigation .menu-level-0>li>.main-title,.js-mobile-navigation .menu-level-0>li>.main-title--bold{font-size:1rem;line-height:125%;text-align:left;color:var(--body)}.js-mobile-navigation .menu-level-0>li>a--bold,.js-mobile-navigation .menu-level-0>li>.main-title--bold{font-weight:600}}@media screen and (max-width:1024px)and (max-width:1024px){.js-mobile-navigation .menu-level-0>li>a,.js-mobile-navigation .menu-level-0>li>a--bold,.js-mobile-navigation .menu-level-0>li>.main-title,.js-mobile-navigation .menu-level-0>li>.main-title--bold{line-height:130%}}@media screen and (max-width:1024px)and (max-width:576px){.js-mobile-navigation .menu-level-0>li>a,.js-mobile-navigation .menu-level-0>li>a--bold,.js-mobile-navigation .menu-level-0>li>.main-title,.js-mobile-navigation .menu-level-0>li>.main-title--bold{font-size:.875rem;line-height:125%}}@media screen and (max-width:1024px)and (max-width:576px){.js-mobile-navigation .menu-level-0>li>a,.js-mobile-navigation .menu-level-0>li>.main-title{font-size:16px}}@media screen and (max-width:1024px){.js-mobile-navigation .menu-level-0>li>a span,.js-mobile-navigation .menu-level-0>li>.main-title span{font-size:16px}.js-mobile-navigation .menu-level-0>li.has-dropdown{display:flex;flex-direction:column;position:relative}.js-mobile-navigation .menu-level-0>li.has-dropdown>a::after,.js-mobile-navigation .menu-level-0>li.has-dropdown>.main-title::after{width:16px;height:16px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M13 6L8 11L3 6' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:contain;content:"";position:absolute;top:9px;right:12px}.js-mobile-navigation .menu-level-0>li.has-dropdown>a.active,.js-mobile-navigation .menu-level-0>li.has-dropdown>.main-title.active{background-color:var(--purple-100);border-radius:4px}.js-mobile-navigation .menu-level-0>li.has-dropdown>a.active::after,.js-mobile-navigation .menu-level-0>li.has-dropdown>.main-title.active::after{color:var(--red-600);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M13 10L8 5L3 10' stroke='%23806CF0' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}.js-mobile-navigation .menu-level-1{--body:var(--black);list-style:none;display:none;flex-direction:column;padding-left:24px}.js-mobile-navigation .menu-level-1.active{display:flex;-webkit-transform:unset;transform:unset;position:relative;border-radius:0;box-shadow:none;overflow:visible;top:auto;left:auto}.js-mobile-navigation .menu-level-1 *{margin:0}.js-mobile-navigation .menu-level-1 .card-benefit .resource-cards__item{display:flex;gap:12px}.js-mobile-navigation .menu-level-1 .card-benefit .resource-cards__item img,.js-mobile-navigation .menu-level-1 .card-benefit .resource-cards__item svg{width:15px;height:auto}.js-mobile-navigation .menu-level-1>ul{list-style:none;display:flex;flex-direction:column;padding:0}.js-mobile-navigation .menu-level-1>ul>li{padding:16px 0;border-top:1px solid var(--gray-200)}.js-mobile-navigation .menu-level-1>ul>li>a{text-decoration:none;margin-bottom:24px;min-height:36px}.js-mobile-navigation .menu-level-1>ul>li>a .link_content span{display:flex;align-items:center;color:var(--black);padding:0;font-size:.875rem;font-weight:500;line-height:130%;text-align:left;text-transform:uppercase;margin:0;font-family:var(--font-secondary)}}@media screen and (max-width:1024px)and (max-width:576px){.js-mobile-navigation .menu-level-1>ul>li>a .link_content span{font-size:.75rem}}@media screen and (max-width:1024px){.js-mobile-navigation .menu-level-1>ul>li>a .link_content span{text-decoration:none}.js-mobile-navigation .menu-level-1>ul>li>a .link_content span::after{width:16px;height:22px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='22' viewBox='0 0 16 22' fill='none'%3E%3Cpath d='M5.5 6L10.5 11L5.5 16' stroke='%23806CF0' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:contain;content:"";margin-left:4px}}@media screen and (max-width:1024px)and (max-width:576px){.js-mobile-navigation .menu-level-1>ul>li>a .link_content span{font-size:14px}}@media screen and (max-width:1024px){.js-mobile-navigation .menu-level-1>ul>li>a:hover{color:var(--purple-300)}.js-mobile-navigation .menu-level-1>ul>li>a:hover .link_content span{color:var(--red-600)}.js-mobile-navigation .menu-level-1>ul>li>a:hover .link_content span::after{-webkit-transform:none;transform:none}.js-mobile-navigation .menu-level-1>ul>li>a{display:flex;margin-bottom:16px;font-size:14px !important}.js-mobile-navigation .menu-level-1>ul>li>.item-title{margin-bottom:16px;font-size:14px;font-family:var(--font-secondary)}.js-mobile-navigation .menu-level-1 .additional-links{order:-1}.js-mobile-navigation .menu-level-1 .additional-links .submenu-link:first-child{display:flex}.js-mobile-navigation .menu-level-2{list-style:none;display:flex;flex-direction:column;gap:16px;padding:0}.js-mobile-navigation .menu-level-2>li{display:flex;flex-direction:column;gap:4px}.js-mobile-navigation .menu-level-2>li>a{--body:var(--black);text-decoration:none;font-weight:300;font-family:var(--font-secondary);font-weight:600}.js-mobile-navigation .menu-level-2>li>a,.js-mobile-navigation .menu-level-2>li>a--bold{font-size:1rem;line-height:125%;text-align:left;color:var(--body)}.js-mobile-navigation .menu-level-2>li>a--bold{font-weight:600}}@media screen and (max-width:1024px)and (max-width:1024px){.js-mobile-navigation .menu-level-2>li>a,.js-mobile-navigation .menu-level-2>li>a--bold{line-height:130%}}@media screen and (max-width:1024px)and (max-width:576px){.js-mobile-navigation .menu-level-2>li>a,.js-mobile-navigation .menu-level-2>li>a--bold{font-size:.875rem;line-height:125%}}@media screen and (max-width:1024px){.js-mobile-navigation .menu-level-2>li>a{font-size:14px}.js-mobile-navigation .menu-level-2>li>a .link_content p{color:var(--black)}.js-mobile-navigation .menu-level-2>li>a:hover{--body:var(--purple-300)}.js-mobile-navigation .menu-level-2>li p{font-weight:400;font-family:var(--font-secondary)}.js-mobile-navigation .menu-level-2>li p,.js-mobile-navigation .menu-level-2>li p--bold{font-size:.875rem;line-height:125%;text-align:left;color:var(--body)}.js-mobile-navigation .menu-level-2>li p--bold{font-weight:500}}@media screen and (max-width:1024px)and (max-width:1024px){.js-mobile-navigation .menu-level-2>li p,.js-mobile-navigation .menu-level-2>li p--bold{line-height:130%}}@media screen and (max-width:1024px)and (max-width:576px){.js-mobile-navigation .menu-level-2>li p,.js-mobile-navigation .menu-level-2>li p--bold{font-size:.75rem;line-height:125%}}@media screen and (max-width:1024px){.js-mobile-navigation .menu-level-2>li p{font-size:12px}.js-mobile-navigation .card-benefit{padding:16px 0 16px 62px;display:flex;flex-direction:column;gap:8px;position:relative}.js-mobile-navigation .card-benefit article{-o-object-fit:contain;object-fit:contain;position:absolute;left:0}.js-mobile-navigation .card-benefit img,.js-mobile-navigation .card-benefit svg{width:48px;height:48px}.js-mobile-navigation .card-benefit p{font-weight:400;font-family:var(--font-secondary)}.js-mobile-navigation .card-benefit p,.js-mobile-navigation .card-benefit p--bold{font-size:.875rem;line-height:125%;text-align:left;color:var(--body)}.js-mobile-navigation .card-benefit p--bold{font-weight:500}}@media screen and (max-width:1024px)and (max-width:1024px){.js-mobile-navigation .card-benefit p,.js-mobile-navigation .card-benefit p--bold{line-height:130%}}@media screen and (max-width:1024px)and (max-width:576px){.js-mobile-navigation .card-benefit p,.js-mobile-navigation .card-benefit p--bold{font-size:.75rem;line-height:125%}}@media screen and (max-width:1024px){.js-mobile-navigation .card-benefit p{font-size:12px}.js-mobile-navigation .card-benefit .p,.js-mobile-navigation .card-benefit .h1,.js-mobile-navigation .card-benefit .h2,.js-mobile-navigation .card-benefit .h3,.js-mobile-navigation .card-benefit .h4,.js-mobile-navigation .card-benefit .h5,.js-mobile-navigation .card-benefit .h6{font-weight:300;font-family:var(--font-secondary);font-weight:500}.js-mobile-navigation .card-benefit .p,.js-mobile-navigation .card-benefit .p--bold,.js-mobile-navigation .card-benefit .h1,.js-mobile-navigation .card-benefit .h1--bold,.js-mobile-navigation .card-benefit .h2,.js-mobile-navigation .card-benefit .h2--bold,.js-mobile-navigation .card-benefit .h3,.js-mobile-navigation .card-benefit .h3--bold,.js-mobile-navigation .card-benefit .h4,.js-mobile-navigation .card-benefit .h4--bold,.js-mobile-navigation .card-benefit .h5,.js-mobile-navigation .card-benefit .h5--bold,.js-mobile-navigation .card-benefit .h6,.js-mobile-navigation .card-benefit .h6--bold{font-size:1.25rem;line-height:120%;text-align:left;color:var(--body)}.js-mobile-navigation .card-benefit .p--bold,.js-mobile-navigation .card-benefit .h1--bold,.js-mobile-navigation .card-benefit .h2--bold,.js-mobile-navigation .card-benefit .h3--bold,.js-mobile-navigation .card-benefit .h4--bold,.js-mobile-navigation .card-benefit .h5--bold,.js-mobile-navigation .card-benefit .h6--bold{font-weight:400}}@media screen and (max-width:1024px)and (max-width:1024px){.js-mobile-navigation .card-benefit .p,.js-mobile-navigation .card-benefit .p--bold,.js-mobile-navigation .card-benefit .h1,.js-mobile-navigation .card-benefit .h1--bold,.js-mobile-navigation .card-benefit .h2,.js-mobile-navigation .card-benefit .h2--bold,.js-mobile-navigation .card-benefit .h3,.js-mobile-navigation .card-benefit .h3--bold,.js-mobile-navigation .card-benefit .h4,.js-mobile-navigation .card-benefit .h4--bold,.js-mobile-navigation .card-benefit .h5,.js-mobile-navigation .card-benefit .h5--bold,.js-mobile-navigation .card-benefit .h6,.js-mobile-navigation .card-benefit .h6--bold{line-height:130%}}@media screen and (max-width:1024px)and (max-width:576px){.js-mobile-navigation .card-benefit .p,.js-mobile-navigation .card-benefit .p--bold,.js-mobile-navigation .card-benefit .h1,.js-mobile-navigation .card-benefit .h1--bold,.js-mobile-navigation .card-benefit .h2,.js-mobile-navigation .card-benefit .h2--bold,.js-mobile-navigation .card-benefit .h3,.js-mobile-navigation .card-benefit .h3--bold,.js-mobile-navigation .card-benefit .h4,.js-mobile-navigation .card-benefit .h4--bold,.js-mobile-navigation .card-benefit .h5,.js-mobile-navigation .card-benefit .h5--bold,.js-mobile-navigation .card-benefit .h6,.js-mobile-navigation .card-benefit .h6--bold{font-size:1.125rem;line-height:110%}}@media screen and (max-width:1024px){.js-mobile-navigation .card-benefit .p,.js-mobile-navigation .card-benefit .h1,.js-mobile-navigation .card-benefit .h2,.js-mobile-navigation .card-benefit .h3,.js-mobile-navigation .card-benefit .h4,.js-mobile-navigation .card-benefit .h5,.js-mobile-navigation .card-benefit .h6{font-size:18px}.js-mobile-navigation .additional-links{padding:16px 0}.js-mobile-navigation .additional-links .submenu-link{padding:0}.js-mobile-navigation .additional-links .submenu-link:last-child{display:none}.js-mobile-navigation .additional-links .submenu-link:last-child:nth-child(n+2){border-left:none}.js-mobile-navigation .additional-links .submenu-link a{text-decoration:none}.js-mobile-navigation .additional-links .submenu-link span{text-decoration:none;margin-bottom:24px;min-height:36px}.js-mobile-navigation .additional-links .submenu-link span .link_content span{display:flex;align-items:center;color:var(--black);padding:0;font-size:.875rem;font-weight:500;line-height:130%;text-align:left;text-transform:uppercase;margin:0;font-family:var(--font-secondary)}}@media screen and (max-width:1024px)and (max-width:576px){.js-mobile-navigation .additional-links .submenu-link span .link_content span{font-size:.75rem}}@media screen and (max-width:1024px){.js-mobile-navigation .additional-links .submenu-link span .link_content span{text-decoration:none}.js-mobile-navigation .additional-links .submenu-link span .link_content span::after{width:16px;height:22px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='22' viewBox='0 0 16 22' fill='none'%3E%3Cpath d='M5.5 6L10.5 11L5.5 16' stroke='%23806CF0' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:contain;content:"";margin-left:4px}}@media screen and (max-width:1024px)and (max-width:576px){.js-mobile-navigation .additional-links .submenu-link span .link_content span{font-size:14px}}@media screen and (max-width:1024px){.js-mobile-navigation .additional-links .submenu-link span:hover{color:var(--purple-300)}.js-mobile-navigation .additional-links .submenu-link span:hover .link_content span{color:var(--red-600)}.js-mobile-navigation .additional-links .submenu-link span:hover .link_content span::after{-webkit-transform:none;transform:none}.js-mobile-navigation .additional-links .submenu-link span{margin-bottom:0}.js-mobile-navigation .additional-links .submenu-link span::after{display:none}.js-mobile-navigation .additional-links .submenu-link p{font-weight:400;font-family:var(--font-secondary)}.js-mobile-navigation .additional-links .submenu-link p,.js-mobile-navigation .additional-links .submenu-link p--bold{font-size:.875rem;line-height:125%;text-align:left;color:var(--body)}.js-mobile-navigation .additional-links .submenu-link p--bold{font-weight:500}}@media screen and (max-width:1024px)and (max-width:1024px){.js-mobile-navigation .additional-links .submenu-link p,.js-mobile-navigation .additional-links .submenu-link p--bold{line-height:130%}}@media screen and (max-width:1024px)and (max-width:576px){.js-mobile-navigation .additional-links .submenu-link p,.js-mobile-navigation .additional-links .submenu-link p--bold{font-size:.75rem;line-height:125%}}@media screen and (max-width:1024px){.js-mobile-navigation .additional-links .submenu-link--more{display:block}.js-mobile-navigation .additional-links .submenu-link--more>a span{color:var(--purple-300)}.js-mobile-navigation .additional-links .submenu-link--more>a span::after{display:flex}.js-mobile-navigation .has-image{display:flex;gap:8px}.js-mobile-navigation .has-image img,.js-mobile-navigation .has-image svg,.js-mobile-navigation .has-image picture{width:32px;height:32px;-o-object-fit:contain;object-fit:contain}.js-mobile-navigation .has-image .link_content{width:calc(100% - 40px)}.js-mobile-navigation .link_content{display:flex;flex-direction:column;justify-content:center;gap:4px}.js-mobile-navigation .submenu-link{flex:1 1;display:flex;flex-direction:column;justify-content:center;gap:16px}.js-mobile-navigation .submenu-link>a{display:flex;flex-direction:column;justify-content:center;text-decoration:none;transition:.3s all;padding:24px;height:100%}.js-mobile-navigation .submenu-link>a.has-image{flex-direction:row;align-items:center !important}.js-mobile-navigation .submenu-link>a.has-image svg{width:70px;height:70px}.js-mobile-navigation .submenu-link>a.has-image .link_content{flex-direction:row;gap:30px}}@media screen and (max-width:1024px)and (max-width:576px){.js-mobile-navigation .submenu-link>a.has-image .link_content{flex-direction:column;gap:0px}}@media screen and (max-width:1024px){.js-mobile-navigation .submenu-link>a.has-image .link_content span{flex:none}.js-mobile-navigation .submenu-link>a:hover{background-color:var(--gray-300)}.js-mobile-navigation .submenu-link>a:hover span{color:var(--purple-300)}.js-mobile-navigation .submenu-link>a:hover span::after{-webkit-transform:none;transform:none}.js-mobile-navigation .submenu-link>a span{display:flex;align-items:center;color:var(--black);padding:0;font-size:.875rem;font-weight:500;line-height:130%;text-align:left;text-transform:uppercase;margin:0;font-family:var(--font-secondary);font-size:.875rem !important}}@media screen and (max-width:1024px)and (max-width:576px){.js-mobile-navigation .submenu-link>a span{font-size:.75rem}}@media screen and (max-width:1024px){.js-mobile-navigation .submenu-link>a span{margin-bottom:0;text-decoration:none}.js-mobile-navigation .submenu-link>a span::after{width:16px;height:22px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='22' viewBox='0 0 16 22' fill='none'%3E%3Cpath d='M5.5 6L10.5 11L5.5 16' stroke='%23806CF0' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-repeat:no-repeat;background-size:contain;content:""}.js-mobile-navigation .submenu-link>a p{--body:var(--black);font-weight:400;font-family:var(--font-secondary)}.js-mobile-navigation .submenu-link>a p,.js-mobile-navigation .submenu-link>a p--bold{font-size:.875rem;line-height:125%;text-align:left;color:var(--body)}.js-mobile-navigation .submenu-link>a p--bold{font-weight:500}}@media screen and (max-width:1024px)and (max-width:1024px){.js-mobile-navigation .submenu-link>a p,.js-mobile-navigation .submenu-link>a p--bold{line-height:130%}}@media screen and (max-width:1024px)and (max-width:576px){.js-mobile-navigation .submenu-link>a p,.js-mobile-navigation .submenu-link>a p--bold{font-size:.75rem;line-height:125%}}@media screen and (max-width:1024px){.js-mobile-navigation .submenu-link:last-child:nth-child(n+2){flex:unset;width:224px;border-left:1px solid var(--gray-200)}.js-mobile-navigation .submenu-link:last-child:nth-child(n+2) a span{--body:var(--purple-300);font-weight:300;font-family:var(--font-secondary);font-weight:600}.js-mobile-navigation .submenu-link:last-child:nth-child(n+2) a span,.js-mobile-navigation .submenu-link:last-child:nth-child(n+2) a span--bold{font-size:1rem;line-height:125%;text-align:left;color:var(--body)}.js-mobile-navigation .submenu-link:last-child:nth-child(n+2) a span--bold{font-weight:600}}@media screen and (max-width:1024px)and (max-width:1024px){.js-mobile-navigation .submenu-link:last-child:nth-child(n+2) a span,.js-mobile-navigation .submenu-link:last-child:nth-child(n+2) a span--bold{line-height:130%}}@media screen and (max-width:1024px)and (max-width:576px){.js-mobile-navigation .submenu-link:last-child:nth-child(n+2) a span,.js-mobile-navigation .submenu-link:last-child:nth-child(n+2) a span--bold{font-size:.875rem;line-height:125%}}@media screen and (max-width:1024px){.js-mobile-navigation .submenu-link--more{display:none}.js-mobile-navigation .submenu-link a{padding:0}.js-mobile-navigation .submenu-link a:hover{background-color:rgba(0,0,0,0)}}@media screen and (max-width:1024px){.no-scroll.show-mobile-menu .main-header{z-index:504}.no-scroll.show-mobile-menu .main-header .container>.row-buttons{display:flex}}.layout-container.theme-color-purple-400 .main-footer{--body:var(--black)}.main-footer{overflow:hidden;width:100%}.main-footer *{font-family:var(--font-secondary),sans-serif}.main-footer__top{padding:80px 0;background-color:var(--gray-100)}@media screen and (max-width:768px){.main-footer__top{padding:60px 0 10px}}.main-footer__top .container{display:flex;justify-content:space-between;position:relative;gap:68px;margin:0 auto}@media screen and (max-width:1024px){.main-footer__top .container{display:flex;flex-direction:column}}@media screen and (max-width:768px){.main-footer__top .container{gap:16px}}.main-footer__top .container>*{margin-bottom:0}.main-footer__top .container .footer-menu-nav{width:calc(100% - 68px - 76px)}@media screen and (max-width:1024px){.main-footer__top .container .footer-menu-nav{width:100%}}.main-footer__top .container .footer-menu-nav .footer-menu{display:flex;flex-flow:row nowrap;justify-content:space-between;gap:0 48px}@media screen and (max-width:768px){.main-footer__top .container .footer-menu-nav .footer-menu{flex-wrap:wrap}}.main-footer__top .container .footer-menu-nav .footer-menu>li{max-width:25%}@media screen and (max-width:768px){.main-footer__top .container .footer-menu-nav .footer-menu>li{width:100%;max-width:none}}.main-footer__top .container .footer-menu-nav .footer-menu>li:last-child{min-width:160px}@media screen and (max-width:768px){.main-footer__top .container .footer-menu-nav .footer-menu .menu-area{border-bottom:1px solid var(--gray-200)}}@media screen and (max-width:768px){.main-footer__top .container .footer-menu-nav .footer-menu .menu-area:last-child{border-bottom:none}}@media screen and (max-width:768px){.main-footer__top .container .footer-menu-nav .footer-menu .menu-title--linked{margin-bottom:0;display:flex !important;padding:8px 12px;position:relative;text-transform:capitalize}.main-footer__top .container .footer-menu-nav .footer-menu .menu-title--linked::after{position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);right:12px;content:"";display:inline-block;width:16px;height:16px;background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDE2IDE2IiBmaWxsPSJub25lIj4KICA8cGF0aCBkPSJNMTMgNkw4IDExTDMgNiIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4=");background-size:contain;background-repeat:no-repeat}.main-footer__top .container .footer-menu-nav .footer-menu .menu-title--linked a{padding-bottom:0;border-bottom:none;font-size:1rem;font-style:normal;font-weight:350;line-height:140%;margin:8px 0;text-transform:capitalize}}@media screen and (max-width:768px){.main-footer__top .container .footer-menu-nav .footer-menu .menu-item{width:100%;display:none}}@media screen and (max-width:768px){.main-footer__top .container .footer-menu-nav .footer-menu .menu-item a{width:100%}}@media screen and (max-width:768px){.main-footer__top .container .footer-menu-nav .footer-menu .active .menu-title--linked{border-radius:4px;background:var(--purple-200);padding:8px 12px;border-bottom:none;position:relative}.main-footer__top .container .footer-menu-nav .footer-menu .active .menu-title--linked::after{background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDE2IDE2IiBmaWxsPSJub25lIj4KICA8cGF0aCBkPSJNMTMgMTBMOCA1TDMgMTAiIHN0cm9rZT0iYmxhY2siIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+")}}@media screen and (max-width:768px){.main-footer__top .container .footer-menu-nav .footer-menu .active .menu-title--linked a{border:none;padding-bottom:0;margin:0}}.main-footer__top .container .footer-menu-nav .footer-menu .active .menu-item{display:flex}@media screen and (max-width:768px){.main-footer__top .container .footer-menu-nav .footer-menu .active .menu-item{margin-bottom:16px;padding-left:24px}}@media screen and (max-width:768px){.main-footer__top .container .footer-menu-nav .footer-menu .active .menu-item.menu-title--linked{padding-left:12px}}.main-footer__top .footer-logo{display:block;width:76px;color:#846bf8}.main-footer__top .footer-logo svg{width:100%;height:100%;display:block}.main-footer__top #block-conga-globalhq p{margin:0;line-height:23.8px}.main-footer__top #block-conga-globalhq .field--name-field-heading{margin-bottom:12px}.main-footer__top #block-conga-globalhq .field--name-field-heading p{color:var(--black);line-height:110%;font-size:14px;font-weight:bold;font-family:var(--font-secondary)}.main-footer__top #block-conga-globalhq a{font-size:14px;color:#e53535;text-decoration:none;font-weight:600}.main-footer__top #block-conga-globalhq a:not([href*=tel]){position:relative}.main-footer__top #block-conga-globalhq a:not([href*=tel])::after{content:"";position:absolute;background-repeat:no-repeat;background-size:contain;background-position:center;background-image:url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='Icon - 16px'%3E%3Cpath id='Vector 3' d='M5.5 3L10.5 8L5.5 13' stroke='%23C81A1A' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3C/svg%3E%0A");top:1px;right:-17px;width:14px;height:100%}.main-footer__top .block--text{margin:-70% 0 0;max-width:325px;padding:50px 0 0;text-align:left;position:relative}@media screen and (max-width:1024px){.main-footer__top .block--text{margin:-30px 0 0}}.main-footer__top .block--text::after{content:"";position:absolute;top:-2%;left:-10%;width:125%;height:125%;background:url(/themes/custom/conga/build/images/footer-map.svg) no-repeat;background-size:contain;z-index:-1}@media screen and (max-width:1024px){.main-footer__top .block--text::after{background-size:auto;top:-50px}}.main-footer__top .block--text .field--name-field-heading{color:#000;font-size:14px;line-height:110%}.main-footer__top .block--text .field--name-field-heading p{font-size:14px;margin:0}.main-footer__top .block--text .field--name-field-description{margin-top:.75rem}.main-footer__top .block--text .field--name-field-description p{margin:0;font-size:.875rem}.main-footer__top .block--text .field--name-field-description a{color:#806cf0;display:inline-block;font-size:1rem;text-decoration:none;vertical-align:top}.main-footer__top .block--text .field--name-field-description a:hover{color:#806cf0}.main-footer__top .block--text .field--name-field-description a:active{color:#806cf0}@media all and (-ms-high-contrast:none){.main-footer__top .navigation{margin:0 48px}}@media screen and (max-width:1024px){.main-footer__top .navigation{grid-area:footer-03}}.main-footer__top .block--form .paragraph--type--reference-marketo-form h2{font-size:1rem;margin:0;text-align:left}.main-footer__top .block--cta-block{max-height:120px}.main-footer__top ul{list-style:none;font-size:16px;line-height:1.5;margin:0;padding:0}.main-footer__top ul .menu-item{margin-bottom:8px}.main-footer__top ul .menu-item>a{display:block;text-decoration:none;font-weight:400;font-family:var(--font-secondary)}.main-footer__top ul .menu-item>a,.main-footer__top ul .menu-item>a--bold{font-size:.875rem;line-height:125%;text-align:left;color:var(--body)}.main-footer__top ul .menu-item>a--bold{font-weight:500}@media screen and (max-width:1024px){.main-footer__top ul .menu-item>a,.main-footer__top ul .menu-item>a--bold{line-height:130%}}@media screen and (max-width:576px){.main-footer__top ul .menu-item>a,.main-footer__top ul .menu-item>a--bold{font-size:.75rem;line-height:125%}}.main-footer__top ul .menu-item>a:hover,.main-footer__top ul .menu-item>a:focus,.main-footer__top ul .menu-item>a:active{color:#806cf0}.main-footer__top ul .menu-title{font-size:.875rem;font-weight:700;text-transform:uppercase}.main-footer__top ul .menu-title--linked{font-size:1rem;font-weight:500;line-height:100%;text-transform:uppercase;padding-bottom:12px;border-bottom:1px solid var(--gray-200);color:var(--black);margin-bottom:24px}.main-footer__bottom{width:100%;display:flex;justify-content:center;padding:8px 0;border-top:1px solid var(--gray-200);background-color:var(--white)}.main-footer__bottom *{font-family:var(--font-secondary)}.main-footer__bottom .container{justify-content:space-between;color:var(--gray-700);font-size:.85em;gap:0 145px}.main-footer__bottom .container .languages-switcher{min-width:105px;color:var(--gray-700);position:relative !important}.main-footer__bottom .container .languages-switcher:hover{cursor:pointer}.main-footer__bottom .container .languages-switcher:hover ul .links{display:flex}.main-footer__bottom .container .languages-switcher:hover:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 2C14.5013 4.73835 15.9228 8.29203 16 12C15.9228 15.708 14.5013 19.2616 12 22M12 2C9.49872 4.73835 8.07725 8.29203 8 12C8.07725 15.708 9.49872 19.2616 12 22M12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22M12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22M2.50002 9H21.5M2.5 15H21.5' stroke='%23806CF0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}.main-footer__bottom .container .languages-switcher .item-list>ul{margin:0;padding:0}.main-footer__bottom .container .languages-switcher .item-list>ul>li{margin:0}.main-footer__bottom .container .languages-switcher ul{list-style:none}.main-footer__bottom .container .languages-switcher ul .links{display:none;position:absolute;bottom:100%;left:calc(-50% + 40px);padding:0;flex-direction:column;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;background-color:var(--gray-50);margin:0;border-radius:16px;border:none;box-shadow:0 4px 15px 0 rgba(172,172,172,.5);overflow:hidden}.main-footer__bottom .container .languages-switcher ul .links li{width:100%;margin:0}.main-footer__bottom .container .languages-switcher ul .links li a{display:flex;width:100%;padding:8px 12px}.main-footer__bottom .container .languages-switcher ul .links li a:hover{-webkit-transform:none;transform:none;color:var(--body);background-color:var(--gray-100)}.main-footer__bottom .container .languages-switcher ul .links li a::before{width:30px;height:16px;content:"";background-size:contain;background-repeat:no-repeat;margin-right:8px}@media screen and (max-width:576px){.main-footer__bottom .container .languages-switcher ul .links li a::before{display:none}}.main-footer__bottom .container .languages-switcher ul .links li.en a::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='46' height='24' viewBox='0 0 46 24' fill='none'%3E%3Cg clip-path='url(%23clip0_17017_108482)'%3E%3Cpath d='M46 0H0V24.2105H46V0Z' fill='%23B22234'/%3E%3Cpath d='M0 2.79352H46H0ZM46 6.51821H0H46ZM0 10.2429H46H0ZM46 13.9676H0H46ZM0 17.6923H46H0ZM46 21.417H0H46Z' fill='black'/%3E%3Cpath d='M0 2.79352H46M46 6.51821H0M0 10.2429H46M46 13.9676H0M0 17.6923H46M46 21.417H0' stroke='white' stroke-width='1.86235'/%3E%3Cpath d='M18.4 0H0V13.0364H18.4V0Z' fill='%233C3B6E'/%3E%3Cpath d='M1.53465 0.558716L1.97252 1.90632L0.826172 1.07346H2.24313L1.09679 1.90632L1.53465 0.558716Z' fill='white'/%3E%3Cpath d='M1.53465 3.16602L1.97252 4.51362L0.826172 3.68076H2.24313L1.09679 4.51362L1.53465 3.16602Z' fill='white'/%3E%3Cpath d='M1.53465 5.77328L1.97252 7.12089L0.826172 6.28803H2.24313L1.09679 7.12089L1.53465 5.77328Z' fill='white'/%3E%3Cpath d='M1.53465 8.38058L1.97252 9.72819L0.826172 8.89533H2.24313L1.09679 9.72819L1.53465 8.38058Z' fill='white'/%3E%3Cpath d='M1.53465 10.9879L1.97252 12.3355L0.826172 11.5026H2.24313L1.09679 12.3355L1.53465 10.9879Z' fill='white'/%3E%3Cpath d='M3.06785 1.86237L3.50572 3.20997L2.35938 2.37711H3.77633L2.62999 3.20997L3.06785 1.86237Z' fill='white'/%3E%3Cpath d='M3.06785 4.46967L3.50572 5.81727L2.35938 4.98441H3.77633L2.62999 5.81727L3.06785 4.46967Z' fill='white'/%3E%3Cpath d='M3.06785 7.07693L3.50572 8.42454L2.35938 7.59168H3.77633L2.62999 8.42454L3.06785 7.07693Z' fill='white'/%3E%3Cpath d='M3.06785 9.68423L3.50572 11.0318L2.35938 10.199H3.77633L2.62999 11.0318L3.06785 9.68423Z' fill='white'/%3E%3Cpath d='M4.5991 0.558716L5.03697 1.90632L3.89062 1.07346H5.30758L4.16124 1.90632L4.5991 0.558716Z' fill='white'/%3E%3Cpath d='M4.5991 3.16602L5.03697 4.51362L3.89062 3.68076H5.30758L4.16124 4.51362L4.5991 3.16602Z' fill='white'/%3E%3Cpath d='M4.5991 5.77328L5.03697 7.12089L3.89062 6.28803H5.30758L4.16124 7.12089L4.5991 5.77328Z' fill='white'/%3E%3Cpath d='M4.5991 8.38058L5.03697 9.72819L3.89062 8.89533H5.30758L4.16124 9.72819L4.5991 8.38058Z' fill='white'/%3E%3Cpath d='M4.5991 10.9879L5.03697 12.3355L3.89062 11.5026H5.30758L4.16124 12.3355L4.5991 10.9879Z' fill='white'/%3E%3Cpath d='M6.13426 1.86237L6.57212 3.20997L5.42578 2.37711H6.84274L5.6964 3.20997L6.13426 1.86237Z' fill='white'/%3E%3Cpath d='M6.13426 4.46967L6.57212 5.81727L5.42578 4.98441H6.84274L5.6964 5.81727L6.13426 4.46967Z' fill='white'/%3E%3Cpath d='M6.13426 7.07693L6.57212 8.42454L5.42578 7.59168H6.84274L5.6964 8.42454L6.13426 7.07693Z' fill='white'/%3E%3Cpath d='M6.13426 9.68423L6.57212 11.0318L5.42578 10.199H6.84274L5.6964 11.0318L6.13426 9.68423Z' fill='white'/%3E%3Cpath d='M7.66746 0.558716L8.10533 1.90632L6.95898 1.07346H8.37594L7.2296 1.90632L7.66746 0.558716Z' fill='white'/%3E%3Cpath d='M7.66746 3.16602L8.10533 4.51362L6.95898 3.68076H8.37594L7.2296 4.51362L7.66746 3.16602Z' fill='white'/%3E%3Cpath d='M7.66746 5.77328L8.10533 7.12089L6.95898 6.28803H8.37594L7.2296 7.12089L7.66746 5.77328Z' fill='white'/%3E%3Cpath d='M7.66746 8.38058L8.10533 9.72819L6.95898 8.89533H8.37594L7.2296 9.72819L7.66746 8.38058Z' fill='white'/%3E%3Cpath d='M7.66746 10.9879L8.10533 12.3355L6.95898 11.5026H8.37594L7.2296 12.3355L7.66746 10.9879Z' fill='white'/%3E%3Cpath d='M9.20067 1.86237L9.63853 3.20997L8.49219 2.37711H9.90915L8.7628 3.20997L9.20067 1.86237Z' fill='white'/%3E%3Cpath d='M9.20067 4.46967L9.63853 5.81727L8.49219 4.98441H9.90915L8.7628 5.81727L9.20067 4.46967Z' fill='white'/%3E%3Cpath d='M9.20067 7.07693L9.63853 8.42454L8.49219 7.59168H9.90915L8.7628 8.42454L9.20067 7.07693Z' fill='white'/%3E%3Cpath d='M9.20067 9.68423L9.63853 11.0318L8.49219 10.199H9.90915L8.7628 11.0318L9.20067 9.68423Z' fill='white'/%3E%3Cpath d='M10.7319 0.558716L11.1698 1.90632L10.0234 1.07346H11.4404L10.2941 1.90632L10.7319 0.558716Z' fill='white'/%3E%3Cpath d='M10.7319 3.16602L11.1698 4.51362L10.0234 3.68076H11.4404L10.2941 4.51362L10.7319 3.16602Z' fill='white'/%3E%3Cpath d='M10.7319 5.77328L11.1698 7.12089L10.0234 6.28803H11.4404L10.2941 7.12089L10.7319 5.77328Z' fill='white'/%3E%3Cpath d='M10.7319 8.38058L11.1698 9.72819L10.0234 8.89533H11.4404L10.2941 9.72819L10.7319 8.38058Z' fill='white'/%3E%3Cpath d='M10.7319 10.9879L11.1698 12.3355L10.0234 11.5026H11.4404L10.2941 12.3355L10.7319 10.9879Z' fill='white'/%3E%3Cpath d='M12.2671 1.86237L12.7049 3.20997L11.5586 2.37711H12.9756L11.8292 3.20997L12.2671 1.86237Z' fill='white'/%3E%3Cpath d='M12.2671 4.46967L12.7049 5.81727L11.5586 4.98441H12.9756L11.8292 5.81727L12.2671 4.46967Z' fill='white'/%3E%3Cpath d='M12.2671 7.07693L12.7049 8.42454L11.5586 7.59168H12.9756L11.8292 8.42454L12.2671 7.07693Z' fill='white'/%3E%3Cpath d='M12.2671 9.68423L12.7049 11.0318L11.5586 10.199H12.9756L11.8292 11.0318L12.2671 9.68423Z' fill='white'/%3E%3Cpath d='M13.8022 0.558716L14.2401 1.90632L13.0938 1.07346H14.5107L13.3644 1.90632L13.8022 0.558716Z' fill='white'/%3E%3Cpath d='M13.8022 3.16602L14.2401 4.51362L13.0938 3.68076H14.5107L13.3644 4.51362L13.8022 3.16602Z' fill='white'/%3E%3Cpath d='M13.8022 5.77328L14.2401 7.12089L13.0938 6.28803H14.5107L13.3644 7.12089L13.8022 5.77328Z' fill='white'/%3E%3Cpath d='M13.8022 8.38058L14.2401 9.72819L13.0938 8.89533H14.5107L13.3644 9.72819L13.8022 8.38058Z' fill='white'/%3E%3Cpath d='M13.8022 10.9879L14.2401 12.3355L13.0938 11.5026H14.5107L13.3644 12.3355L13.8022 10.9879Z' fill='white'/%3E%3Cpath d='M15.3354 1.86237L15.7733 3.20997L14.627 2.37711H16.0439L14.8976 3.20997L15.3354 1.86237Z' fill='white'/%3E%3Cpath d='M15.3354 4.46967L15.7733 5.81727L14.627 4.98441H16.0439L14.8976 5.81727L15.3354 4.46967Z' fill='white'/%3E%3Cpath d='M15.3354 7.07693L15.7733 8.42454L14.627 7.59168H16.0439L14.8976 8.42454L15.3354 7.07693Z' fill='white'/%3E%3Cpath d='M15.3354 9.68423L15.7733 11.0318L14.627 10.199H16.0439L14.8976 11.0318L15.3354 9.68423Z' fill='white'/%3E%3Cpath d='M16.8647 0.558716L17.3026 1.90632L16.1562 1.07346H17.5732L16.4269 1.90632L16.8647 0.558716Z' fill='white'/%3E%3Cpath d='M16.8647 3.16602L17.3026 4.51362L16.1562 3.68076H17.5732L16.4269 4.51362L16.8647 3.16602Z' fill='white'/%3E%3Cpath d='M16.8647 5.77328L17.3026 7.12089L16.1562 6.28803H17.5732L16.4269 7.12089L16.8647 5.77328Z' fill='white'/%3E%3Cpath d='M16.8647 8.38058L17.3026 9.72819L16.1562 8.89533H17.5732L16.4269 9.72819L16.8647 8.38058Z' fill='white'/%3E%3Cpath d='M16.8647 10.9879L17.3026 12.3355L16.1562 11.5026H17.5732L16.4269 12.3355L16.8647 10.9879Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_17017_108482'%3E%3Crect width='46' height='24.2105' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")}.main-footer__bottom .container .languages-switcher ul .links li.de a::before{background-image:url("data:image/svg+xml,%3Csvg width='46' height='24' viewBox='0 0 46 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_17017_108566)'%3E%3Cpath d='M46 0H0V8H46V0Z' fill='black'/%3E%3Cpath d='M46 8H0V16H46V8Z' fill='%23DD0000'/%3E%3Cpath d='M46 16H0V24H46V16Z' fill='%23FFCE00'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_17017_108566'%3E%3Crect width='46' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")}.main-footer__bottom .container .languages-switcher ul .links li.fr a::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='46' height='24' viewBox='0 0 46 24' fill='none'%3E%3Crect width='15.3333' height='24' fill='%23002654'/%3E%3Crect x='15.3301' width='15.3333' height='24' fill='white'/%3E%3Crect x='30.6602' width='15.3333' height='24' fill='%23CE1126'/%3E%3C/svg%3E")}@media screen and (max-width:768px){.main-footer__bottom .container .languages-switcher ul .links{left:calc(-50% + 54px)}}@media screen and (max-width:576px){.main-footer__bottom .container .languages-switcher ul .links{left:24px}}.main-footer__bottom .container .languages-switcher ul li a{color:var(--gray-700);text-decoration:none}.main-footer__bottom .container .languages-switcher::before{width:24px;height:24px;content:"";background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 2C14.5013 4.73835 15.9228 8.29203 16 12C15.9228 15.708 14.5013 19.2616 12 22M12 2C9.49872 4.73835 8.07725 8.29203 8 12C8.07725 15.708 9.49872 19.2616 12 22M12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22M12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22M2.50002 9H21.5M2.5 15H21.5' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;background-size:contain;display:inline-block;transition:all .3s;margin-right:8px}.main-footer__bottom .container .languages-switcher::after{width:16px;height:16px;content:"";display:inline-block;background-color:var(--body);-webkit-mask:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M13 6L8 11L3 6" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat center;mask:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M13 6L8 11L3 6" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat center;-webkit-mask-size:contain;mask-size:contain;transition:all .3s;margin-left:8px}.main-footer__bottom .container .languages-switcher{display:flex !important;flex-flow:row nowrap !important}.main-footer__bottom .container .languages-switcher:hover:after{-webkit-transform:rotate(180deg);transform:rotate(180deg);color:var(--purple-300)}.main-footer__bottom .container .copyright{font-size:.85rem;line-height:inherit;max-width:583px;display:flex;flex:1}@media screen and (max-width:1024px){.main-footer__bottom .container{flex-direction:column;align-items:center}.main-footer__bottom .container *{text-align:center}}.main-footer__bottom nav{display:flex;justify-content:center;align-items:center}@media screen and (max-width:768px){.main-footer__bottom nav{flex-direction:column;align-items:center;gap:8px}.main-footer__bottom nav *{text-align:center}}.main-footer__bottom .menu--footer-utility>ul{display:flex;flex-wrap:wrap;line-height:inherit;list-style:none;margin:0 0 0 12px;font-size:1rem;padding:0;align-items:center;gap:12px}@media screen and (max-width:1024px){.main-footer__bottom .menu--footer-utility>ul{justify-content:center}}.main-footer__bottom .menu--footer-utility>ul li{display:flex}.main-footer__bottom .menu--footer-utility>ul li::after{content:"";display:block;width:6px;height:6px;background:currentcolor;border-radius:50%;margin:auto 0 auto 20px}.main-footer__bottom .menu--footer-utility>ul li:last-child::after{display:none}.main-footer__bottom .menu--footer-utility>ul li a{font-size:.875rem;font-style:normal;font-weight:350;line-height:140%;text-decoration:none;color:var(--gray-700)}.main-footer__bottom .menu--footer-utility>ul li a:hover{color:var(--purple-300)}.main-footer__top .social-links-menu{display:flex;flex-direction:column;gap:32px}@media screen and (max-width:1024px){.main-footer__top .social-links-menu{flex-direction:row;justify-content:space-between;align-items:center;gap:48px}}@media screen and (max-width:576px){.main-footer__top .social-links-menu{margin-top:10px}}.main-footer__top .social-links-menu>ul{align-items:center;display:flex;flex-direction:column;line-height:1;list-style:none;justify-content:center;margin:0;padding:0;gap:16px}@media screen and (max-width:1024px){.main-footer__top .social-links-menu>ul{flex-direction:row;align-items:center;gap:24px}}@media screen and (max-width:1024px){.main-footer__top .social-links-menu>ul li{margin:0}}.main-footer__top .social-links-menu>ul li a{vertical-align:top;font-size:0;width:18px;height:19px;background-repeat:no-repeat;background-size:contain;display:inline-block;transition:all .3s}@media screen and (max-width:1024px){.main-footer__top .social-links-menu>ul li a{background-position-y:center}}.main-footer__top .social-links-menu>ul li a:hover{-webkit-transform:scale(1.2);transform:scale(1.2)}.main-footer__top .social-links-menu>ul li:nth-child(1) a{background-image:url(/themes/custom/conga/build/images/LinkedIn-social.svg)}.main-footer__top .social-links-menu>ul li:nth-child(2) a{background-image:url(/themes/custom/conga/build/images/X-social.svg)}.main-footer__top .social-links-menu>ul li:nth-child(3) a{background-image:url(/themes/custom/conga/build/images/facebook-social.svg)}.main-footer__top .social-links-menu>ul li:nth-child(4) a{background-image:url(/themes/custom/conga/build/images/instagram-social.svg)}.main-footer__top .social-links-menu>ul li:nth-child(5) a{background-image:url(/themes/custom/conga/build/images/youtube-social.svg)}@media screen and (max-width:1024px){.main-footer__top .social-links-menu>ul{justify-content:flex-start}}.padding-top-xl{--padding-top:100px;padding-top:100px !important}@media screen and (max-width:1024px){.padding-top-xl{--padding-top:60px;padding-top:60px !important}}.padding-top-small-l{--padding-top:80px;padding-top:80px !important}@media screen and (max-width:1024px){.padding-top-small-l{--padding-top:40px;padding-top:40px !important}}.padding-top-l{--padding-top:50px;padding-top:50px !important}@media screen and (max-width:1024px){.padding-top-l{--padding-top:30px;padding-top:30px !important}}.padding-top-s{--padding-top:48px;padding-top:48px !important}@media screen and (max-width:1024px){.padding-top-s{--padding-top:24px;padding-top:24px !important}}.padding-top-xs{--padding-top:24px;padding-top:24px !important}.padding-top-none{--padding-top:0;padding-top:0 !important}.padding-bottom-xl{--padding-bottom:100px;padding-bottom:100px !important}@media screen and (max-width:1024px){.padding-bottom-xl{--padding-bottom:60px;padding-bottom:60px !important}}.padding-bottom-small-l{--padding-bottom:80px;padding-bottom:80px !important}@media screen and (max-width:1024px){.padding-bottom-small-l{--padding-bottom:40px;padding-bottom:40px !important}}.padding-bottom-l{--padding-bottom:50px;padding-bottom:50px !important}@media screen and (max-width:1024px){.padding-bottom-l{--padding-bottom:30px;padding-bottom:30px !important}}.padding-bottom-s{--padding-bottom:48px;padding-bottom:48px !important}@media screen and (max-width:1024px){.padding-bottom-s{--padding-bottom:24px;padding-bottom:24px !important}}.padding-bottom-xs{--padding-bottom:24px;padding-bottom:24px !important}.padding-bottom-none{--padding-bottom:0;padding-bottom:0 !important}.theme-color-purple-white-gradient,.theme-color-purple-gray-gradient,.theme-color-purple-200,.theme-color-purple-100,.theme-color-white,.theme-color-gray-200,.theme-color-gray-100,.theme-color-gray-50{--link-color:var(--black);--link-color-hover:var(--purple-300);--title-main:var(--black);--title-secondary:var(--black);--body:var(--black);--page-label:var(--black);--card-border:var(--purple-200);--card-bg:var(--white);--card-text:var(--black);--card-title:var(--black);--text-selected:var(--purple-300);--progress-line:var(--gray-200);--media-mask-color:var(--purple-300);--btn-bg-color:var(--white)}.theme-color-gray-50{--background-color:var(--gray-50)}.theme-color-gray-100{--background-color:var(--gray-100)}.theme-color-gray-200{--background-color:var(--gray-200);--progress-line:var(--gray-300)}.theme-color-white{--background-color:var(--white);--card-bg:var(--gray-200)}.theme-color-purple-100{--background-color:var(--purple-100)}.theme-color-purple-200{--background-color:var(--purple-200)}.theme-color-purple-300{--background-color:var(--purple-300);--link-color:var(--white);--link-color-hover:var(--purple-200);--title-main:var(--white);--title-secondary:var(--white);--body:var(--white);--page-label:var(--white);--card-bg:var(--white);--card-text:var(--gray-700);--card-title:var(--black);--text-selected:var(--purple-200);--progress-line:var(--gray-200);--btn-bg-color:transparent;--card-border:transparent}.theme-color-purple-400{--background-color:var(--purple-400);--link-color:var(--white);--link-color-hover:var(--purple-200);--title-main:var(--white);--title-secondary:var(--white);--body:var(--white);--page-label:var(--white);--card-bg:var(--white);--card-text:var(--gray-700);--card-title:var(--black);--text-selected:var(--purple-200);--progress-line:var(--gray-200);--btn-bg-color:transparent;--card-border:transparent;--progress-line:var(--gray-600)}.theme-color-purple-gray-gradient{--background-color:linear-gradient(180deg,var(--purple-400) 0%,var(--purple-300) 100%);--media-mask-color:var(--purple-300)}.theme-color-purple-white-gradient{--background-color:linear-gradient(180deg,var(--purple-200) 0%,var(--white) 100%);--media-mask-color:var(--white)}section.theme-color-purple-400,.theme-color-purple-400{--text-selected:var(--purple-100)}section.theme-color-purple-400 .btn--primary,.theme-color-purple-400 .btn--primary{--btn-bg:var(--white);--btn-color:var(--purple-400);--btn-border:var(--purple-400);--btn-bg-hover:transparent;--btn-color-hover:var(--white);--btn-border-hover:var(--white)}section.theme-color-purple-400 .btn--secondary,.theme-color-purple-400 .btn--secondary{--btn-color-hover:var(--purple-400);--btn-bg-hover:var(--white);--btn-color:var(--white);--btn-border:var(--white);--btn-border-hover:var(--white)}[class*=theme-color-] .main-header .menu-theme--gray_50{--text-selected:var(--purple-300)}[class*=theme-color-] .main-header .menu-theme--gray_50 .btn--primary{--btn-bg:var(--purple-300);--btn-color:var(--white);--btn-border:var(--purple-300);--btn-color-hover:var(--purple-300);--btn-border-hover:var(--purple-300)}[class*=theme-color-] .main-header .menu-theme--gray_50 .btn--secondary{--btn-bg:transparent;--btn-color:var(--purple-300);--btn-border:var(--purple-300);--btn-bg-hover:var(--purple-300);--btn-color-hover:var(--white);--btn-border-hover:var(--purple-300)}section.theme-color-white,.theme-color-white{--text-selected:var(--purple-300)}section.theme-color-white .btn--primary,.theme-color-white .btn--primary{--btn-bg:var(--purple-300);--btn-color:var(--white);--btn-border:var(--purple-300);--btn-color-hover:var(--purple-300);--btn-border-hover:var(--purple-300)}section.theme-color-white .btn--secondary,.theme-color-white .btn--secondary{--btn-bg:transparent;--btn-color:var(--purple-300);--btn-border:var(--purple-300);--btn-bg-hover:var(--purple-300);--btn-color-hover:var(--white);--btn-border-hover:var(--purple-300)}.bg-theme--gray{background-color:var(--gray-100)}.theme-color-purple-white-gradient .theme-color-purple-400{--background-color:var(--purple-400)}.theme-color-purple-gray-gradient{background:linear-gradient(180deg,var(--purple-300) 25.48%,var(--purple-400) 100%);--title-main:var(--white);--body:var(--white);--link-color:var(--white);--page-label:var(--white)}.theme-color-purple-gray-gradient p{color:var(--body)}.theme-color-purple-gray-gradient .btn--primary{--btn-bg:var(--white);--btn-color:var(--purple-400);--btn-border:transparent}.theme-color-purple-gray-gradient .btn--primary:hover{--btn-bg-hover:transparent;--btn-border-hover:var(--white);--btn-color-hover:var(--white)}.theme-color-purple-gray-gradient .btn--secondary{--btn-border:var(--white);--btn-color:var(--white);--btn-bg:transparent}.theme-color-purple-gray-gradient .btn--secondary:hover{--btn-bg-hover:var(--white);--btn-color-hover:var(--purple-400);border:none}.layout-container.theme-color-purple-400 .splide__pagination__page.is-active{background-color:var(--purple-400)}.h1,h1,h2,h2,h3,h3,h4,h4,h5,h5,h6,.h6{font-family:var(--font-main)}.h1,.h1 *,h1,h1 *{font-size:3.75rem;font-weight:400;line-height:100%;margin:0;color:var(--title-main);font-family:var(--font-main)}@media screen and (max-width:1024px){.h1,.h1 *,h1,h1 *{font-size:3rem;line-height:100%}}@media screen and (max-width:576px){.h1,.h1 *,h1,h1 *{font-size:2.5rem}}@media(max-width:375px){.h1,.h1 *,h1,h1 *{font-size:2.25rem}}.h1 span,.h1 * span,h1 span,h1 * span{color:var(--text-selected)}.h2,.h2 *,h2,h2 *{font-size:3rem;font-weight:400;line-height:100%;margin:0;color:var(--title-main);font-family:var(--font-main)}@media screen and (max-width:1024px){.h2,.h2 *,h2,h2 *{font-size:2.5rem;line-height:100%}}@media screen and (max-width:576px){.h2,.h2 *,h2,h2 *{font-size:2rem}}.h3,.h3 *,h3,h3 *{font-size:2.5rem;font-weight:400;line-height:100%;margin:0;color:var(--title-main);font-family:var(--font-main)}@media screen and (max-width:1024px){.h3,.h3 *,h3,h3 *{font-size:2rem;line-height:100%}}@media screen and (max-width:576px){.h3,.h3 *,h3,h3 *{font-size:1.5rem}}.h4,.h4 *,h4,h4 *{font-size:2rem;font-weight:400;line-height:100%;color:var(--title-main);font-family:var(--font-main)}@media screen and (max-width:1024px){.h4,.h4 *,h4,h4 *{font-size:1.75rem;line-height:100%}}@media screen and (max-width:576px){.h4,.h4 *,h4,h4 *{font-size:1.375rem}}.h5,.h5 *,h5,h5 *{font-size:1.5rem;font-weight:400;line-height:100%;color:var(--title-main);font-family:var(--font-main)}@media screen and (max-width:1024px){.h5,.h5 *,h5,h5 *{line-height:100%}}@media screen and (max-width:576px){.h5,.h5 *,h5,h5 *{font-size:1.25rem}}.h6,.h6 *,h6,h6 *{font-size:1.25rem;font-style:normal;font-weight:400;line-height:100%;color:var(--title-main);font-family:var(--font-main)}@media screen and (max-width:576px){.h6,.h6 *,h6,h6 *{font-size:1.125rem}}.hxl,.hxl *{font-size:4.5rem;font-weight:400;line-height:100%;margin:0}@media screen and (max-width:1024px){.hxl,.hxl *{font-size:3.5rem;line-height:100%}}@media screen and (max-width:576px){.hxl,.hxl *{font-size:2.5rem}}.eyebrow-text,.eyebrow-text p,.eyebrow-text span{font-size:1rem;font-weight:500;line-height:1rem;color:var(--black);font-family:var(--font-secondary);text-transform:uppercase}@media screen and (max-width:576px){.eyebrow-text,.eyebrow-text p,.eyebrow-text span{font-size:.875rem}}p,.body-text{font-weight:300;font-family:var(--font-secondary)}p,p--bold,.body-text,.body-text--bold{font-size:1.125rem;line-height:125%;text-align:left;color:var(--body)}p--bold,.body-text--bold{font-weight:500}@media screen and (max-width:1024px){p,p--bold,.body-text,.body-text--bold{line-height:130%}}@media screen and (max-width:576px){p,p--bold,.body-text,.body-text--bold{font-size:1rem;line-height:125%}}p--xs,.body-text--xs{font-weight:400;font-family:var(--font-secondary)}p--xs,p--xs--bold,.body-text--xs,.body-text--xs--bold{font-size:.875rem;line-height:125%;text-align:left;color:var(--body)}p--xs--bold,.body-text--xs--bold{font-weight:500}@media screen and (max-width:1024px){p--xs,p--xs--bold,.body-text--xs,.body-text--xs--bold{line-height:130%}}@media screen and (max-width:576px){p--xs,p--xs--bold,.body-text--xs,.body-text--xs--bold{font-size:.75rem;line-height:125%}}p--s,.body-text--s{font-weight:300;font-family:var(--font-secondary)}p--s,p--s--bold,.body-text--s,.body-text--s--bold{font-size:1rem;line-height:125%;text-align:left;color:var(--body)}p--s--bold,.body-text--s--bold{font-weight:600}@media screen and (max-width:1024px){p--s,p--s--bold,.body-text--s,.body-text--s--bold{line-height:130%}}@media screen and (max-width:576px){p--s,p--s--bold,.body-text--s,.body-text--s--bold{font-size:.875rem;line-height:125%}}p--l,.body-text--l{font-weight:300;font-family:var(--font-secondary)}p--l,p--l--bold,.body-text--l,.body-text--l--bold{font-size:1.25rem;line-height:120%;text-align:left;color:var(--body)}p--l--bold,.body-text--l--bold{font-weight:400}@media screen and (max-width:1024px){p--l,p--l--bold,.body-text--l,.body-text--l--bold{line-height:130%}}@media screen and (max-width:576px){p--l,p--l--bold,.body-text--l,.body-text--l--bold{font-size:1.125rem;line-height:110%}}.tag{font-size:.875rem;font-weight:500;line-height:130%;text-align:left;text-transform:uppercase;margin:0;font-family:var(--font-secondary)}@media screen and (max-width:576px){.tag{font-size:.75rem}}
.main-header__bottom{--background-color:var(--white)}@media screen and (max-width:768px){.event .container{gap:40px}}.event__hero{--title-main:var(--white);--body:white;padding-top:40px;padding-bottom:40px;overflow:hidden;background:linear-gradient(90deg,var(--purple-400) 25.48%,var(--purple-300) 100%);background:linear-gradient(90deg,var(--purple-400) 25.48%,var(--purple-300) 100%)}@media screen and (max-width:1024px){.event__hero{background:linear-gradient(var(--purple-400) 25.48%,var(--purple-300) 100%)}}.event__hero .container{align-items:center;gap:24px 0}.event__hero__content{width:808px;display:flex;flex-flow:column wrap;gap:16px;justify-content:center;align-items:flex-start}@media screen and (max-width:1280px){.event__hero__content{width:700px}}@media screen and (max-width:1024px){.event__hero__content{width:500px}}@media screen and (max-width:768px){.event__hero__content{width:100%}}.event__hero__media,.event__hero__content__media{width:calc(100% - 808px);position:relative;display:flex;flex-flow:row wrap;gap:16px;justify-content:flex-start;align-items:center}@media screen and (max-width:1280px){.event__hero__media,.event__hero__content__media{width:calc(100% - 700px)}}@media screen and (max-width:1024px){.event__hero__media,.event__hero__content__media{width:calc(100% - 500px)}}@media screen and (max-width:768px){.event__hero__media,.event__hero__content__media{width:100%;justify-content:center;padding-left:0}}.event__hero__media::before,.event__hero__content__media::before{display:block;width:calc(50vw - 80px);height:292px;position:absolute;left:-50%;z-index:0;content:"";border-radius:672px 0 0 672px;background:linear-gradient(270deg,#0b004a 0%,#806cf0 100%);background-size:contain;background-repeat:no-repeat}@media screen and (max-width:768px){.event__hero__media::before,.event__hero__content__media::before{width:calc(100vw - 12px)}}.event__hero__media .field--name-field-download-thumbnail,.event__hero__content__media .field--name-field-download-thumbnail{width:250px}.event__hero__media img,.event__hero__media picture,.event__hero__media svg,.event__hero__content__media img,.event__hero__content__media picture,.event__hero__content__media svg{max-width:320px;height:auto;-o-object-fit:cover;object-fit:cover;margin-left:16px;position:relative;z-index:5}.event__hero__media .placeholder,.event__hero__content__media .placeholder{width:258px;height:258px;border-radius:50%;content:"";background-image:url(/themes/custom/conga/build/images/placeholder-download.svg);background-size:cover;background-position:center;margin-left:16px;position:relative;z-index:5}@media screen and (max-width:576px){.event__hero__media .placeholder,.event__hero__content__media .placeholder{width:178px;height:178px}}.event__hero__media .placeholder-download,.event__hero__content__media .placeholder-download{background-image:url(/themes/custom/conga/build/images/placeholder-download.svg)}.event__hero__info{display:flex;flex-flow:row wrap;gap:16px;justify-content:flex-start;align-items:center}@media screen and (max-width:768px){.event__hero__info{flex-direction:column-reverse;align-items:flex-start}}.event__hero__info *{color:var(--white)}.event__hero__info__date-time,.event__hero__info time{display:flex;flex-wrap:wrap;align-items:center;gap:16px;font-weight:300;font-family:var(--font-secondary)}.event__hero__info__date-time,.event__hero__info__date-time--bold,.event__hero__info time,.event__hero__info time--bold{font-size:1rem;line-height:125%;text-align:left;color:var(--body)}.event__hero__info__date-time--bold,.event__hero__info time--bold{font-weight:600}@media screen and (max-width:1024px){.event__hero__info__date-time,.event__hero__info__date-time--bold,.event__hero__info time,.event__hero__info time--bold{line-height:130%}}@media screen and (max-width:576px){.event__hero__info__date-time,.event__hero__info__date-time--bold,.event__hero__info time,.event__hero__info time--bold{font-size:.875rem;line-height:125%}}.event__hero__info__date-time span,.event__hero__info time span{display:flex !important}.event__hero__info__date-time time,.event__hero__info time time{gap:16px 0}.event__hero__info__date-time .body-text--s,.event__hero__info time .body-text--s{display:flex;align-items:center}.event__hero__info__date-time .custom-time-field:nth-child(2) time,.event__hero__info time .custom-time-field:nth-child(2) time{text-transform:uppercase}.event__hero__info span:not(.icon-calendar,.icon-clock,.address-line3,.locality,.administrative-area,.country){width:4px;height:4px;background-color:var(--white);content:""}@media screen and (max-width:768px){.event__hero__info span:not(.icon-calendar,.icon-clock,.address-line3,.locality,.administrative-area,.country){display:none}}.event__hero__info .icon-calendar{content:"";display:flex;width:31px;height:31px;background:url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none"%3E%3Cg clip-path="url(%23clip0_9606_79656)"%3E%3Cpath d="M30.75 22.1458H25.8958C23.8247 22.1458 22.1458 23.8247 22.1458 25.8958V30.75M30.75 22.1458V9.96769C30.75 8.30762 30.0905 6.71556 28.9167 5.54163C27.7428 4.36782 26.1507 3.70831 24.4906 3.70831H7.50937C5.84931 3.70831 4.25719 4.36782 3.08331 5.54163C1.90944 6.71556 1.25 8.30762 1.25 9.96769V24.4906C1.25 26.1507 1.90944 27.7428 3.08331 28.9166C4.25719 30.0906 5.84931 30.75 7.50937 30.75H20.9167H22.1458M30.75 22.1458C30.75 23.7199 30.1247 25.2294 29.0117 26.3425L26.3424 29.0117C25.2295 30.1247 23.7199 30.75 22.1458 30.75M23.375 1.25V6.16663M8.625 1.25V6.16663M15.3958 23.4166H16.6042M8 23.4166H9.20831M22.7917 17.25H24M15.3958 17.25H16.6042M8 17.25H9.20831M1.25 11.0833H30.75" stroke="white" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id="clip0_9606_79656"%3E%3Crect width="32" height="32" fill="white"/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E') no-repeat center;background-size:contain;margin-right:10px;margin-bottom:2px}.event__hero__info .icon-clock{content:"";display:flex;width:25px;height:25px;background:url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none"%3E%3Cg clip-path="url(%23clip0_9606_79662)"%3E%3Cpath d="M16 8.625V16L20.9167 20.9167M1.25 16H3.70831M1.25 16C1.25 24.1462 7.85381 30.75 16 30.75M1.25 16C1.25 7.85381 7.85381 1.25 16 1.25M28.2917 16H30.75M30.75 16C30.75 24.1462 24.1462 30.75 16 30.75M30.75 16C30.75 7.85381 24.1462 1.25 16 1.25M16 30.75V28.2917M16 3.70831V1.25" stroke="white" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id="clip0_9606_79662"%3E%3Crect width="32" height="32" fill="white"/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E') no-repeat center;background-size:contain;margin-right:10px;margin-left:32px;margin-bottom:2px}@media screen and (max-width:1441px){.event__hero__info .icon-clock{margin-left:0}}@media screen and (max-width:1024px){.event__hero__info:has(.author-box){flex-direction:column-reverse;align-items:flex-start}}.event__hero__info__date-time>div:has(+div){display:flex;flex-direction:row;gap:16px;align-items:center;justify-content:flex-start}.event__hero__info__date-time>div:has(+div)::after{content:"";display:block;width:4px;height:4px;position:relative;background-color:var(--white);border-radius:50%}.event__hero__info p,.event__hero__info time,.event__hero__info div{font-weight:300;font-family:var(--font-secondary)}.event__hero__info p,.event__hero__info p--bold,.event__hero__info time,.event__hero__info time--bold,.event__hero__info div,.event__hero__info div--bold{font-size:1.125rem;line-height:125%;text-align:left;color:var(--body)}.event__hero__info p--bold,.event__hero__info time--bold,.event__hero__info div--bold{font-weight:500}@media screen and (max-width:1024px){.event__hero__info p,.event__hero__info p--bold,.event__hero__info time,.event__hero__info time--bold,.event__hero__info div,.event__hero__info div--bold{line-height:130%}}@media screen and (max-width:576px){.event__hero__info p,.event__hero__info p--bold,.event__hero__info time,.event__hero__info time--bold,.event__hero__info div,.event__hero__info div--bold{font-size:1rem;line-height:125%}}.event__hero .container{position:relative}@media screen and (max-width:1024px){.event__hero .container{flex-flow:column nowrap;align-items:flex-start;gap:40px}}@media screen and (max-width:1024px){.event__hero_withform .container{align-items:flex-start !important}}.event__hero__content{width:calc(100% - 560px);height:100%;padding-right:50px;gap:40px;justify-content:space-between}@media screen and (max-width:1024px){.event__hero__content{width:100%;padding-right:0}}.event__hero__content p{margin:0}.event__hero__content__top{display:flex;flex-direction:column;gap:32px}.event__hero__content__media{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;margin-left:156px}@media screen and (max-width:1024px){.event__hero__content__media{margin-left:0;width:100%}}.event__hero__content__media img,.event__hero__content__media svg{margin-left:0;right:16px}@media screen and (max-width:1024px){.event__hero__content__media img,.event__hero__content__media svg{left:16px;right:0}}.event__hero__content__media .placeholder{margin-left:0;right:16px}@media screen and (max-width:1024px){.event__hero__content__media .placeholder{left:16px;right:0}}@media screen and (max-width:1024px){.event__hero__media{width:100%}}@media screen and (max-width:1024px){.event__hero .form-wrapper{width:100% !important}}@media screen and (max-width:568px),screen and (max-height:500px){.event__hero .form-wrapper{overflow:auto !important}}.event__hero__form{--body:var(--gray-700);--title-main:var(--black);width:560px;z-index:9}@media screen and (max-width:1024px){.event__hero__form{display:none}}.event__hero__form .form-close{display:none}.event__hero__form .form-box::before{display:block;width:50vw;height:450px;position:absolute;top:160px;z-index:-1;content:"";border-radius:672px 0 0 672px;background:linear-gradient(270deg,#0b004a 0%,#806cf0 100%);background-size:contain;background-repeat:no-repeat;-webkit-transform:translate(-45px,-25%);transform:translate(-45px,-25%)}@media screen and (max-width:1280px){.event__hero__form::before{content:none}}@media screen and (max-width:1024px){.event__hero__form.active-modal{display:flex;justify-content:center;position:fixed;z-index:999;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:100%;max-width:560px;max-height:calc(100vh - 40px);overflow-y:auto}.event__hero__form.active-modal .field--name-field-p-form{width:100%;padding:16px}.event__hero__form.active-modal>div{width:100%}}@media screen and (max-width:768px){.event__hero__form.active-modal{max-width:calc(100% - 32px)}}@media screen and (max-width:568px),screen and (max-height:500px){.event__hero__form.active-modal{top:80px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);max-height:calc(100% - 80px);overflow-y:auto}}.event__hero__form.active-modal .form-close{display:none;all:unset;position:absolute;right:16px;top:16px;width:24px;height:24px;z-index:999;cursor:pointer}@media screen and (max-width:1024px){.event__hero__form.active-modal .form-close{display:flex}}.event__hero__form.active-modal .form-close:hover::before,.event__hero__form.active-modal .form-close:hover::after{background-color:var(--red-600)}.event__hero__form.active-modal .form-close::before,.event__hero__form.active-modal .form-close::after{content:"";position:absolute;width:100%;height:1px;background-color:#000;top:50%;left:0;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.event__hero__form.active-modal .form-close::before{-webkit-transform:translateY(-50%) rotate(45deg);transform:translateY(-50%) rotate(45deg)}.event__hero__form.active-modal .form-close::after{-webkit-transform:translateY(-50%) rotate(-45deg);transform:translateY(-50%) rotate(-45deg)}.event__hero .field--name-field-p-form,.event__hero .form-wrapper{position:sticky;top:120px;display:flex;width:560px;padding:32px;flex-direction:column;align-items:flex-start;gap:16px;border-radius:20px;background:#fff;box-shadow:0 10px 24px 0 rgba(0,0,0,.2);z-index:1;overflow:hidden}@media screen and (max-width:1280px){.event__hero .field--name-field-p-form,.event__hero .form-wrapper{width:90%;top:40px}}@media screen and (max-width:480px){.event__hero .field--name-field-p-form,.event__hero .form-wrapper{padding:24px 16px}}.event__hero form{width:100% !important}.event__hero .mktoFormRow label,.event__hero .mktoFormRow input:not([type=checkbox]):not([type=radio]),.event__hero .mktoFormRow select,.event__hero .mktoFormRow .mktoHasWidth{width:100% !important}.event__hero .mktoFieldprivacyPolicyStatus .mktoHtmlText{padding-left:0;font-weight:400;font-family:var(--font-secondary)}.event__hero .mktoFieldprivacyPolicyStatus .mktoHtmlText,.event__hero .mktoFieldprivacyPolicyStatus .mktoHtmlText--bold{font-size:.875rem;line-height:125%;text-align:left;color:var(--body)}.event__hero .mktoFieldprivacyPolicyStatus .mktoHtmlText--bold{font-weight:500}@media screen and (max-width:1024px){.event__hero .mktoFieldprivacyPolicyStatus .mktoHtmlText,.event__hero .mktoFieldprivacyPolicyStatus .mktoHtmlText--bold{line-height:130%}}@media screen and (max-width:576px){.event__hero .mktoFieldprivacyPolicyStatus .mktoHtmlText,.event__hero .mktoFieldprivacyPolicyStatus .mktoHtmlText--bold{font-size:.75rem;line-height:125%}}.event__hero .mktoFieldprivacyPolicyStatus .mktoHtmlText p{margin:0;font-weight:400;font-family:var(--font-secondary)}.event__hero .mktoFieldprivacyPolicyStatus .mktoHtmlText p,.event__hero .mktoFieldprivacyPolicyStatus .mktoHtmlText p--bold{font-size:.875rem;line-height:125%;text-align:left;color:var(--body)}.event__hero .mktoFieldprivacyPolicyStatus .mktoHtmlText p--bold{font-weight:500}@media screen and (max-width:1024px){.event__hero .mktoFieldprivacyPolicyStatus .mktoHtmlText p,.event__hero .mktoFieldprivacyPolicyStatus .mktoHtmlText p--bold{line-height:130%}}@media screen and (max-width:576px){.event__hero .mktoFieldprivacyPolicyStatus .mktoHtmlText p,.event__hero .mktoFieldprivacyPolicyStatus .mktoHtmlText p--bold{font-size:.75rem;line-height:125%}}@media screen and (max-width:480px){.event__hero .mktoFieldprivacyPolicyStatus .mktoHtmlText p{font-size:.75rem !important}}.event__hero .mktoFieldprivacyPolicyStatus .mktoHtmlText a{font-size:inherit;font-family:inherit;line-height:inherit}.event__hero .mktoCaptchaDisclaimer,.event__hero .mktoCheckboxList label{font-weight:400;font-family:var(--font-secondary)}.event__hero .mktoCaptchaDisclaimer,.event__hero .mktoCaptchaDisclaimer--bold,.event__hero .mktoCheckboxList label,.event__hero .mktoCheckboxList label--bold{font-size:.875rem;line-height:125%;text-align:left;color:var(--body)}.event__hero .mktoCaptchaDisclaimer--bold,.event__hero .mktoCheckboxList label--bold{font-weight:500}@media screen and (max-width:1024px){.event__hero .mktoCaptchaDisclaimer,.event__hero .mktoCaptchaDisclaimer--bold,.event__hero .mktoCheckboxList label,.event__hero .mktoCheckboxList label--bold{line-height:130%}}@media screen and (max-width:576px){.event__hero .mktoCaptchaDisclaimer,.event__hero .mktoCaptchaDisclaimer--bold,.event__hero .mktoCheckboxList label,.event__hero .mktoCheckboxList label--bold{font-size:.75rem;line-height:125%}}.event__hero .mktoCaptchaDisclaimer,.event__hero .mktoCheckboxList label{padding-left:0;font-size:.875rem !important}@media screen and (max-width:480px){.event__hero .mktoCaptchaDisclaimer,.event__hero .mktoCheckboxList label{font-size:.75rem !important}}.event__hero .mktoCaptchaDisclaimer a,.event__hero .mktoCheckboxList label a{font-size:inherit;font-family:inherit;line-height:inherit}.event__hero .field--name-field-thank-you-title,.event__hero .field--name-field-thank-you-title *{font-size:2.5rem;font-weight:400;line-height:100%;margin:0;color:var(--title-main);font-family:var(--font-main)}@media screen and (max-width:1024px){.event__hero .field--name-field-thank-you-title,.event__hero .field--name-field-thank-you-title *{font-size:2rem;line-height:100%}}@media screen and (max-width:576px){.event__hero .field--name-field-thank-you-title,.event__hero .field--name-field-thank-you-title *{font-size:1.5rem}}.event__hero .field--name-field-thank-you-title{text-align:left;display:flex;flex-direction:column;gap:24px}.event__hero .field--name-field-thank-you-title::before{content:"";width:60px;height:60px;display:block;position:relative;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='61' viewBox='0 0 60 61' fill='none'%3E%3Ccircle cx='30' cy='30.4573' r='30' fill='%2321CCA1'/%3E%3Cpath d='M42.5 20.4573L25.3125 37.9573L17.5 30.0027' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-size:contain;background-repeat:no-repeat}@media screen and (max-width:480px){.event__hero .field--name-field-thank-you-title::before{width:40px;height:40px}}.event__hero .field--name-field-thank-you-description,.event__hero .field--name-field-thank-you-description p{font-weight:300;font-family:var(--font-secondary)}.event__hero .field--name-field-thank-you-description,.event__hero .field--name-field-thank-you-description--bold,.event__hero .field--name-field-thank-you-description p,.event__hero .field--name-field-thank-you-description p--bold{font-size:1.25rem;line-height:120%;text-align:left;color:var(--body)}.event__hero .field--name-field-thank-you-description--bold,.event__hero .field--name-field-thank-you-description p--bold{font-weight:400}@media screen and (max-width:1024px){.event__hero .field--name-field-thank-you-description,.event__hero .field--name-field-thank-you-description--bold,.event__hero .field--name-field-thank-you-description p,.event__hero .field--name-field-thank-you-description p--bold{line-height:130%}}@media screen and (max-width:576px){.event__hero .field--name-field-thank-you-description,.event__hero .field--name-field-thank-you-description--bold,.event__hero .field--name-field-thank-you-description p,.event__hero .field--name-field-thank-you-description p--bold{font-size:1.125rem;line-height:110%}}.event__hero .paragraph--type--reference-marketo-form h2{text-align:left}.event__hero .paragraph--type--reference-marketo-form h2,.event__hero .paragraph--type--reference-marketo-form h2 *{font-size:2.5rem;font-weight:400;line-height:100%;margin:0;color:var(--title-main);font-family:var(--font-main)}@media screen and (max-width:1024px){.event__hero .paragraph--type--reference-marketo-form h2,.event__hero .paragraph--type--reference-marketo-form h2 *{font-size:2rem;line-height:100%}}@media screen and (max-width:576px){.event__hero .paragraph--type--reference-marketo-form h2,.event__hero .paragraph--type--reference-marketo-form h2 *{font-size:1.5rem}}@media screen and (max-width:480px){.event__hero .paragraph--type--reference-marketo-form h2{margin-bottom:8px}}.event__hero .paragraph--type--reference-marketo-form h4{margin:0}.event__hero .paragraph--type--reference-marketo-form h4,.event__hero .paragraph--type--reference-marketo-form h4 *{font-size:2rem;font-weight:400;line-height:100%;color:var(--title-main);font-family:var(--font-main)}@media screen and (max-width:1024px){.event__hero .paragraph--type--reference-marketo-form h4,.event__hero .paragraph--type--reference-marketo-form h4 *{font-size:1.75rem;line-height:100%}}@media screen and (max-width:576px){.event__hero .paragraph--type--reference-marketo-form h4,.event__hero .paragraph--type--reference-marketo-form h4 *{font-size:1.375rem}}@media screen and (max-width:480px){.event__hero .paragraph--type--reference-marketo-form h4{margin-bottom:8px}}.event__hero .paragraph--type--reference-marketo-form .marketo-form input:not([type=checkbox]):not([type=radio]),.event__hero .paragraph--type--reference-marketo-form .marketo-form select{background:var(--gray-100);padding:16px 18px;height:48px}.event__hero .paragraph--type--reference-marketo-form .marketo-form .mktoRequiredField:not(.marketo-checkbox,.marketo-radio)>label::before{content:"*";color:#bf0000;position:relative;left:0;top:2px;font-size:13px;font-style:normal;font-weight:500;line-height:15.6px;letter-spacing:.01px}.event__hero .paragraph--type--reference-marketo-form .marketo-form .mktoRequiredField:not(.marketo-checkbox,.marketo-radio)>label::after{content:none}.event__hero .paragraph--type--reference-marketo-form .marketo-form .mktoFieldWrap:not(.marketo-checkbox,.marketo-radio)>label,.event__hero .paragraph--type--reference-marketo-form .marketo-form #LblCountry,.event__hero .paragraph--type--reference-marketo-form .marketo-form #LblState{font-size:.875rem;padding:0;-webkit-transform:none;transform:none;transition:none;display:flex;justify-content:left;position:relative;gap:6px}.event__hero .paragraph--type--reference-marketo-form .marketo-form .has-value:not(.marketo-checkbox):not(.marketo-radio)>label,.event__hero .paragraph--type--reference-marketo-form .marketo-form .mktoFieldWrap:not(.marketo-checkbox):not(.marketo-radio)>label{position:relative;background-color:unset;margin:0 0 6px 0;-webkit-transform:unset;transform:unset;font-size:.875em;padding:0}.event__hero .paragraph--type--reference-marketo-form .marketo-form .has-value:not(.marketo-checkbox):not(.marketo-radio)>label.form-required::after,.event__hero .paragraph--type--reference-marketo-form .marketo-form .mktoFieldWrap:not(.marketo-checkbox):not(.marketo-radio)>label.form-required::after{margin:0 .3em 0 0;top:7px}.event__hero .paragraph--type--reference-marketo-form .marketo-form .has-value:not(.marketo-checkbox):not(.marketo-radio).marketo-focus-form-item label.mktoLabel.mktoHasWidth,.event__hero .paragraph--type--reference-marketo-form .marketo-form .mktoFieldWrap:not(.marketo-checkbox):not(.marketo-radio).marketo-focus-form-item label.mktoLabel.mktoHasWidth{margin:0 0 6px 0;-webkit-transform:unset;transform:unset;background-color:unset;font-size:.875em;padding:0;margin-bottom:6px}.event__hero .paragraph--type--reference-marketo-form .marketo-form .has-value:not(.marketo-checkbox):not(.marketo-radio).marketo-focus-form-item input:focus-visible,.event__hero .paragraph--type--reference-marketo-form .marketo-form .has-value:not(.marketo-checkbox):not(.marketo-radio).marketo-focus-form-item select:focus-visible,.event__hero .paragraph--type--reference-marketo-form .marketo-form .has-value:not(.marketo-checkbox):not(.marketo-radio).marketo-focus-form-item textarea:focus-visible,.event__hero .paragraph--type--reference-marketo-form .marketo-form .mktoFieldWrap:not(.marketo-checkbox):not(.marketo-radio).marketo-focus-form-item input:focus-visible,.event__hero .paragraph--type--reference-marketo-form .marketo-form .mktoFieldWrap:not(.marketo-checkbox):not(.marketo-radio).marketo-focus-form-item select:focus-visible,.event__hero .paragraph--type--reference-marketo-form .marketo-form .mktoFieldWrap:not(.marketo-checkbox):not(.marketo-radio).marketo-focus-form-item textarea:focus-visible{outline:none;box-shadow:none}.event__hero .paragraph--type--reference-marketo-form .marketo-form .has-value .mktoLabel,.event__hero .paragraph--type--reference-marketo-form .marketo-form .mktoFieldWrap .mktoLabel{padding:0px;-webkit-transform:unset;transform:unset;color:var(--body);font-size:.875em}.event__hero .paragraph--type--reference-marketo-form .mktoFieldWrap.marketo-select select{font-family:var(--font-secondary);-webkit-appearance:none;appearance:none;background-image:url(/themes/custom/conga/build/images/select-expand.svg);background-repeat:no-repeat;background-position:right 10px center;background-size:16px}.event__hero .paragraph--type--reference-marketo-form .mktoFieldWrap.marketo-select select.mktoInvalid:has(+.mktoError){border:none;outline:3px solid #e53535}.event__hero .paragraph--type--reference-marketo-form .marketo-form .mktoFormSubmitButton .mktoButtonWrap button{--border-width:1.5px;--btn-bg:var(--purple-300);--btn-color:var(--white);--btn-border:var(--purple-300);--btn-bg-hover:var(--white);--btn-color-hover:var(--purple-300);--btn-border-hover:var(--purple-300);--btn-bg-focus:var(--purple-300);--btn-color-focus:var(--white);--btn-border-focus:var(--purple-300);--btn-bg-active:rgba(128,108,240,0.05);--btn-color-active:var(--purple-300);--btn-border-active:var(--purple-300);font-weight:300;font-family:var(--font-secondary);font-weight:600;line-height:1;min-height:48px}.event__hero .paragraph--type--reference-marketo-form .marketo-form .mktoFormSubmitButton .mktoButtonWrap button,.event__hero .paragraph--type--reference-marketo-form .marketo-form .mktoFormSubmitButton .mktoButtonWrap button--bold{font-size:1rem;line-height:125%;text-align:left;color:var(--body)}.event__hero .paragraph--type--reference-marketo-form .marketo-form .mktoFormSubmitButton .mktoButtonWrap button--bold{font-weight:600}@media screen and (max-width:1024px){.event__hero .paragraph--type--reference-marketo-form .marketo-form .mktoFormSubmitButton .mktoButtonWrap button,.event__hero .paragraph--type--reference-marketo-form .marketo-form .mktoFormSubmitButton .mktoButtonWrap button--bold{line-height:130%}}@media screen and (max-width:576px){.event__hero .paragraph--type--reference-marketo-form .marketo-form .mktoFormSubmitButton .mktoButtonWrap button,.event__hero .paragraph--type--reference-marketo-form .marketo-form .mktoFormSubmitButton .mktoButtonWrap button--bold{font-size:.875rem;line-height:125%}}.event__hero .paragraph--type--reference-marketo-form .marketo-form .mktoFormSubmitButton .mktoButtonWrap button{padding:10px 24px;border-radius:8px;border:var(--border-width) solid var(--btn-border);transition:all .3s;text-decoration:none;text-transform:uppercase;display:flex;align-items:center;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;cursor:pointer;background-color:var(--btn-bg);border-color:var(--btn-border);color:var(--btn-color);outline:none;font-size:.875em;letter-spacing:1.4px;font-weight:500;font-family:var(--font-secondary)}.event__hero .paragraph--type--reference-marketo-form .marketo-form .mktoFormSubmitButton .mktoButtonWrap button--l{min-height:56px}.event__hero .paragraph--type--reference-marketo-form .marketo-form .mktoFormSubmitButton .mktoButtonWrap button.extra_large{font-size:1.1rem;min-height:64px}@media screen and (max-width:576px){.event__hero .paragraph--type--reference-marketo-form .marketo-form .mktoFormSubmitButton .mktoButtonWrap button.extra_large{font-size:1rem}}.event__hero .paragraph--type--reference-marketo-form .marketo-form .mktoFormSubmitButton .mktoButtonWrap button:hover{color:var(--btn-color-hover);background-color:var(--btn-bg-hover);border-color:var(--btn-border-hover)}.event__hero .paragraph--type--reference-marketo-form .marketo-form .mktoFormSubmitButton .mktoButtonWrap button:focus{color:var(--btn-color-focus);background-color:var(--btn-bg-focus);border-color:var(--btn-border-focus)}.event__hero .paragraph--type--reference-marketo-form .marketo-form .mktoFormSubmitButton .mktoButtonWrap button:active{background-color:var(--btn-bg-active);color:var(--btn-color-active);border-color:var(--btn-border-active)}.event__hero .paragraph--type--reference-marketo-form .marketo-form .mktoFormSubmitButton .mktoButtonWrap button--primary,.event__hero .paragraph--type--reference-marketo-form .marketo-form .mktoFormSubmitButton .mktoButtonWrap button--secondary{display:flex;align-items:center}.event__hero .paragraph--type--reference-marketo-form .marketo-form .mktoFormSubmitButton .mktoButtonWrap button--primary.disabled{background-color:var(--gray-400);border-color:var(--gray-400)}.event__hero .paragraph--type--reference-marketo-form .marketo-form .mktoFormSubmitButton .mktoButtonWrap button--secondary{--btn-bg:var(--btn-bg-color);--btn-color:var(--purple-300);--btn-border:var(--purple-300);--btn-bg-hover:var(--purple-300);--btn-color-hover:var(--white);--btn-border-hover:var(--purple-300);--btn-bg-focus:transparent;--btn-color-focus:var(--purple-300);--btn-border-focus:var(--purple-300);--btn-bg-active:var(--purple-300);--btn-color-active:var(--white);--btn-border-active:var(--purple-300)}.event__hero .paragraph--type--reference-marketo-form .marketo-form .mktoFormSubmitButton .mktoButtonWrap button--secondary.disabled{background-color:var(--gray-400);border-color:var(--gray-400);color:var(--gray-400)}.event__hero .paragraph--type--reference-marketo-form .marketo-form .mktoFormSubmitButton .mktoButtonWrap button--tertiary,.event__hero .paragraph--type--reference-marketo-form .marketo-form .mktoFormSubmitButton .mktoButtonWrap button-tertiary,.event__hero .paragraph--type--reference-marketo-form .marketo-form .mktoFormSubmitButton .mktoButtonWrap button--outer{--btn-bg:transparent;--btn-color:var(--purple-300);--btn-border:transparent;--btn-bg-hover:transparent;--btn-color-hover:var(--purple-400);--btn-border-hover:transparent;--btn-bg-focus:transparent;--btn-color-focus:var(--purple-300);--btn-border-focus:var(--purple-200);--btn-bg-active:transparent;--btn-color-active:var(--purple-600);--btn-border-active:transparent;padding:0 !important;border-radius:0;color:var(--btn-color);background-color:rgba(0,0,0,0);border-color:rgba(0,0,0,0);gap:4px;align-items:center;min-height:auto !important}.event__hero .paragraph--type--reference-marketo-form .marketo-form .mktoFormSubmitButton .mktoButtonWrap button--tertiary:hover::after,.event__hero .paragraph--type--reference-marketo-form .marketo-form .mktoFormSubmitButton .mktoButtonWrap button-tertiary:hover::after,.event__hero .paragraph--type--reference-marketo-form .marketo-form .mktoFormSubmitButton .mktoButtonWrap button--outer:hover::after{content:"";background-color:var(--btn-color-hover);mask:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20fill%3D%22none%22%3E%3Cg%20clip-path%3D%22url(%23clip0_101_1489)%22%3E%3Cpath%20d%3D%22M1.14282%206.85742H12.5714%22%20stroke%3D%22%230B004A%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%3Cpath%20d%3D%22M8%202.28613L12.5714%206.85756L8%2011.429%22%20stroke%3D%22%230B004A%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%3C/g%3E%3Cdefs%3E%3CclipPath%20id%3D%22clip0_101_1489%22%3E%3Crect%20width%3D%2213.7143%22%20height%3D%2213.7143%22%20fill%3D%22white%22/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") no-repeat center;-webkit-mask:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20fill%3D%22none%22%3E%3Cg%20clip-path%3D%22url(%23clip0_101_1489)%22%3E%3Cpath%20d%3D%22M1.14282%206.85742H12.5714%22%20stroke%3D%22%230B004A%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%3Cpath%20d%3D%22M8%202.28613L12.5714%206.85756L8%2011.429%22%20stroke%3D%22%230B004A%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%3C/g%3E%3Cdefs%3E%3CclipPath%20id%3D%22clip0_101_1489%22%3E%3Crect%20width%3D%2213.7143%22%20height%3D%2213.7143%22%20fill%3D%22white%22/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") no-repeat center}.event__hero .paragraph--type--reference-marketo-form .marketo-form .mktoFormSubmitButton .mktoButtonWrap button--tertiary::after,.event__hero .paragraph--type--reference-marketo-form .marketo-form .mktoFormSubmitButton .mktoButtonWrap button-tertiary::after,.event__hero .paragraph--type--reference-marketo-form .marketo-form .mktoFormSubmitButton .mktoButtonWrap button--outer::after{content:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M5.5%203L10.5%208L5.5%2013%22%20stroke%3D%22%23806CF0%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%3C/svg%3E");width:20px;height:16px;background-repeat:no-repeat}.event__hero .paragraph--type--reference-marketo-form .marketo-form .mktoFormSubmitButton .mktoButtonWrap button--tertiary.disabled,.event__hero .paragraph--type--reference-marketo-form .marketo-form .mktoFormSubmitButton .mktoButtonWrap button-tertiary.disabled,.event__hero .paragraph--type--reference-marketo-form .marketo-form .mktoFormSubmitButton .mktoButtonWrap button--outer.disabled{background-color:rgba(0,0,0,0);border-color:rgba(0,0,0,0);color:var(--gray-400)}.event__hero .paragraph--type--reference-marketo-form .marketo-form .mktoFormSubmitButton .mktoButtonWrap button--outer::after{content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='17' viewBox='0 0 17 17' fill='none'%3E%3Cg clip-path='url(%23clip0_11548_35317)'%3E%3Cpath d='M14.6303 7.26566V4.224C14.6303 3.18844 13.7908 2.349 12.7553 2.349H9.73434M6.04166 10.9583L14.0913 2.90866M15.875 10.9583V11.8634C15.875 12.8579 15.4799 13.8118 14.7767 14.515L14.515 14.7767C13.8118 15.4799 12.8579 15.875 11.8634 15.875H5.13663C4.14206 15.875 3.18822 15.4799 2.485 14.7767L2.22338 14.515C1.52009 13.8118 1.125 12.8579 1.125 11.8634V5.13663C1.125 4.14206 1.52009 3.18825 2.22338 2.485L2.485 2.22334C3.18822 1.52009 4.14206 1.125 5.13663 1.125H6.04166' stroke='%23C81A1A' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_11548_35317'%3E%3Crect width='16' height='16' fill='white' transform='translate(0.5 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");width:20px;height:17px}@media screen and (max-width:576px){.event__hero .paragraph--type--reference-marketo-form .marketo-form .mktoFormSubmitButton .mktoButtonWrap button--hide-mobile{display:none}}.event__hero .paragraph--type--reference-marketo-form .marketo-form .mktoFormSubmitButton .mktoButtonWrap button--hide-desktop{display:none}@media screen and (max-width:576px){.event__hero .paragraph--type--reference-marketo-form .marketo-form .mktoFormSubmitButton .mktoButtonWrap button--hide-desktop{display:flex}}.event__hero .paragraph--type--reference-marketo-form label,.event__hero .paragraph--type--reference-marketo-form span,.event__hero .paragraph--type--reference-marketo-form strong{font-family:var(--font-secondary);font-weight:400 !important;color:var(--body)}.event__hero .paragraph--type--reference-marketo-form label+input,.event__hero .paragraph--type--reference-marketo-form label+select{margin-top:6px}.event__hero .paragraph--type--reference-marketo-form textarea{font-family:inherit}.event__hero .paragraph--type--reference-marketo-form a{color:var(--purple-300);font-family:var(--font-secondary);font-weight:700;line-height:140%}.event__hero .paragraph--type--reference-marketo-form a:hover{color:var(--purple-400)}.event__hero .paragraph--type--reference-marketo-form form .mktoFieldCompany,.event__hero .paragraph--type--reference-marketo-form form .mktoFieldCountry{width:calc(50% - 8px);margin-right:16px}.event__hero .paragraph--type--reference-marketo-form form .mktoFieldPhone,.event__hero .paragraph--type--reference-marketo-form form .mktoFieldState{width:calc(50% - 8px)}.event__hero .paragraph--type--reference-marketo-form form .mktoFieldContact_Us_Form_Comments__c,.event__hero .paragraph--type--reference-marketo-form form .mktoFieldisthereanythingspecificyouwouldliketolearnmoreaboutattheevent{width:100%;margin-right:0}.event__hero .paragraph--type--reference-marketo-form form .mktoFieldContact_Us_Form_Comments__c textarea,.event__hero .paragraph--type--reference-marketo-form form .mktoFieldisthereanythingspecificyouwouldliketolearnmoreaboutattheevent textarea{width:100%}.event__hero .paragraph--type--reference-marketo-form form .mktoFieldMDF_Compliance__c{display:flex}.event__hero .paragraph--type--reference-marketo-form form .mktoFieldMDF_Compliance__c .mktoCheckboxList{display:flex}.event__hero .paragraph--type--reference-marketo-form form .mktoFieldMDF_Compliance__c .mktoFieldWrap p{margin:0}.event__hero .paragraph--type--reference-marketo-form form.marketo-form-1691>.mktoFieldCountry,.event__hero .paragraph--type--reference-marketo-form form.marketo-form-1691>.mktoFieldState{width:100%;margin-right:0}.event__hero .paragraph--type--reference-marketo-form form.marketo-form-1819 h2,.event__hero .paragraph--type--reference-marketo-form form.marketo-form-1819 h2 *,.event__hero .paragraph--type--reference-marketo-form form.marketo-form-1827 h2,.event__hero .paragraph--type--reference-marketo-form form.marketo-form-1827 h2 *{font-size:2rem;font-weight:400;line-height:100%;color:var(--title-main);font-family:var(--font-main)}@media screen and (max-width:1024px){.event__hero .paragraph--type--reference-marketo-form form.marketo-form-1819 h2,.event__hero .paragraph--type--reference-marketo-form form.marketo-form-1819 h2 *,.event__hero .paragraph--type--reference-marketo-form form.marketo-form-1827 h2,.event__hero .paragraph--type--reference-marketo-form form.marketo-form-1827 h2 *{font-size:1.75rem;line-height:100%}}@media screen and (max-width:576px){.event__hero .paragraph--type--reference-marketo-form form.marketo-form-1819 h2,.event__hero .paragraph--type--reference-marketo-form form.marketo-form-1819 h2 *,.event__hero .paragraph--type--reference-marketo-form form.marketo-form-1827 h2,.event__hero .paragraph--type--reference-marketo-form form.marketo-form-1827 h2 *{font-size:1.375rem}}.event__hero .paragraph--type--reference-marketo-form form.marketo-form-1819 .mktoFieldCompany,.event__hero .paragraph--type--reference-marketo-form form.marketo-form-1827 .mktoFieldCompany{width:100%;margin-right:0px}.event__hero__novideo{display:flex;flex-direction:column;gap:32px;width:100%}.event__hero__novideo__box{width:100%;border-radius:32.716px;background:var(--purple-300);display:flex;flex-direction:column;gap:16px;justify-content:center;align-items:center;padding:43.621px}@media screen and (max-width:768px){.event__hero__novideo__box{padding:24px}}.event__hero__novideo__box::before{content:"";display:block;width:64px;height:64px;background:url("/themes/custom/conga/assets/images/alert-circle.svg");background-size:contain;background-repeat:no-repeat}.event__hero__novideo__box p{--title-main:white;max-width:590px;margin:0;text-align:center}.event__hero .downloadThumbnailParent{display:none !important}.event__hero__mobile-buttons{display:none}@media screen and (max-width:1024px){.event__hero__mobile-buttons{display:flex}.event__hero__mobile-buttons a,.event__hero__mobile-buttons button{--btn-bg:var(--white);--btn-color:var(--purple-400);--btn-border:var(--white);--btn-bg-hover:transparent;--btn-color-hover:var(--white);--btn-border-hover:var(--white)}}.event__hero__content{box-sizing:border-box}.event__hero__content li{font-weight:300;font-family:var(--font-secondary)}.event__hero__content li,.event__hero__content li--bold{font-size:1.125rem;line-height:125%;text-align:left;color:var(--body)}.event__hero__content li--bold{font-weight:500}@media screen and (max-width:1024px){.event__hero__content li,.event__hero__content li--bold{line-height:130%}}@media screen and (max-width:576px){.event__hero__content li,.event__hero__content li--bold{font-size:1rem;line-height:125%}}.event__hero__content__top{padding-right:65px}@media screen and (max-width:1024px){.event__hero__content__top{padding-right:0}}@media screen and (max-width:1024px){.event__hero{background:linear-gradient(var(--purple-400) 25.48%,var(--purple-300) 100%)}}.event__hero_bgimage{background-size:cover;background-position:center;background-repeat:no-repeat;padding:140px 0}.event__hero_bgimage .event__hero__noform{--title-main:var(--purple-400);--title-secondary:var(--purple-400);--body:var(--purple-400);justify-content:center;max-width:456px;display:flex;flex-direction:column;align-items:center;gap:32px}.event__hero_bgimage .event__hero__noform *{text-align:center}.event__hero_bgimage .container{align-items:center !important;justify-content:center !important}.event__hero_bgimage .container::before{content:none}.event__hero_bgimage .event__hero__event-info{align-items:center}.event__hero_bgimage .event__hero__event-info__attendance::before{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2233%22 height=%2232%22 viewBox=%220 0 33 32%22 fill=%22none%22%3E%3Cpath fill-rule=%22evenodd%22 clip-rule=%22evenodd%22 d=%22M26.274 17.3697C27.5466 17.3697 28.5783 18.4013 28.5783 19.6739C28.5783 20.9466 27.5466 21.9782 26.274 21.9782C25.0014 21.9782 23.9697 20.9466 23.9697 19.6739C23.9697 18.4013 25.0014 17.3697 26.274 17.3697ZM26.274 22.5662C28.562 22.5662 30.4562 24.2521 30.782 26.4495C30.808 26.6247 30.7612 26.7857 30.6456 26.9197C30.5299 27.0538 30.3774 27.1237 30.2003 27.1237H22.3476C22.1705 27.1237 22.018 27.0538 21.9024 26.9197C21.7867 26.7857 21.7399 26.6246 21.7659 26.4495C22.0918 24.2522 23.986 22.5662 26.274 22.5662ZM16.25 2.1582C17.5227 2.1582 18.5543 3.18985 18.5543 4.46246C18.5543 5.73508 17.5227 6.76672 16.25 6.76672C14.9774 6.76672 13.9458 5.73502 13.9458 4.46246C13.9457 3.1899 14.9774 2.1582 16.25 2.1582ZM16.25 7.35476C18.538 7.35476 20.4322 9.04077 20.758 11.2381C20.784 11.4133 20.7373 11.5743 20.6216 11.7084C20.5059 11.8425 20.3534 11.9123 20.1764 11.9123H12.3236C12.1465 11.9123 11.994 11.8425 11.8784 11.7084C11.7627 11.5743 11.716 11.4133 11.7419 11.2381C12.0678 9.04077 13.962 7.35476 16.25 7.35476ZM6.22604 17.3697C7.49865 17.3697 8.5303 18.4013 8.5303 19.6739C8.5303 20.9466 7.4986 21.9782 6.22604 21.9782C4.95342 21.9782 3.92178 20.9466 3.92178 19.6739C3.92178 18.4013 4.95342 17.3697 6.22604 17.3697ZM6.22598 22.5662C8.51394 22.5662 10.4082 24.2521 10.734 26.4495C10.76 26.6247 10.7132 26.7857 10.5976 26.9197C10.4819 27.0538 10.3294 27.1237 10.1524 27.1237H2.2996C2.12252 27.1237 1.97003 27.0538 1.85435 26.9197C1.73872 26.7857 1.69192 26.6246 1.71793 26.4495C2.04381 24.2522 3.93802 22.5662 6.22598 22.5662Z%22 stroke=%22black%22 stroke-linecap=%22round%22/%3E%3Cpath d=%22M12.0152 28.2881C13.3244 28.812 14.7534 29.1002 16.2497 29.1002C17.746 29.1002 19.175 28.812 20.4842 28.2881M27.5111 15.8957C26.9729 12.5044 24.9396 9.61106 22.1078 7.91211M10.3916 7.91211C7.55986 9.61106 5.52655 12.5044 4.98828 15.8957%22 stroke=%22black%22 stroke-linecap=%22round%22/%3E%3C/svg%3E")}.event__hero_bgimage .event__hero__event-info__location::before{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2233%22 height=%2232%22 viewBox=%220 0 33 32%22 fill=%22none%22%3E%3Cpath d=%22M16.25 30.0625C12.5 24.4375 5.9375 17.8125 5.9375 11.25C5.9375 5.56369 10.5637 0.937502 16.25 0.937502C21.9363 0.937502 26.5625 5.56369 26.5625 11.25C26.5625 17.8125 20 24.4375 16.25 30.0625Z%22 stroke=%22black%22 stroke-miterlimit=%2210%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22/%3E%3Cpath d=%22M16.25 15.9375C13.6654 15.9375 11.5625 13.8346 11.5625 11.25C11.5625 8.66544 13.6654 6.5625 16.25 6.5625C18.8346 6.5625 20.9375 8.66544 20.9375 11.25C20.9375 13.8346 18.8346 15.9375 16.25 15.9375Z%22 stroke=%22black%22 stroke-miterlimit=%2210%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22/%3E%3C/svg%3E")}.event__hero_bgimage .event__hero__event-info .icon-calendar{background:url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none"%3E%3Cg clip-path="url(%23clip0_9606_79656)"%3E%3Cpath d="M30.75 22.1458H25.8958C23.8247 22.1458 22.1458 23.8247 22.1458 25.8958V30.75M30.75 22.1458V9.96769C30.75 8.30762 30.0905 6.71556 28.9167 5.54163C27.7428 4.36782 26.1507 3.70831 24.4906 3.70831H7.50937C5.84931 3.70831 4.25719 4.36782 3.08331 5.54163C1.90944 6.71556 1.25 8.30762 1.25 9.96769V24.4906C1.25 26.1507 1.90944 27.7428 3.08331 28.9166C4.25719 30.0906 5.84931 30.75 7.50937 30.75H20.9167H22.1458M30.75 22.1458C30.75 23.7199 30.1247 25.2294 29.0117 26.3425L26.3424 29.0117C25.2295 30.1247 23.7199 30.75 22.1458 30.75M23.375 1.25V6.16663M8.625 1.25V6.16663M15.3958 23.4166H16.6042M8 23.4166H9.20831M22.7917 17.25H24M15.3958 17.25H16.6042M8 17.25H9.20831M1.25 11.0833H30.75" stroke="black" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id="clip0_9606_79656"%3E%3Crect width="32" height="32" fill="white"/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E') no-repeat center}.event__hero_bgimage .event__hero__event-info .icon-clock{background:url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none"%3E%3Cg clip-path="url(%23clip0_9606_79662)"%3E%3Cpath d="M16 8.625V16L20.9167 20.9167M1.25 16H3.70831M1.25 16C1.25 24.1462 7.85381 30.75 16 30.75M1.25 16C1.25 7.85381 7.85381 1.25 16 1.25M28.2917 16H30.75M30.75 16C30.75 24.1462 24.1462 30.75 16 30.75M30.75 16C30.75 7.85381 24.1462 1.25 16 1.25M16 30.75V28.2917M16 3.70831V1.25" stroke="black" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id="clip0_9606_79662"%3E%3Crect width="32" height="32" fill="white"/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E') no-repeat center;margin-left:0 !important}.event__hero_bgimage .event__hero__event-info .address{max-width:400px;text-align:center}.event__hero_bgimage .event__hero__event-info time{font-weight:300}.event__hero_bgimage .row-buttons{justify-content:center}.event__hero__event-info{display:flex;flex-direction:column;gap:24px;padding:0;margin:0;list-style:none}.event__hero__event-info li{font-weight:300;font-family:var(--font-secondary)}.event__hero__event-info li,.event__hero__event-info li--bold{font-size:1.125rem;line-height:125%;text-align:left;color:var(--body)}.event__hero__event-info li--bold{font-weight:500}@media screen and (max-width:1024px){.event__hero__event-info li,.event__hero__event-info li--bold{line-height:130%}}@media screen and (max-width:576px){.event__hero__event-info li,.event__hero__event-info li--bold{font-size:1rem;line-height:125%}}.event__hero__event-info li{padding-left:42px;display:flex;align-items:center;position:relative}.event__hero__event-info li::before{width:40px;height:25px;background-position:center;background-size:contain;background-repeat:no-repeat;content:"";position:absolute;left:0}.event__hero__event-info__attendance::before{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2233%22 height=%2232%22 viewBox=%220 0 33 32%22 fill=%22none%22%3E%3Cpath fill-rule=%22evenodd%22 clip-rule=%22evenodd%22 d=%22M26.274 17.3697C27.5466 17.3697 28.5783 18.4013 28.5783 19.6739C28.5783 20.9466 27.5466 21.9782 26.274 21.9782C25.0014 21.9782 23.9697 20.9466 23.9697 19.6739C23.9697 18.4013 25.0014 17.3697 26.274 17.3697ZM26.274 22.5662C28.562 22.5662 30.4562 24.2521 30.782 26.4495C30.808 26.6247 30.7612 26.7857 30.6456 26.9197C30.5299 27.0538 30.3774 27.1237 30.2003 27.1237H22.3476C22.1705 27.1237 22.018 27.0538 21.9024 26.9197C21.7867 26.7857 21.7399 26.6246 21.7659 26.4495C22.0918 24.2522 23.986 22.5662 26.274 22.5662ZM16.25 2.1582C17.5227 2.1582 18.5543 3.18985 18.5543 4.46246C18.5543 5.73508 17.5227 6.76672 16.25 6.76672C14.9774 6.76672 13.9458 5.73502 13.9458 4.46246C13.9457 3.1899 14.9774 2.1582 16.25 2.1582ZM16.25 7.35476C18.538 7.35476 20.4322 9.04077 20.758 11.2381C20.784 11.4133 20.7373 11.5743 20.6216 11.7084C20.5059 11.8425 20.3534 11.9123 20.1764 11.9123H12.3236C12.1465 11.9123 11.994 11.8425 11.8784 11.7084C11.7627 11.5743 11.716 11.4133 11.7419 11.2381C12.0678 9.04077 13.962 7.35476 16.25 7.35476ZM6.22604 17.3697C7.49865 17.3697 8.5303 18.4013 8.5303 19.6739C8.5303 20.9466 7.4986 21.9782 6.22604 21.9782C4.95342 21.9782 3.92178 20.9466 3.92178 19.6739C3.92178 18.4013 4.95342 17.3697 6.22604 17.3697ZM6.22598 22.5662C8.51394 22.5662 10.4082 24.2521 10.734 26.4495C10.76 26.6247 10.7132 26.7857 10.5976 26.9197C10.4819 27.0538 10.3294 27.1237 10.1524 27.1237H2.2996C2.12252 27.1237 1.97003 27.0538 1.85435 26.9197C1.73872 26.7857 1.69192 26.6246 1.71793 26.4495C2.04381 24.2522 3.93802 22.5662 6.22598 22.5662Z%22 stroke=%22white%22 stroke-linecap=%22round%22/%3E%3Cpath d=%22M12.0152 28.2881C13.3244 28.812 14.7534 29.1002 16.2497 29.1002C17.746 29.1002 19.175 28.812 20.4842 28.2881M27.5111 15.8957C26.9729 12.5044 24.9396 9.61106 22.1078 7.91211M10.3916 7.91211C7.55986 9.61106 5.52655 12.5044 4.98828 15.8957%22 stroke=%22white%22 stroke-linecap=%22round%22/%3E%3C/svg%3E")}.event__hero__event-info__date-time{padding-left:0 !important;justify-content:start;flex-wrap:wrap}@media screen and (min-width:481px){.event__hero__event-info__date-time{gap:48px !important}}.event__hero__event-info__date-time .body-text--s{font-weight:300}.event__hero__event-info__date-time .icon-clock{margin-left:0 !important}.event__hero__event-info__location::before{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2233%22 height=%2232%22 viewBox=%220 0 33 32%22 fill=%22none%22%3E%3Cpath d=%22M16.25 30.0625C12.5 24.4375 5.9375 17.8125 5.9375 11.25C5.9375 5.56369 10.5637 0.937502 16.25 0.937502C21.9363 0.937502 26.5625 5.56369 26.5625 11.25C26.5625 17.8125 20 24.4375 16.25 30.0625Z%22 stroke=%22white%22 stroke-miterlimit=%2210%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22/%3E%3Cpath d=%22M16.25 15.9375C13.6654 15.9375 11.5625 13.8346 11.5625 11.25C11.5625 8.66544 13.6654 6.5625 16.25 6.5625C18.8346 6.5625 20.9375 8.66544 20.9375 11.25C20.9375 13.8346 18.8346 15.9375 16.25 15.9375Z%22 stroke=%22white%22 stroke-miterlimit=%2210%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22/%3E%3C/svg%3E")}.event__hero__event-info__location p{display:flex;flex-wrap:wrap;margin:0}.event__hero__event-info__location p.address{gap:2px}.event__hero__event-info__location p .administrative-area{margin-left:2px}.event__hero__event-info__date-time,.event__hero__event-info time{display:flex;flex-wrap:wrap;align-items:center;gap:16px;font-weight:300;font-family:var(--font-secondary)}.event__hero__event-info__date-time,.event__hero__event-info__date-time--bold,.event__hero__event-info time,.event__hero__event-info time--bold{font-size:1rem;line-height:125%;text-align:left;color:var(--body)}.event__hero__event-info__date-time--bold,.event__hero__event-info time--bold{font-weight:600}@media screen and (max-width:1024px){.event__hero__event-info__date-time,.event__hero__event-info__date-time--bold,.event__hero__event-info time,.event__hero__event-info time--bold{line-height:130%}}@media screen and (max-width:576px){.event__hero__event-info__date-time,.event__hero__event-info__date-time--bold,.event__hero__event-info time,.event__hero__event-info time--bold{font-size:.875rem;line-height:125%}}.event__hero__event-info__date-time span,.event__hero__event-info time span{display:flex !important}.event__hero__event-info__date-time time,.event__hero__event-info time time{gap:16px 0}.event__hero__event-info__date-time .body-text--s,.event__hero__event-info time .body-text--s{display:flex;align-items:center}.event__hero__event-info__date-time .custom-time-field:nth-child(2) time,.event__hero__event-info time .custom-time-field:nth-child(2) time{text-transform:uppercase}.event__hero__event-info span:not(.icon-calendar,.icon-clock,.address-line3,.locality,.administrative-area,.country){width:4px;height:4px;background-color:var(--white);content:""}@media screen and (max-width:768px){.event__hero__event-info span:not(.icon-calendar,.icon-clock,.address-line3,.locality,.administrative-area,.country){display:none}}.event__hero__event-info .icon-calendar{content:"";display:flex;width:31px;height:31px;background:url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none"%3E%3Cg clip-path="url(%23clip0_9606_79656)"%3E%3Cpath d="M30.75 22.1458H25.8958C23.8247 22.1458 22.1458 23.8247 22.1458 25.8958V30.75M30.75 22.1458V9.96769C30.75 8.30762 30.0905 6.71556 28.9167 5.54163C27.7428 4.36782 26.1507 3.70831 24.4906 3.70831H7.50937C5.84931 3.70831 4.25719 4.36782 3.08331 5.54163C1.90944 6.71556 1.25 8.30762 1.25 9.96769V24.4906C1.25 26.1507 1.90944 27.7428 3.08331 28.9166C4.25719 30.0906 5.84931 30.75 7.50937 30.75H20.9167H22.1458M30.75 22.1458C30.75 23.7199 30.1247 25.2294 29.0117 26.3425L26.3424 29.0117C25.2295 30.1247 23.7199 30.75 22.1458 30.75M23.375 1.25V6.16663M8.625 1.25V6.16663M15.3958 23.4166H16.6042M8 23.4166H9.20831M22.7917 17.25H24M15.3958 17.25H16.6042M8 17.25H9.20831M1.25 11.0833H30.75" stroke="white" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id="clip0_9606_79656"%3E%3Crect width="32" height="32" fill="white"/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E') no-repeat center;background-size:contain;margin-right:10px;margin-bottom:2px}.event__hero__event-info .icon-clock{content:"";display:flex;width:25px;height:25px;background:url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none"%3E%3Cg clip-path="url(%23clip0_9606_79662)"%3E%3Cpath d="M16 8.625V16L20.9167 20.9167M1.25 16H3.70831M1.25 16C1.25 24.1462 7.85381 30.75 16 30.75M1.25 16C1.25 7.85381 7.85381 1.25 16 1.25M28.2917 16H30.75M30.75 16C30.75 24.1462 24.1462 30.75 16 30.75M30.75 16C30.75 7.85381 24.1462 1.25 16 1.25M16 30.75V28.2917M16 3.70831V1.25" stroke="white" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id="clip0_9606_79662"%3E%3Crect width="32" height="32" fill="white"/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E') no-repeat center;background-size:contain;margin-right:10px;margin-left:32px;margin-bottom:2px}@media screen and (max-width:1441px){.event__hero__event-info .icon-clock{margin-left:0}}.event__hero__mobile-buttons button{--btn-bg:var(--white);--btn-color:var(--purple-400);--btn-border:var(--purple-400);--btn-bg-hover:transparent;--btn-color-hover:var(--white);--btn-border-hover:var(--white)}.event__hero__content__media,.event__hero__media{margin-left:0px}.event__hero__content__media::before,.event__hero__media::before{background-position:left center}.event__hero__content__media img,.event__hero__media img{margin-left:0;width:revert-layer}@media screen and (max-width:1024px){.event__hero__content__media img,.event__hero__media img{left:0}}@media screen and (max-width:768px){.event__hero__content__media::before,.event__hero__media::before{width:100%;background-position:left center}.event__hero__content__media img,.event__hero__media img{left:0;margin-left:0}}@media screen and (max-width:576px){.event__hero__content__media::before,.event__hero__media::before{width:364px;height:204px}.event__hero__content__media img,.event__hero__content__media picture,.event__hero__media img,.event__hero__media picture{width:180px;left:0}.event__hero__content__media picture,.event__hero__media picture{margin-left:12px}}.event__hero_thumbnail_crop .field--name-field-event-logo img,.event__hero picture,.event__hero svg{aspect-ratio:1;border-radius:50%;max-width:258px}.event__main{padding:60px 0}@media screen and (max-width:1024px){.event__main{padding:40px 0}}.event__main .embedded-entity.block--blockquote{box-shadow:none;border-radius:0;border-left:1px solid var(--purple-300);padding:24px 24px 24px 94px;margin:1em 0}@media screen and (max-width:1024px){.event__main .embedded-entity.block--blockquote{padding:24px}}.event__main .embedded-entity.block--blockquote>.field--name-field-quote-body{padding-bottom:24px}.event__main .embedded-entity.block--blockquote>.field--name-field-quote-body p,.event__main .embedded-entity.block--blockquote>.field--name-field-quote-body p *{font-size:1.5rem;font-weight:400;line-height:100%;color:var(--title-main);font-family:var(--font-main)}@media screen and (max-width:1024px){.event__main .embedded-entity.block--blockquote>.field--name-field-quote-body p,.event__main .embedded-entity.block--blockquote>.field--name-field-quote-body p *{line-height:100%}}@media screen and (max-width:576px){.event__main .embedded-entity.block--blockquote>.field--name-field-quote-body p,.event__main .embedded-entity.block--blockquote>.field--name-field-quote-body p *{font-size:1.25rem}}.event__main .embedded-entity.block--blockquote>.field--name-field-quote-body::before{width:62px;height:52px;background-repeat:no-repeat;background-size:42px 31px;background-image:url("/themes/custom/conga/assets/images/quote-icon.svg");background-position:center;content:"";display:block;position:absolute;top:24px;left:16px}@media screen and (max-width:1024px){.event__main .embedded-entity.block--blockquote>.field--name-field-quote-body::before{position:static}}.event__main__sidebar{--label-color:var(--black);--label-background:var(--gray-200);--top-sticky-box:calc(var(--top-menu-height,116px) + 30px);width:calc(100% - 914px);padding-right:40px;display:flex;flex-flow:column wrap;gap:16px;justify-content:flex-start;align-items:flex-start}@media screen and (max-width:1280px){.event__main__sidebar{width:calc(100% - 700px)}}@media screen and (max-width:1024px){.event__main__sidebar{width:100%;padding-right:0}}.event__main__sidebar .sticky-box{display:flex;flex-direction:column;gap:48px;width:100%;position:sticky;top:var(--top-sticky-box,170px)}.event__main__sidebar .sticky-box .label.primary-label{--label-background:var(--purple-300);--label-color:var(--white)}.event__main__sidebar .sticky-box .label.secondary-label{--label-background:var(--purple-100)}@media screen and (max-width:1024px){.event__main__sidebar .hide-mob{display:none}}.event__main__sidebar .nav-wrapper{width:100%;display:flex;flex-direction:column;gap:24px}@media screen and (max-width:1024px){.event__main__sidebar .nav-wrapper{display:none}}.event__main__sidebar .nav-title{text-transform:uppercase;margin:0}.event__main__sidebar .tb-content{padding:0;margin:0;position:relative;display:flex;flex-flow:column wrap;gap:0;justify-content:flex-start;align-items:flex-start}.event__main__sidebar .tb-content::before{content:"";width:2px;height:100%;background-color:var(--gray-200);position:absolute;left:0;top:0}.event__main__sidebar .tb-content li{padding:8px 16px;display:block;position:relative;font-weight:400;font-family:var(--font-secondary)}.event__main__sidebar .tb-content li,.event__main__sidebar .tb-content li--bold{font-size:.875rem;line-height:125%;text-align:left;color:var(--body)}.event__main__sidebar .tb-content li--bold{font-weight:500}@media screen and (max-width:1024px){.event__main__sidebar .tb-content li,.event__main__sidebar .tb-content li--bold{line-height:130%}}@media screen and (max-width:576px){.event__main__sidebar .tb-content li,.event__main__sidebar .tb-content li--bold{font-size:.75rem;line-height:125%}}.event__main__sidebar .tb-content li::before{content:"";width:2px;height:100%;background-color:rgba(0,0,0,0);position:absolute;left:0;top:0}.event__main__sidebar .tb-content li.active::before,.event__main__sidebar .tb-content li.done::before{background-color:var(--purple-300)}.event__main__sidebar .tb-content li a{color:var(--gray-700);text-decoration:none;transition:all .3s;font-weight:400;font-family:var(--font-secondary)}.event__main__sidebar .tb-content li a,.event__main__sidebar .tb-content li a--bold{font-size:.875rem;line-height:125%;text-align:left;color:var(--body)}.event__main__sidebar .tb-content li a--bold{font-weight:500}@media screen and (max-width:1024px){.event__main__sidebar .tb-content li a,.event__main__sidebar .tb-content li a--bold{line-height:130%}}@media screen and (max-width:576px){.event__main__sidebar .tb-content li a,.event__main__sidebar .tb-content li a--bold{font-size:.75rem;line-height:125%}}.event__main__sidebar .tb-content li a:hover{font-weight:bold}.event__main__sidebar p{color:var(--black)}.event__main__content{width:914px;--body:var(--black)}@media screen and (max-width:1280px){.event__main__content{width:700px}}@media screen and (max-width:1024px){.event__main__content{width:100%}}.event__main__content_fullwidth{width:100%}.event__main__content__wrapper{width:100%;display:flex;flex-direction:column;gap:48px}.event__main__content__wrapper .text-formatted{display:flex;flex-direction:column;gap:24px}.event__main__content__wrapper .text-formatted::after{display:none}.event__main__content__wrapper *{margin:0}.event__main__content__wrapper .h1,.event__main__content__wrapper h1,.event__main__content__wrapper .h2,.event__main__content__wrapper h2,.event__main__content__wrapper .h3,.event__main__content__wrapper h3,.event__main__content__wrapper .h4,.event__main__content__wrapper h4,.event__main__content__wrapper .h5,.event__main__content__wrapper h5,.event__main__content__wrapper .h6,.event__main__content__wrapper h6{margin:24px 0 0}.event__main__content__wrapper .h1:first-child,.event__main__content__wrapper h1:first-child,.event__main__content__wrapper .h2:first-child,.event__main__content__wrapper h2:first-child,.event__main__content__wrapper .h3:first-child,.event__main__content__wrapper h3:first-child,.event__main__content__wrapper .h4:first-child,.event__main__content__wrapper h4:first-child,.event__main__content__wrapper .h5:first-child,.event__main__content__wrapper h5:first-child,.event__main__content__wrapper .h6:first-child,.event__main__content__wrapper h6:first-child{margin-top:0}.event__main__content__wrapper p:not(.btn,.resource-about-client__title,.skip-styles,.speaker__name,.speaker__position,.resource-video__title,.resource-video__subtitle,.splide__slide),.event__main__content__wrapper li:not(.btn,.resource-about-client__title,.skip-styles,.speaker__name,.speaker__position,.resource-video__title,.resource-video__subtitle,.splide__slide),.event__main__content__wrapper a:not(.btn,.resource-about-client__title,.skip-styles,.speaker__name,.speaker__position,.resource-video__title,.resource-video__subtitle,.splide__slide){color:var(--black);font-size:1.125rem;line-height:150%;text-align:left;font-weight:300}@media screen and (max-width:1024px){.event__main__content__wrapper p:not(.btn,.resource-about-client__title,.skip-styles,.speaker__name,.speaker__position,.resource-video__title,.resource-video__subtitle,.splide__slide),.event__main__content__wrapper li:not(.btn,.resource-about-client__title,.skip-styles,.speaker__name,.speaker__position,.resource-video__title,.resource-video__subtitle,.splide__slide),.event__main__content__wrapper a:not(.btn,.resource-about-client__title,.skip-styles,.speaker__name,.speaker__position,.resource-video__title,.resource-video__subtitle,.splide__slide){line-height:130%}}@media screen and (max-width:576px){.event__main__content__wrapper p:not(.btn,.resource-about-client__title,.skip-styles,.speaker__name,.speaker__position,.resource-video__title,.resource-video__subtitle,.splide__slide),.event__main__content__wrapper li:not(.btn,.resource-about-client__title,.skip-styles,.speaker__name,.speaker__position,.resource-video__title,.resource-video__subtitle,.splide__slide),.event__main__content__wrapper a:not(.btn,.resource-about-client__title,.skip-styles,.speaker__name,.speaker__position,.resource-video__title,.resource-video__subtitle,.splide__slide){font-size:1rem;line-height:150%}}.event__main__content__wrapper p.body-text-s,.event__main__content__wrapper li.body-text-s,.event__main__content__wrapper a.body-text-s{font-weight:300;font-family:var(--font-secondary)}.event__main__content__wrapper p.body-text-s,.event__main__content__wrapper p.body-text-s--bold,.event__main__content__wrapper li.body-text-s,.event__main__content__wrapper li.body-text-s--bold,.event__main__content__wrapper a.body-text-s,.event__main__content__wrapper a.body-text-s--bold{font-size:1rem;line-height:125%;text-align:left;color:var(--body)}.event__main__content__wrapper p.body-text-s--bold,.event__main__content__wrapper li.body-text-s--bold,.event__main__content__wrapper a.body-text-s--bold{font-weight:600}@media screen and (max-width:1024px){.event__main__content__wrapper p.body-text-s,.event__main__content__wrapper p.body-text-s--bold,.event__main__content__wrapper li.body-text-s,.event__main__content__wrapper li.body-text-s--bold,.event__main__content__wrapper a.body-text-s,.event__main__content__wrapper a.body-text-s--bold{line-height:130%}}@media screen and (max-width:576px){.event__main__content__wrapper p.body-text-s,.event__main__content__wrapper p.body-text-s--bold,.event__main__content__wrapper li.body-text-s,.event__main__content__wrapper li.body-text-s--bold,.event__main__content__wrapper a.body-text-s,.event__main__content__wrapper a.body-text-s--bold{font-size:.875rem;line-height:125%}}.event__main__content__wrapper p.body-text-l,.event__main__content__wrapper li.body-text-l,.event__main__content__wrapper a.body-text-l{font-weight:300;font-family:var(--font-secondary)}.event__main__content__wrapper p.body-text-l,.event__main__content__wrapper p.body-text-l--bold,.event__main__content__wrapper li.body-text-l,.event__main__content__wrapper li.body-text-l--bold,.event__main__content__wrapper a.body-text-l,.event__main__content__wrapper a.body-text-l--bold{font-size:1.25rem;line-height:120%;text-align:left;color:var(--body)}.event__main__content__wrapper p.body-text-l--bold,.event__main__content__wrapper li.body-text-l--bold,.event__main__content__wrapper a.body-text-l--bold{font-weight:400}@media screen and (max-width:1024px){.event__main__content__wrapper p.body-text-l,.event__main__content__wrapper p.body-text-l--bold,.event__main__content__wrapper li.body-text-l,.event__main__content__wrapper li.body-text-l--bold,.event__main__content__wrapper a.body-text-l,.event__main__content__wrapper a.body-text-l--bold{line-height:130%}}@media screen and (max-width:576px){.event__main__content__wrapper p.body-text-l,.event__main__content__wrapper p.body-text-l--bold,.event__main__content__wrapper li.body-text-l,.event__main__content__wrapper li.body-text-l--bold,.event__main__content__wrapper a.body-text-l,.event__main__content__wrapper a.body-text-l--bold{font-size:1.125rem;line-height:110%}}.event__main__content__wrapper a:not(.btn,.resource-about-client__title,.skip-styles,.speaker__name,.speaker__position,.resource-video__title,.resource-video__subtitle),.event__main__content__wrapper a:not(.btn,.resource-about-client__title,.skip-styles,.speaker__name,.speaker__position,.resource-video__title,.resource-video__subtitle) span{color:var(--purple-300);font-weight:bold;transition:all .3s}.event__main__content__wrapper a:not(.btn,.resource-about-client__title,.skip-styles,.speaker__name,.speaker__position,.resource-video__title,.resource-video__subtitle):hover,.event__main__content__wrapper a:not(.btn,.resource-about-client__title,.skip-styles,.speaker__name,.speaker__position,.resource-video__title,.resource-video__subtitle) span:hover{color:var(--purple-400)}.event__main__content__wrapper ul:not(.accordion){padding:0;list-style:none;gap:16px}.event__main__content__wrapper ul:not(.accordion) li:not(.paragraph--type--accordion-item,.splide__slide){margin:0 0 16px;padding-left:36px;position:relative;font-family:var(--font-secondary)}.event__main__content__wrapper ul:not(.accordion) li:not(.paragraph--type--accordion-item,.splide__slide) strong{font-weight:300;font-family:var(--font-secondary);font-weight:500}.event__main__content__wrapper ul:not(.accordion) li:not(.paragraph--type--accordion-item,.splide__slide) strong,.event__main__content__wrapper ul:not(.accordion) li:not(.paragraph--type--accordion-item,.splide__slide) strong--bold{font-size:1.125rem;line-height:125%;text-align:left;color:var(--body)}.event__main__content__wrapper ul:not(.accordion) li:not(.paragraph--type--accordion-item,.splide__slide) strong--bold{font-weight:500}@media screen and (max-width:1024px){.event__main__content__wrapper ul:not(.accordion) li:not(.paragraph--type--accordion-item,.splide__slide) strong,.event__main__content__wrapper ul:not(.accordion) li:not(.paragraph--type--accordion-item,.splide__slide) strong--bold{line-height:130%}}@media screen and (max-width:576px){.event__main__content__wrapper ul:not(.accordion) li:not(.paragraph--type--accordion-item,.splide__slide) strong,.event__main__content__wrapper ul:not(.accordion) li:not(.paragraph--type--accordion-item,.splide__slide) strong--bold{font-size:1rem;line-height:125%}}.event__main__content__wrapper ul:not(.accordion) li:not(.paragraph--type--accordion-item,.splide__slide):last-child{margin-bottom:0}.event__main__content__wrapper ul:not(.accordion) li:not(.paragraph--type--accordion-item,.splide__slide)::before{width:4px;height:4px;content:"";background-color:var(--purple-300);position:absolute;top:calc(.75em - 2px);left:24px;border-radius:50%}.event__main__content__wrapper .resource-list{position:relative;padding:32px;display:flex;flex-direction:column;gap:24px}@media screen and (max-width:1024px){.event__main__content__wrapper .resource-list{padding:16px}}.event__main__content__wrapper .resource-list .heading-with-icon *{margin:0}.event__main__content__wrapper .resource-list::before{content:"";inset:0;z-index:-1;display:block;position:absolute;border-radius:16px;background:var(--purple-100)}.event__main__content__wrapper .resource-list__wrapper{display:flex;flex-wrap:wrap;gap:16px}.event__main__content__wrapper .resource-list__item{--body:var(--black);--title-main:var(--black);width:calc(50% - 8px);display:flex;align-items:center;gap:16px;margin:4px 0}@media screen and (max-width:1024px){.event__main__content__wrapper .resource-list__item{width:100%}}.event__main__content__wrapper .resource-list__item__circle{display:flex;width:80px;height:80px;justify-content:center;align-items:center;background-color:var(--white);border-radius:50%;flex-shrink:0}.event__main__content__wrapper .resource-list__item .body-text-s{flex:1}.event__main__content__wrapper .resource-list__item p{width:calc(100% - 80px);margin:0;color:var(--body)}.event__main__content__wrapper .resource-list__item.without-circle{border-radius:16px;background:var(--white);padding:24px 24px 24px 72px;margin:0;display:flex;align-items:flex-start;position:relative}.event__main__content__wrapper .resource-list__item.without-circle p{width:100%}.event__main__content__wrapper .resource-list__item.without-circle::before{position:absolute;left:24px;top:24px;content:"";width:32px;height:32px;background-image:url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='16' cy='16' r='16' fill='%2321CCA1'/%3E%3Cpath d='M22.6668 10.6666L13.5002 20L9.3335 15.7575' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}.event__main__content__wrapper .heading-with-icon{display:flex;align-items:center;gap:24px}.event__main__content__wrapper .heading-with-icon h1,.event__main__content__wrapper .heading-with-icon h2,.event__main__content__wrapper .heading-with-icon h3,.event__main__content__wrapper .heading-with-icon h4,.event__main__content__wrapper .heading-with-icon h5{padding-top:0;z-index:1 !important;margin-bottom:0;width:calc(100% - 64px - 24px)}.event__main__content__wrapper .heading-with-icon h1,.event__main__content__wrapper .heading-with-icon h2,.event__main__content__wrapper .heading-with-icon h3{z-index:-1 !important}.event__main__content__wrapper .heading-with-icon svg{width:64px;height:auto}.event__main__content__wrapper .resource-text-with-icon{display:flex;flex-direction:column;gap:24px}.event__main__content__wrapper .resource-text-with-icon *{margin:0}.event__main__content__wrapper .resource-quote{padding:24px 24px 24px 94px;border-left:1px solid var(--purple-300);display:flex;flex-direction:column;position:relative;gap:24px}@media screen and (max-width:1024px){.event__main__content__wrapper .resource-quote{padding:24px}}@media screen and (max-width:768px){.event__main__content__wrapper .resource-quote{gap:16px}}@media screen and (max-width:576px){.event__main__content__wrapper .resource-quote{padding:8px 0 8px 16px}}.event__main__content__wrapper .resource-quote::before{width:42px;height:52px;background-repeat:no-repeat;background-size:42px 31px;background:url(/themes/custom/conga/assets/images/quote-icon.svg);background-position:center;background-repeat:no-repeat;background-size:contain;content:"";display:block;position:absolute;top:24px;left:16px}@media screen and (max-width:1024px){.event__main__content__wrapper .resource-quote::before{position:static}}.event__main__content__wrapper .resource-quote blockquote{--title-main:var(--black);--title-secondary:var(--black)}@media screen and (max-width:768px){.event__main__content__wrapper .resource-quote blockquote{margin-bottom:8px}}.event__main__content__wrapper .resource-quote blockquote p{font-weight:300 !important}.event__main__content__wrapper .resource-quote blockquote p,.event__main__content__wrapper .resource-quote blockquote p *{font-size:1.5rem;font-weight:400;line-height:100%;color:var(--title-main);font-family:var(--font-main)}@media screen and (max-width:1024px){.event__main__content__wrapper .resource-quote blockquote p,.event__main__content__wrapper .resource-quote blockquote p *{line-height:100%}}@media screen and (max-width:576px){.event__main__content__wrapper .resource-quote blockquote p,.event__main__content__wrapper .resource-quote blockquote p *{font-size:1.25rem}}.event__main__content__wrapper .resource-quote__author{width:100%;display:flex;align-items:center;gap:24px}@media screen and (max-width:768px){.event__main__content__wrapper .resource-quote__author{gap:12px;align-items:flex-start}}.event__main__content__wrapper .resource-quote__author img,.event__main__content__wrapper .resource-quote__author svg{width:96px;height:96px;border-radius:50%;-o-object-fit:cover;object-fit:cover}@media screen and (max-width:768px){.event__main__content__wrapper .resource-quote__author img,.event__main__content__wrapper .resource-quote__author svg{width:48px;height:48px}}.event__main__content__wrapper .resource-quote__author>div:last-child{width:calc(100% - 96px - 24px);display:flex;flex-direction:column;gap:8px}@media screen and (max-width:768px){.event__main__content__wrapper .resource-quote__author>div:last-child{width:calc(100% - 48px - 12px)}}.event__main__content__wrapper .resource-quote__author__name{font-weight:400;font-family:var(--font-secondary);font-weight:500}.event__main__content__wrapper .resource-quote__author__name,.event__main__content__wrapper .resource-quote__author__name--bold{font-size:.875rem;line-height:125%;text-align:left;color:var(--body)}.event__main__content__wrapper .resource-quote__author__name--bold{font-weight:500}@media screen and (max-width:1024px){.event__main__content__wrapper .resource-quote__author__name,.event__main__content__wrapper .resource-quote__author__name--bold{line-height:130%}}@media screen and (max-width:576px){.event__main__content__wrapper .resource-quote__author__name,.event__main__content__wrapper .resource-quote__author__name--bold{font-size:.75rem;line-height:125%}}.event__main__content__wrapper .resource-quote__author__position{font-weight:400;font-family:var(--font-secondary)}.event__main__content__wrapper .resource-quote__author__position,.event__main__content__wrapper .resource-quote__author__position--bold{font-size:.875rem;line-height:125%;text-align:left;color:var(--body)}.event__main__content__wrapper .resource-quote__author__position--bold{font-weight:500}@media screen and (max-width:1024px){.event__main__content__wrapper .resource-quote__author__position,.event__main__content__wrapper .resource-quote__author__position--bold{line-height:130%}}@media screen and (max-width:576px){.event__main__content__wrapper .resource-quote__author__position,.event__main__content__wrapper .resource-quote__author__position--bold{font-size:.75rem;line-height:125%}}.event__main__content__wrapper .resource-quote__author__logo .field--name-field-media-image{justify-content:start}.event__main__content__wrapper .resource-quote__author__logo .field--name-field-media-image picture,.event__main__content__wrapper .resource-quote__author__logo .field--name-field-media-image img,.event__main__content__wrapper .resource-quote__author__logo .field--name-field-media-image svg{max-height:45px}.event__main__content__wrapper .resource-cta{--body:var(--white);--title-main:var(--white);--title-secondary:var(--white);width:100%;display:flex;flex-flow:row nowrap !important;justify-content:space-between;align-items:center !important;gap:36px;padding:40px 64px;overflow:hidden;border-radius:150px;background-color:var(--purple-400);background-repeat:no-repeat;background-size:cover;background-position:center}@media screen and (max-width:1024px){.event__main__content__wrapper .resource-cta{flex-direction:column !important;align-items:flex-start !important}}@media screen and (max-width:576px){.event__main__content__wrapper .resource-cta{flex-direction:column;padding:24px;border-radius:24px;gap:24px;align-items:flex-start}}.event__main__content__wrapper .resource-cta__content{color:var(--white);display:flex;flex-direction:column;gap:8px;width:100%}.event__main__content__wrapper .resource-cta__content *{z-index:2}.event__main__content__wrapper .resource-cta__content *:not(.content-link){margin:0}.event__main__content__wrapper .resource-cta__content p{font-weight:300;font-family:var(--font-secondary)}.event__main__content__wrapper .resource-cta__content p,.event__main__content__wrapper .resource-cta__content p--bold{font-size:1.125rem;line-height:125%;text-align:left;color:var(--body)}.event__main__content__wrapper .resource-cta__content p--bold{font-weight:500}@media screen and (max-width:1024px){.event__main__content__wrapper .resource-cta__content p,.event__main__content__wrapper .resource-cta__content p--bold{line-height:130%}}@media screen and (max-width:576px){.event__main__content__wrapper .resource-cta__content p,.event__main__content__wrapper .resource-cta__content p--bold{font-size:1rem;line-height:125%}}.event__main__content__wrapper .resource-cta__content p.h5{font-size:1.5rem;line-height:130%;color:var(--title-main);font-family:var(--font-primary)}.event__main__content__wrapper .resource-cta__content .body-text{color:var(--white) !important}.event__main__content__wrapper .resource-cta__content .content-link:not(h2){margin-top:0;padding-top:0;z-index:1 !important}.event__main__content__wrapper .resource-cta__button{display:flex;flex-direction:column;align-items:center;justify-content:center}.event__main__content__wrapper .resource-cta__button a{white-space:nowrap}.event__main__content__wrapper .resource-cta h2,.event__main__content__wrapper .resource-cta h3{z-index:1 !important}.event__main__content__wrapper .resource-about-client{--body:var(--black);width:100%;border-radius:24px;border:1px solid var(--purple-200);padding:32px;display:flex;flex-direction:column;gap:40px}@media screen and (max-width:576px){.event__main__content__wrapper .resource-about-client{padding:16px}}.event__main__content__wrapper .resource-about-client__title{font-weight:300;font-family:var(--font-secondary);font-weight:500}.event__main__content__wrapper .resource-about-client__title,.event__main__content__wrapper .resource-about-client__title--bold{font-size:1.125rem;line-height:125%;text-align:left;color:var(--body)}.event__main__content__wrapper .resource-about-client__title--bold{font-weight:500}@media screen and (max-width:1024px){.event__main__content__wrapper .resource-about-client__title,.event__main__content__wrapper .resource-about-client__title--bold{line-height:130%}}@media screen and (max-width:576px){.event__main__content__wrapper .resource-about-client__title,.event__main__content__wrapper .resource-about-client__title--bold{font-size:1rem;line-height:125%}}.event__main__content__wrapper .resource-about-client__title{color:var(--purple-400) !important}.event__main__content__wrapper .resource-about-client p:not(.resource-about-client__title){color:var(--body) !important}.event__main__content__wrapper .resource-about-client__about,.event__main__content__wrapper .resource-about-client__products{display:flex;flex-direction:column;gap:16px}.event__main__content__wrapper .resource-about-client .list-about{display:flex;flex-direction:column;gap:16px}.event__main__content__wrapper .resource-about-client .list-about .list__item{width:100%}.event__main__content__wrapper .resource-about-client .list-products{display:flex;flex-wrap:wrap;gap:16px}.event__main__content__wrapper .resource-about-client .list-products .list__item{width:calc(50% - 8px)}.event__main__content__wrapper .resource-about-client .list-products .list__item svg,.event__main__content__wrapper .resource-about-client .list-products .list__item img{width:32px;height:auto}.event__main__content__wrapper .resource-about-client .list-products .list__item p{width:calc(100% - 32px - 16px)}.event__main__content__wrapper .resource-about-client .list-products .list__item,.event__main__content__wrapper .resource-about-client .list-about .list__item{display:flex;align-items:center;gap:5px}.event__main__content__wrapper .resource-about-client .list-products .list__item .text-formatted,.event__main__content__wrapper .resource-about-client .list-about .list__item .text-formatted{flex:1}.event__main__content__wrapper .resource-about-client__content span{font-family:var(--font-secondary);font-size:1.125rem}.event__main__content__wrapper .resource-about-client__content a{color:var(--purple-200);font-family:var(--font-secondary)}.event__main__content__wrapper .resource-about-client__content a:hover{color:var(--purple-400)}.event__main__content__wrapper .resource-content{display:flex;flex-direction:column;gap:24px;position:relative;font-family:var(--font-secondary)}.event__main__content__wrapper .resource-content strong{font-weight:500 !important}.event__main__content__wrapper .resource-content a{color:var(--purple-300);font-family:var(--font-secondary)}.event__main__content__wrapper .resource-content a:hover{color:var(--purple-400)}.event__main__content__wrapper .resource-content h4,.event__main__content__wrapper .resource-content h5,.event__main__content__wrapper .resource-content h6{margin-top:0}.event__main__content__wrapper .resource-content table{font-family:var(--font-secondary);font-size:1.125rem;width:100%}.event__main__content__wrapper .resource-content table td{padding:16px;border:1px solid var(--gray-200);font-weight:350}@media screen and (max-width:576px){.event__main__content__wrapper .resource-content table td{font-size:1rem;padding:10px}}.event__main__content__wrapper .resource-content table tr:first-child td{background-color:var(--purple-100)}.event__main__content__wrapper .resource-content table tr:not(:first-child) td{color:var(--gray-700);background-color:var(--white)}.event__main__content__wrapper .resource-content table tr:not(:first-child):not(.secondary-row)>td:first-child{background-color:var(--gray-100)}.event__main__content__wrapper .resource-content .embedded-entity .embedded-cta-button a{border-radius:4px}.event__main__content__wrapper .resource-content.purple_100{border-radius:16px;padding:35px}.event__main__content__wrapper .resource-content.purple_100 a{color:var(--purple-400);font-family:var(--font-secondary)}.event__main__content__wrapper .resource-content.purple_100 a:hover{color:var(--white)}.event__main__content__wrapper .resource-content.purple_100 table{border-collapse:collapse;border-style:hidden}.event__main__content__wrapper .resource-content.purple_100 table tr:first-child td{background-color:var(--purple-400);color:var(--white)}.event__main__content__wrapper .resource-content.purple_100::before{position:absolute;z-index:-2;top:0;bottom:0;content:"";width:100%;height:100%;left:0;border-radius:16px;background:var(--purple-100)}.event__main__content__wrapper .resource-content.purple_100 h1,.event__main__content__wrapper .resource-content.purple_100 h2,.event__main__content__wrapper .resource-content.purple_100 h3,.event__main__content__wrapper .resource-content.purple_100 h4,.event__main__content__wrapper .resource-content.purple_100 h5,.event__main__content__wrapper .resource-content.purple_100 h6{font-weight:400}.event__main__content__wrapper .resource-content.purple_100 h1 span,.event__main__content__wrapper .resource-content.purple_100 h2 span,.event__main__content__wrapper .resource-content.purple_100 h3 span,.event__main__content__wrapper .resource-content.purple_100 h4 span,.event__main__content__wrapper .resource-content.purple_100 h5 span,.event__main__content__wrapper .resource-content.purple_100 h6 span{font-weight:700}.event__main__content__wrapper .resource-speakers{display:flex;flex-direction:column;gap:24px}.event__main__content__wrapper .resource-speakers .speakers-list{width:100%;display:flex;flex-wrap:wrap;gap:30px}@media screen and (max-width:1441px){.event__main__content__wrapper .resource-speakers .speakers-list{gap:16px}}.event__main__content__wrapper .resource-speakers .speaker{width:calc(50% - 15px);display:flex;align-items:center;gap:16px;transition:all .3s}@media screen and (max-width:1441px){.event__main__content__wrapper .resource-speakers .speaker{width:100%}}.event__main__content__wrapper .resource-speakers .speaker.no-media .speaker__info{padding:24px !important;width:100% !important}.event__main__content__wrapper .resource-speakers .speaker *{margin:0;transition:all .3s}.event__main__content__wrapper .resource-speakers .speaker img{width:100px;height:100px;border-radius:50%;-o-object-fit:cover;object-fit:cover}@media screen and (max-width:576px){.event__main__content__wrapper .resource-speakers .speaker img{width:70px;height:70px}}.event__main__content__wrapper .resource-speakers .speaker__info{display:flex;padding:24px;flex-direction:column;gap:6px;width:calc(100% - 100px - 16px);border-radius:16px;background:var(--white);box-shadow:-15px 11px 21px 0 rgba(113,113,113,.15)}@media screen and (max-width:576px){.event__main__content__wrapper .resource-speakers .speaker__info{padding:16px;width:calc(100% - 70px - 16px)}}.event__main__content__wrapper .resource-speakers .speaker__name{--body:var(--black);font-weight:300;font-family:var(--font-secondary);font-weight:600}.event__main__content__wrapper .resource-speakers .speaker__name,.event__main__content__wrapper .resource-speakers .speaker__name--bold{font-size:1rem;line-height:125%;text-align:left;color:var(--body)}.event__main__content__wrapper .resource-speakers .speaker__name--bold{font-weight:600}@media screen and (max-width:1024px){.event__main__content__wrapper .resource-speakers .speaker__name,.event__main__content__wrapper .resource-speakers .speaker__name--bold{line-height:130%}}@media screen and (max-width:576px){.event__main__content__wrapper .resource-speakers .speaker__name,.event__main__content__wrapper .resource-speakers .speaker__name--bold{font-size:.875rem;line-height:125%}}.event__main__content__wrapper .resource-speakers .speaker__position{font-weight:400;font-family:var(--font-secondary)}.event__main__content__wrapper .resource-speakers .speaker__position,.event__main__content__wrapper .resource-speakers .speaker__position--bold{font-size:.875rem;line-height:125%;text-align:left;color:var(--body)}.event__main__content__wrapper .resource-speakers .speaker__position--bold{font-weight:500}@media screen and (max-width:1024px){.event__main__content__wrapper .resource-speakers .speaker__position,.event__main__content__wrapper .resource-speakers .speaker__position--bold{line-height:130%}}@media screen and (max-width:576px){.event__main__content__wrapper .resource-speakers .speaker__position,.event__main__content__wrapper .resource-speakers .speaker__position--bold{font-size:.75rem;line-height:125%}}.event__main__content__wrapper .resource-speakers .speaker:not(.no-content){cursor:pointer}.event__main__content__wrapper .resource-speakers .speaker:not(.no-content):hover{box-shadow:-15px 11px 21px 0 rgba(113,113,113,.15);border-radius:16px;background:var(--white)}.event__main__content__wrapper .resource-speakers .speaker:not(.no-content):hover img{width:72px;height:72px;margin:14px}@media screen and (max-width:576px){.event__main__content__wrapper .resource-speakers .speaker:not(.no-content):hover img{width:50px;height:50px;margin:10px 0 10px 10px}}.event__main__content__wrapper .resource-speakers .speaker:not(.no-content):hover>.speaker__info{box-shadow:none;width:calc(100% - 72px - 28px);padding-left:0;padding-right:50px}.event__main__content__wrapper .resource-speakers .speaker:not(.no-content):hover>.speaker__info.no-image{padding-left:24px}@media screen and (max-width:576px){.event__main__content__wrapper .resource-speakers .speaker:not(.no-content):hover>.speaker__info{width:calc(100% - 50px - 10px)}}.event__main__content__wrapper .resource-speakers .speaker .speaker-modal{display:none;justify-content:center;align-items:center;position:fixed;z-index:999;width:100vw;height:100vh;top:0;left:0;background-color:rgba(1,36,42,.3)}@media screen and (max-height:600px){.event__main__content__wrapper .resource-speakers .speaker .speaker-modal{align-items:flex-start;padding-top:40px;padding-bottom:40px;overflow:auto}}.event__main__content__wrapper .resource-speakers .speaker .speaker-modal__box{width:100%;max-width:560px;border-radius:20px;background:#fff;box-shadow:0 10px 24px 0 rgba(0,0,0,.2);flex-direction:column;padding:32px}@media screen and (max-width:576px){.event__main__content__wrapper .resource-speakers .speaker .speaker-modal__box{max-width:calc(100% - 32px);padding:16px}}.event__main__content__wrapper .resource-speakers .speaker .speaker-modal .modal-close{display:none;all:unset;position:absolute;right:0;top:0;width:24px;height:24px;z-index:999;cursor:pointer}@media screen and (max-width:1024px){.event__main__content__wrapper .resource-speakers .speaker .speaker-modal .modal-close{display:flex}}.event__main__content__wrapper .resource-speakers .speaker .speaker-modal .modal-close:hover::before,.event__main__content__wrapper .resource-speakers .speaker .speaker-modal .modal-close:hover::after{background-color:var(--red-600)}.event__main__content__wrapper .resource-speakers .speaker .speaker-modal .modal-close::before,.event__main__content__wrapper .resource-speakers .speaker .speaker-modal .modal-close::after{content:"";position:absolute;width:100%;height:1px;background-color:#000;top:50%;left:0;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.event__main__content__wrapper .resource-speakers .speaker .speaker-modal .modal-close::before{-webkit-transform:translateY(-50%) rotate(45deg);transform:translateY(-50%) rotate(45deg)}.event__main__content__wrapper .resource-speakers .speaker .speaker-modal .modal-close::after{-webkit-transform:translateY(-50%) rotate(-45deg);transform:translateY(-50%) rotate(-45deg)}.event__main__content__wrapper .resource-speakers .speaker .speaker-modal.active-modal{display:flex}.event__main__content__wrapper .resource-speakers .speaker .speaker-modal .speaker__name{font-weight:300;font-family:var(--font-secondary);font-weight:500}.event__main__content__wrapper .resource-speakers .speaker .speaker-modal .speaker__name,.event__main__content__wrapper .resource-speakers .speaker .speaker-modal .speaker__name--bold{font-size:1.25rem;line-height:120%;text-align:left;color:var(--body)}.event__main__content__wrapper .resource-speakers .speaker .speaker-modal .speaker__name--bold{font-weight:400}@media screen and (max-width:1024px){.event__main__content__wrapper .resource-speakers .speaker .speaker-modal .speaker__name,.event__main__content__wrapper .resource-speakers .speaker .speaker-modal .speaker__name--bold{line-height:130%}}@media screen and (max-width:576px){.event__main__content__wrapper .resource-speakers .speaker .speaker-modal .speaker__name,.event__main__content__wrapper .resource-speakers .speaker .speaker-modal .speaker__name--bold{font-size:1.125rem;line-height:110%}}.event__main__content__wrapper .resource-speakers .speaker .speaker-modal__top{display:flex;align-items:center;gap:16px;position:relative;border-bottom:1px solid var(--gray-200);padding-bottom:18px}.event__main__content__wrapper .resource-speakers .speaker .speaker-modal__top img{width:100px !important;height:100px !important;margin:0}@media screen and (max-width:1024px){.event__main__content__wrapper .resource-speakers .speaker .speaker-modal__top img{width:70px !important;height:70px !important}}.event__main__content__wrapper .resource-speakers .speaker .speaker-modal__top .speaker__about{display:flex;flex-direction:column;gap:8px;position:relative}.event__main__content__wrapper .resource-speakers .speaker .speaker-modal__top .speaker__about p{font-weight:300;font-family:var(--font-secondary)}.event__main__content__wrapper .resource-speakers .speaker .speaker-modal__top .speaker__about p,.event__main__content__wrapper .resource-speakers .speaker .speaker-modal__top .speaker__about p--bold{font-size:1.25rem;line-height:120%;text-align:left;color:var(--body)}.event__main__content__wrapper .resource-speakers .speaker .speaker-modal__top .speaker__about p--bold{font-weight:400}@media screen and (max-width:1024px){.event__main__content__wrapper .resource-speakers .speaker .speaker-modal__top .speaker__about p,.event__main__content__wrapper .resource-speakers .speaker .speaker-modal__top .speaker__about p--bold{line-height:130%}}@media screen and (max-width:576px){.event__main__content__wrapper .resource-speakers .speaker .speaker-modal__top .speaker__about p,.event__main__content__wrapper .resource-speakers .speaker .speaker-modal__top .speaker__about p--bold{font-size:1.125rem;line-height:110%}}.event__main__content__wrapper .resource-speakers .speaker .speaker-modal__top .speaker__about a{--btn-border:transparent;--btn-bg-hover:transparent;--btn-color-hover:var(--purple-400);--btn-border-hover:transparent;--btn-bg-focus:transparent;--btn-color-focus:var(--purple-400);--btn-border-focus:transparent;--btn-bg-active:transparent;--btn-color-active:var(--purple-400);--btn-border-active:transparent;font-weight:300;font-family:var(--font-secondary);font-weight:600}.event__main__content__wrapper .resource-speakers .speaker .speaker-modal__top .speaker__about a,.event__main__content__wrapper .resource-speakers .speaker .speaker-modal__top .speaker__about a--bold{font-size:1rem;line-height:125%;text-align:left;color:var(--body)}.event__main__content__wrapper .resource-speakers .speaker .speaker-modal__top .speaker__about a--bold{font-weight:600}@media screen and (max-width:1024px){.event__main__content__wrapper .resource-speakers .speaker .speaker-modal__top .speaker__about a,.event__main__content__wrapper .resource-speakers .speaker .speaker-modal__top .speaker__about a--bold{line-height:130%}}@media screen and (max-width:576px){.event__main__content__wrapper .resource-speakers .speaker .speaker-modal__top .speaker__about a,.event__main__content__wrapper .resource-speakers .speaker .speaker-modal__top .speaker__about a--bold{font-size:.875rem;line-height:125%}}.event__main__content__wrapper .resource-speakers .speaker .speaker-modal__top .speaker__about a{transition:all .3s;text-decoration:none;display:flex;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;cursor:pointer;outline:none;font-size:1rem;padding:0 !important;border-radius:0;color:var(--purple-300);background-color:rgba(0,0,0,0);border-color:rgba(0,0,0,0);gap:4px;align-items:center}.event__main__content__wrapper .resource-speakers .speaker .speaker-modal__top .speaker__about a::after{content:url('data:image/svg+xml;charset=UTF-8,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5.5 3L10.5 8L5.5 13" stroke="%23806CF0" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');width:16px;height:16px;background-repeat:no-repeat}.event__main__content__wrapper .resource-speakers .speaker .speaker-modal__top .speaker__about a:hover{color:var(--btn-color-hover);background-color:var(--btn-bg-hover);border-color:var(--btn-border-hover)}.event__main__content__wrapper .resource-speakers .speaker .speaker-modal__top .speaker__about a:hover::after{content:url('data:image/svg+xml;charset=UTF-8,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5.5 3L10.5 8L5.5 13" stroke="%230B004A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>')}.event__main__content__wrapper .resource-speakers .speaker .speaker-modal__top .speaker__about a:focus{color:var(--btn-color-focus);background-color:var(--btn-bg-focus);border-color:var(--btn-border-focus)}.event__main__content__wrapper .resource-speakers .speaker .speaker-modal__description{padding-top:16px}.event__main__content__wrapper .resource-speakers .speaker .speaker-modal__description p{font-weight:300;font-family:var(--font-secondary)}.event__main__content__wrapper .resource-speakers .speaker .speaker-modal__description p,.event__main__content__wrapper .resource-speakers .speaker .speaker-modal__description p--bold{font-size:1.25rem;line-height:120%;text-align:left;color:var(--body)}.event__main__content__wrapper .resource-speakers .speaker .speaker-modal__description p--bold{font-weight:400}@media screen and (max-width:1024px){.event__main__content__wrapper .resource-speakers .speaker .speaker-modal__description p,.event__main__content__wrapper .resource-speakers .speaker .speaker-modal__description p--bold{line-height:130%}}@media screen and (max-width:576px){.event__main__content__wrapper .resource-speakers .speaker .speaker-modal__description p,.event__main__content__wrapper .resource-speakers .speaker .speaker-modal__description p--bold{font-size:1.125rem;line-height:110%}}.event__main__content__wrapper .resource-video-text{display:flex;flex-direction:column;gap:24px}.event__main__content__wrapper .resource-video-text .videos-list{width:100%;display:flex;flex-wrap:wrap;gap:24px}.event__main__content__wrapper .resource-video-text .videos-list_multiple .resource-video{width:calc(50% - 12px)}@media screen and (max-width:1024px){.event__main__content__wrapper .resource-video-text .videos-list_multiple .resource-video{width:100%}}.event__main__content__wrapper .resource-video-text .videos-list_multiple .resource-video__info{padding:24px 24px 24px 78px}@media screen and (max-width:1024px){.event__main__content__wrapper .resource-video-text .videos-list_multiple .resource-video__info{padding:0}}.event__main__content__wrapper .resource-video-text .videos-list_multiple .resource-video__info::before{width:42px;height:42px;left:24px}.event__main__content__wrapper .resource-video-text .videos-list_multiple .resource-video__title,.event__main__content__wrapper .resource-video-text .videos-list_multiple .resource-video__title *,.event__main__content__wrapper .resource-video-text .videos-list_multiple .resource-video__subtitle,.event__main__content__wrapper .resource-video-text .videos-list_multiple .resource-video__subtitle *{font-size:1.25rem;font-style:normal;font-weight:400;line-height:100%;color:var(--title-main);font-family:var(--font-main)}@media screen and (max-width:576px){.event__main__content__wrapper .resource-video-text .videos-list_multiple .resource-video__title,.event__main__content__wrapper .resource-video-text .videos-list_multiple .resource-video__title *,.event__main__content__wrapper .resource-video-text .videos-list_multiple .resource-video__subtitle,.event__main__content__wrapper .resource-video-text .videos-list_multiple .resource-video__subtitle *{font-size:1.125rem}}.event__main__content__wrapper .resource-video-text .videos-list_multiple .resource-video__subtitle{font-weight:400}.event__main__content__wrapper .resource-video-text .resource-video{width:100%;overflow:hidden;position:relative;cursor:pointer}.event__main__content__wrapper .resource-video-text .resource-video .field--name-field-video-poster{position:relative}@media screen and (max-width:1024px){.event__main__content__wrapper .resource-video-text .resource-video .field--name-field-video-poster::before{position:absolute;left:24px;bottom:24px;content:"";display:flex;width:42px;height:42px;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='61' height='61' viewBox='0 0 61 61' fill='none'%3E%3Cg clip-path='url(%23clip0_7189_52713)'%3E%3Cpath d='M30.25 80.1875C57.8642 80.1875 80.25 57.8017 80.25 30.1875C80.25 2.57326 57.8642 -19.8125 30.25 -19.8125C2.63576 -19.8125 -19.75 2.57326 -19.75 30.1875C-19.75 57.8017 2.63576 80.1875 30.25 80.1875Z' fill='%23E53535'/%3E%3Cpath d='M17.75 15.0142C17.75 12.6277 17.75 11.4345 18.2487 10.7684C18.6833 10.1879 19.3486 9.82468 20.0719 9.77302C20.9019 9.71373 21.9056 10.359 23.913 11.6494L47.516 26.8228C49.2579 27.9426 50.1289 28.5025 50.4297 29.2145C50.6926 29.8365 50.6926 30.5385 50.4297 31.1605C50.1289 31.8725 49.2579 32.4324 47.516 33.5522L23.913 48.7255C21.9056 50.016 20.9019 50.6613 20.0719 50.602C19.3486 50.5503 18.6833 50.1871 18.2487 49.6066C17.75 48.9405 17.75 47.7473 17.75 45.3608V15.0142Z' fill='%23E53535'/%3E%3Cpath d='M24 22.6008C24 21.4076 24 20.811 24.2494 20.4779C24.4667 20.1877 24.7993 20.0061 25.1609 19.9803C25.576 19.9506 26.0778 20.2732 27.0815 20.9185L38.883 28.5051C39.754 29.065 40.1894 29.345 40.3399 29.701C40.4713 30.012 40.4713 30.363 40.3399 30.674C40.1894 31.03 39.754 31.31 38.883 31.8699L27.0815 39.4565C26.0778 40.1018 25.576 40.4244 25.1609 40.3947C24.7993 40.3689 24.4667 40.1873 24.2494 39.8971C24 39.564 24 38.9674 24 37.7742V22.6008Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M27.0815 20.9185L38.883 28.5051C39.754 29.065 40.1894 29.345 40.3399 29.701C40.4713 30.012 40.4713 30.363 40.3399 30.674C40.1894 31.03 39.754 31.31 38.883 31.8699L27.0815 39.4565C26.0778 40.1018 25.576 40.4244 25.1609 40.3947C24.7993 40.3689 24.4667 40.1873 24.2494 39.8971C24 39.564 24 38.9674 24 37.7742V22.6008C24 21.4076 24 20.811 24.2494 20.4779C24.4667 20.1877 24.7993 20.0061 25.1609 19.9803C25.576 19.9506 26.0778 20.2732 27.0815 20.9185Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_7189_52713'%3E%3Crect x='0.25' y='0.1875' width='60' height='60' rx='30' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") no-repeat center center;background-size:contain;z-index:1}.event__main__content__wrapper .resource-video-text .resource-video .field--name-field-video-poster::after{border-radius:8px;content:"";width:100%;height:73px;position:absolute;left:0;bottom:0;z-index:0;background:linear-gradient(180deg,rgba(0,0,0,0) 0%,#000 100%)}}.event__main__content__wrapper .resource-video-text .resource-video__poster.video-active{display:none}@media screen and (max-width:1024px){.event__main__content__wrapper .resource-video-text .resource-video__poster.video-active{display:block}.event__main__content__wrapper .resource-video-text .resource-video__poster.video-active .field--name-field-video-poster{display:none}}.event__main__content__wrapper .resource-video-text .resource-video__info{position:absolute;bottom:0;left:0;width:100%;padding:32px 32px 32px 116px;display:flex;align-items:center;background:linear-gradient(180deg,rgba(0,0,0,0) 0%,#000 100%);border-radius:24px}@media screen and (max-width:1024px){.event__main__content__wrapper .resource-video-text .resource-video__info{padding:0;margin-top:8px;position:static;background:none}}.event__main__content__wrapper .resource-video-text .resource-video__info::before{position:absolute;left:32px;content:"";display:flex;width:60px;height:60px;background:url("/themes/custom/conga/assets/images/video.svg");background-size:contain}@media screen and (max-width:1024px){.event__main__content__wrapper .resource-video-text .resource-video__info::before{width:42px;height:42px;left:24px;bottom:24px;display:none}}.event__main__content__wrapper .resource-video-text .resource-video__title,.event__main__content__wrapper .resource-video-text .resource-video__title *,.event__main__content__wrapper .resource-video-text .resource-video__subtitle,.event__main__content__wrapper .resource-video-text .resource-video__subtitle *{font-size:1.5rem;font-weight:400;line-height:100%;color:var(--title-main);font-family:var(--font-main)}@media screen and (max-width:1024px){.event__main__content__wrapper .resource-video-text .resource-video__title,.event__main__content__wrapper .resource-video-text .resource-video__title *,.event__main__content__wrapper .resource-video-text .resource-video__subtitle,.event__main__content__wrapper .resource-video-text .resource-video__subtitle *{line-height:100%}}@media screen and (max-width:576px){.event__main__content__wrapper .resource-video-text .resource-video__title,.event__main__content__wrapper .resource-video-text .resource-video__title *,.event__main__content__wrapper .resource-video-text .resource-video__subtitle,.event__main__content__wrapper .resource-video-text .resource-video__subtitle *{font-size:1.25rem}}.event__main__content__wrapper .resource-video-text .resource-video__title,.event__main__content__wrapper .resource-video-text .resource-video__subtitle{--title-main:var(--white);--title-secondary:var(--white);max-width:340px}@media screen and (max-width:1024px){.event__main__content__wrapper .resource-video-text .resource-video__title,.event__main__content__wrapper .resource-video-text .resource-video__subtitle{--title-main:var(--black);--title-secondary:var(--black);max-width:100%}.event__main__content__wrapper .resource-video-text .resource-video__title,.event__main__content__wrapper .resource-video-text .resource-video__title *,.event__main__content__wrapper .resource-video-text .resource-video__subtitle,.event__main__content__wrapper .resource-video-text .resource-video__subtitle *{font-size:1.5rem  !important;font-weight:400  !important;line-height:100%  !important;color:var(--title-main)  !important;font-family:var(--font-main)  !important}}@media screen and (max-width:1024px)and (max-width:1024px){.event__main__content__wrapper .resource-video-text .resource-video__title,.event__main__content__wrapper .resource-video-text .resource-video__title *,.event__main__content__wrapper .resource-video-text .resource-video__subtitle,.event__main__content__wrapper .resource-video-text .resource-video__subtitle *{line-height:100%  !important}}@media screen and (max-width:1024px)and (max-width:576px){.event__main__content__wrapper .resource-video-text .resource-video__title,.event__main__content__wrapper .resource-video-text .resource-video__title *,.event__main__content__wrapper .resource-video-text .resource-video__subtitle,.event__main__content__wrapper .resource-video-text .resource-video__subtitle *{font-size:1.25rem  !important}}.event__main__content__wrapper .resource-video-text .resource-video__subtitle{font-weight:400 !important}.event__main__content__wrapper .resource-video-text .resource-video img,.event__main__content__wrapper .resource-video-text .resource-video iframe{width:100%;height:auto;aspect-ratio:16/9;-o-object-fit:cover;object-fit:cover;border-radius:24px}@media screen and (max-width:1024px){.event__main__content__wrapper .resource-video-text .resource-video img,.event__main__content__wrapper .resource-video-text .resource-video iframe{border-radius:8px}}.event__main__content__wrapper .resource-agenda{display:flex;flex-direction:column;gap:24px}.event__main__content__wrapper .resource-agenda .resource-agenda-day{display:flex;flex-direction:column;gap:24px}.event__main__content__wrapper .resource-agenda .resource-agenda-day>span,.event__main__content__wrapper .resource-agenda .resource-agenda-day>p,.event__main__content__wrapper .resource-agenda .resource-agenda-day>h1,.event__main__content__wrapper .resource-agenda .resource-agenda-day>h2,.event__main__content__wrapper .resource-agenda .resource-agenda-day>h3,.event__main__content__wrapper .resource-agenda .resource-agenda-day>h4,.event__main__content__wrapper .resource-agenda .resource-agenda-day>h5,.event__main__content__wrapper .resource-agenda .resource-agenda-day>h6{--title-main:var(--purple-300);--title-secondary:var(--purple-300);--body:var(--purple-300)}.event__main__content__wrapper .resource-agenda .resource-agenda-day>p{color:var(--body)}.event__main__content__wrapper .resource-agenda .resource-agenda-day time{text-transform:uppercase}.event__main__content__wrapper .resource-agenda .agenda-list{display:flex;flex-direction:column;gap:24px}.event__main__content__wrapper .resource-agenda .times-list{--title-main:var(--white);--title-secondary:var(--white);--body:var(--white);display:flex;flex-direction:column;background-color:var(--purple-400);border-radius:16px}.event__main__content__wrapper .resource-agenda .list-about{display:flex;flex-direction:column;gap:12px}@media screen and (max-width:1024px){.event__main__content__wrapper .resource-agenda .list-about{gap:8px}}.event__main__content__wrapper .resource-agenda .list-about .list__item{display:flex;align-items:center;gap:12px}.event__main__content__wrapper .resource-agenda .list-about img{width:32px;height:auto;border-radius:50%}.event__main__content__wrapper .resource-agenda .resource-agenda-time{display:flex;border-bottom:1px solid var(--purple-200)}@media screen and (max-width:1024px){.event__main__content__wrapper .resource-agenda .resource-agenda-time{flex-direction:column}}.event__main__content__wrapper .resource-agenda .resource-agenda-time.hide-left .resource-agenda-time__about{width:100%}.event__main__content__wrapper .resource-agenda .resource-agenda-time:last-child{border-bottom:none}.event__main__content__wrapper .resource-agenda .resource-agenda-time__info{width:260px;padding:24px;border-right:1px solid var(--purple-200);display:flex;flex-direction:column;gap:24px}@media screen and (max-width:1024px){.event__main__content__wrapper .resource-agenda .resource-agenda-time__info{width:100%;border-right:none;padding:16px 16px 0}}.event__main__content__wrapper .resource-agenda .resource-agenda-time__about{width:calc(100% - 260px);padding:24px;display:flex;flex-direction:column;gap:24px}.event__main__content__wrapper .resource-agenda .resource-agenda-time__about *{font-family:var(--font-secondary)}.event__main__content__wrapper .resource-agenda .resource-agenda-time__about .row-buttons a.btn-tertiary{color:var(--purple-200)}.event__main__content__wrapper .resource-agenda .resource-agenda-time__about .row-buttons a.btn-tertiary:hover{color:var(--white)}.event__main__content__wrapper .resource-agenda .resource-agenda-time__about .row-buttons a.btn-tertiary:hover::after{content:"";background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M1.42822 8.57129H15.7139' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9.99902 2.85645L15.7133 8.57073L9.99902 14.285' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}@media screen and (max-width:1024px){.event__main__content__wrapper .resource-agenda .resource-agenda-time__about{width:100%;padding:16px;gap:8px}.event__main__content__wrapper .resource-agenda .resource-agenda-time__about .btn{margin-top:8px}}.event__main__content__wrapper .resource-agenda .resource-agenda-time__about .p{font-weight:300  !important;font-family:var(--font-secondary)  !important;font-weight:500  !important}.event__main__content__wrapper .resource-agenda .resource-agenda-time__about .p,.event__main__content__wrapper .resource-agenda .resource-agenda-time__about .p--bold{font-size:1.25rem  !important;line-height:120%  !important;text-align:left !important;color:var(--body)  !important}.event__main__content__wrapper .resource-agenda .resource-agenda-time__about .p--bold{font-weight:400  !important}@media screen and (max-width:1024px){.event__main__content__wrapper .resource-agenda .resource-agenda-time__about .p,.event__main__content__wrapper .resource-agenda .resource-agenda-time__about .p--bold{line-height:130%  !important}}@media screen and (max-width:576px){.event__main__content__wrapper .resource-agenda .resource-agenda-time__about .p,.event__main__content__wrapper .resource-agenda .resource-agenda-time__about .p--bold{font-size:1.125rem  !important;line-height:110%  !important}}.event__main__content__wrapper .resource-agenda .resource-agenda-time__about .content-link{padding-top:0;z-index:1 !important}.event__main__content__wrapper .resource-agenda .resource-agenda-time__about .content-link:first-child{margin-top:0}.event__main__content__wrapper .resource-agenda .resource-agenda-time p{font-weight:300  !important;font-family:var(--font-secondary)  !important}.event__main__content__wrapper .resource-agenda .resource-agenda-time p,.event__main__content__wrapper .resource-agenda .resource-agenda-time p--bold{font-size:1rem  !important;line-height:125%  !important;text-align:left !important;color:var(--body)  !important}.event__main__content__wrapper .resource-agenda .resource-agenda-time p--bold{font-weight:600  !important}@media screen and (max-width:1024px){.event__main__content__wrapper .resource-agenda .resource-agenda-time p,.event__main__content__wrapper .resource-agenda .resource-agenda-time p--bold{line-height:130%  !important}}@media screen and (max-width:576px){.event__main__content__wrapper .resource-agenda .resource-agenda-time p,.event__main__content__wrapper .resource-agenda .resource-agenda-time p--bold{font-size:.875rem  !important;line-height:125%  !important}}.event__main__content__wrapper .resource-agenda .resource-agenda-time time{font-weight:300  !important;font-family:var(--font-secondary)  !important;font-weight:500  !important}.event__main__content__wrapper .resource-agenda .resource-agenda-time time,.event__main__content__wrapper .resource-agenda .resource-agenda-time time--bold{font-size:1.125rem  !important;line-height:125%  !important;text-align:left !important;color:var(--body)  !important}.event__main__content__wrapper .resource-agenda .resource-agenda-time time--bold{font-weight:500  !important}@media screen and (max-width:1024px){.event__main__content__wrapper .resource-agenda .resource-agenda-time time,.event__main__content__wrapper .resource-agenda .resource-agenda-time time--bold{line-height:130%  !important}}@media screen and (max-width:576px){.event__main__content__wrapper .resource-agenda .resource-agenda-time time,.event__main__content__wrapper .resource-agenda .resource-agenda-time time--bold{font-size:1rem  !important;line-height:125%  !important}}.event__main__content__wrapper .resource-faqs{width:100%;box-shadow:none;display:flex;align-items:flex-start;gap:40px;align-self:stretch;padding:0}@media screen and (max-width:1024px){.event__main__content__wrapper .resource-faqs{flex-direction:column;gap:24px}}.event__main__content__wrapper .resource-faqs h2{min-width:376px;max-width:376px;z-index:1}@media screen and (max-width:576px){.event__main__content__wrapper .resource-faqs h2{min-width:100%;max-width:100%}}.event__main__content__wrapper .resource-faqs.heading-left-faqs .faq-component-card{width:100%;box-shadow:none;display:flex;align-items:flex-start;gap:40px;align-self:stretch;padding:0}@media screen and (max-width:1024px){.event__main__content__wrapper .resource-faqs.heading-left-faqs .faq-component-card{flex-direction:column;gap:24px}}.event__main__content__wrapper .resource-faqs.heading-left-faqs .faq-component-card .faq-title{min-width:376px;max-width:376px;z-index:1;position:relative}@media screen and (max-width:576px){.event__main__content__wrapper .resource-faqs.heading-left-faqs .faq-component-card .faq-title{min-width:100%;max-width:100%}}.event__main__content__wrapper .resource-faqs.heading-left-faqs .faq-component-card .faq-title::before{content:url(/themes/custom/conga/build/images/purple_racetrack.svg);position:absolute;left:-818px;top:calc(100% + 102px)}@media screen and (max-width:1024px){.event__main__content__wrapper .resource-faqs.heading-left-faqs .faq-component-card .faq-title::before{display:none}}.event__main__content__wrapper .resource-faqs ul{padding-left:0}.event__main__content__wrapper .resource-faqs .accordion{flex-grow:1}.event__main__content__wrapper .resource-faqs .accordion .accordion-item{list-style:none;border-bottom:1px solid var(--purple-100)}.event__main__content__wrapper .resource-faqs .accordion .accordion-item:last-child{border-bottom:none}.event__main__content__wrapper .resource-faqs .accordion .accordion-item .accordion-title{border:none;padding:24px 40px 12px 0;position:relative;text-decoration:none;display:block;width:100%;margin:0}.event__main__content__wrapper .resource-faqs .accordion .accordion-item .accordion-title,.event__main__content__wrapper .resource-faqs .accordion .accordion-item .accordion-title *{font-size:1.5rem;font-weight:400;line-height:100%;color:var(--title-main);font-family:var(--font-main)}@media screen and (max-width:1024px){.event__main__content__wrapper .resource-faqs .accordion .accordion-item .accordion-title,.event__main__content__wrapper .resource-faqs .accordion .accordion-item .accordion-title *{line-height:100%}}@media screen and (max-width:576px){.event__main__content__wrapper .resource-faqs .accordion .accordion-item .accordion-title,.event__main__content__wrapper .resource-faqs .accordion .accordion-item .accordion-title *{font-size:1.25rem}}@media screen and (max-width:1024px){.event__main__content__wrapper .resource-faqs .accordion .accordion-item .accordion-title{padding:16px 40px 16px 0}}.event__main__content__wrapper .resource-faqs .accordion .accordion-item .accordion-title:hover,.event__main__content__wrapper .resource-faqs .accordion .accordion-item .accordion-title:focus{background-color:rgba(0,0,0,0)}.event__main__content__wrapper .resource-faqs .accordion .accordion-item .accordion-title::after{content:"";position:absolute;width:32px;height:32px;background-image:url(/themes/custom/conga/build/images/expand.svg);top:20px;right:0;margin-top:0}@media screen and (max-width:1024px){.event__main__content__wrapper .resource-faqs .accordion .accordion-item .accordion-title::after{top:18px;right:0;width:22px;height:22px;background-size:22px 22px}}.event__main__content__wrapper .resource-faqs .accordion .accordion-item.is-active .accordion-title::after{background-image:url(/themes/custom/conga/build/images/collapse.svg)}@media screen and (max-width:1024px){.event__main__content__wrapper .resource-faqs .accordion .accordion-item.is-active .accordion-content{margin-top:-8px}}.event__main__content__wrapper .resource-faqs .accordion .accordion-item.is-active .accordion-content{display:flex}.event__main__content__wrapper .resource-faqs .accordion .accordion-item:first-child .accordion-title{padding-top:0}.event__main__content__wrapper .resource-faqs .accordion .accordion-item:first-child .accordion-title::after{top:-3px}.event__main__content__wrapper .resource-faqs .accordion .accordion-item .accordion-content{--body:var(--black);padding:0 0 24px;border:none;display:none;flex-direction:column;gap:16px}@media screen and (max-width:1024px){.event__main__content__wrapper .resource-faqs .accordion .accordion-item .accordion-content{padding-bottom:16px}}.event__main__content__wrapper .resource-faqs .accordion .accordion-item .accordion-content *{margin:0}.event__main__content__wrapper .resource-faqs .accordion .accordion-item .accordion-content p,.event__main__content__wrapper .resource-faqs .accordion .accordion-item .accordion-content p a,.event__main__content__wrapper .resource-faqs .accordion .accordion-item .accordion-content li a{font-weight:300;font-family:var(--font-secondary)}.event__main__content__wrapper .resource-faqs .accordion .accordion-item .accordion-content p,.event__main__content__wrapper .resource-faqs .accordion .accordion-item .accordion-content p--bold,.event__main__content__wrapper .resource-faqs .accordion .accordion-item .accordion-content p a,.event__main__content__wrapper .resource-faqs .accordion .accordion-item .accordion-content p a--bold,.event__main__content__wrapper .resource-faqs .accordion .accordion-item .accordion-content li a,.event__main__content__wrapper .resource-faqs .accordion .accordion-item .accordion-content li a--bold{font-size:1rem;line-height:125%;text-align:left;color:var(--body)}.event__main__content__wrapper .resource-faqs .accordion .accordion-item .accordion-content p--bold,.event__main__content__wrapper .resource-faqs .accordion .accordion-item .accordion-content p a--bold,.event__main__content__wrapper .resource-faqs .accordion .accordion-item .accordion-content li a--bold{font-weight:600}@media screen and (max-width:1024px){.event__main__content__wrapper .resource-faqs .accordion .accordion-item .accordion-content p,.event__main__content__wrapper .resource-faqs .accordion .accordion-item .accordion-content p--bold,.event__main__content__wrapper .resource-faqs .accordion .accordion-item .accordion-content p a,.event__main__content__wrapper .resource-faqs .accordion .accordion-item .accordion-content p a--bold,.event__main__content__wrapper .resource-faqs .accordion .accordion-item .accordion-content li a,.event__main__content__wrapper .resource-faqs .accordion .accordion-item .accordion-content li a--bold{line-height:130%}}@media screen and (max-width:576px){.event__main__content__wrapper .resource-faqs .accordion .accordion-item .accordion-content p,.event__main__content__wrapper .resource-faqs .accordion .accordion-item .accordion-content p--bold,.event__main__content__wrapper .resource-faqs .accordion .accordion-item .accordion-content p a,.event__main__content__wrapper .resource-faqs .accordion .accordion-item .accordion-content p a--bold,.event__main__content__wrapper .resource-faqs .accordion .accordion-item .accordion-content li a,.event__main__content__wrapper .resource-faqs .accordion .accordion-item .accordion-content li a--bold{font-size:.875rem;line-height:125%}}.event__main__content__wrapper .resource-faqs .accordion .accordion-item .accordion-content a{--body:var(--purple-300)}.event__main__content__wrapper .resource-faqs .accordion .accordion-item .accordion-content a:hover{--body:var(--purple-400)}.event__main__content__wrapper .resource-faqs .accordion .accordion-item .accordion-content ul{padding-left:2rem;display:flex;flex-direction:column;gap:1rem}.event__main__content__wrapper .resource-faqs .accordion .accordion-item .accordion-content ul li{list-style-type:disc}.event__main__content__wrapper .resource-faqs .accordion .accordion-item .accordion-content li{font-weight:300;font-family:var(--font-secondary)}.event__main__content__wrapper .resource-faqs .accordion .accordion-item .accordion-content li,.event__main__content__wrapper .resource-faqs .accordion .accordion-item .accordion-content li--bold{font-size:1rem;line-height:125%;text-align:left;color:var(--body)}.event__main__content__wrapper .resource-faqs .accordion .accordion-item .accordion-content li--bold{font-weight:600}@media screen and (max-width:1024px){.event__main__content__wrapper .resource-faqs .accordion .accordion-item .accordion-content li,.event__main__content__wrapper .resource-faqs .accordion .accordion-item .accordion-content li--bold{line-height:130%}}@media screen and (max-width:576px){.event__main__content__wrapper .resource-faqs .accordion .accordion-item .accordion-content li,.event__main__content__wrapper .resource-faqs .accordion .accordion-item .accordion-content li--bold{font-size:.875rem;line-height:125%}}.event__main__content__wrapper .resource-faqs .accordion .accordion-item .accordion-content li::marker{color:var(--purple-300)}.event__main__content__wrapper .resource-faqs .accordion .accordion-item .accordion-content li:last-child{margin-bottom:0}.event__main__content__wrapper .resource-faqs table{font-family:var(--font-secondary);font-size:1.125rem;width:calc(100% - 48px);padding:24px;margin:0 auto}.event__main__content__wrapper .resource-faqs table td{padding:16px;border:1px solid var(--gray-200);font-weight:350}@media screen and (max-width:576px){.event__main__content__wrapper .resource-faqs table td{font-size:1rem;padding:10px}}.event__main__content__wrapper .resource-faqs table tr:first-child td{background-color:var(--purple-100)}.event__main__content__wrapper .resource-faqs table tr:not(:first-child) td{color:var(--gray-700);background-color:var(--white)}.event__main__content__wrapper .resource-faqs table tr:not(:first-child):not(.secondary-row)>td:first-child{background-color:var(--gray-100)}.event__main__content__wrapper .resource-faqs{flex-direction:column}.event__main__content__wrapper .resource-faqs h1,.event__main__content__wrapper .resource-faqs h2,.event__main__content__wrapper .resource-faqs h3,.event__main__content__wrapper .resource-faqs h4,.event__main__content__wrapper .resource-faqs h5,.event__main__content__wrapper .resource-faqs h6{max-width:100%}.event__main__content__wrapper .resource-faqs ul{width:100%}.event__main__content__wrapper .resource-faqs li{padding-left:0 !important;margin-bottom:0 !important}.event__main__content__wrapper .resource-faqs li::before{display:none}.event__main__content__wrapper .media.provider-youtube{width:100%}.event__main__content__wrapper .embedded-cta-button{justify-content:flex-start}.event__main__content__wrapper .embedded-cta-button a{--border-width:1.5px;--btn-bg:var(--purple-300);--btn-color:var(--white);--btn-border:var(--purple-300);--btn-bg-hover:var(--white);--btn-color-hover:var(--purple-300);--btn-border-hover:var(--purple-300);--btn-bg-focus:var(--purple-300);--btn-color-focus:var(--white);--btn-border-focus:var(--purple-300);--btn-bg-active:rgba(128,108,240,0.05);--btn-color-active:var(--purple-300);--btn-border-active:var(--purple-300);font-weight:300;font-family:var(--font-secondary);font-weight:600;line-height:1;min-height:48px}.event__main__content__wrapper .embedded-cta-button a,.event__main__content__wrapper .embedded-cta-button a--bold{font-size:1rem;line-height:125%;text-align:left;color:var(--body)}.event__main__content__wrapper .embedded-cta-button a--bold{font-weight:600}@media screen and (max-width:1024px){.event__main__content__wrapper .embedded-cta-button a,.event__main__content__wrapper .embedded-cta-button a--bold{line-height:130%}}@media screen and (max-width:576px){.event__main__content__wrapper .embedded-cta-button a,.event__main__content__wrapper .embedded-cta-button a--bold{font-size:.875rem;line-height:125%}}.event__main__content__wrapper .embedded-cta-button a{padding:10px 24px;border-radius:8px;border:var(--border-width) solid var(--btn-border);transition:all .3s;text-decoration:none;text-transform:uppercase;display:flex;align-items:center;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;cursor:pointer;background-color:var(--btn-bg);border-color:var(--btn-border);color:var(--btn-color);outline:none;font-size:.875em;letter-spacing:1.4px;font-weight:500;font-family:var(--font-secondary)}.event__main__content__wrapper .embedded-cta-button a--l{min-height:56px}.event__main__content__wrapper .embedded-cta-button a.extra_large{font-size:1.1rem;min-height:64px}@media screen and (max-width:576px){.event__main__content__wrapper .embedded-cta-button a.extra_large{font-size:1rem}}.event__main__content__wrapper .embedded-cta-button a:hover{color:var(--btn-color-hover);background-color:var(--btn-bg-hover);border-color:var(--btn-border-hover)}.event__main__content__wrapper .embedded-cta-button a:focus{color:var(--btn-color-focus);background-color:var(--btn-bg-focus);border-color:var(--btn-border-focus)}.event__main__content__wrapper .embedded-cta-button a:active{background-color:var(--btn-bg-active);color:var(--btn-color-active);border-color:var(--btn-border-active)}.event__main__content__wrapper .embedded-cta-button a--primary,.event__main__content__wrapper .embedded-cta-button a--secondary{display:flex;align-items:center}.event__main__content__wrapper .embedded-cta-button a--primary.disabled{background-color:var(--gray-400);border-color:var(--gray-400)}.event__main__content__wrapper .embedded-cta-button a--secondary{--btn-bg:var(--btn-bg-color);--btn-color:var(--purple-300);--btn-border:var(--purple-300);--btn-bg-hover:var(--purple-300);--btn-color-hover:var(--white);--btn-border-hover:var(--purple-300);--btn-bg-focus:transparent;--btn-color-focus:var(--purple-300);--btn-border-focus:var(--purple-300);--btn-bg-active:var(--purple-300);--btn-color-active:var(--white);--btn-border-active:var(--purple-300)}.event__main__content__wrapper .embedded-cta-button a--secondary.disabled{background-color:var(--gray-400);border-color:var(--gray-400);color:var(--gray-400)}.event__main__content__wrapper .embedded-cta-button a--tertiary,.event__main__content__wrapper .embedded-cta-button a-tertiary,.event__main__content__wrapper .embedded-cta-button a--outer{--btn-bg:transparent;--btn-color:var(--purple-300);--btn-border:transparent;--btn-bg-hover:transparent;--btn-color-hover:var(--purple-400);--btn-border-hover:transparent;--btn-bg-focus:transparent;--btn-color-focus:var(--purple-300);--btn-border-focus:var(--purple-200);--btn-bg-active:transparent;--btn-color-active:var(--purple-600);--btn-border-active:transparent;padding:0 !important;border-radius:0;color:var(--btn-color);background-color:rgba(0,0,0,0);border-color:rgba(0,0,0,0);gap:4px;align-items:center;min-height:auto !important}.event__main__content__wrapper .embedded-cta-button a--tertiary:hover::after,.event__main__content__wrapper .embedded-cta-button a-tertiary:hover::after,.event__main__content__wrapper .embedded-cta-button a--outer:hover::after{content:"";background-color:var(--btn-color-hover);mask:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20fill%3D%22none%22%3E%3Cg%20clip-path%3D%22url(%23clip0_101_1489)%22%3E%3Cpath%20d%3D%22M1.14282%206.85742H12.5714%22%20stroke%3D%22%230B004A%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%3Cpath%20d%3D%22M8%202.28613L12.5714%206.85756L8%2011.429%22%20stroke%3D%22%230B004A%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%3C/g%3E%3Cdefs%3E%3CclipPath%20id%3D%22clip0_101_1489%22%3E%3Crect%20width%3D%2213.7143%22%20height%3D%2213.7143%22%20fill%3D%22white%22/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") no-repeat center;-webkit-mask:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20fill%3D%22none%22%3E%3Cg%20clip-path%3D%22url(%23clip0_101_1489)%22%3E%3Cpath%20d%3D%22M1.14282%206.85742H12.5714%22%20stroke%3D%22%230B004A%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%3Cpath%20d%3D%22M8%202.28613L12.5714%206.85756L8%2011.429%22%20stroke%3D%22%230B004A%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%3C/g%3E%3Cdefs%3E%3CclipPath%20id%3D%22clip0_101_1489%22%3E%3Crect%20width%3D%2213.7143%22%20height%3D%2213.7143%22%20fill%3D%22white%22/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") no-repeat center}.event__main__content__wrapper .embedded-cta-button a--tertiary::after,.event__main__content__wrapper .embedded-cta-button a-tertiary::after,.event__main__content__wrapper .embedded-cta-button a--outer::after{content:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M5.5%203L10.5%208L5.5%2013%22%20stroke%3D%22%23806CF0%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%3C/svg%3E");width:20px;height:16px;background-repeat:no-repeat}.event__main__content__wrapper .embedded-cta-button a--tertiary.disabled,.event__main__content__wrapper .embedded-cta-button a-tertiary.disabled,.event__main__content__wrapper .embedded-cta-button a--outer.disabled{background-color:rgba(0,0,0,0);border-color:rgba(0,0,0,0);color:var(--gray-400)}.event__main__content__wrapper .embedded-cta-button a--outer::after{content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='17' viewBox='0 0 17 17' fill='none'%3E%3Cg clip-path='url(%23clip0_11548_35317)'%3E%3Cpath d='M14.6303 7.26566V4.224C14.6303 3.18844 13.7908 2.349 12.7553 2.349H9.73434M6.04166 10.9583L14.0913 2.90866M15.875 10.9583V11.8634C15.875 12.8579 15.4799 13.8118 14.7767 14.515L14.515 14.7767C13.8118 15.4799 12.8579 15.875 11.8634 15.875H5.13663C4.14206 15.875 3.18822 15.4799 2.485 14.7767L2.22338 14.515C1.52009 13.8118 1.125 12.8579 1.125 11.8634V5.13663C1.125 4.14206 1.52009 3.18825 2.22338 2.485L2.485 2.22334C3.18822 1.52009 4.14206 1.125 5.13663 1.125H6.04166' stroke='%23C81A1A' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_11548_35317'%3E%3Crect width='16' height='16' fill='white' transform='translate(0.5 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");width:20px;height:17px}@media screen and (max-width:576px){.event__main__content__wrapper .embedded-cta-button a--hide-mobile{display:none}}.event__main__content__wrapper .embedded-cta-button a--hide-desktop{display:none}@media screen and (max-width:576px){.event__main__content__wrapper .embedded-cta-button a--hide-desktop{display:flex}}.event__main__content__wrapper .content-link{z-index:-1 !important}.event__main__content .field--name-field-media-image{width:100%;display:flex;justify-content:center}.event__main__content img,.event__main__content svg,.event__main__content picture{max-width:100%;-o-object-fit:contain;object-fit:contain;height:auto;max-height:640px}.event__main__content .media-library-item__attributes{display:none}.event__main--no-sidebar .article__main__nav{display:none}.event__main--no-sidebar .article__main__content{width:100%}.event__main__info{display:flex;flex-direction:column;gap:24px;border-top:1px solid var(--gray-200);width:100%;padding:24px 0 28px}.event__main__info .author-box{display:flex;align-items:center;gap:8px}@media screen and (max-width:768px){.event__main__info .author-box{width:100%}}.event__main__info .author-box *{color:var(--black)}.event__main__info .author-box p{margin:0}.event__main__info .author-box picture{display:block;width:70px;height:auto;aspect-ratio:1;overflow:hidden;border-radius:50%}.event__main__info .author-box img{width:100%;aspect-ratio:1;height:auto;border-radius:50%;-o-object-fit:cover;object-fit:cover}.event__main__info .author-box .body-text--xs{display:none;display:block}.event__main__info .author-box__desc{display:none;display:block}.event__main__info .author-box .position,.event__main__info .author-box .description{color:var(--gray-700)}.event__main__info .field--name-field-author{display:flex;flex-direction:column;gap:16px}.event__main__info .labels-row{--label-color:white;--label-background:var(--purple-400);padding-left:32px;position:relative}.event__main__info .labels-row::before{position:absolute;left:0;top:0;width:24px;height:24px;background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEwLjk1NTMgMi43MjEwNEwxMS4yMTY2IDIuMjk0NzJMMTAuOTU1MyAyLjcyMTA0QzExLjA5NSAyLjgwNjYxIDExLjIyMSAyLjkyODA4IDExLjU4MzcgMy4yOTA4MUwxOS4yNTIzIDEwLjk1OTRDMTkuODUyMiAxMS41NTkzIDIwLjI4MDUgMTEuOTg4MiAyMC41ODkxIDEyLjM1MTdDMjAuODkzOCAxMi43MTA2IDIxLjA1MjIgMTIuOTcyNyAyMS4xMzUgMTMuMjI3NUMyMS4yOTgxIDEzLjcyOTYgMjEuMjk4MSAxNC4yNzA0IDIxLjEzNSAxNC43NzI1QzIxLjA1MjIgMTUuMDI3MyAyMC44OTM4IDE1LjI4OTQgMjAuNTg5MSAxNS42NDgzQzIwLjI4MDUgMTYuMDExOCAxOS44NTIyIDE2LjQ0MDcgMTkuMjUyMyAxNy4wNDA2TDE3LjA0MDYgMTkuMjUyM0MxNi40NDA3IDE5Ljg1MjIgMTYuMDExOCAyMC4yODA1IDE1LjY0ODMgMjAuNTg5MUMxNS4yODk0IDIwLjg5MzggMTUuMDI3MyAyMS4wNTIyIDE0Ljc3MjUgMjEuMTM1QzE0LjI3MDQgMjEuMjk4MSAxMy43Mjk2IDIxLjI5ODEgMTMuMjI3NSAyMS4xMzVDMTIuOTcyNyAyMS4wNTIyIDEyLjcxMDYgMjAuODkzOCAxMi4zNTE3IDIwLjU4OTFDMTEuOTg4MiAyMC4yODA1IDExLjU1OTMgMTkuODUyMiAxMC45NTk0IDE5LjI1MjNMMy4yOTA4MSAxMS41ODM3QzIuOTI4MDggMTEuMjIxIDIuODA2NjEgMTEuMDk1IDIuNzIxMDQgMTAuOTU1M0wyLjI5NDcyIDExLjIxNjZMMi43MjEwNCAxMC45NTUzQzIuNjM4OCAxMC44MjExIDIuNTc4MTkgMTAuNjc0OCAyLjU0MTQ1IDEwLjUyMTdDMi41MDMyMSAxMC4zNjI1IDIuNSAxMC4xODc1IDIuNSA5LjY3NDUxTDIuNSA1LjJDMi41IDQuNjMxNyAyLjUwMDM5IDQuMjM1NTQgMi41MjU1OSAzLjkyNzEyQzIuNTUwMzEgMy42MjQ1NCAyLjU5NjQgMy40NTA2OSAyLjY2MzQ5IDMuMzE5MDFDMi44MDczIDMuMDM2NzcgMy4wMzY3NyAyLjgwNzMgMy4zMTkwMSAyLjY2MzQ5QzMuNDUwNjkgMi41OTY0IDMuNjI0NTQgMi41NTAzMSAzLjkyNzEyIDIuNTI1NTlDNC4yMzU1NCAyLjUwMDM5IDQuNjMxNyAyLjUgNS4yIDIuNUw5LjY3NDUyIDIuNUMxMC4xODc1IDIuNSAxMC4zNjI1IDIuNTAzMjEgMTAuNTIxNyAyLjU0MTQ1QzEwLjY3NDggMi41NzgxOSAxMC44MjExIDIuNjM4OCAxMC45NTUzIDIuNzIxMDRaTTggOUM4LjU1MjI5IDkgOSA4LjU1MjI4IDkgOEM5IDcuNDQ3NzEgOC41NTIyOSA3IDggN0M3LjQ0NzcyIDcgNyA3LjQ0NzcxIDcgOEM3IDguNTUyMjggNy40NDc3MiA5IDggOVoiIHN0cm9rZT0iIzRDNUY2RiIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K");background-size:contain;background-repeat:no-repeat;content:""}.event__main__info .social-share__list{list-style:none;display:flex;align-items:center;gap:16px;padding:0;margin:0}.event__main__info .social-share__item{width:24px;height:24px;position:relative}.event__main__info .social-share__link{display:block;text-decoration:none;font-size:0;width:100%;height:100%;background-size:contain;background-repeat:no-repeat;background-position:center}.event__main__info .social-share .icon-facebook{background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIyIDEyLjA2MTFDMjIgNi41MDQ1MSAxNy41MjI5IDIgMTIgMkM2LjQ3NzE1IDIgMiA2LjUwNDUxIDIgMTIuMDYxMUMyIDE3LjA4MjggNS42NTY4NCAyMS4yNDUyIDEwLjQzNzUgMjJWMTQuOTY5NEg3Ljg5ODQ0VjEyLjA2MTFIMTAuNDM3NVY5Ljg0NDUyQzEwLjQzNzUgNy4zMjI5NiAxMS45MzA1IDUuOTMwMTIgMTQuMjE0NiA1LjkzMDEyQzE1LjMwODQgNS45MzAxMiAxNi40NTMxIDYuMTI2NjMgMTYuNDUzMSA2LjEyNjYzVjguNjAyNjFIMTUuMTkyMkMxMy45NSA4LjYwMjYxIDEzLjU2MjUgOS4zNzgyMiAxMy41NjI1IDEwLjE3NDdWMTIuMDYxMUgxNi4zMzU5TDE1Ljg5MjYgMTQuOTY5NEgxMy41NjI1VjIyQzE4LjM0MzIgMjEuMjQ1MiAyMiAxNy4wODI4IDIyIDEyLjA2MTFaIiBmaWxsPSIjNEM1RjZGIi8+Cjwvc3ZnPgo=")}.event__main__info .social-share .icon-x{background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9Ikljb24gLSAyNHB4Ij4KPHBhdGggaWQ9IlZlY3RvciIgZD0iTTE0LjExMDUgMTEuMTk5MkwyMC40MzQ5IDRIMTguOTM2OEwxMy40NDMgMTAuMjQ5N0w5LjA1ODM5IDRINEwxMC42MzE4IDEzLjQ1MTVMNCAyMUg1LjQ5ODE1TDExLjI5NiAxNC4zOTg3TDE1LjkyNzUgMjFIMjAuOTg1OE02LjAzODg3IDUuMTA2MzRIOC4zNDA0NUwxOC45MzU3IDE5Ljk0OEgxNi42MzM1IiBmaWxsPSIjNEM1RjZGIi8+CjwvZz4KPC9zdmc+Cg==")}.event__main__info .social-share .icon-linkedin{background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9Ikljb24gLSAyNHB4Ij4KPGcgaWQ9Ikdyb3VwIj4KPHBhdGggaWQ9IlZlY3RvciIgZD0iTTE5LjY2NzYgM0g0LjMyODkxQzMuNTk0MTQgMyAzIDMuNTgwMDggMyA0LjI5NzI3VjE5LjY5OTJDMyAyMC40MTY0IDMuNTk0MTQgMjEgNC4zMjg5MSAyMUgxOS42Njc2QzIwLjQwMjMgMjEgMjEgMjAuNDE2NCAyMSAxOS43MDI3VjQuMjk3MjdDMjEgMy41ODAwOCAyMC40MDIzIDMgMTkuNjY3NiAzWk04LjM0MDIzIDE4LjMzODdINS42NjgzNlY5Ljc0NjQ4SDguMzQwMjNWMTguMzM4N1pNNy4wMDQzIDguNTc1NzhDNi4xNDY0OCA4LjU3NTc4IDUuNDUzOTEgNy44ODMyIDUuNDUzOTEgNy4wMjg5MUM1LjQ1MzkxIDYuMTc0NjEgNi4xNDY0OCA1LjQ4MjAzIDcuMDA0MyA1LjQ4MjAzQzcuODU4NTkgNS40ODIwMyA4LjU1MTE3IDYuMTc0NjEgOC41NTExNyA3LjAyODkxQzguNTUxMTcgNy44Nzk2OSA3Ljg1ODU5IDguNTc1NzggNy4wMDQzIDguNTc1NzhaTTE4LjMzODcgMTguMzM4N0gxNS42NzAzVjE0LjE2MjFDMTUuNjcwMyAxMy4xNjcyIDE1LjY1MjcgMTEuODg0IDE0LjI4MTYgMTEuODg0QzEyLjg5MyAxMS44ODQgMTIuNjgyIDEyLjk3MDMgMTIuNjgyIDE0LjA5MThWMTguMzM4N0gxMC4wMTcyVjkuNzQ2NDhIMTIuNTc2NlYxMC45MjA3SDEyLjYxMTdDMTIuOTY2OCAxMC4yNDU3IDEzLjgzODcgOS41MzIwMyAxNS4xMzU5IDkuNTMyMDNDMTcuODM5NSA5LjUzMjAzIDE4LjMzODcgMTEuMzEwOSAxOC4zMzg3IDEzLjYyNDJWMTguMzM4N1oiIGZpbGw9IiM0QzVGNkYiLz4KPC9nPgo8L2c+Cjwvc3ZnPgo=")}.event__main__info .social-share .icon-copy-link{background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9Ikljb24gLSAxNnB4IiBjbGlwLXBhdGg9InVybCgjY2xpcDBfMjdfNTQwOCkiPgo8cGF0aCBpZD0iSWNvbiIgZD0iTTguNTM1NTMgMTIuODE5OEw3LjQ2NDQ3IDEzLjg5MDlDNS45ODU2MyAxNS4zNjk3IDMuNTg3OTYgMTUuMzY5NyAyLjEwOTEzIDEzLjg5MDlDMC42MzAyOTEgMTIuNDEyIDAuNjMwMjkxIDEwLjAxNDQgMi4xMDkxMyA4LjUzNTUzTDMuMTgwMTkgNy40NjQ0N00xMi44MTk4IDguNTM1NTNMMTMuODkwOSA3LjQ2NDQ3QzE1LjM2OTcgNS45ODU2MyAxNS4zNjk3IDMuNTg3OTYgMTMuODkwOSAyLjEwOTEzQzEyLjQxMiAwLjYzMDI5MSAxMC4wMTQ0IDAuNjMwMjkxIDguNTM1NTMgMi4xMDkxM0w3LjQ2NDQ3IDMuMTgwMTlNNS4zNDkyNCAxMC42NTA3TDEwLjY1MDggNS4zNDkyMyIgc3Ryb2tlPSIjNEM1RjZGIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L2c+CjxkZWZzPgo8Y2xpcFBhdGggaWQ9ImNsaXAwXzI3XzU0MDgiPgo8cmVjdCB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIGZpbGw9IndoaXRlIi8+CjwvY2xpcFBhdGg+CjwvZGVmcz4KPC9zdmc+Cg==");background-size:16px}.event__main__info .result-copy{position:absolute;opacity:0;border-radius:8px;background:var(--white);padding:5px 10px;color:var(--black);width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;top:-40px;left:-24px;margin:0;box-shadow:0 0 6px var(--gray-700)}@media screen and (max-width:1024px){.event__main .container{gap:40px}}.event__main.no-tbt .nav-wrapper{display:none !important}.event__main.no-tbt .js-tbt-content{margin:0 auto}.event__main .voice-insert-player-wrapper #tts-player{width:100%}.event__main .vi-player__play-button{display:flex;justify-content:center;align-items:center;width:46px;height:46px;padding:12.5px 12.12px 12.5px 18.13px;flex-shrink:0;border-radius:50%;background:#e53535}.event__main .vi-player__play-button svg{width:15px;color:var(--white);stroke:var(--white)}.event__main{flex-direction:column;align-items:center}.event__main.no-tbt .js-sidebar{display:none}@media screen and (max-width:1024px){.event__main__sidebar{display:none}}.event__main__content__wrapper{padding-bottom:48px}.event__main .sticky-buttons{--body:var(--white);width:100%;display:none;justify-content:center;position:sticky;top:var(--top-menu-height,72px);background-color:var(--purple-400);padding:8px 0;-webkit-transform:translateY(-40px);transform:translateY(-40px);opacity:0;transition:all .3s;z-index:998}.event__main .sticky-buttons.active{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}@media screen and (max-width:1024px){.event__main .sticky-buttons.active{display:flex}}.event__main .sticky-buttons .container{justify-content:space-between;align-items:center;gap:40px}@media screen and (max-width:1024px){.event__main .sticky-buttons .container{gap:0 5px;flex-wrap:nowrap}}.event__main__info{border-top:none}body .related-resources h2,body .related-resources h3,body .related-resources h4,body .related-resources h5{width:100%;text-align:left}
