section.page{padding-bottom:calc(200 / var(--size) * 100vw)}@media (max-width:767px){section.page{padding-bottom:calc(60 / var(--size) * 100vw)}}section.page .content{position:relative}section.page .content>*{width:calc(50% - 16 / var(--size) * 100vw);margin-left:auto}section.page .content>*+*{padding-top:1.3em}@media (max-width:767px){section.page .content>*{width:100%}}section.page .content a:not(.btn){text-decoration:underline!important}@media (min-width:1025px){section.page .content a:not(.btn):hover{color:var(--green)}}section.page a:not(.btn){border-bottom:0.5px solid var(--green)}@media (min-width:1025px){section.page a:not(.btn):hover{color:var(--green)}}section.page h2{font-weight:400;font-size:calc(32 / var(--size) * 100vw);line-height:1.31;display:block;padding-top:calc(21 / var(--size) * 100vw);position:relative;margin-top:calc(96 / var(--size) * 100vw);height:calc(0 / var(--size) * 100vw);width:100%!important;margin-left:0}@media (max-width:767px){section.page h2{font-size:calc(22 / var(--size) * 100vw);height:auto;height:initial;margin-top:calc(40 / var(--size) * 100vw);margin-bottom:calc(20 / var(--size) * 100vw);padding-top:calc(28 / var(--size) * 100vw)}}section.page h2:before{content:"";display:block;position:absolute;width:100%;height:1px;background:#D4E1E5;top:0;left:0}section.page h2+*{padding-top:0.1em!important}section.page h2 em,section.page h2 i{font-style:normal;display:inline-block;margin-right:calc(18 / var(--size) * 100vw);color:var(--navy70)}@media (max-width:767px){section.page h2 em,section.page h2 i{margin-right:0}}section.page h3{font-size:calc(28 / var(--size) * 100vw);line-height:125%}section.page h4{font-size:calc(22 / var(--size) * 100vw);font-weight:500}section.page ul li{position:relative;padding-left:calc(25 / var(--size) * 100vw)}section.page ul li:before{content:"";display:block;position:absolute;width:calc(4 / var(--size) * 100vw);height:calc(4 / var(--size) * 100vw);background:var(--navy);top:calc(10 / var(--size) * 100vw);left:calc(10 / var(--size) * 100vw);border-radius:50%}section.page ul li+li{margin-top:calc(1 / var(--size) * 100vw)}section.page ol{counter-reset:main}section.page ol>li{counter-increment:main}section.page ol>li:before{content:attr(data-start) counter(main);display:block;position:absolute;left:0;margin-left:calc(-70 / var(--size) * 100vw);top:0;font-weight:500}@media (max-width:767px){section.page ol>li:before{margin-left:calc(-52 / var(--size) * 100vw)}}section.page ol li{position:relative}section.page ol li+li{margin-top:1.3em}section.page ol ol{padding-left:calc(80 / var(--size) * 100vw);counter-reset:sub;margin-top:calc(30 / var(--size) * 100vw)}@media (max-width:767px){section.page ol ol{padding-left:calc(52 / var(--size) * 100vw)}}section.page ol ol>li{counter-increment:sub}section.page ol ol>li:before{content:attr(data-start) counter(main) "." counter(sub)}