

/* Start:/local/js/bquadro/fos/css/style.css?176638967825625*/
/* Layout */
html.is-bq-form-submitting,
html.is-bq-form-popup-loading {
    cursor: wait;
}

html.is-bq-form-popup-opened {
    overflow: hidden;
}

/* Form */
.bq-form {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #000;
    font-style: normal;
    font-weight: 400;
    font-size: 16rem;
    line-height: 1.5;
    font-family: inherit, sans-serif;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    font-family: "Noto Sans";

}

.bq-form.is-submitting {
    opacity: 0.5;
    pointer-events: none;
}

/* Normalize */
.bq-form *,
.bq-form *::before,
.bq-form *::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.bq-form button,
.bq-form [type="button"],
.bq-form [type="reset"],
.bq-form [type="submit"] {
    -webkit-appearance: button;
}

.bq-form button::-moz-focus-inner,
.bq-form [type="button"]::-moz-focus-inner,
.bq-form [type="reset"]::-moz-focus-inner,
.bq-form [type="submit"]::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

.bq-form button:-moz-focusring,
.bq-form [type="button"]:-moz-focusring,
.bq-form [type="reset"]:-moz-focusring,
.bq-form [type="submit"]:-moz-focusring {
    outline: none;
}

.bq-form [type="checkbox"],
.bq-form [type="radio"] {
    padding: 0;
}

.bq-form [type="number"]::-webkit-inner-spin-button,
.bq-form [type="number"]::-webkit-outer-spin-button {
    height: auto;
}

.bq-form [type="search"] {
    -webkit-appearance: textfield;
    outline-offset: 0;
}

.bq-form [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

.bq-form ::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

.bq-form input:focus-visible,
.bq-form textarea:focus-visible,
.bq-form select:focus-visible {
    outline: none;
}

/* Title */
.bq-form-title {
    margin-top: 0;
    margin-bottom: 24rem;
    font-weight: inherit;
    font-size: 20rem;
    line-height: inherit;
    font-family: inherit;
    color: #fff;
    text-transform: uppercase;
    padding-right: 45rem;
    font-family: "Grandis Extended", sans-serif;
}

.bq-form-title:last-child {
    margin-bottom: 0;
}

/* Descr */
.bq-form-descr {
    margin-top: 0;
    margin-bottom: 12rem;
    font-weight: inherit;
    font-size: 16rem;
    line-height: inherit;
    font-family: inherit;
    color: #fff;
    font-family: "Grandis Extended", sans-serif;
}

.bq-form-descr:last-child {
    margin-bottom: 0;
}

/* Inner */
.bq-form-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -8rem -16rem;
}

.bq-form-inner__item {
    width: calc(100% - 32rem);
    margin: 10rem 16rem;
}

/* Control */
.bq-form-control {
    display: block;
    position: relative;
    margin-bottom: 16rem;
}

.bq-form-control:last-child {
    margin-bottom: 0;
}

.bq-form-control__error {
    top: 100%;
    left: 0;
    color: #FF0000;
    font-weight: inherit;
    font-size: 12rem;
    line-height: inherit;
    font-family: inherit;
    position: absolute;
    margin-bottom: 3rem;
}

/* Label */
.bq-form-label {
    display: block;
    margin-bottom: 8rem;
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
    font-family: inherit;
}

.bq-form-label:last-child {
    margin-bottom: 0;
}

/* Hidden */
.bq-form-hidden {
    display: none;
}

/* Input */
.bq-form-input {
    display: block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    min-height: 54rem;
    margin: 0;
    padding: 8rem 16rem;
    overflow: hidden;
    border: 2rem solid #BECCDF;
    border-radius: 8rem;
    background-color: #fff;
    color: currentColor;
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
    -webkit-transition: border-color .3s ease;
    -o-transition: border-color .3s ease;
    transition: border-color .3s ease;

}

.bq-form-input:focus-visible,
.is-error .bq-form-input:focus-visible {
    border-color: var(--blue);
}

.is-error .bq-form-input {
    border-color: #FF0000;
}

.bq-form-input::-webkit-input-placeholder {
    color: currentColor;
    opacity: 0.5;
}

.bq-form-input::-moz-placeholder {
    color: currentColor;
    opacity: 0.5;
}

.bq-form-input:-ms-input-placeholder {
    color: currentColor;
    opacity: 0.5;
}

.bq-form-input::-ms-input-placeholder {
    color: currentColor;
    opacity: 0.5;
}

.bq-form-input::placeholder {
    color: currentColor;
    opacity: 0.5;
}

.bq-form-input[type="date"]::-webkit-calendar-picker-indicator,
.bq-form-input[type="datetime-local"]::-webkit-calendar-picker-indicator {
    display: block;
    width: 16rem;
    height: 16rem;
    border: 0;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgZmlsbD0ibm9uZSIgdmlld0JveD0iMCAwIDE2IDE2Ij4KICA8cGF0aCBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik00LjgxOCAyYS42OC42OCAwIDAgMC0uNDUuMTY1LjUzNC41MzQgMCAwIDAtLjE4Ni40di44NDVoLTEuOTFhMS4zNiAxLjM2IDAgMCAwLS45LjMzQTEuMDY3IDEuMDY3IDAgMCAwIDEgNC41Mzl2Ny4zMzRjMCAuMjk5LjEzNC41ODYuMzczLjc5OC4yMzguMjExLjU2Mi4zMy45LjMzaDExLjQ1NGMuMzM4IDAgLjY2Mi0uMTE5LjktLjMzLjIzOS0uMjEyLjM3My0uNDk5LjM3My0uNzk4VjQuNTM4YzAtLjI5OS0uMTM0LS41ODYtLjM3My0uNzk3YTEuMzYgMS4zNiAwIDAgMC0uOS0uMzNoLTEuOTA5di0uODQ3YS41MzQuNTM0IDAgMCAwLS4xODYtLjM5OS42OC42OCAwIDAgMC0uNDUtLjE2NWgtLjYzNmEuNjguNjggMCAwIDAtLjQ1LjE2NS41MzQuNTM0IDAgMCAwLS4xODcuNHYuODQ1SDYuMDkxdi0uODQ2YS41MzQuNTM0IDAgMCAwLS4xODYtLjM5OS42OC42OCAwIDAgMC0uNDUtLjE2NWgtLjYzN1pNMyA2Ljg0NmgxMHY0LjQxSDN2LTQuNDFaIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiLz4KPC9zdmc+Cg==");
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
    color: rgba(0, 0, 0, 0);
    cursor: pointer;
    opacity: 1;
}

.bq-form-input[type="date"]::-webkit-calendar-picker-indicator:focus-visible,
.bq-form-input[type="datetime-local"]::-webkit-calendar-picker-indicator:focus-visible {
    outline: 1rem solid currentColor;
    outline-offset: 4rem;
}

.bq-form-input:disabled {
    opacity: 0.5;
    pointer-events: none;
}

/* Textarea */
.bq-form-textarea {
    display: block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    min-height: 80rem;
    margin: 0;
    padding: 8rem 16rem;
    overflow-x: hidden;
    overflow-y: auto;
    border: 1rem solid currentColor;
    border-radius: 0;
    background-color: #fff;
    color: currentColor;
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
    font-family: inherit;
    resize: none;
    -webkit-transition: border-color .3s ease;
    -o-transition: border-color .3s ease;
    transition: border-color .3s ease;
}

.bq-form-textarea:focus-visible,
.is-error .bq-form-textarea:focus-visible {
    border-color: currentColor;
}

.is-error .bq-form-textarea {
    border-color: #FF0000;
}

.bq-form-textarea::-webkit-input-placeholder {
    color: currentColor;
    opacity: 1;
}

.bq-form-textarea::-moz-placeholder {
    color: currentColor;
    opacity: 0.5;
}

.bq-form-textarea:-ms-input-placeholder {
    color: currentColor;
    opacity: 0.5;
}

.bq-form-textarea::-ms-input-placeholder {
    color: currentColor;
    opacity: 0.5;
}

.bq-form-textarea::placeholder {
    color: currentColor;
    opacity: 0.5;
}

.bq-form-textarea:disabled {
    opacity: 0.5;
    pointer-events: none;
}

/* Select */
.bq-form-select {
    display: block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    min-height: 40rem;
    margin: 0;
    padding: 8rem 48rem 8rem 16rem;
    overflow: hidden;
    border: 1rem solid currentColor;
    border-radius: 0;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgZmlsbD0ibm9uZSIgdmlld0JveD0iMCAwIDE2IDE2Ij4KICA8cGF0aCBzdHJva2U9IiMwMDAiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIyIiBkPSJtMiA1IDYgNiA2LTYiLz4KPC9zdmc+Cg==");
    background-position: right 16rem center;
    background-size: 16rem 16rem;
    background-repeat: no-repeat;
    background-color: #fff;
    color: #000;
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
    font-family: inherit;
    -webkit-transition: border-color .3s ease;
    -o-transition: border-color .3s ease;
    transition: border-color .3s ease;
}

.bq-form-select[multiple] {
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    background-image: none;
}

.bq-form-select:focus-visible,
.is-error .bq-form-select:focus-visible {
    border-color: currentColor;
}

.is-error .bq-form-select {
    border-color: #FF0000;
}

.bq-form-select::-webkit-input-placeholder {
    color: currentColor;
    opacity: 1;
}

.bq-form-select::-moz-placeholder {
    color: currentColor;
    opacity: 1;
}

.bq-form-select:-ms-input-placeholder {
    color: currentColor;
    opacity: 1;
}

.bq-form-select::-ms-input-placeholder {
    color: currentColor;
    opacity: 1;
}

.bq-form-select::placeholder {
    color: currentColor;
    opacity: 1;
}

.bq-form-select:disabled {
    opacity: 0.5;
    pointer-events: none;
}

/* Option */
.bq-form-option {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    min-height: 40rem;
    padding: 8rem 16rem;
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
    font-family: inherit;
    white-space: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.bq-form-option:disabled {
    opacity: 0.5;
    pointer-events: none;
}

/* Checkbox */
.bq-form-checkbox {
    margin-bottom: 8rem;
}

.bq-form-checkbox:last-child {
    margin-bottom: 0;
}

.bq-form-checkbox__label {
    display: inline-block;
    position: relative;
}

.bq-form-checkbox__input {
    position: absolute !important;
    width: 1rem;
    height: 1rem;
    overflow: hidden;
    clip: rect(1rem 1rem 1rem 1rem);
    clip: rect(1rem, 1rem, 1rem, 1rem);
}

.bq-form-checkbox__text {
    display: inline-block;
    position: relative;
    padding-left: 32rem;
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
    font-family: inherit;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #BECCDF;
    font-size: 14rem;
}

.bq-form-checkbox__text a {
    color: currentColor;
    text-decoration: underline !important;
    -webkit-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

.bq-form-checkbox__text a:hover {
    color: currentColor;
    text-decoration: none !important;
}

.bq-form-checkbox__text a:focus-visible {
    outline: 1rem solid currentColor;
    outline-offset: 4rem;
}

.bq-form-checkbox__text::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 24rem;
    height: 24rem;
    border: 1rem solid currentColor;
    border-radius: 0;
    background-position: center;
    background-size: 70%;
    background-repeat: no-repeat;
    background-color: #BECCDF;
    content: '';
    -webkit-transition: border-color 0.3s ease;
    -o-transition: border-color 0.3s ease;
    transition: border-color 0.3s ease;
    border: 2rem solid #5695FF;
    border-radius: 8rem;

}

.bq-form-checkbox__input:checked~.bq-form-checkbox__text::before {
    background-image: url("/local/templates/neogen/images/check.svg");
}

.bq-form-checkbox__input:focus-visible~.bq-form-checkbox__text::before,
.is-error .bq-form-checkbox__input:focus-visible~.bq-form-checkbox__text::before {
    border-color: currentColor;
}

.is-error .bq-form-checkbox__text::before {
    border-color: #FF0000;
}

.bq-form-checkbox__input:disabled~.bq-form-checkbox__text {
    opacity: 0.5;
    pointer-events: none;
}

/* Radio */
.bq-form-radio {
    margin-bottom: 8rem;
}

.bq-form-radio:last-child {
    margin-bottom: 0;
}

.bq-form-radio__label {
    display: inline-block;
    position: relative;
}

.bq-form-radio__input {
    position: absolute !important;
    width: 1rem;
    height: 1rem;
    overflow: hidden;
    clip: rect(1rem 1rem 1rem 1rem);
    clip: rect(1rem, 1rem, 1rem, 1rem);
}

.bq-form-radio__text {
    display: inline-block;
    position: relative;
    padding-left: 24rem;
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
    font-family: inherit;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.bq-form-radio__text a {
    color: currentColor;
    text-decoration: underline;
    -webkit-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

.bq-form-radio__text a:hover {
    color: currentColor;
    text-decoration: underline;
}

.bq-form-radio__text a:focus-visible {
    outline: 1rem solid currentColor;
    outline-offset: 4rem;
}

.bq-form-radio__text::before {
    position: absolute;
    top: 4rem;
    left: 0;
    width: 16rem;
    height: 16rem;
    border: 1rem solid currentColor;
    border-radius: 50%;
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #fff;
    content: '';
    -webkit-transition: border-color 0.3s ease;
    -o-transition: border-color 0.3s ease;
    transition: border-color 0.3s ease;
}

.bq-form-radio__input:checked~.bq-form-radio__text::before {
    border-color: currentColor;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgZmlsbD0ibm9uZSIgdmlld0JveD0iMCAwIDE2IDE2Ij4KICA8cGF0aCBmaWxsPSIjZmZmIiBkPSJNMTIgOGE0IDQgMCAxIDAtOCAwIDQgNCAwIDAgMCA4IDBaIi8+Cjwvc3ZnPgo=");
    background-color: currentColor;
}

.bq-form-radio__input:focus-visible~.bq-form-radio__text::before,
.is-error .bq-form-radio__input:focus-visible~.bq-form-radio__text::before {
    border-color: currentColor;
}

.is-error .bq-form-radio__text::before {
    border-color: #FF0000;
}

.bq-form-radio__input:disabled~.bq-form-radio__text {
    opacity: 0.5;
    pointer-events: none;
}

/* File */
.bq-form-file {
    width: 100%;
    margin-bottom: 16rem;
}

.bq-form-file:last-child {
    margin-bottom: 0;
}

.bq-form-file__label {
    display: block;
    position: relative;
    width: 100%;
    margin-bottom: 8rem;
}

.bq-form-file__label:last-child {
    margin-bottom: 0;
}

.bq-form-file__input {
    position: absolute !important;
    width: 1rem;
    height: 1rem;
    overflow: hidden;
    clip: rect(1rem 1rem 1rem 1rem);
    clip: rect(1rem, 1rem, 1rem, 1rem);
}

.bq-form-file__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 40rem;
    padding: 8rem 16rem;
    border: 1rem solid currentColor;
    border-radius: 0;
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
    font-family: inherit;
    cursor: pointer;
    -webkit-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
}

.bq-form-file__text-span {
    text-transform: lowercase;
}

.bq-form-file__text-span::first-letter {
    text-transform: uppercase;
}

.bq-form-file__text:hover {
    color: currentColor;
}

.bq-form-file__input:focus-visible~.bq-form-file__text,
.is-error .bq-form-file__input:focus-visible~.bq-form-file__text {
    color: currentColor;
}

.is-error .bq-form-file__input~.bq-form-file__text {
    color: #FF0000;
}

.bq-form-file__input:disabled~.bq-form-file__text {
    opacity: 0.5;
    pointer-events: none;
}

.bq-form-file__icon {
    display: block;
    width: 16rem;
    height: 16rem;
    margin-right: 8rem;
    -o-object-fit: contain;
    object-fit: contain;
}

.bq-form-file__icon:last-child {
    margin-right: 0;
}

.bq-form-file__list-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.bq-form-file__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-shrink: 0;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: flex-start;
    max-width: 100%;
    -ms-flex-negative: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: start;
    -ms-flex-align: start;
}

.bq-form-file__item {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    flex-shrink: 0;
    align-items: center;
    max-width: 100%;
    margin-bottom: 8rem;
    padding: 0rem 0rem 0rem 16rem;
    overflow: hidden;
    border-radius: 0;
    background-color: #fff;
    color: currentColor;
    -ms-flex-negative: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.bq-form-file__item:last-child {
    margin-bottom: 0;
}

.bq-form-file__name {
    margin-right: 8rem;
    overflow: hidden;
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
    font-family: inherit;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.bq-form-file__name:last-child {
    margin-right: 0;
}

.bq-form-file__delete {
    position: relative;
    flex-shrink: 0;
    width: 16rem;
    height: 16rem;
    color: currentColor;
    cursor: pointer;
    -webkit-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-flex-negative: 0;
}

.bq-form-file__delete:focus-visible {
    color: currentColor;
}

.bq-form-file__delete:hover {
    color: currentColor;
}

.bq-form-file__delete::before {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12rem;
    height: 1rem;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
    background-color: currentColor;
    content: '';
}

.bq-form-file__delete::after {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12rem;
    height: 1rem;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
    background-color: currentColor;
    content: '';
}

/* Submit */
.bq-form-submit {
    display: block;
    width: 100%;
    min-height: 40rem;
    margin: 0;
    margin-bottom: 16rem;
    padding: 8rem 16rem;
    overflow: hidden;
    border: 1rem solid #000;
    border-radius: 0;
    background-color: #000;
    color: #fff;
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
    font-family: inherit;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: background-color .3s ease, border-color .3s ease;
    -o-transition: background-color .3s ease, border-color .3s ease;
    transition: background-color .3s ease, border-color .3s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.bq-form-submit:last-child {
    margin-bottom: 0;
}



.bq-form-submit:focus {
    outline: none;
}

.bq-form-submit:focus-visible {
    border-color: #000;
    background-color: #000;
}

.bq-form-submit:disabled {
    opacity: 0.5;
    pointer-events: none;
}

/* Open */
.bq-form-popup-open {
    display: inline-block;
    margin: 0;
    margin-bottom: 16rem;
    padding: 8rem 16rem;
    overflow: hidden;
    border: 1rem solid #000;
    border-radius: 0;
    background-color: #000;
    color: #fff;
    font-weight: 400;
    font-size: 16rem;
    line-height: 1.5;
    font-family: inherit, sans-serif;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-transition: background-color .3s ease, border-color .3s ease;
    -o-transition: background-color .3s ease, border-color .3s ease;
    transition: background-color .3s ease, border-color .3s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.js-bq-form-popup-open.is-bq-form-popup-loading {
    pointer-events: none;
}

.bq-form-popup-open:focus {
    outline: none;
}

.bq-form-popup-open:focus-visible {
    border-color: #000;
    background-color: #000;
}



.bq-form-popup-open:last-child {
    margin-bottom: 0;
}

/* Popup */
.bq-form-popup {
    visibility: hidden;
    z-index: 1000;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior-y: none;
    outline: 0;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
    -o-transition: opacity 0.3s ease, visibility 0.3s ease;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    -webkit-overflow-scrolling: touch;
}

.bq-form-popup.is-active {
    visibility: visible;
    opacity: 1;
    pointer-events: all;
}

.bq-form-popup__dialog {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 2;
    position: relative;
    width: auto;
    min-height: 100vh;
    pointer-events: none;
}

.bq-form-popup__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    max-width: 600rem;
    margin: auto;
    border-radius: 0;
    outline: 0;
    background-color: #fff;
    color: #000;
    pointer-events: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    background: #182045;
    border-radius: 8rem;
}

.bq-form-popup__content:before {
    content: "";
    display: block;
    background-color: #beccdf;
    width: 88rem;
    height: 4rem;
    position: absolute;
    left: 50%;
    top: 8rem;
    border-radius: 8rem;
    transform: translate(-50%, -50%);
}

.bq-form-popup--success .bq-form-success {
    margin-top: 40rem;
}

.bq-form-popup__body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 32rem;
    -webkit-box-flex: 1;

}

.bq-form-popup__close {
    position: absolute;
    top: 30rem;
    right: 30rem;
    width: 18rem;
    height: 18rem;
    background-image: url("/local/templates/neogen/images/close.svg");
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    opacity: 0.6;
}

.bq-form-popup__close:hover {
    opacity: 1;
}

/* Success */
.bq-form-success {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
}

.bq-form-success__text {
    font-size: 16rem;
    background-color: #5695FF;
    border-radius: 8rem;
    padding: 100rem 0;
    width: calc(100% - 24rem);
    text-align: center;
    font-family: "Grandis Extended", sans-serif;
}

.bq-form-success__text:last-child {
    margin-bottom: 0;
}

.bq-form-header__title {
    font-size: 20rem;
    text-transform: uppercase;
    color: #fff;
    font-family: "Grandis Extended", sans-serif;
}

.bq-form-header__text {
    font-size: 14rem;
    text-transform: uppercase;
    color: #BECCDF;
    font-family: "Grandis Extended", sans-serif;

}

.bq-form-inner--slider {
    margin-top: 16rem;
}

.bq-form-inner--slider .btn {
    padding: 13rem;
}

.bq-form-inner--slider .bq-form-inner__item {
    width: calc(50% - 16rem);
    margin: 8rem;
}

.bq-form-inner--slider .bq-form-inner__item:last-child {
    width: 100%;
}

.bq-form .splide__arrow {
    background-color: #3b4572
}

.bq-form .splide__controls {
    display: none;
}


.footer__form .bq-form-input {
    background-color: transparent;
    color: #fff;
}


@media (max-width: 767px) {
    .bq-form-popup__body {
        padding: 36rem 16rem;
    }

    .bq-form-popup__dialog {
        margin: 0;
    }

    .bq-form-popup__content {
        margin-bottom: 0;
    }

    .bq-form-title {
        font-size: 14rem;
    }

    .bq-form-descr {
        margin-bottom: 24rem;
    }

    .bq-form-success__text {
        width: calc(100% - 32rem);
    }

    .bq-form-inner--slider .bq-form-inner__item {
        width: 100%;
    }

    .bq-form .splide__controls {
        display: flex;
    }

    .bq-form-header__title {
        font-size: 14rem;
    }

    .bq-form-header__text {
        font-size: 12rem;
    }

    .bq-form-inner--slider {
        margin: 8rem -8rem;
    }
}
/* End */


/* Start:/local/templates/neogen/css/normalize.css?17663896786138*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/* End */


/* Start:/local/templates/neogen/css/splide.min.css?17663896784990*/
.splide__container{box-sizing:border-box;position:relative}.splide__list{backface-visibility:hidden;display:-ms-flexbox;display:flex;margin:0!important;padding:0!important}.splide.is-initialized:not(.is-active) .splide__list{display:block}.splide__pagination{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center;margin:0;pointer-events:none}.splide__pagination li{display:inline-block;line-height:1;list-style-type:none;margin:0;pointer-events:auto}.splide:not(.is-overflow) .splide__pagination{display:none}.splide__progress__bar{width:0}.splide{position:relative;visibility:hidden}.splide.is-initialized,.splide.is-rendered{visibility:visible}.splide__slide{backface-visibility:hidden;box-sizing:border-box;-ms-flex-negative:0;flex-shrink:0;list-style-type:none!important;margin:0;position:relative}.splide__slide img{vertical-align:bottom}.splide__spinner{animation:splide-loading 1s linear infinite;border:2px solid #999;border-left-color:transparent;border-radius:50%;bottom:0;contain:strict;display:inline-block;height:20px;left:0;margin:auto;position:absolute;right:0;top:0;width:20px}.splide__sr{clip:rect(0 0 0 0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.splide__toggle.is-active .splide__toggle__play,.splide__toggle__pause{display:none}.splide__toggle.is-active .splide__toggle__pause{display:inline}.splide__track{overflow:hidden;position:relative;z-index:0}@keyframes splide-loading{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.splide__track--draggable{-webkit-touch-callout:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.splide__track--fade>.splide__list>.splide__slide{margin:0!important;opacity:0;z-index:0}.splide__track--fade>.splide__list>.splide__slide.is-active{opacity:1;z-index:1}.splide--rtl{direction:rtl}.splide__track--ttb>.splide__list{display:block}.splide__arrow{-ms-flex-align:center;align-items:center;background:#ccc;border:0;border-radius:50%;cursor:pointer;display:-ms-flexbox;display:flex;height:2em;-ms-flex-pack:center;justify-content:center;opacity:.7;padding:0;position:absolute;top:50%;transform:translateY(-50%);width:2em;z-index:1}.splide__arrow svg{fill:#000;height:1.2em;width:1.2em}.splide__arrow:hover:not(:disabled){opacity:.9}.splide__arrow:disabled{opacity:.3}.splide__arrow:focus-visible{outline:3px solid #0bf;outline-offset:3px}.splide__arrow--prev{left:1em}.splide__arrow--prev svg{transform:scaleX(-1)}.splide__arrow--next{right:1em}.splide.is-focus-in .splide__arrow:focus{outline:3px solid #0bf;outline-offset:3px}.splide__pagination{bottom:.5em;left:0;padding:0 1em;position:absolute;right:0;z-index:1}.splide__pagination__page{background:#ccc;border:0;border-radius:50%;display:inline-block;height:8px;margin:3px;opacity:.7;padding:0;position:relative;transition:transform .2s linear;width:8px}.splide__pagination__page.is-active{background:#fff;transform:scale(1.4);z-index:1}.splide__pagination__page:hover{cursor:pointer;opacity:.9}.splide__pagination__page:focus-visible{outline:3px solid #0bf;outline-offset:3px}.splide.is-focus-in .splide__pagination__page:focus{outline:3px solid #0bf;outline-offset:3px}.splide__progress__bar{background:#ccc;height:3px}.splide__slide{-webkit-tap-highlight-color:rgba(0,0,0,0)}.splide__slide:focus{outline:0}@supports(outline-offset:-3px){.splide__slide:focus-visible{outline:3px solid #0bf;outline-offset:-3px}}@media screen and (-ms-high-contrast:none){.splide__slide:focus-visible{border:3px solid #0bf}}@supports(outline-offset:-3px){.splide.is-focus-in .splide__slide:focus{outline:3px solid #0bf;outline-offset:-3px}}@media screen and (-ms-high-contrast:none){.splide.is-focus-in .splide__slide:focus{border:3px solid #0bf}.splide.is-focus-in .splide__track>.splide__list>.splide__slide:focus{border-color:#0bf}}.splide__toggle{cursor:pointer}.splide__toggle:focus-visible{outline:3px solid #0bf;outline-offset:3px}.splide.is-focus-in .splide__toggle:focus{outline:3px solid #0bf;outline-offset:3px}.splide__track--nav>.splide__list>.splide__slide{border:3px solid transparent;cursor:pointer}.splide__track--nav>.splide__list>.splide__slide.is-active{border:3px solid #000}.splide__arrows--rtl .splide__arrow--prev{left:auto;right:1em}.splide__arrows--rtl .splide__arrow--prev svg{transform:scaleX(1)}.splide__arrows--rtl .splide__arrow--next{left:1em;right:auto}.splide__arrows--rtl .splide__arrow--next svg{transform:scaleX(-1)}.splide__arrows--ttb .splide__arrow{left:50%;transform:translate(-50%)}.splide__arrows--ttb .splide__arrow--prev{top:1em}.splide__arrows--ttb .splide__arrow--prev svg{transform:rotate(-90deg)}.splide__arrows--ttb .splide__arrow--next{bottom:1em;top:auto}.splide__arrows--ttb .splide__arrow--next svg{transform:rotate(90deg)}.splide__pagination--ttb{bottom:0;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;left:auto;padding:1em 0;right:.5em;top:0}
/* End */


/* Start:/local/templates/neogen/css/fancybox.min.css?176638967825010*/
:root{--f-spinner-width:36px;--f-spinner-height:36px;--f-spinner-color-1:rgba(0,0,0,.1);--f-spinner-color-2:rgba(17,24,28,.8);--f-spinner-stroke:2.75}.f-spinner{height:var(--f-spinner-height);margin:auto;padding:0;width:var(--f-spinner-width)}.f-spinner svg{animation:f-spinner-rotate 2s linear infinite;height:100%;vertical-align:top;width:100%}.f-spinner svg *{stroke-width:var(--f-spinner-stroke);fill:none}.f-spinner svg :first-child{stroke:var(--f-spinner-color-1)}.f-spinner svg :last-child{stroke:var(--f-spinner-color-2);animation:f-spinner-dash 2s ease-in-out infinite}@keyframes f-spinner-rotate{to{transform:rotate(1turn)}}@keyframes f-spinner-dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}to{stroke-dasharray:90,150;stroke-dashoffset:-124}}.f-throwOutUp{animation:var(--f-throw-out-duration,.175s) ease-out both f-throwOutUp}.f-throwOutDown{animation:var(--f-throw-out-duration,.175s) ease-out both f-throwOutDown}@keyframes f-throwOutUp{to{opacity:0;transform:translate3d(0,calc(var(--f-throw-out-distance, 150px) * -1),0)}}@keyframes f-throwOutDown{to{opacity:0;transform:translate3d(0,var(--f-throw-out-distance,150px),0)}}.f-zoomInUp{animation:var(--f-transition-duration,.2s) ease .1s both f-zoomInUp}.f-zoomOutDown{animation:var(--f-transition-duration,.2s) ease both f-zoomOutDown}@keyframes f-zoomInUp{0%{opacity:0;transform:scale(.975) translate3d(0,16px,0)}to{opacity:1;transform:scale(1) translateZ(0)}}@keyframes f-zoomOutDown{to{opacity:0;transform:scale(.975) translate3d(0,16px,0)}}.f-fadeIn{animation:var(--f-transition-duration,.2s) var(--f-transition-easing,ease) var(--f-transition-delay,0s) both f-fadeIn;z-index:2}.f-fadeOut{animation:var(--f-transition-duration,.2s) var(--f-transition-easing,ease) var(--f-transition-delay,0s) both f-fadeOut;z-index:1}@keyframes f-fadeIn{0%{opacity:0}to{opacity:1}}@keyframes f-fadeOut{to{opacity:0}}.f-fadeFastIn{animation:var(--f-transition-duration,.2s) ease-out both f-fadeFastIn;z-index:2}.f-fadeFastOut{animation:var(--f-transition-duration,.1s) ease-out both f-fadeFastOut;z-index:2}@keyframes f-fadeFastIn{0%{opacity:.75}to{opacity:1}}@keyframes f-fadeFastOut{to{opacity:0}}.f-fadeSlowIn{animation:var(--f-transition-duration,.5s) ease both f-fadeSlowIn;z-index:2}.f-fadeSlowOut{animation:var(--f-transition-duration,.5s) ease both f-fadeSlowOut;z-index:1}@keyframes f-fadeSlowIn{0%{opacity:0}to{opacity:1}}@keyframes f-fadeSlowOut{to{opacity:0}}.f-crossfadeIn{animation:var(--f-transition-duration,.2s) ease-out both f-crossfadeIn;z-index:2}.f-crossfadeOut{animation:calc(var(--f-transition-duration, .2s)*.5) linear .1s both f-crossfadeOut;z-index:1}@keyframes f-crossfadeIn{0%{opacity:0}to{opacity:1}}@keyframes f-crossfadeOut{to{opacity:0}}.f-slideIn.from-next{animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-slideInNext}.f-slideIn.from-prev{animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-slideInPrev}.f-slideOut.to-next{animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-slideOutNext}.f-slideOut.to-prev{animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-slideOutPrev}@keyframes f-slideInPrev{0%{transform:translateX(100%)}to{transform:translateZ(0)}}@keyframes f-slideInNext{0%{transform:translateX(-100%)}to{transform:translateZ(0)}}@keyframes f-slideOutNext{to{transform:translateX(-100%)}}@keyframes f-slideOutPrev{to{transform:translateX(100%)}}.f-classicIn.from-next{animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-classicInNext;z-index:2}.f-classicIn.from-prev{animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-classicInPrev;z-index:2}.f-classicOut.to-next{animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-classicOutNext;z-index:1}.f-classicOut.to-prev{animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-classicOutPrev;z-index:1}@keyframes f-classicInNext{0%{opacity:0;transform:translateX(-75px)}to{opacity:1;transform:translateZ(0)}}@keyframes f-classicInPrev{0%{opacity:0;transform:translateX(75px)}to{opacity:1;transform:translateZ(0)}}@keyframes f-classicOutNext{to{opacity:0;transform:translateX(-75px)}}@keyframes f-classicOutPrev{to{opacity:0;transform:translateX(75px)}}:root{--f-button-width:40px;--f-button-height:40px;--f-button-border:0;--f-button-border-radius:0;--f-button-color:#374151;--f-button-bg:#f8f8f8;--f-button-hover-bg:#e0e0e0;--f-button-active-bg:#d0d0d0;--f-button-shadow:none;--f-button-transition:all 0.15s ease;--f-button-transform:none;--f-button-svg-width:20px;--f-button-svg-height:20px;--f-button-svg-stroke-width:1.5;--f-button-svg-fill:none;--f-button-svg-filter:none;--f-button-svg-disabled-opacity:0.65}.f-button{align-items:center;background:var(--f-button-bg);border:var(--f-button-border);border-radius:var(--f-button-border-radius);box-shadow:var(--f-button-shadow);box-sizing:content-box;color:var(--f-button-color);cursor:pointer;display:flex;height:var(--f-button-height);justify-content:center;margin:0;padding:0;pointer-events:all;position:relative;transition:var(--f-button-transition);width:var(--f-button-width)}.f-button:active:not([disabled]){background-color:var(--f-button-active-bg)}.f-button:focus:not(:focus-visible){outline:none}.f-button:focus-visible{box-shadow:inset 0 0 0 var(--f-button-outline,2px) var(--f-button-outline-color,var(--f-button-color));outline:none}.f-button svg{height:var(--f-button-svg-height);width:var(--f-button-svg-width);fill:var(--f-button-svg-fill);stroke:currentColor;stroke-width:var(--f-button-svg-stroke-width);stroke-linecap:round;stroke-linejoin:round;filter:var(--f-button-svg-filter);pointer-events:none;transform:var(--f-button-transform);transition:opacity .15s ease}.f-button[disabled]{cursor:default}.f-button[disabled] svg{opacity:var(--f-button-svg-disabled-opacity)}.f-carousel__nav .f-button.is-next,.f-carousel__nav .f-button.is-prev,.fancybox__nav .f-button.is-next,.fancybox__nav .f-button.is-prev{position:absolute;z-index:1}.is-horizontal .f-carousel__nav .f-button.is-next,.is-horizontal .f-carousel__nav .f-button.is-prev,.is-horizontal .fancybox__nav .f-button.is-next,.is-horizontal .fancybox__nav .f-button.is-prev{top:50%;transform:translateY(-50%)}.is-horizontal .f-carousel__nav .f-button.is-prev,.is-horizontal .fancybox__nav .f-button.is-prev{left:var(--f-button-prev-pos)}.is-horizontal .f-carousel__nav .f-button.is-next,.is-horizontal .fancybox__nav .f-button.is-next{right:var(--f-button-next-pos)}.is-horizontal.is-rtl .f-carousel__nav .f-button.is-prev,.is-horizontal.is-rtl .fancybox__nav .f-button.is-prev{left:auto;right:var(--f-button-next-pos)}.is-horizontal.is-rtl .f-carousel__nav .f-button.is-next,.is-horizontal.is-rtl .fancybox__nav .f-button.is-next{left:var(--f-button-prev-pos);right:auto}.is-vertical .f-carousel__nav .f-button.is-next,.is-vertical .f-carousel__nav .f-button.is-prev,.is-vertical .fancybox__nav .f-button.is-next,.is-vertical .fancybox__nav .f-button.is-prev{left:50%;top:auto;transform:translateX(-50%)}.is-vertical .f-carousel__nav .f-button.is-prev,.is-vertical .fancybox__nav .f-button.is-prev{top:var(--f-button-next-pos)}.is-vertical .f-carousel__nav .f-button.is-next,.is-vertical .fancybox__nav .f-button.is-next{bottom:var(--f-button-next-pos)}.is-vertical .f-carousel__nav .f-button.is-next svg,.is-vertical .f-carousel__nav .f-button.is-prev svg,.is-vertical .fancybox__nav .f-button.is-next svg,.is-vertical .fancybox__nav .f-button.is-prev svg{transform:rotate(90deg)}.f-carousel__nav .f-button:disabled,.fancybox__nav .f-button:disabled{pointer-events:none}html.with-fancybox{overflow:visible;scroll-behavior:auto;width:auto}html.with-fancybox body{touch-action:none}html.with-fancybox body.hide-scrollbar{margin-right:calc(var(--fancybox-body-margin, 0px) + var(--fancybox-scrollbar-compensate, 0px));overflow:hidden!important;overscroll-behavior-y:none;width:auto}.fancybox__container{--fancybox-color:#dbdbdb;--fancybox-hover-color:#fff;--fancybox-bg:rgba(24,24,27,.98);--fancybox-slide-gap:10px;--f-spinner-width:50px;--f-spinner-height:50px;--f-spinner-color-1:hsla(0,0%,100%,.1);--f-spinner-color-2:#bbb;--f-spinner-stroke:3.65;bottom:0;box-sizing:border-box;color:#f8f8f8;direction:ltr;display:flex;flex-direction:column;left:0;margin:0;padding:0;position:fixed;right:0;top:0;-webkit-tap-highlight-color:rgba(0,0,0,0);outline:none;overflow:visible;transform-origin:top left;z-index:var(--fancybox-zIndex,1050);-webkit-text-size-adjust:100%;-moz-text-size-adjust:none;text-size-adjust:100%;overscroll-behavior-y:contain}.fancybox__container *,.fancybox__container :after,.fancybox__container :before{box-sizing:inherit}.fancybox__container::backdrop{background-color:transparent}.fancybox__backdrop{background:var(--fancybox-bg);bottom:0;left:0;opacity:var(--fancybox-opacity,1);position:fixed;right:0;top:0;will-change:opacity;z-index:-1}.fancybox__carousel{box-sizing:border-box;flex:1;min-height:0;overflow-x:clip;overflow-y:visible;position:relative;z-index:10}.fancybox__viewport{height:100%;width:100%}.fancybox__viewport.is-draggable{cursor:move;cursor:grab}.fancybox__viewport.is-dragging{cursor:move;cursor:grabbing}.fancybox__track{display:flex;height:100%;margin:0 auto}.fancybox__slide{align-items:center;backface-visibility:hidden;display:flex;flex:0 0 auto;flex-direction:column;height:100%;margin:0 var(--fancybox-slide-gap) 0 0;overflow:auto;overscroll-behavior:contain;padding:4px;position:relative;transform:translateZ(0);width:100%}.fancybox__container:not(.is-compact) .fancybox__slide.has-close-btn{padding-top:40px}.fancybox__slide.has-html5video,.fancybox__slide.has-iframe,.fancybox__slide.has-image,.fancybox__slide.has-video{overflow:hidden}.fancybox__slide.has-image.is-animating,.fancybox__slide.has-image.is-selected{overflow:visible}.fancybox__slide:after,.fancybox__slide:before{content:"";flex:0 0 0;margin:auto}.fancybox__backdrop:empty,.fancybox__slide:empty,.fancybox__track:empty,.fancybox__viewport:empty{display:block}.fancybox__content{align-self:center;background:var(--fancybox-content-bg,#fff);border-radius:0;color:var(--fancybox-content-color,#374151);cursor:default;display:flex;flex-direction:column;margin:0;max-width:100%;padding:2rem;position:relative;z-index:20}.is-loading .fancybox__content{opacity:0}.is-draggable .fancybox__content{cursor:move;cursor:grab}.can-zoom_in .fancybox__content{cursor:zoom-in}.can-zoom_out .fancybox__content{cursor:zoom-out}.is-dragging .fancybox__content{cursor:move;cursor:grabbing}.fancybox__content [contenteditable],.fancybox__content [data-selectable]{cursor:auto}.fancybox__slide.has-image>.fancybox__content{backface-visibility:hidden;background:transparent;background-position:50%;background-repeat:no-repeat;background-size:contain;min-height:1px;padding:0;transform:translateZ(0);transition:none}.fancybox__slide.has-image>.fancybox__content>picture>img{height:auto;max-height:100%;width:100%}.is-animating .fancybox__content,.is-dragging .fancybox__content{will-change:transform,width,height}.fancybox-image{display:block;filter:blur(0);height:100%;margin:auto;min-height:0;-o-object-fit:contain;object-fit:contain;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:100%}.fancybox__caption{align-self:center;color:var(--fancybox-color,currentColor);cursor:auto;flex-shrink:0;line-height:1.375;margin:0;max-width:100%;opacity:var(--fancybox-opacity,1);overflow-wrap:anywhere;padding:14px 0 4px;visibility:visible}.is-closing .fancybox__caption,.is-loading .fancybox__caption{opacity:0;visibility:hidden}.is-compact .fancybox__caption{padding-bottom:0}.f-button.is-close-btn{--f-button-svg-stroke-width:2;position:absolute;right:8px;top:0;z-index:40}.fancybox__content>.f-button.is-close-btn{--f-button-width:34px;--f-button-height:34px;--f-button-border-radius:4px;--f-button-color:var(--fancybox-color,#fff);--f-button-hover-color:var(--fancybox-color,#fff);--f-button-bg:transparent;--f-button-hover-bg:transparent;--f-button-active-bg:transparent;--f-button-svg-width:22px;--f-button-svg-height:22px;opacity:.75;position:absolute;right:0;top:-38px}.is-loading .fancybox__content>.f-button.is-close-btn,.is-zooming-out .fancybox__content>.f-button.is-close-btn{visibility:hidden}.fancybox__content>.f-button.is-close-btn:hover{opacity:1}.fancybox__footer{margin:0;padding:0;position:relative}.fancybox__footer .fancybox__caption{opacity:var(--fancybox-opacity,1);padding:24px;transition:all .25s ease;width:100%}.is-compact .fancybox__footer{background:rgba(24,24,27,.5);bottom:0;left:0;position:absolute;right:0;z-index:20}.is-compact .fancybox__footer .fancybox__caption{padding:12px}.is-compact .fancybox__content>.f-button.is-close-btn{--f-button-border-radius:50%;--f-button-color:#fff;--f-button-hover-color:#fff;--f-button-outline-color:#000;--f-button-bg:rgba(0,0,0,.6);--f-button-active-bg:rgba(0,0,0,.6);--f-button-hover-bg:rgba(0,0,0,.6);--f-button-svg-width:18px;--f-button-svg-height:18px;--f-button-svg-filter:none;right:5px;top:5px}.fancybox__nav{--f-button-width:50px;--f-button-height:50px;--f-button-border:0;--f-button-border-radius:50%;--f-button-color:var(--fancybox-color);--f-button-hover-color:var(--fancybox-hover-color);--f-button-bg:transparent;--f-button-hover-bg:rgba(24,24,27,.3);--f-button-active-bg:rgba(24,24,27,.5);--f-button-shadow:none;--f-button-transition:all 0.15s ease;--f-button-transform:none;--f-button-svg-width:26px;--f-button-svg-height:26px;--f-button-svg-stroke-width:2.5;--f-button-svg-fill:none;--f-button-svg-filter:drop-shadow(1px 1px 1px rgba(24,24,27,.5));--f-button-svg-disabled-opacity:0.65;--f-button-next-pos:1rem;--f-button-prev-pos:1rem;opacity:var(--fancybox-opacity,1)}.fancybox__nav .f-button:before{bottom:-30px;content:"";left:-20px;position:absolute;right:-20px;top:-30px;z-index:1}.is-idle .fancybox__nav,.is-idle.is-compact .fancybox__footer{animation:f-fadeOut .15s ease-out both}.is-idle.is-compact .fancybox__footer{pointer-events:none}.fancybox__slide>.f-spinner{cursor:pointer;left:50%;margin:var(--f-spinner-top,calc(var(--f-spinner-width) * -.5)) 0 0 var(--f-spinner-left,calc(var(--f-spinner-height) * -.5));position:absolute;top:50%;z-index:30}.fancybox-protected{bottom:0;right:0}.fancybox-ghost,.fancybox-protected{left:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;user-select:none;z-index:40}.fancybox-ghost{height:100%;min-height:0;-o-object-fit:contain;object-fit:contain;pointer-events:none;width:100%}.fancybox-focus-guard{opacity:0;outline:none;pointer-events:none;position:fixed}.fancybox__container:not([aria-hidden]){opacity:0}.fancybox__container.is-animated[aria-hidden=false] .fancybox__carousel>:not(.fancybox__viewport),.fancybox__container.is-animated[aria-hidden=false] .fancybox__slide>:not(.fancybox__content),.fancybox__container.is-animated[aria-hidden=false]>:not(.fancybox__backdrop,.fancybox__carousel){animation:var(--f-interface-enter-duration,.25s) ease .1s backwards f-fadeIn}.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop{animation:var(--f-backdrop-enter-duration,.35s) ease backwards f-fadeIn}.fancybox__container.is-animated[aria-hidden=true] .fancybox__carousel>:not(.fancybox__viewport),.fancybox__container.is-animated[aria-hidden=true] .fancybox__slide>:not(.fancybox__content),.fancybox__container.is-animated[aria-hidden=true]>:not(.fancybox__backdrop,.fancybox__carousel){animation:var(--f-interface-exit-duration,.15s) ease forwards f-fadeOut}.fancybox__container.is-animated[aria-hidden=true] .fancybox__backdrop{animation:var(--f-backdrop-exit-duration,.35s) ease forwards f-fadeOut}.has-html5video .fancybox__content,.has-iframe .fancybox__content,.has-map .fancybox__content,.has-pdf .fancybox__content,.has-vimeo .fancybox__content,.has-youtube .fancybox__content{flex-shrink:1;max-width:100%;min-height:1px;overflow:visible}.has-iframe .fancybox__content,.has-map .fancybox__content,.has-pdf .fancybox__content{height:90%;width:calc(100% - 120px)}.fancybox__container.is-compact .has-iframe .fancybox__content,.fancybox__container.is-compact .has-map .fancybox__content,.fancybox__container.is-compact .has-pdf .fancybox__content{height:100%;width:100%}.has-html5video .fancybox__content,.has-vimeo .fancybox__content,.has-youtube .fancybox__content{height:540px;max-height:100%;max-width:100%;width:960px}.has-html5video .fancybox__content,.has-map .fancybox__content,.has-pdf .fancybox__content,.has-vimeo .fancybox__content,.has-youtube .fancybox__content{background:rgba(24,24,27,.9);color:#fff;padding:0}.has-map .fancybox__content{background:#e5e3df}.fancybox__html5video,.fancybox__iframe{background:transparent;border:0;display:block;height:100%;width:100%}.fancybox-placeholder{border:0!important;clip:rect(1px,1px,1px,1px)!important;clip-path:inset(50%)!important;height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;white-space:nowrap!important;width:1px!important}.f-carousel__thumbs{--f-thumb-width:96px;--f-thumb-height:72px;--f-thumb-outline:0;--f-thumb-outline-color:#5eb0ef;--f-thumb-opacity:1;--f-thumb-hover-opacity:1;--f-thumb-selected-opacity:1;--f-thumb-border-radius:2px;--f-thumb-offset:0px;--f-button-next-pos:0;--f-button-prev-pos:0}.f-carousel__thumbs.is-classic{--f-thumb-gap:8px;--f-thumb-opacity:0.5;--f-thumb-hover-opacity:1;--f-thumb-selected-opacity:1}.f-carousel__thumbs.is-modern{--f-thumb-gap:4px;--f-thumb-extra-gap:16px;--f-thumb-clip-width:46px}.f-thumbs{flex:0 0 auto;margin:0;overflow:hidden;position:relative;-webkit-tap-highlight-color:rgba(0,0,0,0);perspective:1000px;transform:translateZ(0);-webkit-user-select:none;-moz-user-select:none;user-select:none}.f-thumbs .f-spinner{background-image:linear-gradient(#ebeff2,#e2e8f0);border-radius:2px;height:100%;left:0;position:absolute;top:0;width:100%;z-index:-1}.f-thumbs .f-spinner svg{display:none}.f-thumbs.is-vertical{height:100%}.f-thumbs__viewport{height:auto;overflow:hidden;transform:translateZ(0);width:100%}.f-thumbs__track{display:flex}.f-thumbs__slide{align-items:center;box-sizing:content-box;cursor:pointer;display:flex;flex:0 0 auto;height:var(--f-thumb-height);justify-content:center;margin:0;overflow:visible;padding:0;position:relative;width:var(--f-thumb-width)}.f-thumbs__slide.is-loading img{opacity:0}.is-classic .f-thumbs__viewport{height:100%}.is-modern .f-thumbs__track{width:-moz-max-content;width:max-content}.is-modern .f-thumbs__track:before{bottom:0;content:"";cursor:pointer;left:calc((var(--f-thumb-clip-width, 0))*-.5);position:absolute;top:0;width:calc(var(--width, 0)*1px + var(--f-thumb-clip-width, 0))}.is-modern .f-thumbs__slide{pointer-events:none;transform:translate3d(calc(var(--shift, 0) * -1px),0,0);transition:none;width:var(--f-thumb-clip-width)}.is-modern.is-resting .f-thumbs__slide{transition:transform .33s ease}.is-modern.is-resting .f-thumbs__slide__button{transition:clip-path .33s ease}.is-using-tab .is-modern .f-thumbs__slide:focus-within{filter:drop-shadow(-1px 0 0 var(--f-thumb-outline-color)) drop-shadow(2px 0 0 var(--f-thumb-outline-color)) drop-shadow(0 -1px 0 var(--f-thumb-outline-color)) drop-shadow(0 2px 0 var(--f-thumb-outline-color))}.f-thumbs__slide__button{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;border:0;border-radius:var(--f-thumb-border-radius);cursor:pointer;height:100%;margin:0 -100%;opacity:var(--f-thumb-opacity);outline:none;overflow:hidden;padding:0;pointer-events:auto;position:relative;touch-action:manipulation;transition:opacity .2s ease;width:var(--f-thumb-width)}.f-thumbs__slide__button:hover{opacity:var(--f-thumb-hover-opacity)}.f-thumbs__slide__button:focus:not(:focus-visible){outline:none}.f-thumbs__slide__button:focus-visible{opacity:var(--f-thumb-selected-opacity);outline:none}.is-modern .f-thumbs__slide__button{--clip-path:inset(0 calc(((var(--f-thumb-width, 0) - var(--f-thumb-clip-width, 0))) * (1 - var(--progress, 0)) * 0.5) round var(--f-thumb-border-radius,0));clip-path:var(--clip-path)}.is-classic .is-nav-selected .f-thumbs__slide__button{opacity:var(--f-thumb-selected-opacity)}.is-classic .is-nav-selected .f-thumbs__slide__button:after{animation:f-fadeIn .2s ease-out;border:var(--f-thumb-outline,0) solid var(--f-thumb-outline-color,transparent);content:"";height:auto;z-index:10}.f-thumbs__slide__img,.is-classic .is-nav-selected .f-thumbs__slide__button:after{border-radius:var(--f-thumb-border-radius);bottom:0;left:0;position:absolute;right:0;top:0}.f-thumbs__slide__img{box-sizing:border-box;height:100%;margin:0;-o-object-fit:cover;object-fit:cover;overflow:hidden;padding:var(--f-thumb-offset);pointer-events:none;width:100%}.f-thumbs.is-horizontal .f-thumbs__track{padding:8px 0 12px}.f-thumbs.is-horizontal .f-thumbs__slide{margin:0 var(--f-thumb-gap) 0 0}.f-thumbs.is-vertical .f-thumbs__track{flex-wrap:wrap;padding:0 8px}.f-thumbs.is-vertical .f-thumbs__slide{margin:0 0 var(--f-thumb-gap) 0}.fancybox__thumbs{--f-thumb-width:96px;--f-thumb-height:72px;--f-thumb-border-radius:2px;--f-thumb-outline:2px;--f-thumb-outline-color:#ededed;opacity:var(--fancybox-opacity,1);position:relative;transition:max-height .35s cubic-bezier(.23,1,.32,1)}.fancybox__thumbs.is-classic{--f-thumb-gap:8px;--f-thumb-opacity:0.5;--f-thumb-hover-opacity:1}.fancybox__thumbs.is-classic .f-spinner{background-image:linear-gradient(hsla(0,0%,100%,.1),hsla(0,0%,100%,.05))}.fancybox__thumbs.is-modern{--f-thumb-gap:4px;--f-thumb-extra-gap:16px;--f-thumb-clip-width:46px;--f-thumb-opacity:1;--f-thumb-hover-opacity:1}.fancybox__thumbs.is-modern .f-spinner{background-image:linear-gradient(hsla(0,0%,100%,.1),hsla(0,0%,100%,.05))}.fancybox__thumbs.is-horizontal{padding:0 var(--f-thumb-gap)}.fancybox__thumbs.is-vertical{padding:var(--f-thumb-gap) 0}.is-compact .fancybox__thumbs{--f-thumb-width:64px;--f-thumb-clip-width:32px;--f-thumb-height:48px;--f-thumb-extra-gap:10px}.fancybox__thumbs.is-masked{max-height:0!important}.is-closing .fancybox__thumbs{transition:none!important}.fancybox__toolbar{--f-progress-color:var(--fancybox-color,hsla(0,0%,100%,.94));--f-button-width:46px;--f-button-height:46px;--f-button-color:var(--fancybox-color);--f-button-hover-color:var(--fancybox-hover-color);--f-button-bg:rgba(24,24,27,.65);--f-button-hover-bg:rgba(70,70,73,.65);--f-button-active-bg:rgba(90,90,93,.65);--f-button-border-radius:0;--f-button-svg-width:24px;--f-button-svg-height:24px;--f-button-svg-stroke-width:1.5;--f-button-svg-filter:drop-shadow(1px 1px 1px rgba(24,24,27,.15));--f-button-svg-fill:none;--f-button-svg-disabled-opacity:0.65;color:var(--fancybox-color,currentColor);display:flex;flex-direction:row;font-family:-apple-system,BlinkMacSystemFont,Segoe UI Adjusted,Segoe UI,Liberation Sans,sans-serif;justify-content:space-between;margin:0;opacity:var(--fancybox-opacity,1);padding:0;pointer-events:none;text-shadow:var(--fancybox-toolbar-text-shadow,1px 1px 1px rgba(0,0,0,.5));z-index:20}.fancybox__toolbar :focus-visible{z-index:1}.fancybox__toolbar.is-absolute,.is-compact .fancybox__toolbar{left:0;position:absolute;right:0;top:0}.is-idle .fancybox__toolbar{animation:f-fadeOut .15s ease-out both;pointer-events:none}.fancybox__toolbar__column{align-content:flex-start;display:flex;flex-direction:row;flex-wrap:wrap}.fancybox__toolbar__column.is-left,.fancybox__toolbar__column.is-right{flex-basis:0;flex-grow:1}.fancybox__toolbar__column.is-right{display:flex;flex-wrap:nowrap;justify-content:flex-end}.fancybox__infobar{font-size:17px;font-variant-numeric:tabular-nums;line-height:var(--f-button-height);padding:0 5px;text-align:center;-webkit-font-smoothing:subpixel-antialiased;cursor:default;-webkit-user-select:none;-moz-user-select:none;user-select:none}.fancybox__infobar span{padding:0 5px}.fancybox__infobar:not(:first-child):not(:last-child){background:var(--f-button-bg)}[data-fancybox-toggle-slideshow]{position:relative}[data-fancybox-toggle-slideshow] .f-progress{height:100%;opacity:.3}[data-fancybox-toggle-slideshow] svg g:first-child{display:flex}.has-slideshow [data-fancybox-toggle-slideshow] svg g:first-child,[data-fancybox-toggle-slideshow] svg g:last-child{display:none}.has-slideshow [data-fancybox-toggle-slideshow] svg g:last-child,[data-fancybox-toggle-fullscreen] svg g:first-child{display:flex}[data-fancybox-toggle-fullscreen] svg g:last-child{display:none}:fullscreen [data-fancybox-toggle-fullscreen] svg g:first-child{display:none}:fullscreen [data-fancybox-toggle-fullscreen] svg g:last-child{display:flex}.f-progress{background:var(--f-progress-color,var(--f-carousel-theme-color,#0091ff));height:3px;left:0;pointer-events:none;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;-webkit-user-select:none;-moz-user-select:none;user-select:none;z-index:30}@media (hover:hover){.f-button:hover:not([disabled]){background-color:var(--f-button-hover-bg);color:var(--f-button-hover-color)}}
/* End */


/* Start:/local/templates/neogen/css/common.css?176638967834048*/
/*==================COMMON==================*/
:root {
  --black: #000008;
  --white: #fff;
  --gray: #b9b9b9;
  --transition: 0.3s;
  --blue: #5695ff;
  --blue-semidark: #026ef9;
  --blue-dark: #081031;
  --blue-semilight: #1e274e;
}

@font-face {
  font-family: "Grandis Extended";
  src: url("/local/templates/neogen/css/../font/GrandisExtended/GrandisExtended-LightItalic.eot");
  src: local("Grandis Extended Light Italic"),
    local("GrandisExtended-LightItalic"),
    url("/local/templates/neogen/css/../font/GrandisExtended/GrandisExtended-LightItalic.eot?#iefix") format("embedded-opentype"),
    url("/local/templates/neogen/css/../font/GrandisExtended/GrandisExtended-LightItalic.woff2") format("woff2"),
    url("/local/templates/neogen/css/../font/GrandisExtended/GrandisExtended-LightItalic.woff") format("woff"),
    url("/local/templates/neogen/css/../font/GrandisExtended/GrandisExtended-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: "Grandis Extended";
  src: url("/local/templates/neogen/css/../font/GrandisExtended/GrandisExtended-Thin.eot");
  src: local("Grandis Extended Thin"), local("GrandisExtended-Thin"),
    url("/local/templates/neogen/css/../font/GrandisExtended/GrandisExtended-Thin.eot?#iefix") format("embedded-opentype"),
    url("/local/templates/neogen/css/../font/GrandisExtended/GrandisExtended-Thin.woff2") format("woff2"),
    url("/local/templates/neogen/css/../font/GrandisExtended/GrandisExtended-Thin.woff") format("woff"),
    url("/local/templates/neogen/css/../font/GrandisExtended/GrandisExtended-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: "Grandis Extended";
  src: url("/local/templates/neogen/css/../font/GrandisExtended/GrandisExtended-Black.eot");
  src: local("Grandis Extended Black"), local("GrandisExtended-Black"),
    url("/local/templates/neogen/css/../font/GrandisExtended/GrandisExtended-Black.eot?#iefix") format("embedded-opentype"),
    url("/local/templates/neogen/css/../font/GrandisExtended/GrandisExtended-Black.woff2") format("woff2"),
    url("/local/templates/neogen/css/../font/GrandisExtended/GrandisExtended-Black.woff") format("woff"),
    url("/local/templates/neogen/css/../font/GrandisExtended/GrandisExtended-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: "Grandis Extended";
  src: url("/local/templates/neogen/css/../font/GrandisExtended/GrandisExtended-Light.eot");
  src: local("Grandis Extended Light"), local("GrandisExtended-Light"),
    url("/local/templates/neogen/css/../font/GrandisExtended/GrandisExtended-Light.eot?#iefix") format("embedded-opentype"),
    url("/local/templates/neogen/css/../font/GrandisExtended/GrandisExtended-Light.woff2") format("woff2"),
    url("/local/templates/neogen/css/../font/GrandisExtended/GrandisExtended-Light.woff") format("woff"),
    url("/local/templates/neogen/css/../font/GrandisExtended/GrandisExtended-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Grandis Extended";
  src: url("/local/templates/neogen/css/../font/GrandisExtended/GrandisExtended-Medium.eot");
  src: local("Grandis Extended Medium"), local("GrandisExtended-Medium"),
    url("/local/templates/neogen/css/../font/GrandisExtended/GrandisExtended-Medium.eot?#iefix") format("embedded-opentype"),
    url("/local/templates/neogen/css/../font/GrandisExtended/GrandisExtended-Medium.woff2") format("woff2"),
    url("/local/templates/neogen/css/../font/GrandisExtended/GrandisExtended-Medium.woff") format("woff"),
    url("/local/templates/neogen/css/../font/GrandisExtended/GrandisExtended-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Grandis Extended";
  src: url("/local/templates/neogen/css/../font/GrandisExtended/GrandisExtended-MediumItalic.eot");
  src: local("Grandis Extended Medium Italic"),
    local("GrandisExtended-MediumItalic"),
    url("/local/templates/neogen/css/../font/GrandisExtended/GrandisExtended-MediumItalic.eot?#iefix") format("embedded-opentype"),
    url("/local/templates/neogen/css/../font/GrandisExtended/GrandisExtended-MediumItalic.woff2") format("woff2"),
    url("/local/templates/neogen/css/../font/GrandisExtended/GrandisExtended-MediumItalic.woff") format("woff"),
    url("/local/templates/neogen/css/../font/GrandisExtended/GrandisExtended-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: "Grandis Extended";
  src: url("/local/templates/neogen/css/../font/GrandisExtended/GrandisExtended-Regular.eot");
  src: local("Grandis Extended Regular"), local("GrandisExtended-Regular"),
    url("/local/templates/neogen/css/../font/GrandisExtended/GrandisExtended-Regular.eot?#iefix") format("embedded-opentype"),
    url("/local/templates/neogen/css/../font/GrandisExtended/GrandisExtended-Regular.woff2") format("woff2"),
    url("/local/templates/neogen/css/../font/GrandisExtended/GrandisExtended-Regular.woff") format("woff"),
    url("/local/templates/neogen/css/../font/GrandisExtended/GrandisExtended-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Grandis Extended";
  src: url("/local/templates/neogen/css/../font/GrandisExtended/GrandisExtended-BoldItalic.eot");
  src: local("Grandis Extended Bold Italic"),
    local("GrandisExtended-BoldItalic"),
    url("/local/templates/neogen/css/../font/GrandisExtended/GrandisExtended-BoldItalic.eot?#iefix") format("embedded-opentype"),
    url("/local/templates/neogen/css/../font/GrandisExtended/GrandisExtended-BoldItalic.woff2") format("woff2"),
    url("/local/templates/neogen/css/../font/GrandisExtended/GrandisExtended-BoldItalic.woff") format("woff"),
    url("/local/templates/neogen/css/../font/GrandisExtended/GrandisExtended-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: "Grandis Extended";
  src: url("/local/templates/neogen/css/../font/GrandisExtended/GrandisExtended-RegularItalic.eot");
  src: local("Grandis Extended Regular Italic"),
    local("GrandisExtended-RegularItalic"),
    url("/local/templates/neogen/css/../font/GrandisExtended/GrandisExtended-RegularItalic.eot?#iefix") format("embedded-opentype"),
    url("/local/templates/neogen/css/../font/GrandisExtended/GrandisExtended-RegularItalic.woff2") format("woff2"),
    url("/local/templates/neogen/css/../font/GrandisExtended/GrandisExtended-RegularItalic.woff") format("woff"),
    url("/local/templates/neogen/css/../font/GrandisExtended/GrandisExtended-RegularItalic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: "Grandis Extended";
  src: url("/local/templates/neogen/css/../font/GrandisExtended/GrandisExtended-ThinItalic.eot");
  src: local("Grandis Extended Thin Italic"),
    local("GrandisExtended-ThinItalic"),
    url("/local/templates/neogen/css/../font/GrandisExtended/GrandisExtended-ThinItalic.eot?#iefix") format("embedded-opentype"),
    url("/local/templates/neogen/css/../font/GrandisExtended/GrandisExtended-ThinItalic.woff2") format("woff2"),
    url("/local/templates/neogen/css/../font/GrandisExtended/GrandisExtended-ThinItalic.woff") format("woff"),
    url("/local/templates/neogen/css/../font/GrandisExtended/GrandisExtended-ThinItalic.ttf") format("truetype");
  font-weight: 100;
  font-style: italic;
}

@font-face {
  font-family: "Grandis Extended";
  src: url("/local/templates/neogen/css/../font/GrandisExtended/GrandisExtended-Bold.eot");
  src: local("Grandis Extended Bold"), local("GrandisExtended-Bold"),
    url("/local/templates/neogen/css/../font/GrandisExtended/GrandisExtended-Bold.eot?#iefix") format("embedded-opentype"),
    url("/local/templates/neogen/css/../font/GrandisExtended/GrandisExtended-Bold.woff2") format("woff2"),
    url("/local/templates/neogen/css/../font/GrandisExtended/GrandisExtended-Bold.woff") format("woff"),
    url("/local/templates/neogen/css/../font/GrandisExtended/GrandisExtended-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "Grandis Extended";
  src: url("/local/templates/neogen/css/../font/GrandisExtended/GrandisExtended-BlackItalic.eot");
  src: local("Grandis Extended Black Italic"),
    local("GrandisExtended-BlackItalic"),
    url("/local/templates/neogen/css/../font/GrandisExtended/GrandisExtended-BlackItalic.eot?#iefix") format("embedded-opentype"),
    url("/local/templates/neogen/css/../font/GrandisExtended/GrandisExtended-BlackItalic.woff2") format("woff2"),
    url("/local/templates/neogen/css/../font/GrandisExtended/GrandisExtended-BlackItalic.woff") format("woff"),
    url("/local/templates/neogen/css/../font/GrandisExtended/GrandisExtended-BlackItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
}

@font-face {
  font-family: "Noto Sans";
  src: url("/local/templates/neogen/css/../font/NotoSans/NotoSans-Bold.eot");
  src: local("Noto Sans Bold"), local("NotoSans-Bold"),
    url("/local/templates/neogen/css/../font/NotoSans/NotoSans-Bold.eot?#iefix") format("embedded-opentype"),
    url("/local/templates/neogen/css/../font/NotoSans/NotoSans-Bold.woff") format("woff"),
    url("/local/templates/neogen/css/../font/NotoSans/NotoSans-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "Noto Sans";
  src: url("/local/templates/neogen/css/../font/NotoSans/NotoSans-BoldItalic.eot");
  src: local("Noto Sans Bold Italic"), local("NotoSans-BoldItalic"),
    url("/local/templates/neogen/css/../font/NotoSans/NotoSans-BoldItalic.eot?#iefix") format("embedded-opentype"),
    url("/local/templates/neogen/css/../font/NotoSans/NotoSans-BoldItalic.woff") format("woff"),
    url("/local/templates/neogen/css/../font/NotoSans/NotoSans-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: "Noto Sans";
  src: url("/local/templates/neogen/css/../font/NotoSans/NotoSans-Italic.eot");
  src: local("Noto Sans Italic"), local("NotoSans-Italic"),
    url("/local/templates/neogen/css/../font/NotoSans/NotoSans-Italic.eot?#iefix") format("embedded-opentype"),
    url("/local/templates/neogen/css/../font/NotoSans/NotoSans-Italic.woff") format("woff"),
    url("/local/templates/neogen/css/../font/NotoSans/NotoSans-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: "Noto Sans";
  src: url("/local/templates/neogen/css/../font/NotoSans/NotoSans.eot");
  src: local("Noto Sans"), local("NotoSans"),
    url("/local/templates/neogen/css/../font/NotoSans/NotoSans.eot?#iefix") format("embedded-opentype"),
    url("/local/templates/neogen/css/../font/NotoSans/NotoSans.woff") format("woff"),
    url("/local/templates/neogen/css/../font/NotoSans/NotoSans.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

* {
  box-sizing: border-box;
  scrollbar-width: thin;
  outline: none !important;
  scrollbar-color: var(--white) var(--black);
}

::-webkit-scrollbar {
  width: 6rem;
}

::-webkit-scrollbar-track {
  background: transparent;
}

::-webkit-scrollbar-thumb {
  background-color: var(--black);
  border-radius: 4rem;
}

input::placeholder {
  color: var(--black);
  opacity: 1;
}

input::-moz-placeholder {
  color: var(--black);
  opacity: 1;
}

input:-moz-placeholder {
  color: var(--black);
  opacity: 1;
}

input:-ms-input-placeholder {
  color: var(--black);
}

input::-ms-input-placeholder {
  color: var(--black);
}

/* Chrome, Safari, Edge */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}


img {
  max-width: 100%;
}

.is-hidden {
  display: none;
}

.wrapper {
  font-family: "Noto Sans", sans-serif;
  font-size: 18rem;
  font-weight: 400;
  line-height: 1.5;
  background: var(--black);
  color: var(--white);
}

.wrapper img {
  max-width: 100%;
}

.wrapper a {
  text-decoration: none;
  color: var(--white);
}

.wrapper button {
  border: 0;

  cursor: pointer;
  padding: 0;
  text-align: left;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.wrapper ul,
.wrapper ol {
  padding: 0;
  margin: 0;
}

.wrapper li {
  list-style: none;
  margin: 0;
}

/* CSS */
.wrapper ol {
  counter-reset: item;
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.wrapper ol li {
  counter-increment: item;
  margin-bottom: 30rem;
  padding-left: 40rem;
  position: relative;
  font-size: 16rem;
}

.wrapper ol li:last-child {
  margin-bottom: 0;
}

.wrapper ol li::before {
  content: counter(item, decimal-leading-zero);
  position: absolute;
  font-variant-numeric: tabular-nums;
  font-weight: 500;
  font-family: "Grandis Extended", sans-serif;
  left: 0;
  top: 0rem;
  color: var(--blue);
}

html {
  font-size: 0.045vw;
  overscroll-behavior: none;
  scroll-behavior: smooth;
}

html.is-menu-active {
  overflow: hidden;
}

@media (max-width: 1536px) {
  html {
    font-size: 0.06vw;
  }
}

@media (max-width: 767px) {
  html {
    font-size: 1px;
  }
}

html,
body {
  min-width: 360px;
}

@media (max-width: 767px) {
  main {
    font-size: 16rem;
  }
}

.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1920rem;
  padding-left: 80rem;
  padding-right: 80rem;
  width: 100%;
}

@media (max-width: 1536px) {
  .container {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .container {
    padding-left: 16rem;
    padding-right: 16rem;
  }
}

.page-content {
  padding-bottom: 20rem;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4 {
  margin: 0;
  font-family: "Grandis Extended", sans-serif;
  font-weight: 500;
  line-height: 1.3;
}

h1,
.h1 {
  font-size: 48rem;
  margin-bottom: 16rem;
}

h2,
.h2 {
  font-size: 48rem;
}

h3,
.h3 {
  font-size: 20rem;
  text-transform: uppercase;
  margin-bottom: 24rem;
}

h4,
.h4 {
  font-size: 14rem;
  text-transform: uppercase;
}

h5,
.h5 {
  font-size: 24rem;
}

.main h1,
.main .h1,
.main h2,
.main .h2,
.main h3,
.main .h3,
.main h4,
.main .h4 {
  color: var(--white);
}

.h1 span {
  color: var(--blue);
}

@media (max-width: 767px) {

  h1,
  .h1 {
    font-size: 20rem;
    text-transform: uppercase;
  }

  h2,
  .h2 {
    font-size: 20rem;
    text-transform: uppercase;
  }

  h3,
  .h3 {
    font-size: 14rem;
  }

  h4,
  .h4 {
    font-size: 12rem;
  }
}



.fancybox__html5video,
.fancybox__iframe {
  height: initial;
  aspect-ratio: 16 / 9;
}

.fancybox__content:before {
  content: "";
  display: block;
  background-color: #beccdf;
  width: 88rem;
  height: 4rem;
  position: absolute;
  left: 50%;
  top: 8rem;
  border-radius: 8rem;
  transform: translate(-50%, -50%);
}



.has-youtube .fancybox__content {
  height: initial;
}

.fancybox__content {
  padding: 40rem 24rem 24rem !important;
  background-color: #182045 !important;
  border-radius: 8rem;
  font-size: 16rem;
  color: var(--white);
  font-family: "Grandis Extended", sans-serif;
}

.fancybox__content>.f-button.is-close-btn {
  top: 2rem;
  background-color: transparent;
}

.fancybox__content>.f-button.is-close-btn {
  --f-button-width: 34rem;
  --f-button-height: 34rem;
}




@media (max-width: 767px) {
  .fancybox__slide:after {
    display: none;
  }
}

.video {
  background-color: var(--blue-dark);
  background-image: url(/local/templates/neogen/images/img14.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-radius: 10rem;
  position: relative;
}

.video::before {
  content: "";
  display: block;
  padding-top: 56.25%;
  width: 100%;
}

.video-btn {
  padding: 16rem 16rem 16rem 50rem;
  background-color: rgba(255, 255, 255, 0.24);
  border: 1px solid var(--white);
  font-size: 16rem;
  display: block;
  border-radius: 8rem;
  backdrop-filter: blur(10rem);
  transition: background-color 0.3s ease, color 0.3s ease;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.video-btn::before,
.video-btn::after {
  content: "";
  position: absolute;
  left: 16rem;
  top: 50%;
  transform: translateY(-50%);
  width: 24rem;
  height: 24rem;
  background-image: url(/local/templates/neogen/images/play.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.3s ease;
}

.video-btn::after {
  background-image: url(/local/templates/neogen/images/play-blue.svg);
  opacity: 0;
}

@media (any-hover: hover) and (min-width: 767px),
(hover: hover) and (pointer: fine) and (min-width: 767px) {
  .video-btn:hover {
    background-color: rgba(255, 255, 255, 1);
    color: var(--blue);
  }

  .video-btn:hover::after {
    opacity: 1;
  }

  .video-btn:hover::before {
    opacity: 0;
  }
}

@media (max-width: 767px) {
  .video-btn {
    font-size: 0;
    width: 48rem;
    height: 48rem;
    padding: 0;
  }

  .video-btn::before,
  .video-btn::after {
    width: 17rem;
    height: 17rem;
  }
}

.text {
  font-size: 16rem;
  color: var(--gray);
  margin-bottom: 24rem;
}

@media (max-width: 767px) {
  .text {
    font-size: 14rem;
  }
}

.text16 {
  font-size: 16rem;
}

.alert {
  font-size: 16rem;
  color: #B9B9B9;
  padding-left: 28rem;
  position: relative;
  margin-bottom: 16rem;
  transition: color 0.3s ease;
}

.alert:before,
.alert:after {
  content: "";
  position: absolute;
  left: 0;
  top: 2rem;
  width: 20rem;
  height: 20rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.3s ease;
}

.alert:before {
  background-image: url("/local/templates/neogen/images/alert.svg");
}

.alert:after {
  opacity: 0;
  background-image: url("/local/templates/neogen/images/alert-blue.svg");
}



.alert__popup {
  padding: 12rem 24rem;
  color: #fff;
  background-color: #182045;
  border-radius: 8rem;
  max-width: 580rem;
  position: absolute;
  bottom: calc(100% + 10rem);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.alert a {
  text-decoration: underline;
  color: #B9B9B9;
}

@media (max-width: 767px) {
  .alert {
    font-size: 14rem;
  }

  .alert__text {
    cursor: pointer;
  }
}

@media (any-hover: hover) and (min-width: 767px),
(hover: hover) and (pointer: fine) and (min-width: 767px) {

  .alert:hover,
  .alert:hover a {
    color: #77A9FF;
  }

  .alert:hover:after {
    opacity: 1;
  }

  .alert:hover:before {
    opacity: 0;
  }

  .alert:hover .alert__popup {
    opacity: 1;
  }

  .alert a:hover {
    text-decoration: none;
    opacity: 1;
    color: #77A9FF;
  }
}

/*===============================================*/

.btn,
a.btn,
button.btn {
  font-size: 16rem;
  text-align: center;
  background-color: var(--white);
  color: var(--black);
  border-radius: 8rem;
  padding: 17rem;
  border: 2rem solid var(--white);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease, color 0.3s ease,
    border-color 0.3s ease;
}

.btn span,
a.btn span,
button.btn span {
  padding: 0 8rem;
  position: relative;
}

a.btn.btn--download span {
  padding-right: 34rem;
}

a.btn.btn--download span::before,
a.btn.btn--download span::after {
  content: "";
  right: 0;
  position: absolute;
  width: 24rem;
  height: 24rem;
  background-image: url(/local/templates/neogen/images/download.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 80%;
  transition: opacity 0.3s ease;
  top: calc(50% - 12rem);
}

a.btn.btn--download span::after {
  opacity: 0;
  background-image: url(/local/templates/neogen/images/download-white.svg);
}

.btn--2,
a.btn--2,
button.btn--2 {
  background-color: transparent;
  color: var(--white);
}

.btn--3,
a.btn--3,
button.btn--3 {
  background-color: var(--blue);
  border-color: var(--blue);
}

.btn--4,
a.btn--4,
button.btn--4 {
  background-color: var(--blue-semilight);
  border-color: var(--blue-semilight);
  color: var(--white);
}

.btn--more,
a.btn--more span,
button.btn--more span {
  position: relative;
  padding-right: 24rem;
}

.btn--more span::before,
a.btn--more span::before,
button.btn--more span::before {
  content: "";
  right: 0;
  position: absolute;
  width: 16rem;
  height: 100%;
  background-image: url(/local/templates/neogen/images/down.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 80%;
  transition: opacity 0.3s ease;
}

@media (any-hover: hover) and (min-width: 767px),
(hover: hover) and (pointer: fine) and (min-width: 767px) {

  .btn:hover,
  a.btn:hover,
  button.btn:hover {
    background-color: var(--blue-semidark);
    border-color: var(--blue-semidark);
    color: var(--white);
  }

  a.btn.btn--download:hover span::after {
    opacity: 1;
  }

  a.btn.btn--download:hover span::before {
    opacity: 0;
  }
}

@media (max-width: 767px) {

  .btn,
  a.btn,
  button.btn {
    padding: 13rem;
    font-size: 14rem;
  }
}

.more-link {
  font-size: 16rem;
  display: inline-block;
}

.more-link a {
  position: relative;
  padding-right: 34rem;
  transition: color 0.3s ease;
}

.more-link a::before,
.more-link a::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 24rem;
  height: 24rem;
  transition: opacity 0.3s ease;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 7rem;
}

.more-link a::before {
  background-image: url(/local/templates/neogen/images/arrow-right.svg);
}

.more-link a::after {
  opacity: 0;
  background-image: url(/local/templates/neogen/images/arrow-right-blue.svg);
}

@media (any-hover: hover) and (min-width: 767px),
(hover: hover) and (pointer: fine) and (min-width: 767px) {
  .more-link:hover a {
    color: var(--blue);
  }

  .more-link:hover a::after {
    opacity: 1;
  }

  .more-link:hover a::before {
    opacity: 0;
  }
}

@media (max-width: 767px) {
  .more-link {
    font-size: 14rem;
  }
}

.splide__pagination__page {
  width: 100%;
  height: 4rem;
  background: var(--white);
  border-radius: 10rem;
  opacity: 1;
  margin: 0;
  transition: background-color 0.3s;
}

.splide__pagination__page:hover {
  background-color: #77a9ff;
}

.splide__controls {
  width: 100%;
  max-width: 800rem;
  margin: 17rem auto 24rem auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 56rem;
  position: relative;
  height: 40rem;
}

.splide__pagination {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: static;
  gap: 10rem;
}

.splide__pagination li {
  padding: 0;
  margin: 0;
  height: 4rem;
  line-height: 0;
  display: inline-flex;
  align-items: center;
  flex: 1 1 0;
}

.splide__pagination__page.is-active {
  transform: none;
  opacity: 1;
  background: var(--blue);
}

.splide__arrow {
  border-radius: 8rem;
  padding: 8rem;
  width: 40rem;
  height: 40rem;
  background-color: #132040;
}

.splide__arrow--next {
  right: 0;
}

.splide__arrow--prev {
  left: 0;
}

.splide__arrow svg {
  fill: white;
  width: 80%;
  height: 80%;
  transform: none;
}

.splide__arrow:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

.splide:not(.is-overflow) .splide__pagination {
  display: flex;
}

/*===============================================*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background: linear-gradient(129.87deg,
      #032c6a 0%,
      #04071b 98.4%,
      #000000 100%);
}

.header__wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 20rem 0;
}

.header__logo {
  width: 140rem;
}

.header__logo img {
  width: 100%;
  height: auto;
  display: block;
}

.header-nav-link,
.header-nav-link-text {
  font-size: 15rem;
  font-weight: 400;
  margin: 0;
  text-transform: uppercase;
  cursor: pointer;
}

.header-nav-link.is-active,
.header-nav-sublink.is-active {
  color: var(--blue);
}

.header .btn {
  padding: 12rem 23rem;
}

.header-nav__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 auto !important;
}

.header__burger {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: calc(100% - 140rem);
}

.header__burger .header__logo {
  display: none;
  margin-bottom: 20rem;
}

.header-nav__item {
  align-items: flex-start;
  display: inline-flex;
  line-height: 1;
  margin: -1.5rem;
}

.header-nav__item:not(:last-child) {
  margin-right: -3rem;
}

.header-nav-item {
  position: relative;
}

.header-nav-item__sublist {
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  transition: opacity var(--transition), visibility var(--transition);
  visibility: hidden;
  width: 270rem;
  z-index: 2;
}

.header-nav-top {
  align-items: center;
  display: inline-flex;
  transition: background var(--transition), border-radius var(--transition);
}

.header-nav-top__link:not(:last-child) {
  margin-right: -10rem;
}

.header-nav-top__arrow {
  pointer-events: none;
}

.header-nav-sublink {
  display: block;
  padding: 6rem 20rem;
  transition: opacity var(--transition), color var(--transition);
}

.header-nav-sublist {
  background: linear-gradient(135deg, #2b4876 0%, #021d49 100%);
  border-radius: 10rem;
  padding: 4rem 0 !important;
  box-shadow: 1px 20rem 10rem rgba(0, 0, 0, 0.08);
}

.header-nav-sublist__item {
  line-height: 1;
}

.header-nav-link {
  display: inline-block;
  padding: 15rem 10rem;
  font-family: "Grandis Extended", sans-serif;
  transition: background var(--transition), opacity var(--transition),
    color var(--transition);
}

.header-nav-arrow {
  display: block;
  height: 18rem;
  position: relative;
  width: 28rem;
  background-color: transparent;
}

.header-nav-arrow:after {
  background-image: url(/local/templates/neogen/images/down.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 80%;
  content: "";
  height: 15rem;
  transform-origin: 7rem 9rem;
  position: absolute;
  transition: transform var(--transition), background-image var(--transition);
  width: 13rem;
  left: calc(50% - 6.5rem);
  top: calc(50% - 9.5rem);
}

.is-active .header-nav-arrow:after {
  transform: rotate(180deg);
}

.header-burger {
  background-image: url(/local/templates/neogen/images/burger.svg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: transparent !important;
  display: none;
  height: 24rem;
  transition: opacity var(--transition), background-image var(--transition);
  width: 26rem;
  margin-left: auto;
}

.header-close {
  background-image: url(/local/templates/neogen/images/close.svg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: transparent !important;
  display: none;
  height: 18rem;
  transition: opacity var(--transition), background-image var(--transition);
  width: 18rem;
  position: absolute;
  right: 24rem;
  top: 26rem;
}

.header .phone {
  padding-left: 40rem;
  position: relative;
  margin-left: 40rem;
}

.header .phone::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 24rem;
  height: 24rem;
  background-image: url(/local/templates/neogen/images/phone.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

@media (any-hover: hover) and (min-width: 767px),
(hover: hover) and (pointer: fine) and (min-width: 767px) {

  .header-nav-link:hover,
  .header-nav-sublink:hover {
    color: var(--blue);
  }

  .header-nav-item:hover .header-nav-item__sublist {
    opacity: 1;
    pointer-events: all;
    visibility: visible;
  }

  .header-nav-item:hover .header-nav-arrow:after {
    transform: rotate(180deg);
  }
}

@media (max-width: 767px) {
  .header {
    background: linear-gradient(129.87deg,
        rgba(235, 235, 235, 0.084) 0%,
        rgba(255, 255, 255, 0.166448) 0%,
        rgba(2, 110, 249, 0.24) 38.9%,
        rgba(0, 0, 0, 0.24) 99.42%);
    backdrop-filter: blur(40rem);
  }

  .header .container {
    padding: 0 20rem;
  }

  .header__logo {
    width: 104rem;
  }

  .header__burger:before {
    content: "";
    display: block;
    background-color: #beccdf;
    width: 88rem;
    height: 4rem;
    position: absolute;
    left: 50%;
    top: 8rem;
    border-radius: 8rem;
    transform: translate(-50%, -50%);
  }

  .header__burger .header__logo {
    display: block;
  }

  .header__wrap {
    padding: 12rem 0;
  }

  .header-burger,
  .header-close {
    display: block;
  }

  html.is-menu-active .header__burger {
    transform: translateY(0);
  }

  .header__burger {
    display: flex;
    height: 100dvh;
    left: 0;
    position: fixed;
    top: 0;
    overflow: auto;
    transform: translateY(-100%);
    transition: transform var(--transition);
    width: 100vw;
    z-index: 2;
    flex-direction: column;
    flex-wrap: nowrap;
    background-color: #293257;
    padding: 16rem;
    align-items: initial;
    border-radius: 16rem 16rem 0 0;
  }

  .header-nav-top__arrow {
    pointer-events: all;
  }

  .header-nav__item {
    margin: 0 0 24rem 0 !important;
    width: 100%;
  }

  .header-nav-item {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 0;
  }

  .header-nav-top__link:not(:last-child) {
    margin-right: 0;
  }

  .header-nav-sublist {
    background: transparent;
    padding: 11rem 0 !important;
  }

  .header-nav-sublink {
    padding: 4rem 0 !important;
    font-size: 15rem;
    color: var(--gray) !important;
  }

  .header-nav-item__sublist {
    max-height: 0;
    opacity: 1;
    overflow: hidden;
    pointer-events: all;
    position: static;
    transition: max-height var(--transition);
    visibility: visible;
    width: 100%;
  }

  .header-nav-link {
    padding: 0;
  }

  .header-nav__list {
    order: 1;
  }

  .header .btn {
    width: 100%;
    order: 3;
    font-size: 14rem;
  }

  .header .phone {
    order: 1;
    font-size: 14rem;
    margin: auto auto 12rem auto;
  }

  .header-nav-arrow:after {
    height: 15rem;
    width: 13rem;
    left: calc(50% - 6.5rem);
    top: calc(50% - 6.5rem);
    transform-origin: 7rem 8rem;
  }
}

/* ===============================================*/
.tabs {
  overflow: auto;
  margin-bottom: 40rem;
  scrollbar-width: none;
  -ms-overflow-style: none;
  max-width: 100%;
}

.tabs__wrap {
  display: flex;
}

.tabs::-webkit-scrollbar {
  display: none;
}

.tabs__item {
  cursor: pointer;
  font-size: 14rem;
  font-family: "Grandis Extended", sans-serif;
  text-transform: uppercase;
  margin-right: 12rem;
  color: var(--blue);
  padding: 15rem 24rem;
  border: 1px solid var(--blue);
  border-radius: 48rem;
  white-space: nowrap;
}

.tabs__item:last-child {
  margin-right: 0;
}

.tabs__item.is-active {
  color: var(--white);
  background-color: var(--blue-semidark);
  border-color: var(--blue-semidark);
}

.tabs-content {
  display: none;
}

.tabs-content.is-active {
  display: block;
}

/*------------------FORM SLIDER------------------*/

.form-slider {
  margin-bottom: 40rem;
}

.form-slider__slide {
  display: flex;
}

.form-slider__item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 20rem;
  border-radius: 8rem;
  background: #000;
  position: relative;
}

.form-slider-item__info {
  width: calc(100% - 200rem);
  padding: 16rem;
}

.form-slider-item__img {
  width: 200rem;
}

.form-slider-item__title {
  font-family: "Grandis Extended", sans-serif;
  text-transform: uppercase;
  font-size: 20rem;
  color: #ffffff;
  margin-bottom: 10rem;
}

.form-slider-item__text {
  font-size: 14rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.88);
}

.form-slider-item__img img {
  display: block;
  object-fit: contain;
}

@media (min-width: 768px) {
  .form-slider__list {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, auto);
    gap: 16px;
  }

  .form-slider__slide:nth-child(1) {
    grid-column: 1;
    grid-row: 1;
  }

  .form-slider__slide:nth-child(2) {
    grid-column: 1;
    grid-row: span 2;

  }

  .form-slider__slide:nth-child(2) .form-slider__item {
    flex-wrap: wrap;
  }

  .form-slider__slide:nth-child(2) .form-slider-item__info {
    width: 100%;
  }

  .form-slider__slide:nth-child(2) .form-slider-item__img {
    width: 280rem;
    margin-left: auto;
  }

  .form-slider__slide:nth-child(3) {
    grid-column: 2;
    grid-row: 1;
  }

  .form-slider__slide:nth-child(4) {
    grid-column: 2;
    grid-row: 2;
  }

  .form-slider__slide:nth-child(5) {
    grid-column: 2;
    grid-row: 3;
  }

}

@media (max-width: 767px) {
  .form-slider-item__info {
    width: 100%;
  }

  .form-slider-item__img {
    width: 100%;
  }

  .form-slider__item {
    flex-direction: column;
    gap: 0
  }

  .form-slider-item__img img {
    max-height: 211px;
    margin: 0 auto;
  }

  .form-slider-item__info {

    text-align: center;
  }

  .form-slider__slide {
    width: 85vw;
  }

}

/* ===============================================*/

.footer__top {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 39rem;
  border-bottom: 1px solid #beccdf;
}

.footer__menu {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% - 440rem);
  justify-content: space-between;
  border-radius: 8rem;
  padding: 44rem 81rem 55rem 44rem;
  background: linear-gradient(107.11deg,
      rgba(235, 235, 235, 0.084) 0%,
      rgba(255, 255, 255, 0.166448) 0%,
      rgba(2, 110, 249, 0.24) 38.9%,
      rgba(0, 0, 0, 0.24) 99.42%),
    linear-gradient(0deg, rgba(0, 0, 0, 0.56), rgba(0, 0, 0, 0.56));
}

.footer__col {
  font-size: 16rem;
}

.footer__link,
a.footer__link {
  display: block;
  font-size: 15rem;
  padding-bottom: 4rem;
  color: var(--gray);
  transition: color 0.3s ease;
}

.footer__link a {
  color: var(--gray);
  transition: color 0.3s ease;
}

.footer__title,
a.footer__title {
  font-size: 16rem;
  font-family: "Grandis Extended", sans-serif;
  text-transform: uppercase;
  margin-bottom: 16rem;
  color: var(--white);
  display: block;
  transition: color 0.3s ease;
}

.footer__bottom {
  display: flex;
  flex-wrap: wrap;
  padding: 32rem 0 52rem 0;
}

.footer__copy {
  color: var(--gray);
  font-size: 12rem;
}

.footer__polit a {
  color: var(--gray);
  font-size: 12rem;
  display: block;
  text-align: right;
  margin-bottom: 6px;
}

.footer__polit a:last-child {
  margin-bottom: 0;
}


.footer__form {
  width: 440rem;
  padding-left: 24rem;
}

.footer__form .btn {
  padding: 13rem 0;
}

.footer__info {
  margin-left: auto;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 440rem;

  padding-left: 24rem;
}

.footer__soc {
  display: flex;
  align-items: center;
}

.footer__soc a {
  margin-right: 12rem;
  transition: opacity 0.3s ease;
  width: 28rem;
}

.footer__soc a:last-child {
  margin-right: 0;
}

@media (any-hover: hover) and (min-width: 767px),
(hover: hover) and (pointer: fine) and (min-width: 767px) {
  .footer__soc a:hover {
    opacity: 0.7;
  }

  a.footer__title:hover,
  a.footer__link:hover {
    color: var(--blue-semidark);
  }
}

@media (max-width: 767px) {
  .footer__menu {
    width: 100%;
    padding: 16rem;
  }

  .footer__col {
    width: 100%;
    margin-bottom: 24rem;
  }

  .footer__col:last-child {
    margin-bottom: 0;
  }

  .footer__form {
    order: 1;
    padding-left: 0;
    margin-bottom: 24rem;
    width: 100%;
  }

  .footer__menu {
    order: 2;
  }

  .footer__top {
    padding-bottom: 24rem;
  }

  .footer__copy,
  .footer__info {
    width: 100%;
  }

  .footer__soc {
    order: 1;
    width: 100%;
  }

  .footer__polit {
    order: 2;
    width: 100%;
    padding: 10rem 0;
  }

  .footer__info {
    padding-left: 0;
  }

  .footer__copy {
    order: 3;
  }

  .footer__polit a {
    text-align: left;
  }

  .footer__bottom {
    padding: 24rem 0 16rem 0;
  }
}
/* End */
/* /local/js/bquadro/fos/css/style.css?176638967825625 */
/* /local/templates/neogen/css/normalize.css?17663896786138 */
/* /local/templates/neogen/css/splide.min.css?17663896784990 */
/* /local/templates/neogen/css/fancybox.min.css?176638967825010 */
/* /local/templates/neogen/css/common.css?176638967834048 */
