.section-text{margin:125px auto;position:relative;max-width:1920px;display:flex;flex-wrap:wrap;align-items:center;padding:0 70px}.section-text--normal{max-width:1420px}.section-text--small{max-width:1200px}.section-text .section-header{display:flex;flex-direction:column;justify-content:center;padding:0 40px;flex:1 1 300px}.section-text .section-header-title{position:relative;text-transform:uppercase;margin-bottom:2rem}.section-text .section-header-title:before{margin:-5px 15px 0 0;position:absolute;top:.6em;right:100%;width:9px;height:9px;border:2px solid #15161a;border-radius:50%;-webkit-box-sizing:border-box;box-sizing:border-box;content:''}.section-text .section-text-body{flex:1 1 300px;position:relative;padding:70px;background:#eff1f6}.section-text:not(.section-text--normal) .section-text-body:after{content:"";display:block;position:absolute;top:0;left:0;width:100vw;height:100%;background:#eff1f6;-webkit-transform-origin:0 50%;transform-origin:0 50%;z-index:-1}.section-text .section-text-body p{position:relative}.section-text .section-text-body p:before{display:block;position:absolute;top:.3em;bottom:.2em;left:-20px;width:4px;background:#a4d7f8;content:''}@media only screen and (max-width:1280px){.section-text{padding:0}.section-text .section-header{margin:0 0 50px;padding:0 70px;position:relative;width:auto;height:auto}.section-text .section-body{margin:0 70px}}@media only screen and (max-width:980px){.section-text .section-header{margin-bottom:40px;padding:0 50px}.section-text .section-body{margin:0 50px}.section-text .section-text-body{padding:50px}}@media only screen and (max-width:767px){.section-text{padding:0}.section-text .section-header{margin-bottom:30px;padding:0 2rem;text-align:center}.section-text .section-header:before,.section-text .section-header-title:before,.section-text .section-text-body p:before{display:none}.section-text .section-text-body{padding:25px 32px;margin:0 13px}.section-text .section-text-body p{font-size:16px}}.section-text.section-text--dark .section-text-body{color:white;background-color:#15161a}.section-text.section-text--dark .section-text-body:after{background-color:#15161a}.section-text.section-text--dark .section-text-body ol{line-height:1.25;list-style:none;counter-reset:custom_counter}.section-text.section-text--dark .section-text-body ol li{margin-bottom:2rem;counter-increment:custom_counter}.section-text.section-text--dark .section-text-body ol li:before{content:counter(custom_counter) ". ";color:#a4d7f8;font-weight:bold;position:absolute;margin-left:-2rem;font-size:28px}.section-text.section-text--dark .section-text-body ol strong{text-transform:uppercase;font-size:28px;display:block;margin-bottom:.5rem}.section-text.section-text--dark .section-text-body ol br{display:none}.section-text.section-text--dark .section-text-body ul{list-style:none}.section-text.section-text--dark .section-text-body ul li{margin-bottom:2rem}.section-text.section-text--dark .section-text-body ul li:before{content:"● ";color:#a4d7f8;margin-left:-1em}@media(min-width:960px){.section-text.section-text--dark .section-text-body ul{column-count:2}.section-text.section-text--dark .section-text-body ul li{-webkit-column-break-inside:avoid;page-break-inside:avoid;break-inside:avoid}}.modal{font-family:-apple-system,BlinkMacSystemFont,avenir next,avenir,helvetica neue,helvetica,ubuntu,roboto,noto,segoe ui,arial,sans-serif;position:relative;z-index:999999}.modal__overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,0.6);display:flex;justify-content:center;align-items:center}.modal__container{background-color:#fff;padding:30px;max-width:600px;max-height:100vh;border-radius:4px;overflow-y:auto;box-sizing:border-box}.modal__header{display:flex;justify-content:space-between;align-items:center}.modal__title{margin-top:0;margin-bottom:0;font-weight:600;font-size:1.25rem;line-height:1.25;color:#00449e;box-sizing:border-box}.modal__close{background:transparent;border:0}.modal__header .modal__close:before{content:"\2715"}.modal__content{margin-top:2rem;line-height:1.5;color:rgba(0,0,0,.8)}.modal__btn{font-size:.875rem;padding-left:1rem;padding-right:1rem;padding-top:.5rem;padding-bottom:.5rem;background-color:#e6e6e6;color:rgba(0,0,0,.8);border-radius:.25rem;border-style:none;border-width:0;cursor:pointer;-webkit-appearance:button;text-transform:none;overflow:visible;line-height:1.15;margin:0;will-change:transform;-moz-osx-font-smoothing:grayscale;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform:translateZ(0);transform:translateZ(0);transition:-webkit-transform .25s ease-out;transition:transform .25s ease-out;transition:transform .25s ease-out,-webkit-transform .25s ease-out}.modal__btn:focus,.modal__btn:hover{-webkit-transform:scale(1.05);transform:scale(1.05)}.modal__btn-primary{background-color:#00449e;color:#fff}@keyframes mmfadeIn{from{opacity:0}to{opacity:1}}@keyframes mmfadeOut{from{opacity:1}to{opacity:0}}@keyframes mmslideIn{from{transform:translateY(15%)}to{transform:translateY(0)}}@keyframes mmslideOut{from{transform:translateY(0)}to{transform:translateY(-10%)}}.micromodal-slide{display:none}.micromodal-slide.is-open{display:block}.micromodal-slide[aria-hidden="false"] .modal__overlay{animation:mmfadeIn .3s cubic-bezier(0.0,0.0,0.2,1)}.micromodal-slide[aria-hidden="false"] .modal__container{animation:mmslideIn .3s cubic-bezier(0,0,.2,1)}.micromodal-slide[aria-hidden="true"] .modal__overlay{animation:mmfadeOut .3s cubic-bezier(0.0,0.0,0.2,1)}.micromodal-slide[aria-hidden="true"] .modal__container{animation:mmslideOut .3s cubic-bezier(0,0,.2,1)}.micromodal-slide .modal__container,.micromodal-slide .modal__overlay{will-change:transform}