#content {
    width: 100%;
    background-color: #fff;
    font-family: Roboto, sans-serif, Arial;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    color: #3e484c;
    cursor: default;
}
#container {
    width: 100%;
    padding: 72px 0 0;
    box-sizing: border-box;
}
#content-wrapper {
    width: 100%;
    max-width: 1480px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
    background-image: url(/images/new_design/beta_page/background.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100%;
}
#content-wrapper.os-win .mac {
    display: none;
}
#content-wrapper.os-mac .win {
    display: none;
}
#welcome {
    width: 100%;
    padding: 123px 0 0;
    box-sizing: border-box;
}
#welcome > h1 {
    margin: 24px 0 0;
}
#welcome > span {
    display: inline-block;
    width: 100%;
    margin: 20px 0 0;
    text-align: center;
}
.title {
    width: 100%;
    font-size: 36px;
    font-weight: 300;
    line-height: 42px;
    color: #3e484c;
    text-align: center;
}
#os-switcher {
    margin: 20px auto 0;
}
.button {
    display: inline-block;
    height: 47px;
    min-width: 260px;
    padding: 0 20px;
    box-sizing: border-box;
    border-radius: 5px;
    line-height: 46px;
    cursor: pointer;
    transition: .3s;
}
.button > span {
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
}
.light-blue.button {
    background-color: #17c0ff;
}
.light-blue.button:hover {
    background-color: #00abeb;
}
.light-blue.button:active {
    background-color: #009dd8;
}
.light-blue.button > span {
    color: #fff;
}
.button.os {
    width: 260px;
    margin: 20px 0 0;
    padding: 0;
    border-color: transparent;
    text-align: center;
}
.button.os > span {
    padding: 0 0 0 34px;
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-position: left;
}
.button.win > span {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYBAMAAAASWSDLAAAAD1BMVEUAAAD///////////////+PQt5oAAAABHRSTlMAPx8QTEnazQAAADZJREFUGNNjQAHMgkAgzAgiDRgYXYDASQVECtCNw6AEBApMINKAgRnBYRgQ50ACRMAQEiDIAAD4kTMBQWb6awAAAABJRU5ErkJggg==');
}
.button.mac > span {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAAM1BMVEUAAAD///////////////////////////////////////////////////////////////+3leKCAAAAEHRSTlMAH99/EJ/vQDCPYF+/b69QMm1agQAAAIZJREFUKM+VkdkOAyEIRWVxmaoz9/+/tqslENOk58Xk3ICgyXONnHYIIDt/A0C7gK3AgzKjqlM6JdJ6ZGmmaeDJmcvrzLo8w7NGzsGfH6/Bs66LQ3DYWp7+b2CtKASFVlLiWCsRRGrsFTc5vLe3V/YF6UsLUxkXA2N2eRzc3E9RpXdt0/SbO0YCEDmXW096AAAAAElFTkSuQmCC');
}
#improvements {
    width: 100%;
    padding: 152px 0 0;
    box-sizing: border-box;
}
#description {
    width: 100%;
    margin: 26px 0 0;
}
#description > span {
    display: inline-block;
    margin: 0 40px 0 0;
}
#description > span:last-child {
    margin: 0;
}
.fix,
.feature,
.enhancement {
    position: relative;
    padding: 0 0 0 20px;
}
.fix:before,
.feature:before,
.enhancement:before {
    content: '';
    position: absolute;
    display: inline-block;
    height: 10px;
    width: 10px;
    top: 8px;
    left: 0;
    border-radius: 50%;
}
.feature:before {
    background-color: #17c0ff;
}
.fix:before {
    background-color: #f86c36;
}
.enhancement:before {
    background-color: #72c402;
}
.strong {
    font-weight: 500;
}
#improvements-content {
    width: 100%;
    margin: 36px 0 0;
}
#improvements-content > div {
    width: 100%;
    max-width: 480px;
    margin: 21px auto 0;
    padding: 20px;
    border: 1px solid #d0e2ea;
    box-sizing: border-box;
    border-radius: 10px;
    text-align: left;
}
#improvements-content > div > span {
    display: block;
    margin: 0 0 20px;
}
#improvements-content > div > span:last-child {
    margin: 0;
}
#feedback {
    padding: 70px 0 105px;
    box-sizing: border-box;
}
.buttons-wrapper {
    width: 100%;
    margin: 40px 0 0;
}
.buttons-wrapper > a:first-child {
    margin: 0 40px 0 0;
}
.button.bordered {
    position: relative;
    border: 1px solid #17C0FF;
    border-radius: 5px;
    background-color: #fff;
    color: #17c0ff;
}
.button.bordered:hover {
    background-color: #00abeb;
    color: #fff;
}
.button.bordered:active {
    background-color: #009dd8;
    color: #fff;
}
.button.bordered > svg {
    position: absolute;
    top: 11px;
    right: 30px;
}
.button.bordered > svg > path {
    transition: .3s;
}
.button.bordered:hover > svg > path {
    fill: #fff;
}
.button.bordered:active > svg > path {
    fill: #fff;
}
@media screen and (max-width: 640px) {
    .buttons-wrapper {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
    }
    .button.bordered {
        min-width: 240px;
    }
    .button.bordered > svg {
        right: 10px;
    }
    .buttons-wrapper > a:first-child {
        margin: 0 15px 0 0;
    }
}
@media screen and (max-width: 640px) {
    .button.bordered {
        width: 100%;
    }
    .buttons-wrapper > a:first-child {
        margin: 0;
    }
    .buttons-wrapper > a:last-child {
        margin: 30px 0 0;
    }
}