body {
    margin: 0;
    padding: 0;
    font-family: 'OpenSans', sans-serif;
}

@font-face {
    font-family: "Korolev Compressed W04 Medium";
    src: url("https://db.onlinewebfonts.com/t/fcd315fc7303e0dbb2d252449742c84c.eot");
    src: url("https://db.onlinewebfonts.com/t/fcd315fc7303e0dbb2d252449742c84c.eot?#iefix")format("embedded-opentype"),
    url("https://db.onlinewebfonts.com/t/fcd315fc7303e0dbb2d252449742c84c.woff2")format("woff2"),
    url("https://db.onlinewebfonts.com/t/fcd315fc7303e0dbb2d252449742c84c.woff")format("woff"),
    url("https://db.onlinewebfonts.com/t/fcd315fc7303e0dbb2d252449742c84c.ttf")format("truetype"),
    url("https://db.onlinewebfonts.com/t/fcd315fc7303e0dbb2d252449742c84c.svg#Korolev Compressed W04 Medium")format("svg");
}

.black {
    background-color: #000;
    color: #fff;
}

.grey {
    background-color: #202122;
    color: #fff;
}

.red {
    background-color: #b00b2b;
    color: #fff;
}
/* PC + NTB --- Extra --- */
@media (min-width: 2562px) {
    .menu-button {
        display: none;
    }

    .page {
        display: flex;
        flex-direction: column;
        max-height: 1440px;
        overflow: hidden;
    }

    .header {
        background-color: #fff;
        color: black;
        padding: 2vh;
        text-align: center;
    }

    .header-content {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .header a {
        color: #000;
        text-decoration: none;
        margin: 1.2em;
    }

    .header h1 {
        font-size: 3vh;
        margin: 0;
    }

    .logo {
        text-align: left;
        margin-right: 2em;
    }

    .links {
        justify-content: center;
        text-align: center;
    }

    nav {
        flex: 1;
        text-align: center;
    }

    nav ul {
        list-style: none;
        padding: 0;
        margin: 0;
        display: flex;
        align-items: center;
    }

    nav ul li {
        margin-right: 1.5em;
    }

    nav ul li:last-child {
        margin-right: 0em;
    }

    nav ul li a {
        text-decoration: none;
        color: #fff;
        font-size: 1.5vh;
    }

    .top-link {
        position: relative;
        text-decoration: none;
        color: #000;
    }

    .top-link::before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 50%;
        width: 0;
        height: 0.13em;
        background-color: #000;
        transition: width 0.8s ease-in-out;
        transform: translateX(-50%);
    }

    .top-link:hover::before {
        width: 100%;
    }

    .first-section {
        height: 83em;
    }

    .content {
        flex: 1;
        display: flex;
    }

    .left-rectangle,
    .right-rectangle {
        flex: 1;
        display: flex;
        flex-direction: column;
    }

    .left-rectangle {
        background-color: #000;
        color: #fff;
        display: flex;
    }

    .left-rectangle h2 {
        font-size: 8vh;
        margin: 0;
        line-height: 1.5em;
    }

    .text-container {
        position: relative;
        display: inline-block;
    }

    .left-rectangle .text-container {
        text-align: left;
        margin-top: 6.2em;
        margin-left: 12em;
    }

    .text-click-for-more {
        margin-top: 0.8em;
        font-size: 2.2vh;
        line-height: 1.5em;
    }

    .underline {
        border-bottom: 1vh solid #fff;
        padding-top: 1.5vh;
        width: 25vh;
        transition: width 0.8s;
        line-height: 1.5em;
    }

    .left-rectangle:hover .underline {
        border-bottom: 1vh solid #fff;
        padding-top: 1.5vh;
        width: 100%
    }

    .image {
        position: absolute;
        left: 80%;
        top: 5%;
        transform: translate(-50%, -50%);
        max-width: 20vw;
        max-height: 20vh;
    }

    .right-rectangle {
        background-color: #fff;
        color: #000;
        display: flex;
        flex-direction: column;
        flex-grow: 1;
        overflow-y: auto;
    }

    .right-rectangle h2 {
        font-size: 2.4vh;
        line-height: 0.3em;
    }

    .container {
        display: flex;
        justify-content: space-between;
        flex-grow: 1;
    }

    .column {
        flex-basis: 0;
        flex-grow: 1;
        margin: 0 3.5em;
        max-width: calc(50% - 10%);
    }

    .top {
        color: #000;
        display: flex;
        text-align: center;
        background-color: #fff;
        position: relative;
    }

    @keyframes slideInFromLeft {
        0% {
            opacity: 0;
            transform: translateX(-800px);
        }
        100% {
            opacity: 1;
            transform: translateX(0);
        }
    }

    .top {
        animation: slideInFromLeft 1s ease-in-out;
    }

    .moto {
        margin-top: 15.9em;
        font-size: 2vh
    }

    .rectangles {
        display: flex;
        flex: 1 0 100%;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }

    .rectangles1 {
        display: flex;
        flex: 1 0 100%;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }

    .rectangle {
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        overflow: hidden;
        position: relative;
        flex-basis: calc(50% - 0.5em);
        max-height: 720px;
    }

    .rectangle1 {
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        overflow: hidden;
        position: relative;
        height: 42em;
    }

    .row1 {
        display: flex;
        width: 100%;
    }

    .rectangle-text1 {
        font-size: 2vh;
        text-align: center;
        color: #fff;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 80%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: 100%;
    }

    .rectangle-text1-main {
        margin-top: 3em;
        font-size: 3.5vh;
    }
}


/* PC + NTB --- 2560x1440 --- */
@media (max-width: 2561px) and (max-height: 1441px) {
    .menu-button {
        display: none;
    }

    .page {
        display: flex;
        flex-direction: column;
        max-height: 1440px;
        overflow: hidden;
    }

    .header {
        background-color: #fff;
        color: black;
        padding: 2vh;
        text-align: center;
    }

    .header-content {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .header a {
        color: #000;
        text-decoration: none;
        margin: 1.2em;
    }

    .header h1 {
        font-size: 3vh;
        margin: 0;
    }

    .logo {
        text-align: left;
        margin-right: 2em;
    }

    .links {
        justify-content: center;
        text-align: center;
    }

    nav {
        flex: 1;
        text-align: center;
    }

    nav ul {
        list-style: none;
        padding: 0;
        margin: 0;
        display: flex;
        align-items: center;
    }

    nav ul li {
        margin-right: 1.5em;
    }

    nav ul li:last-child {
        margin-right: 0em;
    }

    nav ul li a {
        text-decoration: none;
        color: #fff;
        font-size: 1.5vh;
    }

    .top-link {
        position: relative;
        text-decoration: none;
        color: #000;
    }

    .top-link::before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 50%;
        width: 0;
        height: 0.13em;
        background-color: #000;
        transition: width 0.8s ease-in-out;
        transform: translateX(-50%);
    }

    .top-link:hover::before {
        width: 100%;
    }

    .first-section {
        height: 83em;
    }

    .content {
        flex: 1;
        display: flex;
    }

    .left-rectangle,
    .right-rectangle {
        flex: 1;
        display: flex;
        flex-direction: column;
    }

    .left-rectangle {
        background-color: #000;
        color: #fff;
        display: flex;
    }

    .left-rectangle h2 {
        font-size: 8vh;
        margin: 0;
        line-height: 1.5em;
    }

    .text-container {
        position: relative;
        display: inline-block;
    }

    .left-rectangle .text-container {
        text-align: left;
        margin-top: 6.2em;
        margin-left: 12em;
    }

    .text-click-for-more {
        margin-top: 0.8em;
        font-size: 2.2vh;
        line-height: 1.5em;
    }

    .underline {
        border-bottom: 1vh solid #fff;
        padding-top: 1.5vh;
        width: 25.5vh;
        transition: width 0.8s;
        line-height: 1.5em;
    }

    .left-rectangle:hover .underline {
        border-bottom: 1vh solid #fff;
        padding-top: 1.5vh;
        width: 100%
    }

    .image {
        position: absolute;
        left: 80%;
        top: 5%;
        transform: translate(-50%, -50%);
        max-width: 20vw;
        max-height: 20vh;
    }

    .right-rectangle {
        background-color: #fff;
        color: #000;
        display: flex;
        flex-direction: column;
        flex-grow: 1;
        overflow-y: auto;
    }

    .right-rectangle h2 {
        font-size: 2.4vh;
        line-height: 0.3em;
    }

    .container {
        display: flex;
        justify-content: space-between;
        flex-grow: 1;
    }

    .column {
        flex-basis: 0;
        flex-grow: 1;
        margin: 0 3.5em;
        max-width: calc(50% - 10%);
    }

    .top {
        color: #000;
        display: flex;
        text-align: center;
        background-color: #fff;
        position: relative;
    }

    @keyframes slideInFromLeft {
        0% {
            opacity: 0;
            transform: translateX(-800px);
        }
        100% {
            opacity: 1;
            transform: translateX(0);
        }
    }

    .top {
        animation: slideInFromLeft 1s ease-in-out;
    }

    .moto {
        margin-top: 18em;
        font-size: 2vh
    }

    .rectangles {
        display: flex;
        flex: 1 0 100%;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }

    .rectangles1 {
        display: flex;
        flex: 1 0 100%;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }

    .rectangle {
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        overflow: hidden;
        position: relative;
        flex-basis: calc(50% - 0.5em);
        max-height: 720px;
    }

    .rectangle1 {
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        overflow: hidden;
        position: relative;
        height: 42em;
    }

    .row1 {
        display: flex;
        width: 100%;
    }

    .rectangle-text1 {
        font-size: 2vh;
        text-align: center;
        color: #fff;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 80%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: 100%;
    }

    .rectangle-text1-main {
        margin-top: 3em;
        font-size: 3.5vh;
    }
}


/* PC + NTB --- 1920x1080 --- */
@media (max-width: 1921px) and (max-height: 1081px) {
    .menu-button {
        display: none;
    }

    .page {
        display: flex;
        flex-direction: column;
        max-height: 1080px;
        overflow: hidden;
    }

    .header {
        background-color: #fff;
        color: black;
        padding: 2vh;
        text-align: center;
    }

    .header-content {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .header a {
        color: #000;
        text-decoration: none;
        margin: 1.2em;
    }

    .header h1 {
        font-size: 2.8vh;
        margin: 0;
    }

    .logo {
        text-align: left;
        margin-right: 2em;
    }

    .links {
        justify-content: center;
        text-align: center;
    }

    nav {
        flex: 1;
        text-align: center;
    }

    nav ul {
        list-style: none;
        padding: 0;
        margin: 0;
        display: flex;
        align-items: center;
    }

    nav ul li {
        margin-right: 1em;
    }

    nav ul li:last-child {
        margin-right: 0em;
    }

    nav ul li a {
        text-decoration: none;
        color: #fff;
        font-size: 1.5vh;
    }

    .top-link {
        position: relative;
        text-decoration: none;
        color: #000;
    }

    .top-link::before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 50%;
        width: 0;
        height: 0.13em;
        background-color: #000;
        transition: width 0.8s ease-in-out;
        transform: translateX(-50%);
    }

    .top-link:hover::before {
        width: 100%;
    }

    .info1 {
        margin-top: 0.8em;
        font-size: 2vh;
        line-height: 1.5em;
    }

    .first-section {
        max-height: 1080px;
        overflow: hidden;
    }

    .content {
        flex: 1;
        display: flex;
    }

    .left-rectangle,
    .right-rectangle {
        flex: 1;
        display: flex;
        flex-direction: column;
    }

    .left-rectangle {
        background-color: #000;
        color: #fff;
        display: flex;
    }

    .left-rectangle h2 {
        font-size: 8vh;
        margin: 0;
        line-height: 1.5em;
    }

    .text-container {
        position: relative;
        display: inline-block;
    }

    .left-rectangle .text-container
    {
        text-align: left;
        margin-top: 4em;
        margin-left: 8em;
    }

    .text-click-for-more {
        margin-top: 0.8em;
        font-size: 2vh;
        line-height: 1.5em;
    }

    .underline {
        border-bottom: 0.8vh solid #fff;
        padding-top: 1.5vh;
        width: 22vh;
        transition: width 0.8s;
        line-height: 1.5em;
    }

    .left-rectangle:hover .underline {
        border-bottom: 0.8vh solid #fff;
        padding-top: 1.5vh;
        width: 100%
    }

    .image {
        position: absolute;
        left: 80%;
        top: 5%;
        transform: translate(-50%, -50%);
        max-width: 25vw;
        max-height: 15vh;
    }

    .right-rectangle {
        background-color: #fff;
        color: #000;
        display: flex;
        flex-direction: column;
        flex-grow: 1;
        overflow-y: auto;
        max-height: 1080px;
    }

    .right-rectangle h2 {
        font-size: 1.8vh;
        line-height: 0.3em;
    }

    .container{
        display: flex;
        justify-content: space-between;
        flex-grow: 1;
    }

    .column {
        flex-basis: 0;
        flex-grow: 1;
        margin: 0 2.5em;
        max-width: calc(50% - 5%);
    }

    .top {
        color: #000;
        display: flex;
        text-align: center;
        background-color: #fff;
        position: relative;
    }

    @keyframes slideInFromLeft {
        0% {
            opacity: 0;
            transform: translateX(-800px);
        }
        100% {
            opacity: 1;
            transform: translateX(0);
        }
    }

    .top {
        animation: slideInFromLeft 1s ease-in-out;
    }

    .moto {
        margin-top: 18.3em;
        font-size: 2vh
    }

    .rectangles {
        display: flex;
        flex: 1 0 100%;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }

    .rectangles1 {
        display: flex;
        flex: 1 0 100%;
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: center;
    }

    .rectangle {
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        overflow: hidden;
        position: relative;
        flex-basis: calc(50% - 0.5em);
        max-height: 540px;
    }

    .rectangle1 {
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        overflow: hidden;
        position: relative;
        max-height: 540px;
    }

    .row1 {
        display: flex;
        width: 100%;
    }

    .rectangle-text1 {
        font-size: 2vh;
        text-align: center;
        color: #fff;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 80%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: 100%;
    }

    .rectangle-text1-main {
        margin-top: 2.5em;
        font-size: 3.2vh;
    }
}


/* PC + NTB --- 1680x1050 --- */
@media (max-width: 1681px) and (max-height: 1051px) {
    .menu-button {
        display: none;
    }

    .page {
        display: flex;
        flex-direction: column;
        max-height: 1050px;
        overflow: hidden;
    }

    .header {
        background-color: #fff;
        color: black;
        padding: 2vh;
        text-align: center;
    }

    .header-content {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .header a {
        color: #000;
        text-decoration: none;
        margin: 1.2em;
    }

    .header h1 {
        font-size: 2.8vh;
        margin: 0;
    }

    .logo {
        text-align: left;
        margin-right: 2em;
    }

    .links {
        justify-content: center;
        text-align: center;
    }

    nav {
        flex: 1;
        text-align: center;
    }

    nav ul {
        list-style: none;
        padding: 0;
        margin: 0;
        display: flex;
        align-items: center;
    }

    nav ul li {
        margin-right: 1em;
    }

    nav ul li:last-child {
        margin-right: 0em;
    }

    nav ul li a {
        text-decoration: none;
        color: #fff;
        font-size: 1.5vh;
    }

    .top-link {
        position: relative;
        text-decoration: none;
        color: #000;
    }

    .top-link::before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 50%;
        width: 0;
        height: 0.13em;
        background-color: #000;
        transition: width 0.8s ease-in-out;
        transform: translateX(-50%);
    }

    .top-link:hover::before {
        width: 100%;
    }

    .first-section {
        max-height: 1050px;
        overflow: hidden;
    }

    .content {
        flex: 1;
        display: flex;
    }

    .left-rectangle,
    .right-rectangle {
        flex: 1;
        display: flex;
        flex-direction: column;
    }

    .left-rectangle {
        background-color: #000;
        color: #fff;
        display: flex;
    }

    .left-rectangle h2 {
        font-size: 7vh;
        margin: 0;
        line-height: 1.5em;
    }

    .text-container {
        position: relative;
        display: inline-block;
    }

    .left-rectangle .text-container
    {
        text-align: left;
        margin-top: 4em;
        margin-left: 8em;
    }

    .text-click-for-more {
        margin-top: 0.8em;
        font-size: 3.4vh;
        line-height: 1.5em;
    }

    .underline {
        border-bottom: 0.8vh solid #fff;
        padding-top: 1.5vh;
        width: 22vh;
        transition: width 0.8s;
        line-height: 1.5em;
    }

    .text-click-for-more {
        margin-top: 0.8em;
        font-size: 2.2vh;
        line-height: 1.5em;
    }

    .left-rectangle:hover .underline {
        border-bottom: 0.8vh solid #fff;
        padding-top: 1.5vh;
        width: 100%;
    }

    .image {
        position: absolute;
        left: 80%;
        top: 5%;
        transform: translate(-50%, -50%);
        max-width: 25vw;
        max-height: 15vh;
    }

    .right-rectangle {
        background-color: #fff;
        color: #000;
        display: flex;
        flex-direction: column;
        flex-grow: 1;
        overflow-y: auto;
        max-height: 1050px;
    }

    .right-rectangle h2 {
        font-size: 1.8vh;
        line-height: 0.3em;
    }

    .container{
        display: flex;
        justify-content: space-between;
        flex-grow: 1;
    }

    .column {
        flex-basis: 0;
        flex-grow: 1;
        margin: 0 2.5em;
        max-width: calc(50% - 5%);
    }

    .top {
        color: #000;
        display: flex;
        text-align: center;
        background-color: #fff;
        position: relative;
    }

    @keyframes slideInFromLeft {
        0% {
            opacity: 0;
            transform: translateX(-800px);
        }
        100% {
            opacity: 1;
            transform: translateX(0);
        }
    }

    .top {
        animation: slideInFromLeft 1s ease-in-out;
    }

    .moto {
        margin-top: 20.6em;
        font-size: 1.8vh;
    }

    .rectangles {
        display: flex;
        flex: 1 0 100%;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }

    .rectangles1 {
        display: flex;
        flex: 1 0 100%;
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: center;
    }

    .rectangle {
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        overflow: hidden;
        position: relative;
        flex-basis: calc(50% - 0.5em);
        max-height: 525px;
    }

    .rectangle1 {
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        overflow: hidden;
        position: relative;
        max-height: 525px;
    }

    .row1 {
        display: flex;
        width: 100%;
    }

    .rectangle-text1 {
        font-size: 1.8vh;
        text-align: center;
        color: #fff;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 80%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: 100%;
    }

    .rectangle-text1-main {
        margin-top: 3em;
        font-size: 2.8vh;
    }
}


/* PC + NTB --- 1600x900 --- */
@media (max-width: 1601px) and (max-height: 901px) {
    .menu-button {
        display: none;
    }

    .page {
        display: flex;
        flex-direction: column;
        max-height: 900px;
        overflow: hidden;
    }

    .header {
        background-color: #fff;
        color: black;
        padding: 1.8vh;
        text-align: center;
    }

    .header-content {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .header a {
        color: #000;
        text-decoration: none;
        margin: 1.1em;
    }

    .header h1 {
        font-size: 2.8vh;
        margin: 0;
    }

    .logo {
        text-align: left;
        margin-right: 1.8em;
    }

    .links {
        justify-content: center;
        text-align: center;
    }

    nav {
        flex: 1;
        text-align: center;
    }

    nav ul {
        list-style: none;
        padding: 0;
        margin: 0;
        display: flex;
        align-items: center;
    }

    nav ul li {
        margin-right: 0.8em;
    }

    nav ul li:last-child {
        margin-right: 0em;
    }

    nav ul li a {
        text-decoration: none;
        color: #fff;
        font-size: 1.6vh;
    }

    .top-link {
        position: relative;
        text-decoration: none;
        color: #000;
    }

    .top-link::before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 50%;
        width: 0;
        height: 0.11em;
        background-color: #000;
        transition: width 0.7s ease-in-out;
        transform: translateX(-50%);
    }

    .top-link:hover::before {
        width: 95%;
    }

    .first-section {
        max-height: 900px;
        overflow: hidden;
    }

    .content {
        flex: 1;
        display: flex;
    }

    .left-rectangle,
    .right-rectangle {
        flex: 1;
        display: flex;
        flex-direction: column;
    }

    .left-rectangle {
        background-color: #000;
        color: #fff;
        display: flex;
    }

    .left-rectangle h2 {
        font-size: 7.5vh;
        margin: 0;
        line-height: 1.5em;
    }

    .text-container {
        position: relative;
        display: inline-block;
    }

    .left-rectangle .text-container {
        text-align: left;
        margin-top: 3.5em;
        margin-left: 6em;
    }

    .text-click-for-more {
        margin-top: 0.7em;
        font-size: 2.4vh;
        line-height: 1.5em;
    }

    .underline {
        border-bottom: 0.7vh solid #fff;
        padding-top: 1.3vh;
        width: 23vh;
        transition: width 0.7s;
        line-height: 1.5em;
    }

    .left-rectangle:hover .underline {
        border-bottom: 0.7vh solid #fff;
        padding-top: 1.3vh;
        width: 100%;
    }

    .image {
        position: absolute;
        left: 85%;
        top: 3.5%;
        transform: translate(-50%, -50%);
        max-width: 30vw;
        max-height: 18vh;
    }

    .right-rectangle {
        background-color: #fff;
        color: #000;
        display: flex;
        flex-direction: column;
        flex-grow: 1;
        overflow-y: auto;
        max-height: 900px;
    }

    .right-rectangle h2 {
        font-size: 1.6vh;
        line-height: 0.3em;
    }

    .container {
        display: flex;
        justify-content: space-between;
        flex-grow: 1;
    }

    .column {
        flex-basis: 0;
        flex-grow: 1;
        margin: 0 2em;
        max-width: calc(50% - 5%);
    }

    .top {
        color: #000;
        display: flex;
        text-align: center;
        background-color: #fff;
        position: relative;
    }

    @keyframes slideInFromLeft {
        0% {
            opacity: 0;
            transform: translateX(-700px);
        }
        100% {
            opacity: 1;
            transform: translateX(0);
        }
    }

    .top {
        animation: slideInFromLeft 0.8s ease-in-out;
    }

    .moto {
        margin-top: 18em;
        font-size: 2vh;
    }

    .rectangles {
        display: flex;
        flex: 1 0 100%;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }

    .rectangles1 {
        display: flex;
        flex: 1 0 100%;
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: center;
    }

    .rectangle {
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        overflow: hidden;
        position: relative;
        flex-basis: calc(50% - 0.4em);
        max-height: 450px;
    }

    .rectangle1 {
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        overflow: hidden;
        position: relative;
        max-height: 450px;
    }

    .row1 {
        display: flex;
        width: 100%;
    }

    .rectangle-text1 {
        font-size: 2vh;
        text-align: center;
        color: #fff;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 75%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: 100%;
    }

    .rectangle-text1-main {
        margin-top: 2.5em;
        font-size: 3.2vh;
    }
}


/* PC + NTB --- 1440x900 --- */
@media (max-width: 1440px) and (max-height: 901px) {
    .menu-button {
        display: none;
    }

    .page {
        display: flex;
        flex-direction: column;
        max-height: 900px;
        overflow: hidden;
    }

    .header {
        background-color: #fff;
        color: black;
        padding: 1.8vh;
        text-align: center;
    }

    .header-content {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .header a {
        color: #000;
        text-decoration: none;
        margin: 1.1em;
    }

    .header h1 {
        font-size: 2.8vh;
        margin: 0;
    }

    .logo {
        text-align: left;
        margin-right: 1.8em;
    }

    .links {
        justify-content: center;
        text-align: center;
    }

    nav {
        flex: 1;
        text-align: center;
    }

    nav ul {
        list-style: none;
        padding: 0;
        margin: 0;
        display: flex;
        align-items: center;
    }

    nav ul li {
        margin-right: 0.8em;
    }

    nav ul li:last-child {
        margin-right: 0em;
    }

    nav ul li a {
        text-decoration: none;
        color: #fff;
        font-size: 1.6vh;
    }

    .top-link {
        position: relative;
        text-decoration: none;
        color: #000;
    }

    .top-link::before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 50%;
        width: 0;
        height: 0.11em;
        background-color: #000;
        transition: width 0.7s ease-in-out;
        transform: translateX(-50%);
    }

    .top-link:hover::before {
        width: 95%;
    }

    .first-section {
        max-height: 900px;
        overflow: hidden;
    }

    .content {
        flex: 1;
        display: flex;
    }

    .left-rectangle,
    .right-rectangle {
        flex: 1;
        display: flex;
        flex-direction: column;
    }

    .left-rectangle {
        background-color: #000;
        color: #fff;
        display: flex;
    }

    .left-rectangle h2 {
        font-size: 7.5vh;
        margin: 0;
        line-height: 1.5em;
    }

    .text-container {
        position: relative;
        display: inline-block;
    }

    .left-rectangle .text-container {
        text-align: left;
        margin-top: 3.5em;
        margin-left: 6em;
    }

    .text-click-for-more {
        margin-top: 0.7em;
        font-size: 2.2vh;
        line-height: 1.5em;
    }

    .underline {
        border-bottom: 0.7vh solid #fff;
        padding-top: 1.3vh;
        width: 23vh;
        transition: width 0.7s;
        line-height: 1.5em;
    }

    .left-rectangle:hover .underline {
        border-bottom: 0.7vh solid #fff;
        padding-top: 1.3vh;
        width: 100%;
    }

    .image {
        position: absolute;
        left: 85%;
        top: 3.5%;
        transform: translate(-50%, -50%);
        max-width: 30vw;
        max-height: 18vh;
    }

    .right-rectangle {
        background-color: #fff;
        color: #000;
        display: flex;
        flex-direction: column;
        flex-grow: 1;
        overflow-y: auto;
        max-height: 900px;
    }

    .right-rectangle h2 {
        font-size: 1.6vh;
        line-height: 0.3em;
    }

    .container {
        display: flex;
        justify-content: space-between;
        flex-grow: 1;
    }

    .column {
        flex-basis: 0;
        flex-grow: 1;
        margin: 0 2em;
        max-width: calc(50% - 5%);
    }

    .top {
        color: #000;
        display: flex;
        text-align: center;
        background-color: #fff;
        position: relative;
    }

    @keyframes slideInFromLeft {
        0% {
            opacity: 0;
            transform: translateX(-700px);
        }
        100% {
            opacity: 1;
            transform: translateX(0);
        }
    }

    .top {
        animation: slideInFromLeft 0.8s ease-in-out;
    }

    .moto {
        margin-top: 18.3em;
        font-size: 2vh;
    }

    .rectangles {
        display: flex;
        flex: 1 0 100%;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }

    .rectangles1 {
        display: flex;
        flex: 1 0 100%;
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: center;
    }

    .rectangle {
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        overflow: hidden;
        position: relative;
        flex-basis: calc(50% - 0.4em);
        max-height: 450px;
    }

    .rectangle1 {
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        overflow: hidden;
        position: relative;
        max-height: 450px;
    }

    .row1 {
        display: flex;
        width: 100%;
    }

    .rectangle-text1 {
        font-size: 1.8vh;
        text-align: center;
        color: #fff;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 75%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: 100%;
    }

    .rectangle-text1-main {
        margin-top: 2.5em;
        font-size: 3.2vh;
    }
}


/* PC + NTB --- 1366x768 --- */
@media (max-width: 1367px) and (max-height: 769px) {
    .menu-button {
        display: none;
    }

    .page {
        display: flex;
        flex-direction: column;
        max-height: 768px;
        overflow: hidden;
    }

    .header {
        background-color: #fff;
        color: black;
        padding: 2vh;
        text-align: center;
    }

    .header-content {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .header a {
        color: #000;
        text-decoration: none;
        margin: 1.2em;
    }

    .header h1 {
        font-size: 3vh;
        margin: 0;
    }

    .logo {
        text-align: left;
        margin-right: 2em;
    }

    .links {
        justify-content: center;
        text-align: center;
    }

    nav {
        flex: 1;
        text-align: center;
    }

    nav ul {
        list-style: none;
        padding: 0;
        margin: 0;
        display: flex;
        align-items: center;
    }

    nav ul li {
        margin-right: 1em;
    }

    nav ul li:last-child {
        margin-right: 0em;
    }

    nav ul li a {
        text-decoration: none;
        color: #fff;
        font-size: 1.8vh;
    }

    .top-link {
        position: relative;
        text-decoration: none;
        color: #000;
    }

    .top-link::before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 50%;
        width: 0;
        height: 0.13em;
        background-color: #000;
        transition: width 0.8s ease-in-out;
        transform: translateX(-50%);
    }

    .top-link:hover::before {
        width: 100%;
    }

    .text-click-for-more {
        margin-top: 0.8em;
        font-size: 2.2vh;
        line-height: 1.5em;
    }

    .first-section {
        max-height: 768px;
        overflow: hidden;
    }

    .content {
        flex: 1;
        display: flex;
    }

    .left-rectangle,
    .right-rectangle {
        flex: 1;
        display: flex;
        flex-direction: column;
    }

    .left-rectangle {
        background-color: #000;
        color: #fff;
        display: flex;
    }

    .left-rectangle h2 {
        font-size: 8vh;
        margin: 0;
        line-height: 1.5em;
    }

    .text-container {
        position: relative;
        display: inline-block;
    }

    .left-rectangle .text-container
    {
        text-align: left;
        margin-top: 2em;
        margin-left: 4em;
    }

    .underline {
        border-bottom: 0.8vh solid #fff;
        padding-top: 1.5vh;
        width: 25vh;
        transition: width 0.8s;
        line-height: 1.5em;
    }

    .left-rectangle:hover .underline {
        border-bottom: 0.8vh solid #fff;
        padding-top: 1.5vh;
        width: 100%;
    }

    .image {
        position: absolute;
        left: 85%;
        top: 5%;
        transform: translate(-50%, -50%);
        max-width: 30vw;
        max-height: 15vh;
    }

    .right-rectangle {
        background-color: #fff;
        color: #000;
        display: flex;
        flex-direction: column;
        flex-grow: 1;
        overflow-y: auto;
        max-height: 768px;
    }

    .right-rectangle h2 {
        font-size: 1.8vh;
        line-height: 0.3em;
    }

    .container{
        display: flex;
        justify-content: space-between;
        flex-grow: 1;
    }

    .column {
        flex-basis: 0;
        flex-grow: 1;
        margin: 0 2.5em;
        max-width: calc(50% - 5%);
    }

    .top {
        color: #000;
        display: flex;
        text-align: center;
        background-color: #fff;
        position: relative;
    }

    @keyframes slideInFromLeft {
        0% {
            opacity: 0;
            transform: translateX(-800px);
        }
        100% {
            opacity: 1;
            transform: translateX(0);
        }
    }

    .top {
        animation: slideInFromLeft 1s ease-in-out;
    }

    .moto {
        margin-top: 15.8em;
        font-size: 2.2vh;
    }

    .rectangles {
        display: flex;
        flex: 1 0 100%;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }

    .rectangles1 {
        display: flex;
        flex: 1 0 100%;
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: center;
    }

    .rectangle {
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        overflow: hidden;
        position: relative;
        flex-basis: calc(50% - 0.5em);
        max-height: 150px;
    }

    .rectangle1 {
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        overflow: hidden;
        position: relative;
        max-height: 384px;
    }

    .row1 {
        display: flex;
        width: 100%;
    }

    .rectangle-text1 {
        font-size: 2.2vh;
        text-align: center;
        color: #fff;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 80%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: 100%;
    }

    .rectangle-text1-main {
        margin-top: 3em;
        font-size: 2.8vh;
    }
}


/* Tablet --- 1280x1440 ---*/
@media (max-width: 1281px) and (max-height: 1441px) {
    .menu-button {
        display: none;
    }

    .page {
        display: flex;
        flex-direction: column;
        overflow: auto;
    }

    .header {
        background-color: #fff;
        color: black;
        padding: 2vh;
        text-align: center;
        width: 95%;
    }

    .header-content {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .header a {
        color: #000;
        text-decoration: none;
        margin: 1.2em;
    }

    .header h1 {
        font-size: 3vh;
        margin-left: 1vh;
    }

    .logo {
        text-align: left;
        margin-right: 2em;
    }

    .links {
        justify-content: center;
        text-align: center;
    }

    nav {
        flex: 1;
        text-align: center;
    }

    nav ul {
        list-style: none;
        padding: 0;
        margin: 0;
        display: flex;
        align-items: center;
    }

    nav ul li {
        margin-right: 1.5em;
    }

    nav ul li:last-child {
        margin-right: 0em;
    }

    nav ul li a {
        text-decoration: none;
        color: #fff;
        font-size: 1.5vh;
    }

    .top-link {
        position: relative;
        text-decoration: none;
        color: #000;
        flex: 1;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .content {
        display: flex;
        flex-direction: column;
        height: 100%;
    }

    .left-rectangle {
        background-color: #000;
        color: #fff;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 4vh;
        height: auto;
    }

    .left-rectangle h2 {
        font-size: 6vh;
        line-height: 1.5em;
        margin-left: 0vh;
        margin-top: -5vh;
    }

    .text-container {
        position: relative;
        display: inline-block;
        text-align: center;
        margin-top: 2em;
    }

    .text-click-for-more {
        margin-top: 0.8em;
        font-size: 2.2vh;
        line-height: 1.5em;
        margin-left: 0vh;
    }

    .underline {
        border-bottom: 0.8vh solid #fff;
        padding-top: 1.5vh;
        width: 19vh;
        line-height: 1.5em;
        margin-left: 0vh;
    }

    .image {
        display: none;
        position: absolute;
        left: 100%;
        top: -20%;
        bottom: 2vh;
        transform: translateX(-50%);
        max-width: 50vw;
        max-height: 20vh;
    }

    .right-rectangle {
        background-color: #fff;
        color: #000;
        display: flex;
        flex-direction: column;
        overflow-y: hidden;
        flex-grow: 1;
    }

    .right-rectangle h2 {
        font-size: 1.5vh;
        line-height: 0.3em;
    }

    .container {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        flex-grow: 1;
    }

    .column {
        margin: 0 2em;
    }

    .top {
        color: #000;
        display: flex;
        text-align: center;
        background-color: #fff;
        position: relative;
        justify-content: center;
        align-items: center;
        max-width: 100%;
    }

    .moto {
        margin-top: 11.7em;
        font-size: 2vh;
        margin-left: 0vh;
    }

    .rectangles {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-top: -5vh;
    }

    .rectangle {
        flex: 1;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin: 0em;
    }

    .rectangle-text1 {
        font-size: 1.8vh;
        text-align: center;
        color: #fff;
        margin-top: 0em;
    }

    .rectangles1 {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-top: 0vh;
    }

    .rectangle1 {
        flex: 1;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin: 0em;
    }

    .row1 {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 720px;
        margin-top: -5vh;
        margin-bottom: -5vh;
    }

    .rectangle-text1 {
        font-size: 2.2vh;
        text-align: center;
        color: #fff;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 80%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: 100%;
    }

    .rectangle-text1-main {
        margin-top: -5em;
        font-size: 3.5vh;
    }
}


/* PC + NTB --- 1280x800 --- */
@media (max-width: 1281px) and (max-height: 801px) {
    .menu-button {
        display: none;
    }

    .page {
        display: flex;
        flex-direction: column;
        max-height: 800px;
        overflow: hidden;
    }

    .header {
        background-color: #fff;
        color: black;
        padding: 2vh;
        text-align: center;
    }

    .header-content {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .header a {
        color: #000;
        text-decoration: none;
        margin: 1.2em;
    }

    .header h1 {
        font-size: 3.5vh;
        margin: 0;
    }

    .logo {
        text-align: left;
        margin-right: 2em;
    }

    .links {
        justify-content: center;
        text-align: center;
    }

    nav {
        flex: 1;
        text-align: center;
    }

    nav ul {
        list-style: none;
        padding: 0;
        margin: 0;
        display: flex;
        align-items: center;
    }

    nav ul li {
        margin-right: 1em;
    }

    nav ul li:last-child {
        margin-right: 0em;
    }

    nav ul li a {
        text-decoration: none;
        color: #fff;
        font-size: 1.8vh;
    }

    .top-link {
        position: relative;
        text-decoration: none;
        color: #000;
    }

    .top-link::before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 50%;
        width: 0;
        height: 0.13em;
        background-color: #000;
        transition: width 0.8s ease-in-out;
        transform: translateX(-50%);
    }

    .top-link:hover::before {
        width: 100%;
    }

    .first-section {
        max-height: 800px;
        overflow: hidden;
    }

    .content {
        flex: 1;
        display: flex;
    }

    .left-rectangle,
    .right-rectangle {
        flex: 1;
        display: flex;
        flex-direction: column;
    }

    .left-rectangle {
        background-color: #000;
        color: #fff;
        display: flex;
    }

    .left-rectangle h2 {
        font-size: 9vh;
        margin: 0;
        line-height: 1.5em;
    }

    .text-container {
        position: relative;
        display: inline-block;
    }

    .left-rectangle .text-container {
        text-align: left;
        margin-top: 2em;
        margin-left: 4em;
    }

    .text-click-for-more {
        margin-top: 0.8em;
        font-size: 4vh;
        line-height: 1.5em;
    }

    .underline {
        border-bottom: 0.8vh solid #fff;
        padding-top: 1.5vh;
        width: 28vh;
        transition: width 0.8s;
        line-height: 1.5em;
    }

    .left-rectangle:hover .underline {
        border-bottom: 0.8vh solid #fff;
        padding-top: 1.5vh;
        width: 100%;
    }

    .image {
        position: absolute;
        left: 85%;
        top: 5%;
        transform: translate(-50%, -50%);
        max-width: 30vw;
        max-height: 15vh;
    }

    .text-click-for-more {
        margin-top: 0.8em;
        font-size: 2.2vh;
        line-height: 1.5em;
    }

    .right-rectangle {
        background-color: #fff;
        color: #000;
        display: flex;
        flex-direction: column;
        flex-grow: 1;
        overflow-y: auto;
        max-height: 800px;
    }

    .right-rectangle h2 {
        font-size: 1.8vh;
        line-height: 0.3em;
    }

    .container {
        display: flex;
        justify-content: space-between;
        flex-grow: 1;
    }

    .column {
        flex-basis: 0;
        flex-grow: 1;
        margin: 0 2.5em;
        max-width: calc(50% - 5%);
    }

    .top {
        color: #000;
        display: flex;
        text-align: center;
        background-color: #fff;
        position: relative;
    }

    @keyframes slideInFromLeft {
        0% {
            opacity: 0;
            transform: translateX(-800px);
        }
        100% {
            opacity: 1;
            transform: translateX(0);
        }
    }

    .top {
        animation: slideInFromLeft 1s ease-in-out;
    }

    .moto {
        margin-top: 16.6em;
        font-size: 2.2vh;
    }

    .rectangles {
        display: flex;
        flex: 1 0 100%;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }

    .rectangles1 {
        display: flex;
        flex: 1 0 100%;
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: center;
    }

    .rectangle {
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        overflow: hidden;
        position: relative;
        flex-basis: calc(50% - 0.5em);
        max-height: 150px;
    }

    .rectangle1 {
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        overflow: hidden;
        position: relative;
        max-height: 384px;
    }

    .row1 {
        display: flex;
        width: 100%;
    }

    .rectangle-text1 {
        font-size: 2vh;
        text-align: center;
        color: #fff;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 80%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: 100%;
    }

    .rectangle-text1-main {
        margin-top: 2.2em;
        font-size: 3vh;
    }
}


/* PC + NTB --- 1024x768 --- */
@media (max-width: 1025px) and (max-height: 769px) {
    .menu-button {
        display: none;
    }

    .page {
        display: flex;
        flex-direction: column;
        max-height: 768px;
        overflow: hidden;
    }

    .header {
        background-color: #fff;
        color: black;
        padding: 2vh;
        text-align: center;
    }

    .header-content {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .header a {
        color: #000;
        text-decoration: none;
        margin: 1.2em;
    }

    .header h1 {
        font-size: 3.5vh;
        margin: 0;
    }

    .logo {
        text-align: left;
        margin-right: 2em;
    }

    .links {
        justify-content: center;
        text-align: center;
    }

    nav {
        flex: 1;
        text-align: center;
    }

    nav ul {
        list-style: none;
        padding: 0;
        margin: 0;
        display: flex;
        align-items: center;
    }

    nav ul li {
        margin-right: 1em;
    }

    nav ul li:last-child {
        margin-right: 0em;
    }

    nav ul li a {
        text-decoration: none;
        color: #fff;
        font-size: 1.8vh;
    }

    .top-link {
        position: relative;
        text-decoration: none;
        color: #000;
    }

    .top-link::before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 50%;
        width: 0;
        height: 0.13em;
        background-color: #000;
        transition: width 0.8s ease-in-out;
        transform: translateX(-50%);
    }

    .top-link:hover::before {
        width: 100%;
    }

    .first-section {
        max-height: 768px;
        overflow: hidden;
    }

    .content {
        flex: 1;
        display: flex;
    }

    .left-rectangle,
    .right-rectangle {
        flex: 1;
        display: flex;
        flex-direction: column;
    }

    .left-rectangle {
        background-color: #000;
        color: #fff;
        display: flex;
    }

    .left-rectangle h2 {
        font-size: 9vh;
        margin: 0;
        line-height: 1.5em;
    }

    .text-container {
        position: relative;
        display: inline-block;
    }

    .left-rectangle .text-container {
        text-align: left;
        margin-top: 2em;
        margin-left: 4em;
    }

    .text-click-for-more {
        margin-top: 0.8em;
        font-size: 4vh;
        line-height: 1.5em;
    }

    .underline {
        border-bottom: 0.8vh solid #fff;
        padding-top: 1.5vh;
        width: 32vh;
        transition: width 0.8s;
        line-height: 1.5em;
    }

    .left-rectangle:hover .underline {
        border-bottom: 0.8vh solid #fff;
        padding-top: 1.5vh;
        width: 100%;
    }

    .image {
        position: absolute;
        left: 85%;
        top: 5%;
        transform: translate(-50%, -50%);
        max-width: 30vw;
        max-height: 15vh;
    }

    .right-rectangle {
        background-color: #fff;
        color: #000;
        display: flex;
        flex-direction: column;
        flex-grow: 1;
        overflow-y: auto;
        max-height: 800px;
    }

    .right-rectangle h2 {
        font-size: 1.8vh;
        line-height: 0.3em;
    }

    .container {
        display: flex;
        justify-content: space-between;
        flex-grow: 1;
    }

    .column {
        flex-basis: 0;
        flex-grow: 1;
        margin: 0 2.5em;
        max-width: calc(50% - 5%);
    }

    .top {
        color: #000;
        display: flex;
        text-align: center;
        background-color: #fff;
        position: relative;
    }

    @keyframes slideInFromLeft {
        0% {
            opacity: 0;
            transform: translateX(-800px);
        }
        100% {
            opacity: 1;
            transform: translateX(0);
        }
    }

    .top {
        animation: slideInFromLeft 1s ease-in-out;
    }

    .moto {
        margin-top: 16em;
        font-size: 2.2vh;
    }

    .rectangles {
        display: flex;
        flex: 1 0 100%;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }

    .rectangles1 {
        display: flex;
        flex: 1 0 100%;
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: center;
    }

    .rectangle {
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        overflow: hidden;
        position: relative;
        flex-basis: calc(50% - 0.5em);
        max-height: 150px;
    }

    .rectangle1 {
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        overflow: hidden;
        position: relative;
        max-height: 384px;
    }

    .row1 {
        display: flex;
        width: 100%;
    }

    .rectangle-text1 {
        font-size: 2.2vh;
        text-align: center;
        color: #fff;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 80%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: 100%;
    }

    .rectangle-text1-main {
        margin-top: 2.5em;
        font-size: 3.5vh;
    }
}


/*Tablet --- 768x1024 ---*/
@media (max-width: 769px) and (max-height: 1025px) {
    #toggle-menu {
        color: black;
        background-color: white;
        font-size: 1.5vh;
        border-color: black;
    }
    .menu-button {
        display: block;
        float: left;
        margin-top: 10px;
    }

    .links ul {
        display: none;
        text-align: center;
        justify-content: center;
        font-size: 2vh;
    }

    .links ul.show-menu {
        display: block;
    }

    .page {
        display: flex;
        flex-direction: column;
        overflow: auto;
    }

    .header {
        background-color: #fff;
        color: black;
        padding: 2vh;
        text-align: center;
        width: 80%;
    }

    .header-content {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .header a {
        color: #000;
        text-decoration: none;
        margin: 1.2em;
    }

    .header h1 {
        font-size: 3vh;
        margin-left: 1vh;
    }

    .logo {
        text-align: left;
        margin-right: 2em;
    }

    .links {
        justify-content: center;
        text-align: center;
    }

    nav {
        flex: 1;
        text-align: center;
    }

    nav ul {
        list-style: none;
        padding: 0;
        margin: 0;
        display: flex;
        align-items: center;
    }

    nav ul li {
        margin-right: 1.5em;
    }

    nav ul li:last-child {
        margin-right: 0em;
    }

    nav ul li a {
        text-decoration: none;
        color: #fff;
        font-size: 1.5vh;
    }

    .top-link {
        position: relative;
        text-decoration: none;
        color: #000;
        flex: 1;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .content {
        display: flex;
        flex-direction: column;
        height: 100%;
    }

    .left-rectangle {
        background-color: #000;
        color: #fff;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 4vh;
        height: auto;
    }

    .left-rectangle h2 {
        font-size: 6vh;
        line-height: 1.5em;
        margin-left: -12vh;
        margin-top: -5vh;
    }

    .text-container {
        position: relative;
        display: inline-block;
        text-align: center;
        margin-top: 2em;
    }

    .text-click-for-more {
        margin-top: 0.8em;
        font-size: 2vh;
        line-height: 1.5em;
        margin-left: -12vh;
    }

    .underline {
        border-bottom: 0.8vh solid #fff;
        padding-top: 1.5vh;
        width: 24vh;
        line-height: 1.5em;
        margin-left: -12vh;
    }

    .image {
        display: none;
        position: absolute;
        left: 100%;
        top: -20%;
        bottom: 2vh;
        transform: translateX(-50%);
        max-width: 50vw;
        max-height: 20vh;
    }

    .right-rectangle {
        background-color: #fff;
        color: #000;
        display: flex;
        flex-direction: column;
        overflow-y: hidden;
        flex-grow: 1;
    }

    .right-rectangle h2 {
        font-size: 1.5vh;
        line-height: 0.3em;
    }

    .container {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        flex-grow: 1;
    }

    .column {
        margin: 0 2em;
    }

    .top {
        color: #000;
        display: flex;
        text-align: center;
        background-color: #fff;
        position: relative;
        justify-content: center;
        align-items: center;
        max-width: 100%;
    }

    .moto {
        margin-top: 12em;
        font-size: 2vh;
        margin-left: -12vh;
    }

    .rectangles {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-top: 3vh;
    }

    .rectangle {
        flex: 1;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin: 1em;
    }

    .rectangle-text1 {
        font-size: 1.8vh;
        text-align: center;
        color: #fff;
        margin-top: 2em;
    }

    .rectangles1 {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-top: -5vh;
    }

    .rectangle1 {
        flex: 1;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin: 0em;
    }

    .row1 {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 500px;
    }

    .rectangle-text1 {
        font-size: 2.2vh;
        text-align: center;
        color: #fff;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 80%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: 100%;
    }

    .rectangle-text1-main {
        margin-top: -5em;
        font-size: 3.5vh;
    }
}


/* Tablet --- 820x1180 ---*/
@media (max-width: 820px) and (max-height: 1180px) {
    #toggle-menu {
        color: black;
        background-color: white;
        font-size: 1.5vh;
        border-color: black;
    }
    .menu-button {
        display: block;
        float: left;
        margin-top: 10px;
    }

    .links ul {
        display: none;
        text-align: center;
        justify-content: center;
        font-size: 2vh;
    }

    .links ul.show-menu {
        display: block;
    }

    .page {
        display: flex;
        flex-direction: column;
        overflow: auto;
    }

    .header {
        background-color: #fff;
        color: black;
        padding: 2vh;
        text-align: center;
        width: 80%;
    }

    .header-content {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .header a {
        color: #000;
        text-decoration: none;
        margin: 1.2em;
    }

    .header h1 {
        font-size: 3vh;
        margin-left: 1vh;
    }

    .logo {
        text-align: left;
        margin-right: 2em;
    }

    .links {
        justify-content: center;
        text-align: center;
    }

    nav {
        flex: 1;
        text-align: center;
    }

    nav ul {
        list-style: none;
        padding: 0;
        margin: 0;
        display: flex;
        align-items: center;
    }

    nav ul li {
        margin-right: 1.5em;
    }

    nav ul li:last-child {
        margin-right: 0em;
    }

    nav ul li a {
        text-decoration: none;
        color: #fff;
        font-size: 1.5vh;
    }

    .top-link {
        position: relative;
        text-decoration: none;
        color: #000;
        flex: 1;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .content {
        display: flex;
        flex-direction: column;
        height: 100%;
    }

    .left-rectangle {
        background-color: #000;
        color: #fff;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 4vh;
        height: auto;
    }

    .left-rectangle h2 {
        font-size: 6vh;
        line-height: 1.5em;
        margin-left: -15vh;
        margin-top: -5vh;
    }

    .text-container {
        position: relative;
        display: inline-block;
        text-align: center;
        margin-top: 2em;
    }

    .text-click-for-more {
        margin-top: 0.8em;
        font-size: 1.5vh;
        line-height: 1.5em;
        margin-left: -15vh;
    }

    .underline {
        border-bottom: 0.8vh solid #fff;
        padding-top: 1.5vh;
        width: 24vh;
        line-height: 1.5em;
        margin-left: -15vh;
    }

    .image {
        display: none;
        position: absolute;
        left: 100%;
        top: -20%;
        bottom: 2vh;
        transform: translateX(-50%);
        max-width: 50vw;
        max-height: 20vh;
    }

    .right-rectangle {
        background-color: #fff;
        color: #000;
        display: flex;
        flex-direction: column;
        overflow-y: hidden;
        flex-grow: 1;
    }

    .right-rectangle h2 {
        font-size: 1.5vh;
        line-height: 0.3em;
    }

    .container {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        flex-grow: 1;
    }

    .column {
        margin: 0 2em;
    }

    .top {
        color: #000;
        display: flex;
        text-align: center;
        background-color: #fff;
        position: relative;
        justify-content: center;
        align-items: center;
        max-width: 100%;
    }

    .moto {
        margin-top: 12.6em;
        font-size: 2vh;
        margin-left: -15vh;
    }

    .rectangles {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-top: 3vh;
    }

    .rectangle {
        flex: 1;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin: 1em;
    }

    .rectangle-text1 {
        font-size: 1.8vh;
        text-align: center;
        color: #fff;
        margin-top: 2em;
    }

    .rectangles1 {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-top: -5vh;
    }

    .rectangle1 {
        flex: 1;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin: 0em;
    }

    .row1 {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 590px;
    }

    .rectangle-text1 {
        font-size: 2.2vh;
        text-align: center;
        color: #fff;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 80%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: 100%;
    }

    .rectangle-text1-main {
        margin-top: -5em;
        font-size: 3.5vh;
    }
}


/* Tablet --- 800x1280 ---*/
@media (max-width: 800px) and (max-height: 1280px) {

    #toggle-menu {
        color: black;
        background-color: white;
        font-size: 1.5vh;
        border-color: black;
    }
    .menu-button {
        display: block;
        float: left;
        margin-top: 10px;
    }

    .links ul {
        display: none;
        text-align: center;
        justify-content: center;
        font-size: 2vh;
    }

    .links ul.show-menu {
        display: block;
    }

    .page {
        display: flex;
        flex-direction: column;
        overflow: auto;
    }

    .header {
        background-color: #fff;
        color: black;
        padding: 2vh;
        text-align: center;
        width: 80%;
        margin-left: 4vh;
    }

    .header-content {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .header a {
        color: #000;
        text-decoration: none;
        margin: 1.2em;
    }

    .header h1 {
        font-size: 3vh;
        margin-left: 1vh;
    }

    .logo {
        text-align: left;
        margin-right: 2em;
    }

    .links {
        justify-content: center;
        text-align: center;
    }

    nav {
        flex: 1;
        text-align: center;
    }

    nav ul {
        list-style: none;
        padding: 0;
        margin: 0;
        display: flex;
        align-items: center;
    }

    nav ul li {
        margin-right: 1.5em;
    }

    nav ul li:last-child {
        margin-right: 0em;
    }

    nav ul li a {
        text-decoration: none;
        color: #fff;
        font-size: 1.5vh;
    }

    .top-link {
        position: relative;
        text-decoration: none;
        color: #000;
        flex: 1;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .content {
        display: flex;
        flex-direction: column;
        height: 100%;
    }

    .left-rectangle {
        background-color: #000;
        color: #fff;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 4vh;
        height: auto;
    }

    .left-rectangle h2 {
        font-size: 6vh;
        line-height: 1.5em;
        margin-left: -12vh;
        margin-top: -5vh;
    }

    .text-container {
        position: relative;
        display: inline-block;
        text-align: center;
        margin-top: 2em;
    }

    .text-click-for-more {
        margin-top: 0.8em;
        font-size: 3vh;
        line-height: 1.5em;
        margin-left: -12vh;
    }

    .underline {
        border-bottom: 0.8vh solid #fff;
        padding-top: 1.5vh;
        width: 24vh;
        line-height: 1.5em;
        margin-left: -12vh;
    }

    .image {
        display: none;
        position: absolute;
        left: 100%;
        top: -20%;
        bottom: 2vh;
        transform: translateX(-50%);
        max-width: 50vw;
        max-height: 20vh;
    }

    .right-rectangle {
        background-color: #fff;
        color: #000;
        display: flex;
        flex-direction: column;
        overflow-y: hidden;
        flex-grow: 1;
    }

    .right-rectangle h2 {
        font-size: 1.5vh;
        line-height: 0.3em;
    }

    .container {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        flex-grow: 1;
    }

    .column {
        margin: 0 2em;
    }

    .top {
        color: #000;
        display: flex;
        text-align: center;
        background-color: #fff;
        position: relative;
        justify-content: center;
        align-items: center;
        max-width: 100%;
    }

    .moto {
        margin-top: 12em;
        font-size: 2vh;
        margin-left: 10vh;
    }

    .rectangles {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-top: 3vh;
    }

    .rectangle {
        flex: 1;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin: 1em;
    }

    .rectangle-text1 {
        font-size: 1.8vh;
        text-align: center;
        color: #fff;
        margin-top: 2em;
    }

    .rectangles1 {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-top: -5vh;
    }

    .rectangle1 {
        flex: 1;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin: 0em;
    }

    .row1 {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 640px;
    }

    .rectangle-text1 {
        font-size: 2.2vh;
        text-align: center;
        color: #fff;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 80%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: 100%;
    }

    .rectangle-text1-main {
        margin-top: -5em;
        font-size: 3.5vh;
    }
}


/* Mobil --- 1160 ---*/
@media (max-width: 1160px) {
    #toggle-menu {
        color: black;
        background-color: white;
        font-size: 1.5vh;
        border-color: black;
    }
    .menu-button {
        display: block;
        float: left;
        margin-top: 10px;
    }

    .links ul {
        display: none;
        text-align: center;
        justify-content: center;
        font-size: 2vh;
    }

    .links ul.show-menu {
        display: block;
    }

    .page {
        display: flex;
        flex-direction: column;
        overflow: auto;
    }

    .header {
        background-color: #fff;
        color: black;
        padding: 2vh;
        text-align: center;
        width: 85%;
    }

    .header-content {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .header a {
        color: #000;
        text-decoration: none;
        margin: 1.2em;
    }

    .header h1 {
        display: none;
        font-size: 3vh;
        margin-left: 1vh;
    }

    .logo {
        text-align: left;
        margin-right: 2em;
    }

    .links {
        justify-content: center;
        text-align: center;
    }

    nav {
        flex: 1;
        text-align: center;
    }

    nav ul {
        list-style: none;
        padding: 0;
        margin: 0;
        display: flex;
        align-items: center;
    }

    nav ul li {
        margin-right: 1.5em;
    }

    nav ul li:last-child {
        margin-right: 0em;
    }

    nav ul li a {
        text-decoration: none;
        color: #fff;
        font-size: 1.5vh;
    }

    .top-link {
        position: relative;
        text-decoration: none;
        color: #000;
        flex: 1;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .content {
        display: flex;
        flex-direction: column;
        height: 100%;
    }

    .left-rectangle {
        background-color: #000;
        color: #fff;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 4vh;
        height: auto;
    }

    .left-rectangle h2 {
        font-size: 6vh;
        line-height: 1.5em;
        margin-left: 10vh;
        margin-top: -5vh;
    }

    .text-container {
        position: relative;
        display: inline-block;
        text-align: center;
        margin-top: 2em;
    }

    .text-click-for-more {
        margin-top: 0.8em;
        font-size: 2.5vh;
        line-height: 1.5em;
        margin-left: 10vh;
    }

    .underline {
        border-bottom: 0.8vh solid #fff;
        padding-top: 1.5vh;
        width: 18vh;
        line-height: 1.5em;
        margin-left: 10vh;
    }

    .image {
        display: none;
        position: absolute;
        left: 100%;
        top: -20%;
        bottom: 2vh;
        transform: translateX(-50%);
        max-width: 50vw;
        max-height: 20vh;
    }

    .right-rectangle {
        background-color: #fff;
        color: #000;
        display: flex;
        flex-direction: column;
        overflow-y: hidden;
        flex-grow: 1;
    }

    .right-rectangle h2 {
        font-size: 1.5vh;
        line-height: 0.3em;
    }

    .container {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        flex-grow: 1;
    }

    .column {
        margin: 0 2em;
    }

    .top {
        color: #000;
        display: flex;
        text-align: center;
        background-color: #fff;
        position: relative;
        justify-content: center;
        align-items: center;
        max-width: 100%;
    }

    .moto {
        margin-top: 10.8em;
        font-size: 2vh;
        margin-left: 10vh;
    }

    .rectangles {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-top: 3vh;
    }

    .rectangle {
        flex: 1;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin: 1em;
    }

    .rectangle-text1 {
        font-size: 1.8vh;
        text-align: center;
        color: #fff;
        margin-top: 2em;
    }

    .rectangles1 {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-top: -5vh;
    }

    .rectangle1 {
        flex: 1;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin: 0em;
    }

    .row1 {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 50%;
    }

    .rectangle-text1 {
        font-size: 2.2vh;
        text-align: center;
        color: #fff;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 80%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: 100%;
    }

    .rectangle-text1-main {
        margin-top: -5em;
        font-size: 3.5vh;
    }
}


/* Mobil --- 1160x900 ---*/
@media (max-width: 1160px) and (max-height: 900px) {

    #toggle-menu {
        color: black;
        background-color: white;
        font-size: 1.5vh;
        border-color: black;
    }
    .menu-button {
        display: block;
        float: left;
        margin-top: 10px;
    }

    .links ul {
        display: none;
        text-align: center;
        justify-content: center;
        font-size: 2vh;
    }

    .links ul.show-menu {
        display: block;
    }

    .page {
        display: flex;
        flex-direction: column;
        overflow: auto;
    }

    .header {
        background-color: #fff;
        color: black;
        padding: 2vh;
        text-align: center;
        width: 90%;
        margin-left: 5vh;
    }

    .header-content {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .header a {
        color: #000;
        text-decoration: none;
        margin: 1.2em;
    }

    .header h1 {
        font-size: 3vh;
        margin-left: 1vh;
    }

    .logo {
        text-align: left;
        margin-right: 2em;
    }

    .links {
        justify-content: center;
        text-align: center;
    }

    nav {
        flex: 1;
        text-align: center;
    }

    nav ul {
        list-style: none;
        padding: 0;
        margin: 0;
        display: flex;
        align-items: center;
    }

    nav ul li {
        margin-right: 1.5em;
    }

    nav ul li:last-child {
        margin-right: 0em;
    }

    nav ul li a {
        text-decoration: none;
        color: #fff;
        font-size: 1.5vh;
    }

    .top-link {
        position: relative;
        text-decoration: none;
        color: #000;
        flex: 1;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .content {
        display: flex;
        flex-direction: column;
        height: 100%;
    }

    .left-rectangle {
        background-color: #000;
        color: #fff;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 4vh;
        height: auto;
    }

    .left-rectangle h2 {
        font-size: 6vh;
        line-height: 1.5em;
        margin-left: 2vh;
        margin-top: -5vh;
    }

    .text-container {
        position: relative;
        display: inline-block;
        text-align: center;
        margin-top: 2em;
    }

    .text-click-for-more {
        margin-top: 0.8em;
        font-size: 2.2vh;
        line-height: 1.5em;
        margin-left: 2vh;
    }

    .underline {
        border-bottom: 0.8vh solid #fff;
        padding-top: 1.5vh;
        width: 37.5vh;
        line-height: 1.5em;
        margin-left: 2vh;
    }

    .image {
        display: none;
        position: absolute;
        left: 400%;
        top: -20%;
        bottom: 2vh;
        transform: translateX(-50%);
        max-width: 50vw;
        max-height: 20vh;
    }

    .right-rectangle {
        background-color: #fff;
        color: #000;
        display: flex;
        flex-direction: column;
        overflow-y: hidden;
        flex-grow: 1;
    }

    .right-rectangle h2 {
        font-size: 1.5vh;
        line-height: 0.3em;
    }

    .container {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        flex-grow: 1;
    }

    .column {
        margin: 0 2em;
    }

    .top {
        color: #000;
        display: flex;
        text-align: center;
        background-color: #fff;
        position: relative;
        justify-content: center;
        align-items: center;
        max-width: 100%;
    }

    .moto {
        margin-top: 13em;
        font-size: 2vh;
        margin-left: 2vh;
    }

    .rectangles {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-top: 3vh;
    }

    .rectangle {
        flex: 1;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin: 1em;
    }

    .rectangle-text1 {
        font-size: 1.8vh;
        text-align: center;
        color: #fff;
        margin-top: 2em;
    }

    .rectangles1 {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-top: -8vh;
    }

    .rectangle1 {
        flex: 1;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin: 0em;
    }

    .row1 {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 50%;
    }

    .rectangle-text1 {
        font-size: 2.2vh;
        text-align: center;
        color: #fff;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 80%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: 100%;
    }

    .rectangle-text1-main {
        margin-top: -5em;
        font-size: 3.5vh;
    }
}


/* Mobil --- 550x600 ---*/
@media (max-width: 550px) and (max-height: 600px) {
    #toggle-menu {
        color: black;
        background-color: white;
        font-size: 1.5vh;
        border-color: black;
    }
    .menu-button {
        display: block;
        float: left;
        margin-top: 10px;
    }

    .links ul {
        display: none;
        text-align: center;
        justify-content: center;
        font-size: 2vh;
    }

    .links ul.show-menu {
        display: block;
    }

    .page {
        display: flex;
        flex-direction: column;
        overflow: auto;
    }

    .header {
        background-color: #fff;
        color: black;
        padding: 2vh;
        text-align: center;
        width: 70%;
        margin-left: 10vh;
    }

    .header-content {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .header a {
        color: #000;
        text-decoration: none;
        margin: 1.2em;
    }

    .header h1 {
        font-size: 2.5vh;
        margin-left: 1vh;
    }

    .logo {
        text-align: left;
        margin-right: 2em;
    }

    .links {
        justify-content: center;
        text-align: center;
    }

    nav {
        flex: 1;
        text-align: center;
    }

    nav ul {
        list-style: none;
        padding: 0;
        margin: 0;
        display: flex;
        align-items: center;
    }

    nav ul li {
        margin-right: 1.5em;
    }

    nav ul li:last-child {
        margin-right: 0em;
    }

    nav ul li a {
        text-decoration: none;
        color: #fff;
        font-size: 1.2vh;
    }

    .top-link {
        position: relative;
        text-decoration: none;
        color: #000;
        flex: 1;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .content {
        display: flex;
        flex-direction: column;
        height: 100%;
    }

    .left-rectangle {
        background-color: #000;
        color: #fff;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 4vh;
        height: auto;
    }

    .left-rectangle h2 {
        font-size: 6vh;
        line-height: 1.5em;
        margin-left: -5vh;
        margin-top: -5vh;
    }

    .text-container {
        position: relative;
        display: inline-block;
        text-align: center;
        margin-top: 2em;
    }

    .text-click-for-more {
        margin-top: 0.8em;
        font-size: 2vh;
        line-height: 1.5em;
        margin-left: -5vh;
    }

    .underline {
        border-bottom: 0.8vh solid #fff;
        padding-top: 1.5vh;
        width: 19vh;
        line-height: 1.5em;
        margin-left: -5vh;
    }

    .image {
        position: absolute;
        left: 260%;
        top: -20%;
        bottom: 2vh;
        transform: translateX(-50%);
        max-width: 50vw;
        max-height: 20vh;
    }

    .right-rectangle {
        background-color: #fff;
        color: #000;
        display: flex;
        flex-direction: column;
        overflow-y: hidden;
        flex-grow: 1;
    }

    .right-rectangle h2 {
        font-size: 1.5vh;
        line-height: 0.3em;
    }

    .container {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        flex-grow: 1;
    }

    .column {
        margin: 0 2em;
    }

    .top {
        color: #000;
        display: flex;
        text-align: center;
        background-color: #fff;
        position: relative;
        justify-content: center;
        align-items: center;
        max-width: 100%;
    }

    .moto {
        margin-top: 11.5em;
        font-size: 2vh;
        margin-left: -5vh;
    }

    .rectangles {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-top: 3vh;
    }

    .rectangle {
        flex: 1;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin: 1em;
    }

    .rectangle-text1 {
        font-size: 1.8vh;
        text-align: center;
        color: #fff;
        margin-top: 2em;
    }

    .rectangles1 {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-top: -8vh;
    }

    .rectangle1 {
        flex: 1;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin: 0em;
    }

    .row1 {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 50%;
    }

    .rectangle-text1 {
        font-size: 2.2vh;
        text-align: center;
        color: #fff;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 80%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: 100%;
    }

    .rectangle-text1-main {
        margin-top: -6em;
        font-size: 3.5vh;
    }
}


/* Mobil --- 450x700 ---*/
@media (max-width: 450px) and (max-height: 700px) {
    #toggle-menu {
        color: black;
        background-color: white;
        font-size: 1.5vh;
        border-color: black;
    }
    .menu-button {
        display: block;
        float: left;
        margin-top: 10px;
    }

    .links ul {
        display: none;
        text-align: center;
        justify-content: center;
        font-size: 2vh;
    }

    .links ul.show-menu {
        display: block;
    }

    .page {
        display: flex;
        flex-direction: column;
        overflow: auto;
    }

    .header {
        background-color: #fff;
        color: black;
        padding: 2vh;
        text-align: center;
        width: 70%;
        margin-left: 7vh;
    }

    .header-content {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .header a {
        color: #000;
        text-decoration: none;
        margin: 1.2em;
    }

    .header h1 {
        font-size: 2.5vh;
        margin-left: 1vh;
    }

    .logo {
        text-align: left;
        margin-right: 1em;
    }

    .links {
        justify-content: center;
        text-align: center;
    }

    nav {
        flex: 1;
        text-align: center;
    }

    nav ul {
        list-style: none;
        padding: 0;
        margin: 0;
        display: flex;
        align-items: center;
    }

    nav ul li {
        margin-right: 1em;
    }

    nav ul li:last-child {
        margin-right: 0em;
    }

    nav ul li a {
        text-decoration: none;
        color: #fff;
        font-size: 1.3vh;
    }

    .top-link {
        position: relative;
        text-decoration: none;
        color: #000;
        flex: 1;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .content {
        display: flex;
        flex-direction: column;
        height: 100%;
    }

    .left-rectangle {
        background-color: #000;
        color: #fff;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 4vh;
        height: auto;
    }

    .left-rectangle h2 {
        font-size: 6vh;
        line-height: 1.5em;
        margin-left: -5vh;
        margin-top: -5vh;
    }

    .text-container {
        position: relative;
        display: inline-block;
        text-align: center;
        margin-top: 2em;
    }

    .text-click-for-more {
        margin-top: 0.8em;
        font-size: 2vh;
        line-height: 1.5em;
        margin-left: -5vh;
    }

    .underline {
        border-bottom: 0.8vh solid #fff;
        padding-top: 1.5vh;
        width: 37.5vh;
        line-height: 1.5em;
        margin-left: -5vh;
    }

    .image {
        position: absolute;
        left: 260%;
        top: -20%;
        bottom: 2vh;
        transform: translateX(-50%);
        max-width: 50vw;
        max-height: 20vh;
    }

    .right-rectangle {
        background-color: #fff;
        color: #000;
        display: flex;
        flex-direction: column;
        overflow-y: hidden;
        flex-grow: 1;
    }

    .right-rectangle h2 {
        font-size: 1.5vh;
        line-height: 0.3em;
    }

    .container {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        flex-grow: 1;
    }

    .column {
        margin: 0 2em;
    }

    .top {
        color: #000;
        display: flex;
        text-align: center;
        background-color: #fff;
        position: relative;
        justify-content: center;
        align-items: center;
        max-width: 100%;
    }

    .moto {
        margin-top: 11.5em;
        font-size: 2vh;
        margin-left: -5vh;
    }

    .rectangles {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-top: 3vh;
    }

    .rectangle {
        flex: 1;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin: 1em;
    }

    .rectangle-text1 {
        font-size: 1.8vh;
        text-align: center;
        color: #fff;
        margin-top: 2em;
    }

    .rectangles1 {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-top: -8vh;
    }

    .rectangle1 {
        flex: 1;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin: 0em;
    }

    .row1 {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 50%;
    }

    .rectangle-text1 {
        font-size: 2.2vh;
        text-align: center;
        color: #fff;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 80%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: 100%;
    }

    .rectangle-text1-main {
        margin-top: -8em;
        font-size: 3.5vh;
    }
}


/* Mobil --- 412x915 ---*/
@media (max-width: 412px) and (max-height: 915px){
    #toggle-menu {
        color: black;
        background-color: white;
        font-size: 1.5vh;
        border-color: black;
    }
    .menu-button {
        display: block;
        float: left;
        margin-top: 10px;
    }

    .links ul {
        display: none;
        text-align: center;
        justify-content: center;
        font-size: 2vh;
    }

    .links ul.show-menu {
        display: block;
    }

    .page {
        display: flex;
        flex-direction: column;
        overflow: auto;
    }

    .header {
        background-color: #fff;
        color: black;
        padding: 2vh;
        text-align: center;
        width: 80%;
        margin-left: 3vh;
    }

    .header-content {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .header a {
        color: #000;
        text-decoration: none;
        margin: 1em;
    }

    .header h1 {
        display: none;
        font-size: 2.5vh;
        margin-left: 0vh;
    }

    .logo {
        display: none;
        text-align: left;
        margin-right: 2em;
    }

    .links {
        justify-content: center;
        text-align: center;
    }

    nav {
        flex: 1;
        text-align: center;
    }

    nav ul {
        list-style: none;
        padding: 0;
        margin: 0;
        display: flex;
        align-items: center;
    }

    nav ul li {
        margin-right: 0.5em;
    }

    nav ul li:last-child {
        margin-right: 0em;
    }

    nav ul li a {
        text-decoration: none;
        color: #fff;
        font-size: 1vh;
    }

    .top-link {
        position: relative;
        text-decoration: none;
        color: #000;
        flex: 1;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .content {
        display: flex;
        flex-direction: column;
        height: 100%;
    }

    .left-rectangle {
        background-color: #000;
        color: #fff;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 4vh;
        height: auto;
    }

    .left-rectangle h2 {
        font-size: 5vh;
        line-height: 1.5em;
        margin-left: -10vh;
        margin-top: -5vh;
    }

    .text-container {
        position: relative;
        display: inline-block;
        text-align: center;
        margin-top: 2em;
    }

    .text-click-for-more {
        margin-top: 0.8em;
        font-size: 1.5vh;
        line-height: 1.5em;
        margin-left: -10vh;
    }

    .underline {
        border-bottom: 0.8vh solid #fff;
        padding-top: 1.5vh;
        width: 31vh;
        line-height: 1.5em;
        margin-left: -10vh;
    }

    .image {
        display: none;
        position: absolute;
        left: 125%;
        top: -15%;
        bottom: 2vh;
        transform: translateX(-50%);
        max-width: 50vw;
        max-height: 20vh;
    }

    .right-rectangle {
        background-color: #fff;
        color: #000;
        display: flex;
        flex-direction: column;
        overflow-y: hidden;
        flex-grow: 1;
    }

    .right-rectangle h2 {
        font-size: 1.5vh;
        line-height: 0.3em;
    }

    .container {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        flex-grow: 1;
    }

    .column {
        margin: 0 2em;
    }

    .top {
        color: #000;
        display: flex;
        text-align: center;
        background-color: #fff;
        position: relative;
        justify-content: center;
        align-items: center;
        max-width: 100%;
    }

    .moto {
        margin-top: 11.5em;
        font-size: 2vh;
        margin-left: -10vh;
    }

    .rectangles {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-top: 3vh;
    }

    .rectangle {
        flex: 1;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin: 1em;
    }

    .rectangle-text1 {
        font-size: 1.8vh;
        text-align: center;
        color: #fff;
        margin-top: 2em;
    }

    .rectangles1 {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-top: -8vh;
    }

    .rectangle1 {
        flex: 1;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin: 0em;
    }

    .row1 {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 50%;
    }

    .rectangle-text1 {
        font-size: 1.8vh;
        text-align: center;
        color: #fff;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 80%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: 100%;
    }

    .rectangle-text1-main {
        margin-top: -8em;
        font-size: 3vh;
    }
}


/* Mobil --- 360x640 ---*/
@media (max-width: 360px) and (max-height: 640px){
    #toggle-menu {
        color: black;
        background-color: white;
        font-size: 1.5vh;
        border-color: black;
    }
    .menu-button {
        display: block;
        float: left;
        margin-top: 10px;
    }

    .links ul {
        display: none;
        text-align: center;
        justify-content: center;
        font-size: 2vh;
    }

    .links ul.show-menu {
        display: block;
    }

    .page {
        display: flex;
        flex-direction: column;
        overflow: auto;
    }

    .header {
        background-color: #fff;
        color: black;
        padding: 2vh;
        text-align: center;
        width: 35%;
        margin-left: 16vh;
    }

    .header-content {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .header a {
        color: #000;
        text-decoration: none;
        margin: 1em;
    }

    .header h1 {
        display: none;
        font-size: 2.5vh;
        margin-left: 1vh;
    }

    .logo {
        display: none;
        text-align: left;
        margin-right: 2em;
    }

    .links {
        justify-content: center;
        text-align: center;
    }

    nav {
        flex: 1;
        text-align: center;
    }

    nav ul {
        list-style: none;
        padding: 0;
        margin: 0;
        display: flex;
        align-items: center;
    }

    nav ul li {
        margin-right: 1.5em;
    }

    nav ul li:last-child {
        margin-right: 0em;
    }

    nav ul li a {
        text-decoration: none;
        color: #fff;
        font-size: 0.8vh;
    }

    .top-link {
        position: relative;
        text-decoration: none;
        color: #000;
        flex: 1;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .content {
        display: flex;
        flex-direction: column;
        height: 100%;
    }

    .left-rectangle {
        background-color: #000;
        color: #fff;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 4vh;
        height: auto;
    }

    .left-rectangle h2 {
        font-size: 5vh;
        line-height: 1.5em;
        margin-left: -8vh;
        margin-top: -5vh;
    }

    .text-container {
        position: relative;
        display: inline-block;
        text-align: center;
        margin-top: 2em;
    }

    .text-click-for-more {
        margin-top: 0.8em;
        font-size: 1.5vh;
        line-height: 1.5em;
        margin-left: -8vh;
    }

    .underline {
        border-bottom: 0.8vh solid #fff;
        padding-top: 1.5vh;
        width: 16vh;
        line-height: 1.5em;
        margin-left: -8vh;
    }

    .image {
        display: none;
        position: absolute;
        left: 125%;
        top: -15%;
        bottom: 2vh;
        transform: translateX(-50%);
        max-width: 50vw;
        max-height: 20vh;
    }

    .right-rectangle {
        background-color: #fff;
        color: #000;
        display: flex;
        flex-direction: column;
        overflow-y: hidden;
        flex-grow: 1;
    }

    .right-rectangle h2 {
        font-size: 1.5vh;
        line-height: 0.3em;
    }

    .container {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        flex-grow: 1;
    }

    .column {
        margin: 0 2em;
    }

    .top {
        color: #000;
        display: flex;
        text-align: center;
        background-color: #fff;
        position: relative;
        justify-content: center;
        align-items: center;
        max-width: 100%;
    }

    .moto {
        margin-top: 12.5em;
        font-size: 2vh;
        margin-left: -8vh;
    }

    .rectangles {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-top: 3vh;
    }

    .rectangle {
        flex: 1;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin: 1em;
    }

    .rectangle-text1 {
        font-size: 1.8vh;
        text-align: center;
        color: #fff;
        margin-top: 2em;
    }

    .rectangles1 {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-top: -8vh;
    }

    .rectangle1 {
        flex: 1;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin: 0em;
    }

    .row1 {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 50%;
    }

    .rectangle-text1 {
        font-size: 1.8vh;
        text-align: center;
        color: #fff;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 80%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: 100%;
    }

    .rectangle-text1-main {
        margin-top: -8em;
        font-size: 3vh;
    }
}


/* Mobil --- 414x896 ---*/
@media (max-width: 414px) and (max-height: 896px) {
    #toggle-menu {
        color: black;
        background-color: white;
        font-size: 1.5vh;
        border-color: black;
    }
    .menu-button {
        display: block;
        float: left;
        margin-top: 10px;
    }

    .links ul {
        display: none;
        text-align: center;
        justify-content: center;
        font-size: 2vh;
    }

    .links ul.show-menu {
        display: block;
    }

    .page {
        display: flex;
        flex-direction: column;
        overflow: auto;
    }

    .header {
        background-color: #fff;
        color: black;
        padding: 2vh;
        text-align: center;
        width: 80%;
        margin-left: 3vh;
    }

    .header-content {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .header a {
        color: #000;
        text-decoration: none;
        margin: 1em;
    }

    .header h1 {
        display: none;
        font-size: 2.5vh;
        margin-left: 0vh;
    }

    .logo {
        display: none;
        text-align: left;
        margin-right: 2em;
    }

    .links {
        justify-content: center;
        text-align: center;
    }

    nav {
        flex: 1;
        text-align: center;
    }

    nav ul {
        list-style: none;
        padding: 0;
        margin: 0;
        display: flex;
        align-items: center;
    }

    nav ul li {
        margin-right: 0.5em;
    }

    nav ul li:last-child {
        margin-right: 0em;
    }

    nav ul li a {
        text-decoration: none;
        color: #fff;
        font-size: 1vh;
    }

    .top-link {
        position: relative;
        text-decoration: none;
        color: #000;
        flex: 1;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .content {
        display: flex;
        flex-direction: column;
        height: 100%;
    }

    .left-rectangle {
        background-color: #000;
        color: #fff;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 4vh;
        height: auto;
    }

    .left-rectangle h2 {
        font-size: 5vh;
        line-height: 1.5em;
        margin-left: -10vh;
        margin-top: -5vh;
    }

    .text-container {
        position: relative;
        display: inline-block;
        text-align: center;
        margin-top: 2em;
    }

    .text-click-for-more {
        margin-top: 0.8em;
        font-size: 1.5vh;
        line-height: 1.5em;
        margin-left: -10vh;
    }

    .underline {
        border-bottom: 0.8vh solid #fff;
        padding-top: 1.5vh;
        width: 31vh;
        line-height: 1.5em;
        margin-left: -10vh;
    }

    .image {
        display: none;
        position: absolute;
        left: 125%;
        top: -15%;
        bottom: 2vh;
        transform: translateX(-50%);
        max-width: 50vw;
        max-height: 20vh;
    }

    .right-rectangle {
        background-color: #fff;
        color: #000;
        display: flex;
        flex-direction: column;
        overflow-y: hidden;
        flex-grow: 1;
    }

    .right-rectangle h2 {
        font-size: 1.5vh;
        line-height: 0.3em;
    }

    .container {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        flex-grow: 1;
    }

    .column {
        margin: 0 2em;
    }

    .top {
        color: #000;
        display: flex;
        text-align: center;
        background-color: #fff;
        position: relative;
        justify-content: center;
        align-items: center;
        max-width: 100%;
    }

    .moto {
        margin-top: 11.5em;
        font-size: 2vh;
        margin-left: -10vh;
    }

    .rectangles {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-top: 3vh;
    }

    .rectangle {
        flex: 1;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin: 1em;
    }

    .rectangle-text1 {
        font-size: 1.8vh;
        text-align: center;
        color: #fff;
        margin-top: 2em;
    }

    .rectangles1 {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-top: -8vh;
    }

    .rectangle1 {
        flex: 1;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin: 0em;
    }

    .row1 {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 50%;
    }

    .rectangle-text1 {
        font-size: 1.8vh;
        text-align: center;
        color: #fff;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 80%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: 100%;
    }

    .rectangle-text1-main {
        margin-top: -8em;
        font-size: 3vh;
    }
}


/* Mobil --- 428x926 ---*/
@media (max-width: 428px) and (max-height: 926px){
    #toggle-menu {
        color: black;
        background-color: white;
        font-size: 1.5vh;
        border-color: black;
    }
    .menu-button {
        display: block;
        float: left;
        margin-top: 10px;
    }

    .links ul {
        display: none;
        text-align: center;
        justify-content: center;
        font-size: 2vh;
    }

    .links ul.show-menu {
        display: block;
    }

    .page {
        display: flex;
        flex-direction: column;
        overflow: auto;
    }

    .header {
        background-color: #fff;
        color: black;
        padding: 2vh;
        text-align: center;
        width: 80%;
        margin-left: 3vh;
    }

    .header-content {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .header a {
        color: #000;
        text-decoration: none;
        margin: 1em;
    }

    .header h1 {
        display: none;
        font-size: 2.5vh;
        margin-left: 0vh;
    }

    .logo {
        display: none;
        text-align: left;
        margin-right: 2em;
    }

    .links {
        justify-content: center;
        text-align: center;
    }

    nav {
        flex: 1;
        text-align: center;
    }

    nav ul {
        list-style: none;
        padding: 0;
        margin: 0;
        display: flex;
        align-items: center;
    }

    nav ul li {
        margin-right: 0.5em;
    }

    nav ul li:last-child {
        margin-right: 0em;
    }

    nav ul li a {
        text-decoration: none;
        color: #fff;
        font-size: 1vh;
    }

    .top-link {
        position: relative;
        text-decoration: none;
        color: #000;
        flex: 1;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .content {
        display: flex;
        flex-direction: column;
        height: 100%;
    }

    .left-rectangle {
        background-color: #000;
        color: #fff;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 4vh;
        height: auto;
    }

    .left-rectangle h2 {
        font-size: 5vh;
        line-height: 1.5em;
        margin-left: -10vh;
        margin-top: -5vh;
    }

    .text-container {
        position: relative;
        display: inline-block;
        text-align: center;
        margin-top: 2em;
    }

    .text-click-for-more {
        margin-top: 0.8em;
        font-size: 1.5vh;
        line-height: 1.5em;
        margin-left: -10vh;
    }

    .underline {
        border-bottom: 0.8vh solid #fff;
        padding-top: 1.5vh;
        width: 31vh;
        line-height: 1.5em;
        margin-left: -10vh;
    }

    .image {
        display: none;
        position: absolute;
        left: 125%;
        top: -15%;
        bottom: 2vh;
        transform: translateX(-50%);
        max-width: 50vw;
        max-height: 20vh;
    }

    .right-rectangle {
        background-color: #fff;
        color: #000;
        display: flex;
        flex-direction: column;
        overflow-y: hidden;
        flex-grow: 1;
    }

    .right-rectangle h2 {
        font-size: 1.5vh;
        line-height: 0.3em;
    }

    .container {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        flex-grow: 1;
    }

    .column {
        margin: 0 2em;
    }

    .top {
        color: #000;
        display: flex;
        text-align: center;
        background-color: #fff;
        position: relative;
        justify-content: center;
        align-items: center;
        max-width: 100%;
    }

    .moto {
        margin-top: 11.5em;
        font-size: 2vh;
        margin-left: -10vh;
    }

    .rectangles {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-top: 3vh;
    }

    .rectangle {
        flex: 1;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin: 1em;
    }

    .rectangle-text1 {
        font-size: 1.8vh;
        text-align: center;
        color: #fff;
        margin-top: 2em;
    }

    .rectangles1 {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-top: -8vh;
    }

    .rectangle1 {
        flex: 1;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin: 0em;
    }

    .row1 {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 50%;
    }

    .rectangle-text1 {
        font-size: 1.8vh;
        text-align: center;
        color: #fff;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 80%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: 100%;
    }

    .rectangle-text1-main {
        margin-top: -8em;
        font-size: 3vh;
    }
}


/* Mobil --- 320x568 ---*/
@media (max-width: 320px) and (max-height: 568px){
    #toggle-menu {
        color: black;
        background-color: white;
        font-size: 1.5vh;
        border-color: black;
    }
    .menu-button {
        display: block;
        float: left;
        margin-top: 10px;
    }

    .links ul {
        display: none;
        text-align: center;
        justify-content: center;
        font-size: 2vh;
    }

    .links ul.show-menu {
        display: block;
    }

    .page {
        display: flex;
        flex-direction: column;
        overflow: auto;
    }

    .header {
        background-color: #fff;
        color: black;
        padding: 2vh;
        text-align: center;
        width: 40%;
        margin-left: 15vh;
    }

    .header-content {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .header a {
        color: #000;
        text-decoration: none;
        margin: 1em;
    }

    .header h1 {
        display: none;
        font-size: 2.5vh;
        margin-left: 1vh;
    }

    .logo {
        display: none;
        text-align: left;
        margin-right: 2em;
    }

    .links {
        justify-content: center;
        text-align: center;
    }

    nav {
        flex: 1;
        text-align: center;
    }

    nav ul {
        list-style: none;
        padding: 0;
        margin: 0;
        display: flex;
        align-items: center;
    }

    nav ul li {
        margin-right: 1.5em;
    }

    nav ul li:last-child {
        margin-right: 0em;
    }

    nav ul li a {
        text-decoration: none;
        color: #fff;
        font-size: 0.8vh;
    }

    .top-link {
        position: relative;
        text-decoration: none;
        color: #000;
        flex: 1;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .content {
        display: flex;
        flex-direction: column;
        height: 100%;
    }

    .left-rectangle {
        background-color: #000;
        color: #fff;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 4vh;
        height: auto;
    }

    .left-rectangle h2 {
        font-size: 5vh;
        line-height: 1.5em;
        margin-left: -8vh;
        margin-top: -5vh;
    }

    .text-container {
        position: relative;
        display: inline-block;
        text-align: center;
        margin-top: 2em;
    }

    .text-click-for-more {
        margin-top: 0.8em;
        font-size: 2vh;
        line-height: 1.5em;
        margin-left: -8vh;
    }

    .underline {
        border-bottom: 0.8vh solid #fff;
        padding-top: 1.5vh;
        width: 16vh;
        line-height: 1.5em;
        margin-left: -8vh;
    }

    .image {
        display: none;
        position: absolute;
        left: 125%;
        top: -15%;
        bottom: 2vh;
        transform: translateX(-50%);
        max-width: 50vw;
        max-height: 20vh;
    }

    .right-rectangle {
        background-color: #fff;
        color: #000;
        display: flex;
        flex-direction: column;
        overflow-y: hidden;
        flex-grow: 1;
    }

    .right-rectangle h2 {
        font-size: 1.5vh;
        line-height: 0.3em;
    }

    .container {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        flex-grow: 1;
    }

    .column {
        margin: 0 2em;
    }

    .top {
        color: #000;
        display: flex;
        text-align: center;
        background-color: #fff;
        position: relative;
        justify-content: center;
        align-items: center;
        max-width: 100%;
    }

    .moto {
        margin-top: 10.5em;
        font-size: 2vh;
        margin-left: -8vh;
    }

    .rectangles {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-top: 3vh;
    }

    .rectangle {
        flex: 1;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin: 1em;
    }

    .rectangle-text1 {
        font-size: 1.8vh;
        text-align: center;
        color: #fff;
        margin-top: 2em;
    }

    .rectangles1 {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-top: -8vh;
    }

    .rectangle1 {
        flex: 1;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin: 0em;
    }

    .row1 {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 50%;
    }

    .rectangle-text1 {
        font-size: 2.2vh;
        text-align: center;
        color: #fff;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 80%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: 100%;
    }

    .rectangle-text1-main {
        margin-top: -5em;
        font-size: 3vh;
    }
}