:root{--content-padding: 2rem}@media screen and (max-width: 64rem){:root{--content-padding: 1.5rem}}@media screen and (max-width: 36rem){:root{--content-padding: 1rem}}:root{--primary-color-1: #ffffff;--primary-color-2: #fdf9f3;--primary-color-3: #eae7e2;--primary-color-4: #d9d5ce;--secondary-color-1: #1d1e18;--secondary-color-2: #272822;--secondary-color-3: #3a3b33;--secondary-color-4: #4a4b44;--color-overlay: rgba(234, 231, 226, 0.6)}:root[data-theme=dark]{--primary-color-1: #1d1e18;--primary-color-2: #272822;--primary-color-3: #3a3b33;--primary-color-4: #4a4b44;--secondary-color-1: #ffffff;--secondary-color-2: #fdf9f3;--secondary-color-3: #eae7e2;--secondary-color-4: #d9d5ce;--color-overlay: rgba(58, 59, 51, 0.6)}*{box-sizing:border-box}body{margin:0;padding:0;background-color:var(--primary-color-2);transition-property:background-color;transition-duration:.35s;transition-timing-function:linear}.h2{width:100%;max-width:80rem;margin-left:auto;margin-right:auto;padding-left:var(--content-padding);padding-right:var(--content-padding);font-family:"Ubuntu","Tahoma",sans-serif;font-size:2.1875rem;text-align:center;color:var(--secondary-color-2);transition-property:color;transition-duration:.35s;transition-timing-function:linear}.h2:first-child{margin-top:0}.about{padding-top:2.5rem;padding-bottom:1.125rem;background-color:var(--primary-color-2);transition-property:background-color;transition-duration:.35s;transition-timing-function:linear}.about p{width:100%;max-width:80rem;margin-left:auto;margin-right:auto;padding-left:var(--content-padding);padding-right:var(--content-padding);max-width:62.5rem;font-family:"Open Sans","Helvetica","Arial",sans-serif;font-size:1.125rem;text-align:center;line-height:1.5;color:var(--secondary-color-2);transition-property:color;transition-duration:.35s;transition-timing-function:linear}[data-button-icon=arrow][data-button-color=red]{position:relative;display:inline-flex;gap:.625rem;width:auto;margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;padding:1.125rem;border-width:1px;border-style:solid;border-color:#ff6188;font-family:"Open Sans","Helvetica","Arial",sans-serif;font-size:1rem;line-height:1;color:var(--secondary-color-2);text-decoration:underline;text-decoration-color:rgba(0,0,0,0);text-underline-offset:.4375rem;background-color:rgba(0,0,0,0);transition:text-decoration-color .25s ease,color .35s linear;cursor:pointer}[data-button-icon=arrow][data-button-color=red]::before{content:"";position:absolute;top:-12px;right:-12px;display:block;width:22px;height:22px;transform:rotate(45deg);background-color:#ff6188;clip-path:polygon(100% 100%, 100% 100%, 0% 100%, 0% 100%, 0% 100%, 50% 50%, 100% 100%);animation-name:collapse;animation-duration:.125s;animation-timing-function:linear;animation-fill-mode:forwards}[data-button-icon=arrow][data-button-color=red]::after{content:"";position:absolute;top:-7px;right:-7px;display:block;width:.75rem;height:.75rem;background-color:var(--primary-color-2);mask-image:url("../../assets/icons/button-arrow.svg");mask-position:center;mask-repeat:no-repeat;mask-size:.75rem .75rem;opacity:0;transition:opacity .125s ease,background-color .35s linear}[data-button-icon=arrow][data-button-color=red]:hover,[data-button-icon=arrow][data-button-color=red]:focus{text-decoration-color:var(--secondary-color-2)}[data-button-icon=arrow][data-button-color=red]:hover::before,[data-button-icon=arrow][data-button-color=red]:focus::before{animation-name:expand}[data-button-icon=arrow][data-button-color=red]:hover::after,[data-button-icon=arrow][data-button-color=red]:focus::after{opacity:1;transition-delay:.125s}@keyframes expand{0%{clip-path:polygon(100% 100%, 100% 100%, 0% 100%, 0% 100%, 0% 100%, 50% 50%, 100% 100%)}50%{clip-path:polygon(100% 50%, 100% 100%, 0% 100%, 0% 50%, 50% 50%, 50% 50%, 50% 50%)}100%{clip-path:polygon(100% 0%, 100% 100%, 0% 100%, 0% 0%, 50% 0%, 50% 0%, 50% 0%)}}@keyframes collapse{0%{clip-path:polygon(100% 0%, 100% 100%, 0% 100%, 0% 0%, 50% 0%, 50% 0%, 50% 0%)}50%{clip-path:polygon(100% 50%, 100% 100%, 0% 100%, 0% 50%, 50% 50%, 50% 50%, 50% 50%)}100%{clip-path:polygon(100% 100%, 100% 100%, 0% 100%, 0% 100%, 0% 100%, 50% 50%, 100% 100%)}}[data-button-icon=arrow][data-button-color=orange]{position:relative;display:inline-flex;gap:.625rem;width:auto;margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;padding:1.125rem;border-width:1px;border-style:solid;border-color:#fc9867;font-family:"Open Sans","Helvetica","Arial",sans-serif;font-size:1rem;line-height:1;color:var(--secondary-color-2);text-decoration:underline;text-decoration-color:rgba(0,0,0,0);text-underline-offset:.4375rem;background-color:rgba(0,0,0,0);transition:text-decoration-color .25s ease,color .35s linear;cursor:pointer}[data-button-icon=arrow][data-button-color=orange]::before{content:"";position:absolute;top:-12px;right:-12px;display:block;width:22px;height:22px;transform:rotate(45deg);background-color:#fc9867;clip-path:polygon(100% 100%, 100% 100%, 0% 100%, 0% 100%, 0% 100%, 50% 50%, 100% 100%);animation-name:collapse;animation-duration:.125s;animation-timing-function:linear;animation-fill-mode:forwards}[data-button-icon=arrow][data-button-color=orange]::after{content:"";position:absolute;top:-7px;right:-7px;display:block;width:.75rem;height:.75rem;background-color:var(--primary-color-2);mask-image:url("../../assets/icons/button-arrow.svg");mask-position:center;mask-repeat:no-repeat;mask-size:.75rem .75rem;opacity:0;transition:opacity .125s ease,background-color .35s linear}[data-button-icon=arrow][data-button-color=orange]:hover,[data-button-icon=arrow][data-button-color=orange]:focus{text-decoration-color:var(--secondary-color-2)}[data-button-icon=arrow][data-button-color=orange]:hover::before,[data-button-icon=arrow][data-button-color=orange]:focus::before{animation-name:expand}[data-button-icon=arrow][data-button-color=orange]:hover::after,[data-button-icon=arrow][data-button-color=orange]:focus::after{opacity:1;transition-delay:.125s}@keyframes expand{0%{clip-path:polygon(100% 100%, 100% 100%, 0% 100%, 0% 100%, 0% 100%, 50% 50%, 100% 100%)}50%{clip-path:polygon(100% 50%, 100% 100%, 0% 100%, 0% 50%, 50% 50%, 50% 50%, 50% 50%)}100%{clip-path:polygon(100% 0%, 100% 100%, 0% 100%, 0% 0%, 50% 0%, 50% 0%, 50% 0%)}}@keyframes collapse{0%{clip-path:polygon(100% 0%, 100% 100%, 0% 100%, 0% 0%, 50% 0%, 50% 0%, 50% 0%)}50%{clip-path:polygon(100% 50%, 100% 100%, 0% 100%, 0% 50%, 50% 50%, 50% 50%, 50% 50%)}100%{clip-path:polygon(100% 100%, 100% 100%, 0% 100%, 0% 100%, 0% 100%, 50% 50%, 100% 100%)}}[data-button-icon=arrow][data-button-color=yellow]{position:relative;display:inline-flex;gap:.625rem;width:auto;margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;padding:1.125rem;border-width:1px;border-style:solid;border-color:#ffd866;font-family:"Open Sans","Helvetica","Arial",sans-serif;font-size:1rem;line-height:1;color:var(--secondary-color-2);text-decoration:underline;text-decoration-color:rgba(0,0,0,0);text-underline-offset:.4375rem;background-color:rgba(0,0,0,0);transition:text-decoration-color .25s ease,color .35s linear;cursor:pointer}[data-button-icon=arrow][data-button-color=yellow]::before{content:"";position:absolute;top:-12px;right:-12px;display:block;width:22px;height:22px;transform:rotate(45deg);background-color:#ffd866;clip-path:polygon(100% 100%, 100% 100%, 0% 100%, 0% 100%, 0% 100%, 50% 50%, 100% 100%);animation-name:collapse;animation-duration:.125s;animation-timing-function:linear;animation-fill-mode:forwards}[data-button-icon=arrow][data-button-color=yellow]::after{content:"";position:absolute;top:-7px;right:-7px;display:block;width:.75rem;height:.75rem;background-color:var(--primary-color-2);mask-image:url("../../assets/icons/button-arrow.svg");mask-position:center;mask-repeat:no-repeat;mask-size:.75rem .75rem;opacity:0;transition:opacity .125s ease,background-color .35s linear}[data-button-icon=arrow][data-button-color=yellow]:hover,[data-button-icon=arrow][data-button-color=yellow]:focus{text-decoration-color:var(--secondary-color-2)}[data-button-icon=arrow][data-button-color=yellow]:hover::before,[data-button-icon=arrow][data-button-color=yellow]:focus::before{animation-name:expand}[data-button-icon=arrow][data-button-color=yellow]:hover::after,[data-button-icon=arrow][data-button-color=yellow]:focus::after{opacity:1;transition-delay:.125s}@keyframes expand{0%{clip-path:polygon(100% 100%, 100% 100%, 0% 100%, 0% 100%, 0% 100%, 50% 50%, 100% 100%)}50%{clip-path:polygon(100% 50%, 100% 100%, 0% 100%, 0% 50%, 50% 50%, 50% 50%, 50% 50%)}100%{clip-path:polygon(100% 0%, 100% 100%, 0% 100%, 0% 0%, 50% 0%, 50% 0%, 50% 0%)}}@keyframes collapse{0%{clip-path:polygon(100% 0%, 100% 100%, 0% 100%, 0% 0%, 50% 0%, 50% 0%, 50% 0%)}50%{clip-path:polygon(100% 50%, 100% 100%, 0% 100%, 0% 50%, 50% 50%, 50% 50%, 50% 50%)}100%{clip-path:polygon(100% 100%, 100% 100%, 0% 100%, 0% 100%, 0% 100%, 50% 50%, 100% 100%)}}[data-button-icon=arrow][data-button-color=green]{position:relative;display:inline-flex;gap:.625rem;width:auto;margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;padding:1.125rem;border-width:1px;border-style:solid;border-color:#a9dc76;font-family:"Open Sans","Helvetica","Arial",sans-serif;font-size:1rem;line-height:1;color:var(--secondary-color-2);text-decoration:underline;text-decoration-color:rgba(0,0,0,0);text-underline-offset:.4375rem;background-color:rgba(0,0,0,0);transition:text-decoration-color .25s ease,color .35s linear;cursor:pointer}[data-button-icon=arrow][data-button-color=green]::before{content:"";position:absolute;top:-12px;right:-12px;display:block;width:22px;height:22px;transform:rotate(45deg);background-color:#a9dc76;clip-path:polygon(100% 100%, 100% 100%, 0% 100%, 0% 100%, 0% 100%, 50% 50%, 100% 100%);animation-name:collapse;animation-duration:.125s;animation-timing-function:linear;animation-fill-mode:forwards}[data-button-icon=arrow][data-button-color=green]::after{content:"";position:absolute;top:-7px;right:-7px;display:block;width:.75rem;height:.75rem;background-color:var(--primary-color-2);mask-image:url("../../assets/icons/button-arrow.svg");mask-position:center;mask-repeat:no-repeat;mask-size:.75rem .75rem;opacity:0;transition:opacity .125s ease,background-color .35s linear}[data-button-icon=arrow][data-button-color=green]:hover,[data-button-icon=arrow][data-button-color=green]:focus{text-decoration-color:var(--secondary-color-2)}[data-button-icon=arrow][data-button-color=green]:hover::before,[data-button-icon=arrow][data-button-color=green]:focus::before{animation-name:expand}[data-button-icon=arrow][data-button-color=green]:hover::after,[data-button-icon=arrow][data-button-color=green]:focus::after{opacity:1;transition-delay:.125s}@keyframes expand{0%{clip-path:polygon(100% 100%, 100% 100%, 0% 100%, 0% 100%, 0% 100%, 50% 50%, 100% 100%)}50%{clip-path:polygon(100% 50%, 100% 100%, 0% 100%, 0% 50%, 50% 50%, 50% 50%, 50% 50%)}100%{clip-path:polygon(100% 0%, 100% 100%, 0% 100%, 0% 0%, 50% 0%, 50% 0%, 50% 0%)}}@keyframes collapse{0%{clip-path:polygon(100% 0%, 100% 100%, 0% 100%, 0% 0%, 50% 0%, 50% 0%, 50% 0%)}50%{clip-path:polygon(100% 50%, 100% 100%, 0% 100%, 0% 50%, 50% 50%, 50% 50%, 50% 50%)}100%{clip-path:polygon(100% 100%, 100% 100%, 0% 100%, 0% 100%, 0% 100%, 50% 50%, 100% 100%)}}[data-button-icon=arrow][data-button-color=blue]{position:relative;display:inline-flex;gap:.625rem;width:auto;margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;padding:1.125rem;border-width:1px;border-style:solid;border-color:#78dce8;font-family:"Open Sans","Helvetica","Arial",sans-serif;font-size:1rem;line-height:1;color:var(--secondary-color-2);text-decoration:underline;text-decoration-color:rgba(0,0,0,0);text-underline-offset:.4375rem;background-color:rgba(0,0,0,0);transition:text-decoration-color .25s ease,color .35s linear;cursor:pointer}[data-button-icon=arrow][data-button-color=blue]::before{content:"";position:absolute;top:-12px;right:-12px;display:block;width:22px;height:22px;transform:rotate(45deg);background-color:#78dce8;clip-path:polygon(100% 100%, 100% 100%, 0% 100%, 0% 100%, 0% 100%, 50% 50%, 100% 100%);animation-name:collapse;animation-duration:.125s;animation-timing-function:linear;animation-fill-mode:forwards}[data-button-icon=arrow][data-button-color=blue]::after{content:"";position:absolute;top:-7px;right:-7px;display:block;width:.75rem;height:.75rem;background-color:var(--primary-color-2);mask-image:url("../../assets/icons/button-arrow.svg");mask-position:center;mask-repeat:no-repeat;mask-size:.75rem .75rem;opacity:0;transition:opacity .125s ease,background-color .35s linear}[data-button-icon=arrow][data-button-color=blue]:hover,[data-button-icon=arrow][data-button-color=blue]:focus{text-decoration-color:var(--secondary-color-2)}[data-button-icon=arrow][data-button-color=blue]:hover::before,[data-button-icon=arrow][data-button-color=blue]:focus::before{animation-name:expand}[data-button-icon=arrow][data-button-color=blue]:hover::after,[data-button-icon=arrow][data-button-color=blue]:focus::after{opacity:1;transition-delay:.125s}@keyframes expand{0%{clip-path:polygon(100% 100%, 100% 100%, 0% 100%, 0% 100%, 0% 100%, 50% 50%, 100% 100%)}50%{clip-path:polygon(100% 50%, 100% 100%, 0% 100%, 0% 50%, 50% 50%, 50% 50%, 50% 50%)}100%{clip-path:polygon(100% 0%, 100% 100%, 0% 100%, 0% 0%, 50% 0%, 50% 0%, 50% 0%)}}@keyframes collapse{0%{clip-path:polygon(100% 0%, 100% 100%, 0% 100%, 0% 0%, 50% 0%, 50% 0%, 50% 0%)}50%{clip-path:polygon(100% 50%, 100% 100%, 0% 100%, 0% 50%, 50% 50%, 50% 50%, 50% 50%)}100%{clip-path:polygon(100% 100%, 100% 100%, 0% 100%, 0% 100%, 0% 100%, 50% 50%, 100% 100%)}}[data-button-icon=arrow][data-button-color=purple]{position:relative;display:inline-flex;gap:.625rem;width:auto;margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;padding:1.125rem;border-width:1px;border-style:solid;border-color:#ab9df2;font-family:"Open Sans","Helvetica","Arial",sans-serif;font-size:1rem;line-height:1;color:var(--secondary-color-2);text-decoration:underline;text-decoration-color:rgba(0,0,0,0);text-underline-offset:.4375rem;background-color:rgba(0,0,0,0);transition:text-decoration-color .25s ease,color .35s linear;cursor:pointer}[data-button-icon=arrow][data-button-color=purple]::before{content:"";position:absolute;top:-12px;right:-12px;display:block;width:22px;height:22px;transform:rotate(45deg);background-color:#ab9df2;clip-path:polygon(100% 100%, 100% 100%, 0% 100%, 0% 100%, 0% 100%, 50% 50%, 100% 100%);animation-name:collapse;animation-duration:.125s;animation-timing-function:linear;animation-fill-mode:forwards}[data-button-icon=arrow][data-button-color=purple]::after{content:"";position:absolute;top:-7px;right:-7px;display:block;width:.75rem;height:.75rem;background-color:var(--primary-color-2);mask-image:url("../../assets/icons/button-arrow.svg");mask-position:center;mask-repeat:no-repeat;mask-size:.75rem .75rem;opacity:0;transition:opacity .125s ease,background-color .35s linear}[data-button-icon=arrow][data-button-color=purple]:hover,[data-button-icon=arrow][data-button-color=purple]:focus{text-decoration-color:var(--secondary-color-2)}[data-button-icon=arrow][data-button-color=purple]:hover::before,[data-button-icon=arrow][data-button-color=purple]:focus::before{animation-name:expand}[data-button-icon=arrow][data-button-color=purple]:hover::after,[data-button-icon=arrow][data-button-color=purple]:focus::after{opacity:1;transition-delay:.125s}@keyframes expand{0%{clip-path:polygon(100% 100%, 100% 100%, 0% 100%, 0% 100%, 0% 100%, 50% 50%, 100% 100%)}50%{clip-path:polygon(100% 50%, 100% 100%, 0% 100%, 0% 50%, 50% 50%, 50% 50%, 50% 50%)}100%{clip-path:polygon(100% 0%, 100% 100%, 0% 100%, 0% 0%, 50% 0%, 50% 0%, 50% 0%)}}@keyframes collapse{0%{clip-path:polygon(100% 0%, 100% 100%, 0% 100%, 0% 0%, 50% 0%, 50% 0%, 50% 0%)}50%{clip-path:polygon(100% 50%, 100% 100%, 0% 100%, 0% 50%, 50% 50%, 50% 50%, 50% 50%)}100%{clip-path:polygon(100% 100%, 100% 100%, 0% 100%, 0% 100%, 0% 100%, 50% 50%, 100% 100%)}}[data-button-icon=new-window][data-button-color=red]{position:relative;display:inline-flex;gap:.625rem;width:auto;margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;padding:1.125rem;border-width:1px;border-style:solid;border-color:#ff6188;font-family:"Open Sans","Helvetica","Arial",sans-serif;font-size:1rem;line-height:1;color:var(--secondary-color-2);text-decoration:underline;text-decoration-color:rgba(0,0,0,0);text-underline-offset:.4375rem;background-color:rgba(0,0,0,0);transition:text-decoration-color .25s ease,color .35s linear;cursor:pointer}[data-button-icon=new-window][data-button-color=red]::before{content:"";position:absolute;top:-12px;right:-12px;display:block;width:22px;height:22px;transform:rotate(45deg);background-color:#ff6188;clip-path:polygon(100% 100%, 100% 100%, 0% 100%, 0% 100%, 0% 100%, 50% 50%, 100% 100%);animation-name:collapse;animation-duration:.125s;animation-timing-function:linear;animation-fill-mode:forwards}[data-button-icon=new-window][data-button-color=red]::after{content:"";position:absolute;top:-7px;right:-7px;display:block;width:.75rem;height:.75rem;background-color:var(--primary-color-2);mask-image:url("../../assets/icons/button-new-window.svg");mask-position:center;mask-repeat:no-repeat;mask-size:.75rem .75rem;opacity:0;transition:opacity .125s ease,background-color .35s linear}[data-button-icon=new-window][data-button-color=red]:hover,[data-button-icon=new-window][data-button-color=red]:focus{text-decoration-color:var(--secondary-color-2)}[data-button-icon=new-window][data-button-color=red]:hover::before,[data-button-icon=new-window][data-button-color=red]:focus::before{animation-name:expand}[data-button-icon=new-window][data-button-color=red]:hover::after,[data-button-icon=new-window][data-button-color=red]:focus::after{opacity:1;transition-delay:.125s}@keyframes expand{0%{clip-path:polygon(100% 100%, 100% 100%, 0% 100%, 0% 100%, 0% 100%, 50% 50%, 100% 100%)}50%{clip-path:polygon(100% 50%, 100% 100%, 0% 100%, 0% 50%, 50% 50%, 50% 50%, 50% 50%)}100%{clip-path:polygon(100% 0%, 100% 100%, 0% 100%, 0% 0%, 50% 0%, 50% 0%, 50% 0%)}}@keyframes collapse{0%{clip-path:polygon(100% 0%, 100% 100%, 0% 100%, 0% 0%, 50% 0%, 50% 0%, 50% 0%)}50%{clip-path:polygon(100% 50%, 100% 100%, 0% 100%, 0% 50%, 50% 50%, 50% 50%, 50% 50%)}100%{clip-path:polygon(100% 100%, 100% 100%, 0% 100%, 0% 100%, 0% 100%, 50% 50%, 100% 100%)}}[data-button-icon=new-window][data-button-color=orange]{position:relative;display:inline-flex;gap:.625rem;width:auto;margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;padding:1.125rem;border-width:1px;border-style:solid;border-color:#fc9867;font-family:"Open Sans","Helvetica","Arial",sans-serif;font-size:1rem;line-height:1;color:var(--secondary-color-2);text-decoration:underline;text-decoration-color:rgba(0,0,0,0);text-underline-offset:.4375rem;background-color:rgba(0,0,0,0);transition:text-decoration-color .25s ease,color .35s linear;cursor:pointer}[data-button-icon=new-window][data-button-color=orange]::before{content:"";position:absolute;top:-12px;right:-12px;display:block;width:22px;height:22px;transform:rotate(45deg);background-color:#fc9867;clip-path:polygon(100% 100%, 100% 100%, 0% 100%, 0% 100%, 0% 100%, 50% 50%, 100% 100%);animation-name:collapse;animation-duration:.125s;animation-timing-function:linear;animation-fill-mode:forwards}[data-button-icon=new-window][data-button-color=orange]::after{content:"";position:absolute;top:-7px;right:-7px;display:block;width:.75rem;height:.75rem;background-color:var(--primary-color-2);mask-image:url("../../assets/icons/button-new-window.svg");mask-position:center;mask-repeat:no-repeat;mask-size:.75rem .75rem;opacity:0;transition:opacity .125s ease,background-color .35s linear}[data-button-icon=new-window][data-button-color=orange]:hover,[data-button-icon=new-window][data-button-color=orange]:focus{text-decoration-color:var(--secondary-color-2)}[data-button-icon=new-window][data-button-color=orange]:hover::before,[data-button-icon=new-window][data-button-color=orange]:focus::before{animation-name:expand}[data-button-icon=new-window][data-button-color=orange]:hover::after,[data-button-icon=new-window][data-button-color=orange]:focus::after{opacity:1;transition-delay:.125s}@keyframes expand{0%{clip-path:polygon(100% 100%, 100% 100%, 0% 100%, 0% 100%, 0% 100%, 50% 50%, 100% 100%)}50%{clip-path:polygon(100% 50%, 100% 100%, 0% 100%, 0% 50%, 50% 50%, 50% 50%, 50% 50%)}100%{clip-path:polygon(100% 0%, 100% 100%, 0% 100%, 0% 0%, 50% 0%, 50% 0%, 50% 0%)}}@keyframes collapse{0%{clip-path:polygon(100% 0%, 100% 100%, 0% 100%, 0% 0%, 50% 0%, 50% 0%, 50% 0%)}50%{clip-path:polygon(100% 50%, 100% 100%, 0% 100%, 0% 50%, 50% 50%, 50% 50%, 50% 50%)}100%{clip-path:polygon(100% 100%, 100% 100%, 0% 100%, 0% 100%, 0% 100%, 50% 50%, 100% 100%)}}[data-button-icon=new-window][data-button-color=yellow]{position:relative;display:inline-flex;gap:.625rem;width:auto;margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;padding:1.125rem;border-width:1px;border-style:solid;border-color:#ffd866;font-family:"Open Sans","Helvetica","Arial",sans-serif;font-size:1rem;line-height:1;color:var(--secondary-color-2);text-decoration:underline;text-decoration-color:rgba(0,0,0,0);text-underline-offset:.4375rem;background-color:rgba(0,0,0,0);transition:text-decoration-color .25s ease,color .35s linear;cursor:pointer}[data-button-icon=new-window][data-button-color=yellow]::before{content:"";position:absolute;top:-12px;right:-12px;display:block;width:22px;height:22px;transform:rotate(45deg);background-color:#ffd866;clip-path:polygon(100% 100%, 100% 100%, 0% 100%, 0% 100%, 0% 100%, 50% 50%, 100% 100%);animation-name:collapse;animation-duration:.125s;animation-timing-function:linear;animation-fill-mode:forwards}[data-button-icon=new-window][data-button-color=yellow]::after{content:"";position:absolute;top:-7px;right:-7px;display:block;width:.75rem;height:.75rem;background-color:var(--primary-color-2);mask-image:url("../../assets/icons/button-new-window.svg");mask-position:center;mask-repeat:no-repeat;mask-size:.75rem .75rem;opacity:0;transition:opacity .125s ease,background-color .35s linear}[data-button-icon=new-window][data-button-color=yellow]:hover,[data-button-icon=new-window][data-button-color=yellow]:focus{text-decoration-color:var(--secondary-color-2)}[data-button-icon=new-window][data-button-color=yellow]:hover::before,[data-button-icon=new-window][data-button-color=yellow]:focus::before{animation-name:expand}[data-button-icon=new-window][data-button-color=yellow]:hover::after,[data-button-icon=new-window][data-button-color=yellow]:focus::after{opacity:1;transition-delay:.125s}@keyframes expand{0%{clip-path:polygon(100% 100%, 100% 100%, 0% 100%, 0% 100%, 0% 100%, 50% 50%, 100% 100%)}50%{clip-path:polygon(100% 50%, 100% 100%, 0% 100%, 0% 50%, 50% 50%, 50% 50%, 50% 50%)}100%{clip-path:polygon(100% 0%, 100% 100%, 0% 100%, 0% 0%, 50% 0%, 50% 0%, 50% 0%)}}@keyframes collapse{0%{clip-path:polygon(100% 0%, 100% 100%, 0% 100%, 0% 0%, 50% 0%, 50% 0%, 50% 0%)}50%{clip-path:polygon(100% 50%, 100% 100%, 0% 100%, 0% 50%, 50% 50%, 50% 50%, 50% 50%)}100%{clip-path:polygon(100% 100%, 100% 100%, 0% 100%, 0% 100%, 0% 100%, 50% 50%, 100% 100%)}}[data-button-icon=new-window][data-button-color=green]{position:relative;display:inline-flex;gap:.625rem;width:auto;margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;padding:1.125rem;border-width:1px;border-style:solid;border-color:#a9dc76;font-family:"Open Sans","Helvetica","Arial",sans-serif;font-size:1rem;line-height:1;color:var(--secondary-color-2);text-decoration:underline;text-decoration-color:rgba(0,0,0,0);text-underline-offset:.4375rem;background-color:rgba(0,0,0,0);transition:text-decoration-color .25s ease,color .35s linear;cursor:pointer}[data-button-icon=new-window][data-button-color=green]::before{content:"";position:absolute;top:-12px;right:-12px;display:block;width:22px;height:22px;transform:rotate(45deg);background-color:#a9dc76;clip-path:polygon(100% 100%, 100% 100%, 0% 100%, 0% 100%, 0% 100%, 50% 50%, 100% 100%);animation-name:collapse;animation-duration:.125s;animation-timing-function:linear;animation-fill-mode:forwards}[data-button-icon=new-window][data-button-color=green]::after{content:"";position:absolute;top:-7px;right:-7px;display:block;width:.75rem;height:.75rem;background-color:var(--primary-color-2);mask-image:url("../../assets/icons/button-new-window.svg");mask-position:center;mask-repeat:no-repeat;mask-size:.75rem .75rem;opacity:0;transition:opacity .125s ease,background-color .35s linear}[data-button-icon=new-window][data-button-color=green]:hover,[data-button-icon=new-window][data-button-color=green]:focus{text-decoration-color:var(--secondary-color-2)}[data-button-icon=new-window][data-button-color=green]:hover::before,[data-button-icon=new-window][data-button-color=green]:focus::before{animation-name:expand}[data-button-icon=new-window][data-button-color=green]:hover::after,[data-button-icon=new-window][data-button-color=green]:focus::after{opacity:1;transition-delay:.125s}@keyframes expand{0%{clip-path:polygon(100% 100%, 100% 100%, 0% 100%, 0% 100%, 0% 100%, 50% 50%, 100% 100%)}50%{clip-path:polygon(100% 50%, 100% 100%, 0% 100%, 0% 50%, 50% 50%, 50% 50%, 50% 50%)}100%{clip-path:polygon(100% 0%, 100% 100%, 0% 100%, 0% 0%, 50% 0%, 50% 0%, 50% 0%)}}@keyframes collapse{0%{clip-path:polygon(100% 0%, 100% 100%, 0% 100%, 0% 0%, 50% 0%, 50% 0%, 50% 0%)}50%{clip-path:polygon(100% 50%, 100% 100%, 0% 100%, 0% 50%, 50% 50%, 50% 50%, 50% 50%)}100%{clip-path:polygon(100% 100%, 100% 100%, 0% 100%, 0% 100%, 0% 100%, 50% 50%, 100% 100%)}}[data-button-icon=new-window][data-button-color=blue]{position:relative;display:inline-flex;gap:.625rem;width:auto;margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;padding:1.125rem;border-width:1px;border-style:solid;border-color:#78dce8;font-family:"Open Sans","Helvetica","Arial",sans-serif;font-size:1rem;line-height:1;color:var(--secondary-color-2);text-decoration:underline;text-decoration-color:rgba(0,0,0,0);text-underline-offset:.4375rem;background-color:rgba(0,0,0,0);transition:text-decoration-color .25s ease,color .35s linear;cursor:pointer}[data-button-icon=new-window][data-button-color=blue]::before{content:"";position:absolute;top:-12px;right:-12px;display:block;width:22px;height:22px;transform:rotate(45deg);background-color:#78dce8;clip-path:polygon(100% 100%, 100% 100%, 0% 100%, 0% 100%, 0% 100%, 50% 50%, 100% 100%);animation-name:collapse;animation-duration:.125s;animation-timing-function:linear;animation-fill-mode:forwards}[data-button-icon=new-window][data-button-color=blue]::after{content:"";position:absolute;top:-7px;right:-7px;display:block;width:.75rem;height:.75rem;background-color:var(--primary-color-2);mask-image:url("../../assets/icons/button-new-window.svg");mask-position:center;mask-repeat:no-repeat;mask-size:.75rem .75rem;opacity:0;transition:opacity .125s ease,background-color .35s linear}[data-button-icon=new-window][data-button-color=blue]:hover,[data-button-icon=new-window][data-button-color=blue]:focus{text-decoration-color:var(--secondary-color-2)}[data-button-icon=new-window][data-button-color=blue]:hover::before,[data-button-icon=new-window][data-button-color=blue]:focus::before{animation-name:expand}[data-button-icon=new-window][data-button-color=blue]:hover::after,[data-button-icon=new-window][data-button-color=blue]:focus::after{opacity:1;transition-delay:.125s}@keyframes expand{0%{clip-path:polygon(100% 100%, 100% 100%, 0% 100%, 0% 100%, 0% 100%, 50% 50%, 100% 100%)}50%{clip-path:polygon(100% 50%, 100% 100%, 0% 100%, 0% 50%, 50% 50%, 50% 50%, 50% 50%)}100%{clip-path:polygon(100% 0%, 100% 100%, 0% 100%, 0% 0%, 50% 0%, 50% 0%, 50% 0%)}}@keyframes collapse{0%{clip-path:polygon(100% 0%, 100% 100%, 0% 100%, 0% 0%, 50% 0%, 50% 0%, 50% 0%)}50%{clip-path:polygon(100% 50%, 100% 100%, 0% 100%, 0% 50%, 50% 50%, 50% 50%, 50% 50%)}100%{clip-path:polygon(100% 100%, 100% 100%, 0% 100%, 0% 100%, 0% 100%, 50% 50%, 100% 100%)}}[data-button-icon=new-window][data-button-color=purple]{position:relative;display:inline-flex;gap:.625rem;width:auto;margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;padding:1.125rem;border-width:1px;border-style:solid;border-color:#ab9df2;font-family:"Open Sans","Helvetica","Arial",sans-serif;font-size:1rem;line-height:1;color:var(--secondary-color-2);text-decoration:underline;text-decoration-color:rgba(0,0,0,0);text-underline-offset:.4375rem;background-color:rgba(0,0,0,0);transition:text-decoration-color .25s ease,color .35s linear;cursor:pointer}[data-button-icon=new-window][data-button-color=purple]::before{content:"";position:absolute;top:-12px;right:-12px;display:block;width:22px;height:22px;transform:rotate(45deg);background-color:#ab9df2;clip-path:polygon(100% 100%, 100% 100%, 0% 100%, 0% 100%, 0% 100%, 50% 50%, 100% 100%);animation-name:collapse;animation-duration:.125s;animation-timing-function:linear;animation-fill-mode:forwards}[data-button-icon=new-window][data-button-color=purple]::after{content:"";position:absolute;top:-7px;right:-7px;display:block;width:.75rem;height:.75rem;background-color:var(--primary-color-2);mask-image:url("../../assets/icons/button-new-window.svg");mask-position:center;mask-repeat:no-repeat;mask-size:.75rem .75rem;opacity:0;transition:opacity .125s ease,background-color .35s linear}[data-button-icon=new-window][data-button-color=purple]:hover,[data-button-icon=new-window][data-button-color=purple]:focus{text-decoration-color:var(--secondary-color-2)}[data-button-icon=new-window][data-button-color=purple]:hover::before,[data-button-icon=new-window][data-button-color=purple]:focus::before{animation-name:expand}[data-button-icon=new-window][data-button-color=purple]:hover::after,[data-button-icon=new-window][data-button-color=purple]:focus::after{opacity:1;transition-delay:.125s}@keyframes expand{0%{clip-path:polygon(100% 100%, 100% 100%, 0% 100%, 0% 100%, 0% 100%, 50% 50%, 100% 100%)}50%{clip-path:polygon(100% 50%, 100% 100%, 0% 100%, 0% 50%, 50% 50%, 50% 50%, 50% 50%)}100%{clip-path:polygon(100% 0%, 100% 100%, 0% 100%, 0% 0%, 50% 0%, 50% 0%, 50% 0%)}}@keyframes collapse{0%{clip-path:polygon(100% 0%, 100% 100%, 0% 100%, 0% 0%, 50% 0%, 50% 0%, 50% 0%)}50%{clip-path:polygon(100% 50%, 100% 100%, 0% 100%, 0% 50%, 50% 50%, 50% 50%, 50% 50%)}100%{clip-path:polygon(100% 100%, 100% 100%, 0% 100%, 0% 100%, 0% 100%, 50% 50%, 100% 100%)}}[data-button-icon=download][data-button-color=red]{position:relative;display:inline-flex;gap:.625rem;width:auto;margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;padding:1.125rem;border-width:1px;border-style:solid;border-color:#ff6188;font-family:"Open Sans","Helvetica","Arial",sans-serif;font-size:1rem;line-height:1;color:var(--secondary-color-2);text-decoration:underline;text-decoration-color:rgba(0,0,0,0);text-underline-offset:.4375rem;background-color:rgba(0,0,0,0);transition:text-decoration-color .25s ease,color .35s linear;cursor:pointer}[data-button-icon=download][data-button-color=red]::before{content:"";position:absolute;top:-12px;right:-12px;display:block;width:22px;height:22px;transform:rotate(45deg);background-color:#ff6188;clip-path:polygon(100% 100%, 100% 100%, 0% 100%, 0% 100%, 0% 100%, 50% 50%, 100% 100%);animation-name:collapse;animation-duration:.125s;animation-timing-function:linear;animation-fill-mode:forwards}[data-button-icon=download][data-button-color=red]::after{content:"";position:absolute;top:-8px;right:-7px;display:block;width:.75rem;height:.75rem;background-color:var(--primary-color-2);mask-image:url("../../assets/icons/button-download.svg");mask-position:center;mask-repeat:no-repeat;mask-size:.75rem .75rem;opacity:0;transition:opacity .125s ease,background-color .35s linear}[data-button-icon=download][data-button-color=red]:hover,[data-button-icon=download][data-button-color=red]:focus{text-decoration-color:var(--secondary-color-2)}[data-button-icon=download][data-button-color=red]:hover::before,[data-button-icon=download][data-button-color=red]:focus::before{animation-name:expand}[data-button-icon=download][data-button-color=red]:hover::after,[data-button-icon=download][data-button-color=red]:focus::after{opacity:1;transition-delay:.125s}@keyframes expand{0%{clip-path:polygon(100% 100%, 100% 100%, 0% 100%, 0% 100%, 0% 100%, 50% 50%, 100% 100%)}50%{clip-path:polygon(100% 50%, 100% 100%, 0% 100%, 0% 50%, 50% 50%, 50% 50%, 50% 50%)}100%{clip-path:polygon(100% 0%, 100% 100%, 0% 100%, 0% 0%, 50% 0%, 50% 0%, 50% 0%)}}@keyframes collapse{0%{clip-path:polygon(100% 0%, 100% 100%, 0% 100%, 0% 0%, 50% 0%, 50% 0%, 50% 0%)}50%{clip-path:polygon(100% 50%, 100% 100%, 0% 100%, 0% 50%, 50% 50%, 50% 50%, 50% 50%)}100%{clip-path:polygon(100% 100%, 100% 100%, 0% 100%, 0% 100%, 0% 100%, 50% 50%, 100% 100%)}}[data-button-icon=download][data-button-color=orange]{position:relative;display:inline-flex;gap:.625rem;width:auto;margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;padding:1.125rem;border-width:1px;border-style:solid;border-color:#fc9867;font-family:"Open Sans","Helvetica","Arial",sans-serif;font-size:1rem;line-height:1;color:var(--secondary-color-2);text-decoration:underline;text-decoration-color:rgba(0,0,0,0);text-underline-offset:.4375rem;background-color:rgba(0,0,0,0);transition:text-decoration-color .25s ease,color .35s linear;cursor:pointer}[data-button-icon=download][data-button-color=orange]::before{content:"";position:absolute;top:-12px;right:-12px;display:block;width:22px;height:22px;transform:rotate(45deg);background-color:#fc9867;clip-path:polygon(100% 100%, 100% 100%, 0% 100%, 0% 100%, 0% 100%, 50% 50%, 100% 100%);animation-name:collapse;animation-duration:.125s;animation-timing-function:linear;animation-fill-mode:forwards}[data-button-icon=download][data-button-color=orange]::after{content:"";position:absolute;top:-8px;right:-7px;display:block;width:.75rem;height:.75rem;background-color:var(--primary-color-2);mask-image:url("../../assets/icons/button-download.svg");mask-position:center;mask-repeat:no-repeat;mask-size:.75rem .75rem;opacity:0;transition:opacity .125s ease,background-color .35s linear}[data-button-icon=download][data-button-color=orange]:hover,[data-button-icon=download][data-button-color=orange]:focus{text-decoration-color:var(--secondary-color-2)}[data-button-icon=download][data-button-color=orange]:hover::before,[data-button-icon=download][data-button-color=orange]:focus::before{animation-name:expand}[data-button-icon=download][data-button-color=orange]:hover::after,[data-button-icon=download][data-button-color=orange]:focus::after{opacity:1;transition-delay:.125s}@keyframes expand{0%{clip-path:polygon(100% 100%, 100% 100%, 0% 100%, 0% 100%, 0% 100%, 50% 50%, 100% 100%)}50%{clip-path:polygon(100% 50%, 100% 100%, 0% 100%, 0% 50%, 50% 50%, 50% 50%, 50% 50%)}100%{clip-path:polygon(100% 0%, 100% 100%, 0% 100%, 0% 0%, 50% 0%, 50% 0%, 50% 0%)}}@keyframes collapse{0%{clip-path:polygon(100% 0%, 100% 100%, 0% 100%, 0% 0%, 50% 0%, 50% 0%, 50% 0%)}50%{clip-path:polygon(100% 50%, 100% 100%, 0% 100%, 0% 50%, 50% 50%, 50% 50%, 50% 50%)}100%{clip-path:polygon(100% 100%, 100% 100%, 0% 100%, 0% 100%, 0% 100%, 50% 50%, 100% 100%)}}[data-button-icon=download][data-button-color=yellow]{position:relative;display:inline-flex;gap:.625rem;width:auto;margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;padding:1.125rem;border-width:1px;border-style:solid;border-color:#ffd866;font-family:"Open Sans","Helvetica","Arial",sans-serif;font-size:1rem;line-height:1;color:var(--secondary-color-2);text-decoration:underline;text-decoration-color:rgba(0,0,0,0);text-underline-offset:.4375rem;background-color:rgba(0,0,0,0);transition:text-decoration-color .25s ease,color .35s linear;cursor:pointer}[data-button-icon=download][data-button-color=yellow]::before{content:"";position:absolute;top:-12px;right:-12px;display:block;width:22px;height:22px;transform:rotate(45deg);background-color:#ffd866;clip-path:polygon(100% 100%, 100% 100%, 0% 100%, 0% 100%, 0% 100%, 50% 50%, 100% 100%);animation-name:collapse;animation-duration:.125s;animation-timing-function:linear;animation-fill-mode:forwards}[data-button-icon=download][data-button-color=yellow]::after{content:"";position:absolute;top:-8px;right:-7px;display:block;width:.75rem;height:.75rem;background-color:var(--primary-color-2);mask-image:url("../../assets/icons/button-download.svg");mask-position:center;mask-repeat:no-repeat;mask-size:.75rem .75rem;opacity:0;transition:opacity .125s ease,background-color .35s linear}[data-button-icon=download][data-button-color=yellow]:hover,[data-button-icon=download][data-button-color=yellow]:focus{text-decoration-color:var(--secondary-color-2)}[data-button-icon=download][data-button-color=yellow]:hover::before,[data-button-icon=download][data-button-color=yellow]:focus::before{animation-name:expand}[data-button-icon=download][data-button-color=yellow]:hover::after,[data-button-icon=download][data-button-color=yellow]:focus::after{opacity:1;transition-delay:.125s}@keyframes expand{0%{clip-path:polygon(100% 100%, 100% 100%, 0% 100%, 0% 100%, 0% 100%, 50% 50%, 100% 100%)}50%{clip-path:polygon(100% 50%, 100% 100%, 0% 100%, 0% 50%, 50% 50%, 50% 50%, 50% 50%)}100%{clip-path:polygon(100% 0%, 100% 100%, 0% 100%, 0% 0%, 50% 0%, 50% 0%, 50% 0%)}}@keyframes collapse{0%{clip-path:polygon(100% 0%, 100% 100%, 0% 100%, 0% 0%, 50% 0%, 50% 0%, 50% 0%)}50%{clip-path:polygon(100% 50%, 100% 100%, 0% 100%, 0% 50%, 50% 50%, 50% 50%, 50% 50%)}100%{clip-path:polygon(100% 100%, 100% 100%, 0% 100%, 0% 100%, 0% 100%, 50% 50%, 100% 100%)}}[data-button-icon=download][data-button-color=green]{position:relative;display:inline-flex;gap:.625rem;width:auto;margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;padding:1.125rem;border-width:1px;border-style:solid;border-color:#a9dc76;font-family:"Open Sans","Helvetica","Arial",sans-serif;font-size:1rem;line-height:1;color:var(--secondary-color-2);text-decoration:underline;text-decoration-color:rgba(0,0,0,0);text-underline-offset:.4375rem;background-color:rgba(0,0,0,0);transition:text-decoration-color .25s ease,color .35s linear;cursor:pointer}[data-button-icon=download][data-button-color=green]::before{content:"";position:absolute;top:-12px;right:-12px;display:block;width:22px;height:22px;transform:rotate(45deg);background-color:#a9dc76;clip-path:polygon(100% 100%, 100% 100%, 0% 100%, 0% 100%, 0% 100%, 50% 50%, 100% 100%);animation-name:collapse;animation-duration:.125s;animation-timing-function:linear;animation-fill-mode:forwards}[data-button-icon=download][data-button-color=green]::after{content:"";position:absolute;top:-8px;right:-7px;display:block;width:.75rem;height:.75rem;background-color:var(--primary-color-2);mask-image:url("../../assets/icons/button-download.svg");mask-position:center;mask-repeat:no-repeat;mask-size:.75rem .75rem;opacity:0;transition:opacity .125s ease,background-color .35s linear}[data-button-icon=download][data-button-color=green]:hover,[data-button-icon=download][data-button-color=green]:focus{text-decoration-color:var(--secondary-color-2)}[data-button-icon=download][data-button-color=green]:hover::before,[data-button-icon=download][data-button-color=green]:focus::before{animation-name:expand}[data-button-icon=download][data-button-color=green]:hover::after,[data-button-icon=download][data-button-color=green]:focus::after{opacity:1;transition-delay:.125s}@keyframes expand{0%{clip-path:polygon(100% 100%, 100% 100%, 0% 100%, 0% 100%, 0% 100%, 50% 50%, 100% 100%)}50%{clip-path:polygon(100% 50%, 100% 100%, 0% 100%, 0% 50%, 50% 50%, 50% 50%, 50% 50%)}100%{clip-path:polygon(100% 0%, 100% 100%, 0% 100%, 0% 0%, 50% 0%, 50% 0%, 50% 0%)}}@keyframes collapse{0%{clip-path:polygon(100% 0%, 100% 100%, 0% 100%, 0% 0%, 50% 0%, 50% 0%, 50% 0%)}50%{clip-path:polygon(100% 50%, 100% 100%, 0% 100%, 0% 50%, 50% 50%, 50% 50%, 50% 50%)}100%{clip-path:polygon(100% 100%, 100% 100%, 0% 100%, 0% 100%, 0% 100%, 50% 50%, 100% 100%)}}[data-button-icon=download][data-button-color=blue]{position:relative;display:inline-flex;gap:.625rem;width:auto;margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;padding:1.125rem;border-width:1px;border-style:solid;border-color:#78dce8;font-family:"Open Sans","Helvetica","Arial",sans-serif;font-size:1rem;line-height:1;color:var(--secondary-color-2);text-decoration:underline;text-decoration-color:rgba(0,0,0,0);text-underline-offset:.4375rem;background-color:rgba(0,0,0,0);transition:text-decoration-color .25s ease,color .35s linear;cursor:pointer}[data-button-icon=download][data-button-color=blue]::before{content:"";position:absolute;top:-12px;right:-12px;display:block;width:22px;height:22px;transform:rotate(45deg);background-color:#78dce8;clip-path:polygon(100% 100%, 100% 100%, 0% 100%, 0% 100%, 0% 100%, 50% 50%, 100% 100%);animation-name:collapse;animation-duration:.125s;animation-timing-function:linear;animation-fill-mode:forwards}[data-button-icon=download][data-button-color=blue]::after{content:"";position:absolute;top:-8px;right:-7px;display:block;width:.75rem;height:.75rem;background-color:var(--primary-color-2);mask-image:url("../../assets/icons/button-download.svg");mask-position:center;mask-repeat:no-repeat;mask-size:.75rem .75rem;opacity:0;transition:opacity .125s ease,background-color .35s linear}[data-button-icon=download][data-button-color=blue]:hover,[data-button-icon=download][data-button-color=blue]:focus{text-decoration-color:var(--secondary-color-2)}[data-button-icon=download][data-button-color=blue]:hover::before,[data-button-icon=download][data-button-color=blue]:focus::before{animation-name:expand}[data-button-icon=download][data-button-color=blue]:hover::after,[data-button-icon=download][data-button-color=blue]:focus::after{opacity:1;transition-delay:.125s}@keyframes expand{0%{clip-path:polygon(100% 100%, 100% 100%, 0% 100%, 0% 100%, 0% 100%, 50% 50%, 100% 100%)}50%{clip-path:polygon(100% 50%, 100% 100%, 0% 100%, 0% 50%, 50% 50%, 50% 50%, 50% 50%)}100%{clip-path:polygon(100% 0%, 100% 100%, 0% 100%, 0% 0%, 50% 0%, 50% 0%, 50% 0%)}}@keyframes collapse{0%{clip-path:polygon(100% 0%, 100% 100%, 0% 100%, 0% 0%, 50% 0%, 50% 0%, 50% 0%)}50%{clip-path:polygon(100% 50%, 100% 100%, 0% 100%, 0% 50%, 50% 50%, 50% 50%, 50% 50%)}100%{clip-path:polygon(100% 100%, 100% 100%, 0% 100%, 0% 100%, 0% 100%, 50% 50%, 100% 100%)}}[data-button-icon=download][data-button-color=purple]{position:relative;display:inline-flex;gap:.625rem;width:auto;margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;padding:1.125rem;border-width:1px;border-style:solid;border-color:#ab9df2;font-family:"Open Sans","Helvetica","Arial",sans-serif;font-size:1rem;line-height:1;color:var(--secondary-color-2);text-decoration:underline;text-decoration-color:rgba(0,0,0,0);text-underline-offset:.4375rem;background-color:rgba(0,0,0,0);transition:text-decoration-color .25s ease,color .35s linear;cursor:pointer}[data-button-icon=download][data-button-color=purple]::before{content:"";position:absolute;top:-12px;right:-12px;display:block;width:22px;height:22px;transform:rotate(45deg);background-color:#ab9df2;clip-path:polygon(100% 100%, 100% 100%, 0% 100%, 0% 100%, 0% 100%, 50% 50%, 100% 100%);animation-name:collapse;animation-duration:.125s;animation-timing-function:linear;animation-fill-mode:forwards}[data-button-icon=download][data-button-color=purple]::after{content:"";position:absolute;top:-8px;right:-7px;display:block;width:.75rem;height:.75rem;background-color:var(--primary-color-2);mask-image:url("../../assets/icons/button-download.svg");mask-position:center;mask-repeat:no-repeat;mask-size:.75rem .75rem;opacity:0;transition:opacity .125s ease,background-color .35s linear}[data-button-icon=download][data-button-color=purple]:hover,[data-button-icon=download][data-button-color=purple]:focus{text-decoration-color:var(--secondary-color-2)}[data-button-icon=download][data-button-color=purple]:hover::before,[data-button-icon=download][data-button-color=purple]:focus::before{animation-name:expand}[data-button-icon=download][data-button-color=purple]:hover::after,[data-button-icon=download][data-button-color=purple]:focus::after{opacity:1;transition-delay:.125s}@keyframes expand{0%{clip-path:polygon(100% 100%, 100% 100%, 0% 100%, 0% 100%, 0% 100%, 50% 50%, 100% 100%)}50%{clip-path:polygon(100% 50%, 100% 100%, 0% 100%, 0% 50%, 50% 50%, 50% 50%, 50% 50%)}100%{clip-path:polygon(100% 0%, 100% 100%, 0% 100%, 0% 0%, 50% 0%, 50% 0%, 50% 0%)}}@keyframes collapse{0%{clip-path:polygon(100% 0%, 100% 100%, 0% 100%, 0% 0%, 50% 0%, 50% 0%, 50% 0%)}50%{clip-path:polygon(100% 50%, 100% 100%, 0% 100%, 0% 50%, 50% 50%, 50% 50%, 50% 50%)}100%{clip-path:polygon(100% 100%, 100% 100%, 0% 100%, 0% 100%, 0% 100%, 50% 50%, 100% 100%)}}.contact{padding-top:2.5rem;padding-bottom:2.5rem;background-color:var(--primary-color-2);transition-property:background-color;transition-duration:.35s;transition-timing-function:linear}.contact p{width:100%;max-width:80rem;margin-left:auto;margin-right:auto;padding-left:var(--content-padding);padding-right:var(--content-padding);max-width:62.5rem;font-family:"Open Sans","Helvetica","Arial",sans-serif;font-size:1.125rem;text-align:center;line-height:1.5;color:var(--secondary-color-2);transition-property:color;transition-duration:.35s;transition-timing-function:linear}.contact__buttons{display:flex;align-items:center;justify-content:center;column-gap:1.25rem;row-gap:1.5rem;flex-wrap:wrap;margin-top:1.5rem}.footer{padding-top:.5rem;padding-bottom:.5rem;background-color:var(--primary-color-1);border-top-width:2px;border-top-style:solid;border-top-color:var(--secondary-color-4);transition-property:background-color,border-top-color;transition-duration:.35s;transition-timing-function:linear}.footer p{width:100%;max-width:80rem;margin-left:auto;margin-right:auto;padding-left:var(--content-padding);padding-right:var(--content-padding);font-family:"Open Sans","Helvetica","Arial",sans-serif;font-size:1rem;color:var(--secondary-color-2);text-align:center;transition-property:color;transition-duration:.35s;transition-timing-function:linear}.header{display:flex;gap:1rem;padding:.5rem;background-color:var(--primary-color-1);border-bottom-width:2px;border-bottom-style:solid;border-bottom-color:var(--secondary-color-4);transition-property:background-color,border-bottom-color;transition-duration:.35s;transition-timing-function:linear}.header-logo{display:block}.header-logo__svg{display:block;width:2.25rem;height:2.25rem}.header-logo__svg .text{fill:var(--primary-color-2);transition-property:fill;transition-duration:.35s;transition-timing-function:linear}.header-logo__svg .background{fill:var(--secondary-color-2);transition-property:fill;transition-duration:.35s;transition-timing-function:linear}.header-navigation{display:flex;align-items:center}@media screen and (max-width: 26.5625rem){.header-navigation{order:3}}.header-navigation__toggle{display:none;width:2.25rem;height:2.25rem;border-width:1px;border-style:solid;border-color:var(--secondary-color-2);border-radius:50%;padding-top:.625rem;padding-bottom:.625rem;padding-left:.5rem;padding-right:.5rem;background-color:rgba(0,0,0,0);transition-property:border-color;transition-duration:.35s;transition-timing-function:linear;cursor:pointer}@media screen and (max-width: 26.5625rem){.header-navigation__toggle{display:block}}.header-navigation__toggle-inner{position:relative;display:block;width:100%;height:100%}.header-navigation__toggle-inner::before,.header-navigation__toggle-bar,.header-navigation__toggle-inner::after{position:absolute;left:50%;display:block;width:100%;height:2px;border-radius:2px;background-color:var(--secondary-color-2);transform-origin:center;transition:opacity .25s linear,background-color .35s linear;animation-duration:.25s;animation-timing-function:linear;animation-fill-mode:forwards}.header-navigation__toggle-inner::before{content:"";top:0;transform:translateX(-50%)}@keyframes hamburger-top-to-x{0%{height:2px;top:0;transform:translateX(-50%)}25%{height:3px;top:50%;transform:translate(-50%, -50%)}66%{height:3px;top:50%;transform:translate(-50%, -50%)}100%{height:3px;top:50%;transform:translate(-50%, -50%) rotate(45deg)}}.header-navigation[data-state=opening] .header-navigation__toggle-inner::before,.header-navigation[data-state=opened] .header-navigation__toggle-inner::before{animation-name:hamburger-top-to-x}@keyframes hamburger-x-to-top{0%{height:3px;top:50%;transform:translate(-50%, -50%) rotate(45deg)}33%{height:3px;top:50%;transform:translate(-50%, -50%)}75%{height:3px;top:50%;transform:translate(-50%, -50%)}100%{height:2px;top:0;transform:translateX(-50%)}}.header-navigation[data-state=closing] .header-navigation__toggle-inner::before,.header-navigation[data-state=closed] .header-navigation__toggle-inner::before{animation-name:hamburger-x-to-top}.header-navigation__toggle-bar{top:50%;transform:translate(-50%, -50%);opacity:1}.header-navigation[data-state=opening] .header-navigation__toggle-bar,.header-navigation[data-state=opened] .header-navigation__toggle-bar{opacity:0}.header-navigation__toggle-inner::after{content:"";bottom:0;transform:translateX(-50%)}@keyframes hamburger-bottom-to-x{0%{height:2px;bottom:0;transform:translateX(-50%)}25%{height:3px;bottom:50%;transform:translate(-50%, 50%)}66%{height:3px;bottom:50%;transform:translate(-50%, 50%)}100%{height:3px;bottom:50%;transform:translate(-50%, 50%) rotate(-45deg)}}.header-navigation[data-state=opening] .header-navigation__toggle-inner::after,.header-navigation[data-state=opened] .header-navigation__toggle-inner::after{animation-name:hamburger-bottom-to-x}@keyframes hamburger-x-to-bottom{0%{height:3px;bottom:50%;transform:translate(-50%, 50%) rotate(-45deg)}33%{height:3px;bottom:50%;transform:translate(-50%, 50%)}75%{height:3px;bottom:50%;transform:translate(-50%, 50%)}100%{height:2px;bottom:0;transform:translateX(-50%)}}.header-navigation[data-state=closing] .header-navigation__toggle-inner::after,.header-navigation[data-state=closed] .header-navigation__toggle-inner::after{animation-name:hamburger-x-to-bottom}.header-navigation__items-wrapper{overflow:hidden}@media screen and (max-width: 26.5625rem){.header-navigation__items-wrapper{position:absolute;top:3.375rem;left:0;width:100%;background-color:var(--primary-color-4);opacity:0;visibility:hidden;transition-property:height,opacity,visibility;transition-duration:.25s;transition-timing-function:ease}.header-navigation[data-state=opening] .header-navigation__items-wrapper,.header-navigation[data-state=opened] .header-navigation__items-wrapper{opacity:1;visibility:visible}.header-navigation[data-state=opened] .header-navigation__items-wrapper{height:auto}.header-navigation[data-state=closing] .header-navigation__items-wrapper,.header-navigation[data-state=closed] .header-navigation__items-wrapper{opacity:0;visibility:hidden}.header-navigation[data-state=closed] .header-navigation__items-wrapper{height:0}}.header-navigation__items{display:flex;gap:.5rem;margin:0;padding:0;list-style:none}@media screen and (max-width: 26.5625rem){.header-navigation__items{display:block;overflow:auto}}.header-navigation__link{display:block;padding:.375rem;font-family:"Ubuntu","Tahoma",sans-serif;font-size:1.25rem;line-height:1;text-decoration:underline;text-decoration-thickness:1px;text-decoration-style:solid;text-underline-offset:.25rem;text-decoration-color:rgba(0,0,0,0);text-align:center;color:var(--secondary-color-2);transition:text-decoration-color .25s ease,color .35s linear}@media screen and (max-width: 26.5625rem){.header-navigation__link{padding:.625rem;border-bottom:1px solid var(--secondary-color-4)}}.header-navigation__link:hover,.header-navigation__link:focus{text-decoration-color:var(--secondary-color-2)}.header-theme-toggle{width:100%;text-align:right}@media screen and (max-width: 26.5625rem){.header-theme-toggle{order:2}}.header-theme-toggle__button{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:1rem;border-width:1px;border-style:solid;border-color:var(--secondary-color-2);border-radius:3.125rem;padding:.5rem;color:var(--secondary-color-2);background:var(--primary-color-4);cursor:pointer;transition-property:border-color,color,background;transition-duration:.35s;transition-timing-function:linear}.header-theme-toggle__button:active::before{width:2.1875rem}.header-theme-toggle__button::before{content:"";position:absolute;left:.125rem;right:auto;display:block;width:1.75rem;height:1.75rem;border-width:1px;border-style:solid;border-color:var(--secondary-color-1);border-radius:1.75rem;background-color:var(--primary-color-1);transition:width .25s ease,left .35s ease,transform .35s ease,border-color .35s linear,background-color .35s linear}:root[data-theme=dark] .header-theme-toggle__button::before{left:4.125rem;transform:translateX(-100%)}.header-theme-toggle__button svg{position:relative;width:1.125rem;height:1.125rem}.header-theme-toggle__button svg.icon-light path{fill:#ffd866}.header-theme-toggle__button svg.icon-light .sun-fill{fill:#ffd866;transition-property:fill;transition-duration:.35s;transition-timing-function:linear}:root[data-theme=dark] .header-theme-toggle__button svg.icon-light .sun-fill{fill:rgba(0,0,0,0)}.header-theme-toggle__button svg.icon-dark path{fill:rgba(0,0,0,0);stroke:var(--secondary-color-2);transition-property:fill,stroke;transition-duration:.35s;transition-timing-function:linear}:root[data-theme=dark] .header-theme-toggle__button svg.icon-dark path{fill:var(--secondary-color-2)}[data-no-scroll-element=outer]{--no-scroll--x-scrollbar-height:0px;--no-scroll--y-scrollbar-width:0px;box-sizing:border-box;position:relative;padding:0;overflow:auto}[data-no-scroll-element=outer][data-no-scroll-x-state=no-scroll]{overflow-x:hidden}[data-no-scroll-element=outer][data-no-scroll-y-state=no-scroll]{overflow-y:hidden}[data-no-scroll-element=outer]::after{content:"";box-sizing:border-box;display:none;position:sticky;top:0;bottom:0;left:0;right:0;width:100%;overflow-x:hidden;overflow-y:hidden;pointer-events:none}[data-no-scroll-element=outer][data-no-scroll-x-state=no-scroll]::after,[data-no-scroll-element=outer][data-no-scroll-y-state=no-scroll]::after{display:block}[data-no-scroll-element=outer][data-no-scroll-x-state=no-scroll]::after{overflow-x:scroll}[data-no-scroll-element=outer][data-no-scroll-y-state=no-scroll]::after{overflow-y:scroll}[data-no-scroll-element=outer][data-no-scroll-y-state=no-scroll]:not(html)::after{height:100%}html[data-no-scroll-element=outer]::after{height:100vh}[data-no-scroll-element=inner]{box-sizing:border-box;display:block;width:auto;height:auto;max-width:none;max-height:none;border:0;margin:0;padding:0;overflow:auto}[data-no-scroll-element=outer][data-no-scroll-y-state=no-scroll]>[data-no-scroll-element=inner]{margin-right:var(--no-scroll--y-scrollbar-width, 0px)}.portfolio{padding-top:3rem;padding-bottom:3.75rem;background-color:var(--primary-color-1);transition-property:background-color;transition-duration:.35s;transition-timing-function:linear}.portfolio__list-wrapper{width:100%;max-width:80rem;margin-left:auto;margin-right:auto;padding-left:var(--content-padding);padding-right:var(--content-padding)}.portfolio__list{display:grid;grid-template-columns:1fr 1fr;gap:1.375rem;margin:0;margin-top:-0.625rem;margin-left:-0.625rem;padding:0;list-style:none}@media screen and (max-width: 50rem){.portfolio__list{grid-template-columns:1fr}}@media screen and (max-width: 64rem){.portfolio__list{gap:0.875rem}}@media screen and (max-width: 36rem){.portfolio__list{gap:0.375rem}}.portfolio__item{overflow:hidden}.card{position:relative;display:block;margin-top:.625rem;margin-left:.625rem;border:0;padding:0;width:calc(100% - .625rem);height:calc(100% - .625rem);text-align:left;text-decoration:none;appearance:none;background:none;cursor:pointer;transition-property:transform;transition-duration:.15s;transition-timing-function:linear}.card:hover,.card:focus{outline:none;transform:translate(-0.625rem, -0.625rem)}.card:active{transform:translate(-0.3125rem, -0.3125rem);transition-duration:.05s;transition-timing-function:ease}.card__content{position:relative;display:flex;align-items:center;gap:1.25rem;border-width:1px;border-style:solid;border-color:#ff6188;padding:1.25rem;height:100%;background-color:var(--primary-color-1);transition-property:background-color;transition-duration:.35s;transition-timing-function:linear;overflow:hidden;z-index:2}.card[data-color=red] .card__content{border-color:#ff6188}.card[data-color=orange] .card__content{border-color:#fc9867}.card[data-color=yellow] .card__content{border-color:#ffd866}.card[data-color=green] .card__content{border-color:#a9dc76}.card[data-color=blue] .card__content{border-color:#78dce8}.card[data-color=purple] .card__content{border-color:#ab9df2}@media screen and (max-width: 36rem){.card__content{display:block;text-align:center}}.card__content::after{content:"";position:absolute;bottom:-1.125rem;right:-1.125rem;width:2.25rem;height:2.25rem;background-color:#ff6188;transform:rotate(45deg);transform-origin:center;transition-property:bottom,right;transition-duration:.15s;transition-timing-function:linear}.card[data-color=red] .card__content::after{background-color:#ff6188}.card[data-color=orange] .card__content::after{background-color:#fc9867}.card[data-color=yellow] .card__content::after{background-color:#ffd866}.card[data-color=green] .card__content::after{background-color:#a9dc76}.card[data-color=blue] .card__content::after{background-color:#78dce8}.card[data-color=purple] .card__content::after{background-color:#ab9df2}.card:hover .card__content::after,.card:focus .card__content::after{bottom:-2.25rem;right:-2.25rem}.card__content img{display:block;width:9.375rem;height:9.375rem}@media screen and (max-width: 36rem){.card__content img{width:7.8125rem;height:7.8125rem;margin:auto;margin-bottom:1rem}}.card__content h1{margin:0;color:var(--secondary-color-2);font-family:"Ubuntu","Tahoma",sans-serif;font-size:1.75rem;font-weight:700;text-decoration:underline;text-decoration-color:rgba(0,0,0,0);text-decoration-thickness:1px;text-underline-offset:.3125rem;transition:text-decoration-color .15s ease,color .35s linear}.card:hover .card__content h1,.card:focus .card__content h1{text-decoration-color:var(--secondary-color-2)}.card__content p{margin:0;margin-top:.625rem;font-family:"Open Sans","Helvetica","Arial",sans-serif;font-size:1rem;font-weight:400;color:var(--secondary-color-2);transition-property:color;transition-duration:.35s;transition-timing-function:linear}.card__shadow{display:block;position:absolute;width:100%;height:100%;bottom:-0.625rem;right:-0.625rem;background-color:#ff6188;z-index:1}.card[data-color=red] .card__shadow{background-color:#ff6188}.card[data-color=orange] .card__shadow{background-color:#fc9867}.card[data-color=yellow] .card__shadow{background-color:#ffd866}.card[data-color=green] .card__shadow{background-color:#a9dc76}.card[data-color=blue] .card__shadow{background-color:#78dce8}.card[data-color=purple] .card__shadow{background-color:#ab9df2}.card__shadow::before,.card__shadow::after{content:"";position:absolute;width:0;height:0;border-style:solid;border-width:0 0 0 0}.card__shadow::before{right:100%;bottom:0;border-width:0 .625rem .625rem 0;border-color:rgba(0,0,0,0) #ff6188 rgba(0,0,0,0) rgba(0,0,0,0)}.card[data-color=red] .card__shadow::before{border-right-color:#ff6188}.card[data-color=orange] .card__shadow::before{border-right-color:#fc9867}.card[data-color=yellow] .card__shadow::before{border-right-color:#ffd866}.card[data-color=green] .card__shadow::before{border-right-color:#a9dc76}.card[data-color=blue] .card__shadow::before{border-right-color:#78dce8}.card[data-color=purple] .card__shadow::before{border-right-color:#ab9df2}.card__shadow::after{right:0;bottom:100%;border-width:.625rem 0 0 .625rem;border-color:rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0) #ff6188}.card[data-color=red] .card__shadow::after{border-left-color:#ff6188}.card[data-color=orange] .card__shadow::after{border-left-color:#fc9867}.card[data-color=yellow] .card__shadow::after{border-left-color:#ffd866}.card[data-color=green] .card__shadow::after{border-left-color:#a9dc76}.card[data-color=blue] .card__shadow::after{border-left-color:#78dce8}.card[data-color=purple] .card__shadow::after{border-left-color:#ab9df2}.card__shadow-line{position:absolute;bottom:0;right:0;display:block;width:1px;height:.9375rem;background-color:var(--primary-color-2);transform:rotate(-45deg);transform-origin:100% 100%;transition-property:background-color;transition-duration:.35s;transition-timing-function:linear}.modal{position:fixed;display:none;justify-content:center;align-items:center;top:50%;left:calc((100% - var(--no-scroll--document-width-offset, 0px))/2);transform:translate(-50%, -50%);width:100%;height:100%;padding:var(--content-padding);z-index:5}@keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes fadeOut{from{opacity:1}to{opacity:0}}@keyframes slideIn{from{opacity:0;transform:translateY(15%)}to{opacity:1;transform:translateY(0)}}@keyframes slideOut{from{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-10%)}}.modal.is-open{display:flex}.modal__overlay{position:absolute;display:block;top:0;left:0;right:0;bottom:0;background:var(--color-overlay);backdrop-filter:blur(5px);will-change:transform;z-index:1}.modal[aria-hidden=false] .modal__overlay{animation:fadeIn .25s cubic-bezier(0, 0, 0.2, 1)}.modal[aria-hidden=true] .modal__overlay{animation:fadeOut .25s cubic-bezier(0, 0, 0.2, 1)}.modal__content{position:relative;border:1px solid #ff6188;width:100%;max-width:50rem;max-height:100%;background-color:var(--primary-color-1);overflow-y:auto;will-change:transform;z-index:2}.modal[data-color=red] .modal__content{border-color:#ff6188}.modal[data-color=orange] .modal__content{border-color:#fc9867}.modal[data-color=yellow] .modal__content{border-color:#ffd866}.modal[data-color=green] .modal__content{border-color:#a9dc76}.modal[data-color=blue] .modal__content{border-color:#78dce8}.modal[data-color=purple] .modal__content{border-color:#ab9df2}.modal[aria-hidden=false] .modal__content{animation:slideIn .25s cubic-bezier(0, 0, 0.2, 1)}.modal[aria-hidden=true] .modal__content{animation:slideOut .25s cubic-bezier(0, 0, 0.2, 1)}.modal__close-wrapper{position:sticky;top:0;height:0}.modal__close{position:relative;top:-8.75rem;left:-8.75rem;display:block;border:0;padding:0;width:12.5rem;height:12.5rem;background:#ff6188;transform:rotate(45deg);transition-property:top,left;transition-duration:.25s;transition-timing-function:ease;cursor:pointer}.modal[data-color=red] .modal__close{background:#ff6188}.modal[data-color=orange] .modal__close{background:#fc9867}.modal[data-color=yellow] .modal__close{background:#ffd866}.modal[data-color=green] .modal__close{background:#a9dc76}.modal[data-color=blue] .modal__close{background:#78dce8}.modal[data-color=purple] .modal__close{background:#ab9df2}.modal__close:hover,.modal__close:focus{top:-8.375rem;left:-8.375rem}.modal__close:hover::before,.modal__close:hover::after,.modal__close:focus::before,.modal__close:focus::after{right:.125rem}.modal__close::before,.modal__close::after{content:"";position:absolute;display:block;top:50%;right:-0.0625rem;width:1.25rem;height:.1875rem;transform-origin:center;background-color:var(--primary-color-2);transition-property:right;transition-duration:.25s;transition-timing-function:ease}.modal__close::before{transform:translate(-50%, -50%) rotate(0deg)}.modal__close::after{transform:translate(-50%, -50%) rotate(-90deg)}.modal__header{padding-top:16px;padding-bottom:16px;padding-left:60px;padding-right:16px}.modal__title{margin-top:0;margin-bottom:0;font-family:"Ubuntu","Tahoma",sans-serif;font-size:1.5rem;color:var(--secondary-color-2)}.modal__main{padding-top:0;padding-bottom:20px;padding-left:1.25rem;padding-right:1.25rem}.modal__main::before,.modal__main::after{content:"";display:block;width:100%;height:1px;background-color:var(--primary-color-4)}.modal__main::before{margin-top:0;margin-bottom:1.25rem}.modal__main::after{margin-top:1.25rem;margin-bottom:0;clear:both}.modal__main p{margin-top:1rem;margin-bottom:1rem;font-family:"Open Sans","Helvetica","Arial",sans-serif;font-size:18px;line-height:1.5;color:var(--secondary-color-2)}.modal__main a{color:inherit}.modal__main ul{margin-top:1rem;margin-bottom:1rem;margin-left:0;margin-right:0;padding-top:0;padding-bottom:0;padding-left:2.25rem;padding-right:0;list-style:disc;color:var(--secondary-color-2)}.modal__main ul li{margin-top:.625rem;margin-bottom:.625rem;font-family:"Open Sans","Helvetica","Arial",sans-serif;font-size:18px;line-height:1.2;color:var(--secondary-color-2)}.modal__main img{display:block;max-width:100%}.modal__main img.float-left-33,.modal__main img.float-right-33{width:33.33%;padding-top:10px;padding-bottom:10px}@media screen and (max-width: 36rem){.modal__main img.float-left-33,.modal__main img.float-right-33{width:100%;max-width:18.75rem;margin:auto}}.modal__main img.float-left-33:first-child,.modal__main img.float-right-33:first-child{padding-top:0}.modal__main img.float-left-33:last-child,.modal__main img.float-right-33:last-child{padding-bottom:0}.modal__main img.float-left-33{float:left;padding-right:10px;padding-left:0}@media screen and (max-width: 36rem){.modal__main img.float-left-33{padding-right:0;float:none}}.modal__main img.float-right-33{float:right;padding-left:10px;padding-right:0}@media screen and (max-width: 36rem){.modal__main img.float-right-33{float:none;padding-left:0}}.modal__main hr{width:100%;height:1px;color:var(--primary-color-4)}.modal__main hr:first-child{margin-top:0;margin-bottom:1.25rem}.modal__main hr:last-child{margin-top:1.875rem;margin-bottom:0}.modal__ctas{display:flex;align-items:center;justify-content:center;column-gap:1.25rem;row-gap:1.5rem;flex-wrap:wrap;margin-top:1.5rem}/*# sourceMappingURL=styles.css.map */
