.oneByOneAspectRatio::after { padding-top: 100%; display: block; content: ''; } .widthOne { width: 6.57%; } .widthTwo { width: 15%; } .widthFour { width: 32%; } .widthFive { width: 38.5%; } .widthThree { width: 23.8%; } .heightOne { height: 13.3%; } .heightTwo { height: 30.5%; } .heightFour { height: 65%; } #startGridWrapper { position: relative; width: 1400px; margin: -5px auto 0 auto; overflow: hidden; } #startGridWrapper::after { padding-top: 56.25%; display: block; content: ''; } @media (max-width: 1199px) { #startGridWrapper { width: 993px; } } @media (max-width: 1199px) and (max-width: 992px) { #startGridWrapper { width: 769px; } } @media (max-width: 1199px) and (max-width: 992px) and (max-width: 768px) { #startGridWrapper { width: 577px; } } @media (max-width: 1199px) and (max-width: 992px) and (max-width: 768px) and (max-width: 576px) { #startGridWrapper { display: none; } } #startGridWrapper #arrowLeft, #startGridWrapper #arrowRight { position: absolute; top: calc(50% - 41px); transition: all 0.1s linear; opacity: 0.1; } #startGridWrapper #arrowLeft.active, #startGridWrapper #arrowRight.active { opacity: 0.5; cursor: pointer; } #startGridWrapper #arrowLeft.active:hover, #startGridWrapper #arrowRight.active:hover { opacity: 1; filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.8)); } @media (max-width: 1199px) and (max-width: 992px) { #startGridWrapper #arrowLeft, #startGridWrapper #arrowRight { max-width: 25px; } } @media (max-width: 1199px) and (max-width: 992px) and (max-width: 768px) { #startGridWrapper #arrowLeft, #startGridWrapper #arrowRight { max-width: 20px; } } #startGridWrapper #arrowLeft#arrowLeft, #startGridWrapper #arrowRight#arrowLeft { left: 25px; transform: rotate(180deg); } @media (max-width: 1199px) { #startGridWrapper #arrowLeft#arrowLeft, #startGridWrapper #arrowRight#arrowLeft { left: 15px; } } @media (max-width: 1199px) and (max-width: 992px) { #startGridWrapper #arrowLeft#arrowLeft, #startGridWrapper #arrowRight#arrowLeft { left: 10px; } } @media (max-width: 1199px) and (max-width: 992px) and (max-width: 768px) { #startGridWrapper #arrowLeft#arrowLeft, #startGridWrapper #arrowRight#arrowLeft { left: 7px; } } #startGridWrapper #arrowLeft#arrowRight, #startGridWrapper #arrowRight#arrowRight { right: 25px; } @media (max-width: 1199px) { #startGridWrapper #arrowLeft#arrowRight, #startGridWrapper #arrowRight#arrowRight { right: 15px; } } @media (max-width: 1199px) and (max-width: 992px) { #startGridWrapper #arrowLeft#arrowRight, #startGridWrapper #arrowRight#arrowRight { right: 10px; } } @media (max-width: 1199px) and (max-width: 992px) and (max-width: 768px) { #startGridWrapper #arrowLeft#arrowRight, #startGridWrapper #arrowRight#arrowRight { right: 7px; } } #startGridWrapper #pageIndicatorWrapper { position: absolute; left: 0; right: 0; bottom: 4%; text-align: center; height: 20px; } @media (max-width: 1199px) { #startGridWrapper #pageIndicatorWrapper { bottom: 3.5%; } } @media (max-width: 1199px) and (max-width: 992px) { #startGridWrapper #pageIndicatorWrapper { bottom: 3%; } } @media (max-width: 1199px) and (max-width: 992px) and (max-width: 768px) { #startGridWrapper #pageIndicatorWrapper { bottom: 2.5%; } } #startGridWrapper #pageIndicatorWrapper .indicator { display: inline-block; border: 3px solid rgb(230, 230, 230); background: white; width: 20px; height: 20px; transition: all 0.5s ease; cursor: pointer; } #startGridWrapper #pageIndicatorWrapper .indicator:not(:first-of-type) { margin-left: 5px; } #startGridWrapper #pageIndicatorWrapper .indicator.active { background: rgb(230, 107, 0); border: none; cursor: default; } #startGridWrapper .startGrid { position: absolute; width: 87%; left: 6.5%; top: 11%; transition: all 0.5s ease; -ms-hyphens: none; -webkit-hyphens: none; hyphens: none; } #startGridWrapper .startGrid:nth-of-type(2) { left: 111%; } #startGridWrapper .startGrid:nth-of-type(3) { left: 211%; } #startGridWrapper .startGrid:nth-of-type(4) { left: 311%; } #startGridWrapper .startGrid:nth-of-type(5) { left: 411%; } #startGridWrapper .startGrid::after { padding-top: 49%; display: block; content: ''; } #startGridWrapper .startGrid > .cell { position: absolute; background-color: rgb(230, 230, 230); border-radius: 5px; background-repeat: no-repeat; background-size: auto; background-position: center center; overflow: hidden; cursor: default; transition: all 0.2s ease; color: inherit; display: flex; justify-content: center; } #startGridWrapper .startGrid > .cell:not([href]):not(.notRed) { color: red; } #startGridWrapper .startGrid > .cell:not([href]):not(.notRed) .title { color: red !important; } @media (max-width: 1199px) { #startGridWrapper .startGrid > .cell { background-size: auto 35%; border-radius: 4px; } } @media (max-width: 1199px) and (max-width: 992px) { #startGridWrapper .startGrid > .cell { border-radius: 3px; } } @media (max-width: 1199px) and (max-width: 992px) and (max-width: 768px) { #startGridWrapper .startGrid > .cell { border-radius: 2px; } } #startGridWrapper .startGrid > .cell.home { top: 0; left: 0; width: 6.57%; background: rgb(230, 107, 0); cursor: pointer; overflow: visible; } #startGridWrapper .startGrid > .cell.home::after { padding-top: 100%; display: block; content: ''; } #startGridWrapper .startGrid > .cell.home::before { position: absolute; color: white; font-size: 45px; width: 100%; text-align: center; margin-top: 21%; z-index: 2; } @media (max-width: 1199px) { #startGridWrapper .startGrid > .cell.home::before { font-size: 36px; } } @media (max-width: 1199px) and (max-width: 992px) { #startGridWrapper .startGrid > .cell.home::before { font-size: 27px; } } @media (max-width: 1199px) and (max-width: 992px) and (max-width: 768px) { #startGridWrapper .startGrid > .cell.home::before { font-size: 21px; } } #startGridWrapper .startGrid > .cell.home .content { position: absolute; left: 0; top: 0; width: 0; height: 0; opacity: 0; pointer-events: none; overflow: hidden; background: rgb(230, 107, 0); padding: 80px 80px 40px 80px; z-index: 1; border-radius: inherit; font-family: Roboto, Arial, Helvetica, sans-serif; font-weight: normal; line-height: 1.5em; cursor: default; transition: all 0.5s ease; } @media (max-width: 1199px) { #startGridWrapper .startGrid > .cell.home .content { padding: 50px 50px 25px 50px; font-size: 16px; line-height: 1.2em; } } @media (max-width: 1199px) and (max-width: 992px) { #startGridWrapper .startGrid > .cell.home .content { padding: 30px 20px 20px 20px; font-size: 11px; line-height: 1.2em; } } @media (max-width: 1199px) and (max-width: 992px) and (max-width: 768px) { #startGridWrapper .startGrid > .cell.home .content { padding: 5px 10px 5px 10px; font-size: 9px; line-height: 1.2em; } } #startGridWrapper .startGrid > .cell.home ol { column-count: 2; column-fill: auto; height: 100%; } #startGridWrapper .startGrid > .cell.home ol a { color: white; background-color: rgb(255, 133, 25); margin: 5px; display: list-item; cursor: pointer; border-radius: 3px; padding: 6px 0 6px 40px; font-family: Saira, Arial, Helvetica, sans-serif; background-repeat: no-repeat; background-size: 25px auto; background-position: 15px center; overflow: hidden; transition: all 0.2s ease; right: 0; bottom: 0; } @media (max-width: 1199px) { #startGridWrapper .startGrid > .cell.home ol a { padding: 12px 12px 12px 55px; } } #startGridWrapper .startGrid > .cell.home ol a:hover { text-decoration: none; background-color: rgb(255, 133, 25); } #startGridWrapper .startGrid > .cell.home ol a:first-child { margin-top: 0; } #startGridWrapper .startGrid > .cell.home.open { box-shadow: none; } #startGridWrapper .startGrid > .cell.home.open .content { opacity: 1; width: 1522%; height: 746%; pointer-events: initial; } #startGridWrapper .startGrid > .cell .newCount { position: absolute; top: 15px; right: 15px; width: 45px; height: 45px; border-radius: 100%; border: 3px solid white; padding: 7px 0; text-align: center; background: rgb(230, 107, 0); color: white; font-size: 26px; } @media (max-width: 1199px) { #startGridWrapper .startGrid > .cell .newCount { top: 5px; right: 5px; width: 35px; height: 35px; font-size: 20px; padding: 4px 0; } } @media (max-width: 1199px) and (max-width: 992px) { #startGridWrapper .startGrid > .cell .newCount { top: 5px; right: 5px; width: 30px; height: 30px; font-size: 16px; padding: 3px 0; } } @media (max-width: 1199px) and (max-width: 992px) and (max-width: 768px) { #startGridWrapper .startGrid > .cell .newCount { top: 1px; right: 1px; width: 25px; height: 25px; font-size: 12px; padding: 4px 0; } } #startGridWrapper .startGrid > .cell .title { position: absolute; bottom: 20px; font-size: 16px; font-family: Roboto, Arial, Helvetica, sans-serif; color: rgb(127, 127, 127); text-align: left; } @media (max-width: 1199px) { #startGridWrapper .startGrid > .cell .title { bottom: 10px; font-size: 16px; } } @media (max-width: 1199px) and (max-width: 992px) { #startGridWrapper .startGrid > .cell .title { bottom: 5px; font-size: 14px; } } @media (max-width: 1199px) and (max-width: 992px) and (max-width: 768px) { #startGridWrapper .startGrid > .cell .title { bottom: 2px; font-size: 10px; } } #startGridWrapper .startGrid a.cell:hover { box-shadow: 0 0 10px rgba(0, 0, 0, 0.4); cursor: pointer; } #phoneStartGrid { display: none; } @media (max-width: 576px) { #phoneStartGrid { display: block; } #phoneStartGrid a.cell { margin: 15px 0; padding: 18px 40px 18px 50px; position: relative; background-color: rgb(230, 107, 0); background-repeat: no-repeat; background-position: center left 10px; background-size: 40px; display: block; color: #fff; font-size: 14px; font-family: OpenSansSemiBold, OpenSans, Arial, sans-serif; background-image: none !important; } #phoneStartGrid a.cell .newCount { position: absolute; top: 10px; left: 10px; border-radius: 100%; border: 2px solid white; text-align: center; background: rgb(230, 107, 0); color: white; width: 30px; height: 30px; font-size: 15px; padding: 4px 0; } } 