﻿/* #region Font Imports */

/*@font-face {
    font-family: "ITC Franklin Gothic Std";
    font-weight: normal;
    src: url("/Content/KoselugoRegister/fonts/ITC-Franklink-Gothic/ITC FRANKLIN GOTHIC STD BOOK.OTF") format("opentype");
}*/

/*@font-face {
    font-family: "ITC Franklin Gothic Std";
    font-weight: 500;
  src: url("/Content/KoselugoRegister/fonts/ITC-Franklink-Gothic/ITC FRANKLIN GOTHIC STD MEDIUM.OTF") format("opentype");
}*/

/*@font-face {
    font-family: "ITC Franklin Gothic Std";
    font-weight: 600;
  src: url("/Content/KoselugoRegister/fonts/ITC-Franklink-Gothic/ITC FRANKLIN GOTHIC STD DEMI.OTF") format("opentype");
}*/

/*@font-face {
    font-family: "ITC Franklin Gothic Std";
    font-weight: bold;
  src: url("/Content/KoselugoRegister/fonts/ITC-Franklink-Gothic/ITC FRANKLIN GOTHIC STD HEAVY.OTF") format("opentype");
}*/

@font-face {
    font-family: "ITC Franklin Gothic Std Compressed";
    font-weight: normal;
  src: url("/Content/KoselugoRegister/fonts/ITC-Franklink-Gothic/ITC FRANKLIN GOTHIC STD BOOK COMPRESSED.OTF") format("opentype");
}

@font-face {
    font-family: "ITC Franklin Gothic Std Compressed";
    font-weight: 600;
  src: url("/Content/KoselugoRegister/fonts/ITC-Franklink-Gothic/ITC FRANKLIN GOTHIC STD DEMI COMPRESSED.OTF") format("opentype");
}

@font-face {
    font-family: "ITC Franklin Gothic Std Condensed";
    font-weight: normal;
  src: url("/Content/KoselugoRegister/fonts/ITC-Franklink-Gothic/ITC FRANKLIN GOTHIC STD BOOK CONDENSED.OTF") format("opentype");
}

@font-face {
    font-family: "ITC Franklin Gothic Std Condensed";
    font-weight: 500;
  src: url("/Content/KoselugoRegister/fonts/ITC-Franklink-Gothic/ITC FRANKLIN GOTHIC STD MEDIUM CONDENSED.OTF") format("opentype");
}

@font-face {
    font-family: "ITC Franklin Gothic Std Condensed";
    font-weight: 600;
  src: url("/Content/KoselugoRegister/fonts/ITC-Franklink-Gothic/ITC FRANKLIN GOTHIC STD DEMI CONDENSED.OTF") format("opentype");
}

@font-face {
    font-family: "Lato";
    font-weight: 100;
  src: url("/Content/KoselugoRegister/fonts/Lato/Lato-Thin.ttf");
}

@font-face {
    font-family: "Lato";
    font-weight: 300;
  src: url("/Content/KoselugoRegister/fonts/Lato/Lato-Light.ttf");
}

@font-face {
    font-family: "Lato";
    font-weight: normal;
  src: url("/Content/KoselugoRegister/fonts/Lato/Lato-Regular.ttf");
}

@font-face {
    font-family: "Lato";
    font-weight: 500;
  src: url("/Content/KoselugoRegister/fonts/Lato/Lato-Medium.otf");
}

@font-face {
    font-family: "Lato";
    font-weight: 700;
  src: url("/Content/KoselugoRegister/fonts/Lato/Lato-Bold.ttf");
}

@font-face {
    font-family: "Lato";
    font-weight: 900;
  src: url("/Content/KoselugoRegister/fonts/Lato/Lato-Black.ttf");
}

@font-face {
    font-family: "Montserrat";
    font-weight: 400;
  src: url("/Content/KoselugoRegister/fonts/Montserrat/Montserrat-Regular.ttf");
}

@font-face {
    font-family: "Roboto";
    font-weight: 600, 700, bold;
  src: url("/Content/KoselugoRegister/fonts/Roboto/Roboto-Bold.ttf");
}

@font-face {
    font-family: "Roboto";
    font-weight: 800;
  src: url("/Content/KoselugoRegister/fonts/Roboto/Roboto-Black.ttf");
}

@font-face {
    font-family: "Antonio";
    font-weight: 100;
    src: url("/Content/KoselugoRegister/fonts/Antonio/Antonio-ExtraLight.ttf");
}

@font-face {
    font-family: "Antonio";
    font-weight: 200;
    src: url("/Content/KoselugoRegister/fonts/Antonio/Antonio-Thin.ttf");
}

@font-face {
    font-family: "Antonio";
    font-weight: 300;
    src: url("/Content/KoselugoRegister/fonts/Antonio/Antonio-Light.ttf");
}

@font-face {
    font-family: "Antonio";
    font-weight: 400;
    src: url("/Content/KoselugoRegister/fonts/Antonio/Antonio-Regular.ttf");
}

@font-face {
    font-family: "Antonio";
    font-weight: 500;
    src: url("/Content/KoselugoRegister/fonts/Antonio/Antonio-Medium.ttf");
}

@font-face {
    font-family: "Antonio";
    font-weight: 600;
    src: url("/Content/KoselugoRegister/fonts/Antonio/Antonio-SemiBold.ttf");
}

@font-face {
    font-family: "Antonio";
    font-weight: 700;
    src: url("/Content/KoselugoRegister/fonts/Antonio/Antonio-Bold.ttf");
}

/* #endregion */



/* #region Global Styles */
:root {
    --koselugo7f2055: #7f2055;
    --text-brand-primary: #890c59;
    --text-primary: #000;
    --text-secondary: #666;
    --secondary-red: #b52555;
}

*,
*::before, *::after {
    box-sizing: border-box;
}

html {
    color: var(--text-primary);
    font-family: 'ITC Franklin Gothic Std', Arial, sans-serif;
}

.wrapper {
    padding-inline: 24px;
}
/* #endregion */



/* #region Landing Page */
.kslg-landing-hero {
}

.kslg-landing-hero__text .wrapper {
    display: flex;
    flex-direction: column;
    padding-block: 44px 40px;
    row-gap: 24px;
}

.kslg-landing-hero__text h2,
.kslg-landing-hero__text p {
    margin: 0;
}

.kslg-form-section h4,
.kslg-form-section h5,
.kslg-landing-hero__text h2 {
    color: var(--text-brand-primary);
    font-family: 'Antonio', sans-serif;
    font-size: 39px;
    font-weight: 600;
    line-height: 1.23;
}

.kslg-form-section h5 {
    font-size: 31px;
    margin: 0;
    max-width: 570px;
}

.kslg-landing-hero__text p {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2;
}

.kslg-landing-hero__top-ribbon img {
    max-width: 185px;
}

.kslg-landing-hero__top-ribbon .wrapper {
    display: flex;
    justify-content: flex-start;
    padding: 25px 27px 30px;
}

.kslg-form-section {
    background-color: #f9f7f6;
    padding: 64px 0;
}

.kslg-form-section h4 {
    font-size: 38px;
    margin: 0 0 24px;
}

.kslg-form-section p {
    color: var(--text-brand-primary);
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
    margin: 0;
}

.kslg-form-section small {
    color: var(--text-brand-primary);
    font-size: 13px;
    font-weight: 400;
    line-height: 1.3;
}

.kslg-form-section form {
    display: flex;
    flex-direction: column;
    margin: 24px 0 0;
    row-gap: 24px;
}

.form__checkbox {
    appearance: none;
    border-color: #79648d;
    border-radius: 3px;
    border-style: solid;
    border-width: 2px;
    display: inline-block;
    flex: 0 0 auto;
    height: 16px;
    width: 16px;
}

.form__checkbox-label {
    align-items: flex-start;
    display: flex;
    flex-direction: row;
    column-gap: 8px;
}

.form__checkbox-label input:checked {
    position: relative;
}

.form__checkbox-label input:checked::before {
    height: 100%;
    content: '✔';
    font-size: 14px;
    left: 0;
    position: absolute;
    top: -1px;
    width: 100%;
}

.form__checkbox-label + span {
    display: none;
}

.form__label {
    color: var(--text-brand-primary);
    font-weight: 600;
    text-transform: uppercase;
    font-size: 20px;
}

.form__label--required {
    position: relative;
    width: fit-content;
}

.form__label--required::after {
    position: absolute;
    content: '*';
    top: 0;
    left: calc(100% + 1px);
    font-size: 16px;
    line-height: 1;
}

.form__field {
    border: 2px solid black;
    border-radius: 3px;
    display: block;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2;
    padding: 14px 12px;
    width: 100%;
}

.form__field--error {
    border-color: var(--secondary-red);
}

.form__row {
    display: flex;
    flex-direction: column;
    row-gap: 8px;
}

.form__row .privacy-and-terms {
    color: black;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
}

.form__row .privacy-and-terms a {
    color: var(--koselugo7f2055);
}

.form__row span[class^="field-validation"] {
    color: var(--secondary-red);
}

.form__submit {
    background-color: var(--text-brand-primary);
    border: none;
    border-radius: 3px;
    color: white;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
    padding: 14px 14px 10px;
    width: fit-content;
}

.form__submit[disabled] {
    cursor: not-allowed;
    opacity: 0.5;
}

.kslg-landing-footer,
.kslg-landing-footer__content {
    display: flex;
    flex-direction: column;
}

.kslg-landing-footer {
    color: var(--text-secondary);
    font-size: 13px;
    line-height: 1.2;
    row-gap: 32px;
    text-align: center;
}

.kslg-landing-footer .wrapper {
    display: flex;
    flex-direction: column;
    padding: 32px;
    row-gap: 32px;
}

.kslg-landing-footer__content {
    row-gap: 12px;
}

.kslg-landing-footer__content li {
    display: inline-block;
    position: relative;
}

.kslg-landing-footer__content li::after {
    color: var(--text-secondary);
    content: '•';
    font-size: 11px;
    position: absolute;
    right: -10px;
    top: 2px;
}

.kslg-landing-footer__content li:last-of-type::after {
    display: none;
}

.kslg-landing-footer__content li a {
    color: var(--text-secondary);
    font-size: 13px;
    line-height: 1.2;
}

.kslg-landing-footer__content ul {
    justify-content: center;
    column-gap: 16px;
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    margin: 0;
    padding: 0;
    row-gap: 8px;
}

.kslg-landing-footer__content p {
    margin: 0;
}

.kslg-landing-footer__logo {
    text-align: center;
}

.kslg-landing-footer__logo img {
    width: 146px;
}


@media screen and (min-width: 720px) {
    .kslg-form-section .wrapper,
    .kslg-landing-footer .wrapper,
    .kslg-landing-hero__top-ribbon .wrapper,
    .kslg-landing-hero__text .wrapper {
        margin: 0 auto;
        max-width: 1400px;
        padding-inline: 100px;
    }

    .kslg-landing-footer .wrapper {
        align-items: flex-end;
        flex-direction: row;
        justify-content: space-between;
        padding-block: 48px;
        width: 100%;
    }

    .kslg-landing-footer__content {
        text-align: right;
    }
}


@media screen and (min-width: 900px) {
    .kslg-landing-hero__top-ribbon {
        position: relative;
    }

    .kslg-landing-hero__top-ribbon::before {
        background-image: url('/-/media/koselugoregister/images/koselugo-hero-pattern.png');
        background-position: right -60px top;
        background-repeat: no-repeat;
        background-size: 850px 170px;
        content: '';
        opacity: 0.85;
        height: 100%;
        position: absolute;
        width: 100%;
        z-index: -1;
    }
}


@media screen and (min-width: 1024px) {
    .kslg-form-section .wrapper {
        column-gap: 24px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
    
    .kslg-form-section .wrapper div {
        width: 600px;
    }
}
/* #endregion */

/*#region nice select*/
.nice-select .list {
    margin: 0;
    max-height: initial;
}

.nice-select::after {
    top: 0;
    bottom: 0;
    width: 10px;
    height: 10px;
    margin-block: auto;
    border-right-color: #000000;
    border-bottom-color: #000000;
}

.nice-select .option.selected {
    color: #000000;
    font-weight: normal;
}

.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
    background-color: #E5E5E5;
}

.nice-select span.current,
input, input::placeholder {
    color: #000000;
}

.form__row select {
    display: none;
}

input[type='submit'] {
    cursor: pointer;
}
/*#endregion*/
