/* @license GPL-2.0-or-later https://www.drupal.org/licensing/faq */
select.mm-searchable-select{display:none;}.mm-ss{position:relative;display:flex;width:100%;font-family:inherit;}.mm-ss__trigger{position:relative;display:flex;align-items:center;width:100%;height:48px;padding:var(--stack-2) var(--stack-5);background:#fff;border:none;border-radius:var(--border-radius-s);cursor:pointer;text-align:left;color:#000;}.mm-ss--open .mm-ss__trigger,.mm-ss__trigger:focus{outline:none;}.mm-ss__trigger-text{flex:1;font-size:var(--body-sm);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}.mm-ss__trigger-text--placeholder{color:#888;}.mm-ss__arrow{position:absolute;right:var(--stack-3);top:50%;width:24px;height:25px;transform:translateY(-50%);background:url("data:image/svg+xml,%3Csvg%20width='24'%20height='25'%20viewBox='0%200%2024%2025'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%3Cpath%20d='M12%2015.6098L7%2010.6348H17L12%2015.6098Z'%20fill='black'/%3E%3C/svg%3E") center no-repeat;transition:transform 0.2s ease;}.hero__octane.contact .mm-ss__trigger{border:1px solid #c0c0c0;}.mm-ss--open .mm-ss__arrow{transform:translateY(-50%) rotate(180deg);}.mm-ss__dropdown{display:none;position:absolute;top:calc(100% + var(--stack-0));left:0;right:0;z-index:1000;background:#fff;border-radius:var(--border-radius-s);box-shadow:0 6px 24px rgba(0,0,0,0.15);overflow:hidden;}.mm-ss--open .mm-ss__dropdown{display:block;}.mm-ss__search-wrap{display:flex;align-items:center;padding:var(--stack-1) var(--stack-2);border-bottom:1px solid #e8e8e8;}.mm-ss__search-icon{width:16px;height:16px;margin-right:var(--stack-1);flex-shrink:0;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23999' stroke-width='2.5'%3E%3Ccircle cx='11' cy='11' r='7'/%3E%3Cline x1='16.5' y1='16.5' x2='22' y2='22'/%3E%3C/svg%3E");background-size:contain;background-repeat:no-repeat;}.mm-ss__search{flex:1;border:none;outline:none;color:#333;background:transparent;}.mm-ss__search::placeholder{color:#bbb;}.mm-ss__options{max-height:280px;overflow-y:auto;overscroll-behavior:contain;}.mm-ss__options::-webkit-scrollbar{width:5px;}.mm-ss__options::-webkit-scrollbar-track{background:transparent;}.mm-ss__options::-webkit-scrollbar-thumb{background:#ccc;border-radius:var(--border-radius-xs);}.mm-ss__group-label{padding:var(--stack-2) var(--stack-3) var(--stack-0);font-weight:600;color:#999;letter-spacing:0.04em;pointer-events:none;}.mm-ss__option{padding:var(--stack-2) var(--stack-3);font-weight:700;color:#222;cursor:pointer;border-top:1px solid #f0f0f0;transition:background 0.1s ease;}.mm-ss__option:first-of-type{border-top:none;}.mm-ss__option:hover,.mm-ss__option:focus{background:#f5f8ff;}.mm-ss__option--selected{color:#1a5fd4;}
@media screen and (max-width:991px){.hero{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto;}h1.hero__title{font-size:40px;}}h1.hero__title{font-size:56px;font-weight:var(--fw-700);margin-bottom:var(--stack-5);text-align:center;text-transform:capitalize;}.hero__descr a{text-decoration:underline;}.hero__descr strong{font-weight:var(--fw-500);}.hero__descr a:hover{text-decoration:underline;}.hero__text{font-size:var(--text-lg);margin-bottom:var(--stack-5);text-align:center;}.hero__content{margin-bottom:var(--stack-9);}.hero__wrapper{padding:var(--stack-8) 0 var(--stack-12);color:#fff;}.hero__logos{display:flex;gap:1.6em;}.hero__logos:not(:last-child){margin-bottom:var(--stack-5);}@media (max-width:991px){.hero__logos{align-content:center;justify-content:center;}}.hero__logo svg{max-width:100%;height:100%;}@media (min-width:992px){.hero__logo{margin-bottom:2.4em;}}#hero-form{scroll-margin-top:102px;}.hero__form-text{font-size:var(--body-lg);line-height:var(--body-line-height);text-align:center;margin-bottom:var(--stack-4);}.hero__form .editable-form--title,.hero__form .editable-form--body{display:none;}.hero__form-text strong{font-weight:var(--fw-500);}.hero__frame{display:none;background:-webkit-gradient(linear,left top,left bottom,color-stop(20%,transparent),color-stop(20%,#fff));background:-o-linear-gradient(top,transparent 20%,#fff 20%);background:linear-gradient(180deg,transparent 20%,#fff 20%);padding-bottom:50px;}.hero__video,.hero__video img{width:100% !important;height:auto !important;aspect-ratio:1/.56;max-width:107.6em;margin:0 auto var(--stack-4);position:relative;}.hero__video .play-button{width:13%;position:absolute;z-index:2;top:50%;left:50%;transform:translate(-50%,-50%);background-color:rgba(17,80,153,0.76);}.hero__video a:hover .play-button{background-color:rgba(28,112,208,0.76);}.hero__video .play-button img{margin:0;aspect-ratio:1.57;}.hero__video img::before{content:"";display:block;width:100%;height:5.2em;background:-webkit-gradient(linear,left top,left bottom,from(rgba(246,251,253,0)),to(#f6fbfd));background:-o-linear-gradient(top,rgba(246,251,253,0) 0,#f6fbfd 100%);background:linear-gradient(180deg,rgba(246,251,253,0) 0,#f6fbfd 100%);position:absolute;bottom:0;left:0;z-index:1;}.hero__video>div{z-index:2;}.hero__video.desktop{display:none;}.hero .hero__link{width:100%;}.hero .hero__descr{display:none;}@media (min-width:768px){.hero .hero__link{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;}}@media (min-width:992px){h1.hero__title{width:90%;text-align:left;}.hero .hero__descr{display:block;text-align:left;margin-bottom:var(--stack-10);}.hero__text{text-align:left;}.hero__content{max-width:48.5em;margin-bottom:0;}.hero__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:4em;}.hero__logos{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:0 3.2em;margin-bottom:calc(-1 * var(--stack-5));}.hero__logos span{display:block;width:100%;}.hero__logos img{margin-bottom:var(--stack-5);max-width:100%;}.hero__logos img.smaller{max-width:100%;}.hero__form{width:calc(50% - 2em);max-width:44.5em;-ms-flex-negative:0;flex-shrink:0;}.hero__form-text{display:none;}.hero__frame{display:block;}.hero__video{margin-bottom:0;}.hero__video.mobi{display:none;}.hero__video.desktop{display:block;}}@media (min-width:1280px){.hero__text{margin-bottom:var(--stack-7);}.hero__wrapper{padding:4em 0 12em;}.hero__frame{padding-bottom:6em;}}.hero.porcelain h1.hero__title,.hero.porcelain h2,.hero.porcelain .hero__descr,.hero.porcelain .hero__description_override,.hero.porcelain .hero__text{color:var(--dark-blue);}.hero.porcelain .hero__logos svg path{fill:var(--dark-blue);}.hero.porcelain .hero__logos svg .cnn-second{display:none;}.hero.porcelain .hero__form-text{color:var(--dark-blue);}@media (min-width:992px){.hero.porcelain .hero__logos{gap:1.6rem;flex-wrap:nowrap;}.hero.porcelain .hero__logos span{display:none;}}.hero.porcelain form.apollo-form input.apollo-field,.hero.porcelain form.apollo-form select.apollo-field,.hero.porcelain form.apollo-form textarea.apollo-field{border:1px solid var(--medium-gray);}.hero.porcelain form.apollo-form p.custom-para-blog{color:var(--dark-blue);}.hero.porcelain .apollo-form--wrapper .disclaimer__wrapper{color:var(--dark-blue);}
