.sak-ads {
    display: flex;
    flex-flow: column;
    z-index: 1;
    position: relative;
    /* IE11 Fix. Childrens with negative z-index will apper under this if not set any */
}

.knife-button {
    display: block;
    width: 290px;
    height: 80px;
    border-radius: 40px;
    margin-top: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    box-shadow: 0 7px #ccd1d9, 0 10px #dd342d;
    background: #dd342d;
    color: #fff;
    outline: none;
    font-size: 26px;
    font-weight: 600;
    text-decoration: none;
    text-shadow: -1px -1px rgba(0, 0, 0, .2);
    padding-right: 5px;
}

.knife-button:hover,
.knife-button:focus,
.knife-button:active {
    text-decoration: none;
    color: #fff;
}

.knife-button:hover:before,
.knife-button:hover:after {
    transform: rotate(0);
}

.knife-button:before {
    content: "";
    display: block;
    width: 136px;
    height: 40px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='40' width='136'%3E%3Cpath d='M96.55 34.87l1.34-21-37.98-1.01c-5.16 3.34-1.89 12.11 2.7 14.37 7.47 2.95 14.87 1.16 24.07-5.79.57 1.28-4.38 10.24-4.38 10.24C77.76 38.16 70 39.96 60.35 40c-14.84.06-34.24-4.57-53.73-7.1L0 .9h125.8s10.05 7.17 10.2 9.35C122.81 26.9 111.36 33.5 96.55 34.87z' fill='%23e0e0e0'/%3E%3Cpath d='M77.1 7.13c.48 1 1.34 1.5 2.57 1.5l24.68.28c1.48-.1 2.73-1.32 2.74-2.56-.1-1.48-1.32-2.73-2.56-2.74l-24.67-.28c-1.48.11-2.47 1.36-2.75 2.57z' fill='%23a3aaaf'/%3E%3C/svg%3E") no-repeat;
    position: absolute;
    top: 15px;
    left: 30px;
    z-index: -1;
    transform: rotate(-52deg);
    transform-origin: 0 50%;
    transition: transform 250ms ease 140ms;
    pointer-events: none;
}

.knife-button:after {
    content: "";
    display: block;
    width: 136px;
    height: 40px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='136' height='40'%3E%3Cpath d='M136 .9L119.05 40l-65.09-4.28C33.31 31.54 11.81 21.85 0 .9z' fill='%23e0e0e0'/%3E%3Cpath d='M46.83 10.04c.65 1.35 1.81 2.05 3.48 2.08l33.6.67c2.02-.13 3.73-1.78 3.76-3.46-.12-2.02-1.77-3.73-3.45-3.76L50.63 4.9c-2.67.62-4.5 2.92-3.8 5.13' fill='%23a3aaaf'/%3E%3C/svg%3E") no-repeat;
    position: absolute;
    top: 4px;
    right: 28px;
    z-index: -1;
    transform: rotate(24deg);
    transform-origin: 100% 50%;
    transition: transform 250ms ease;
    pointer-events: none;
}

.knife-button__text:before {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 6px;
    background: #dbdee2;
    position: absolute;
    top: 34px;
    left: 34px;
}

.knife-button__text:after {
    content: "";
    display: block;
    width: 36px;
    height: 36px;
    border-radius: 6px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='30' width='30'%3E%3Crect rx='2' y='10' height='10' width='30' fill='%23dbdee2'/%3E%3Crect rx='2' x='10' height='30' width='10' fill='%23e6e9ed'/%3E%3C/svg%3E") no-repeat;
    position: absolute;
    top: 25px;
    right: 25px;
}

.knife-button__text {
    font-size: 22px;
    line-height: 1;
    text-align: center;
}

.sak-ads__infographic {
    position: relative;
    display: flex;
    justify-content: center;
    transform-origin: 50% 0;
    transform: scale(.5);
}

.sak-ads__infographic__options {
    list-style-type: none;
    font-size: 22px;
    line-height: 1.2;
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    text-shadow: 0 1px 1px rgba(11, 118, 166, 0.3);
    margin: 0 !important;
    /* Fix override on /mobile */
}

.sak-ads__infographic__options__item {
    position: absolute;
    text-align: center;
    white-space: nowrap;
    list-style-type: none;
    /* Fix override on /mobile */
    font-size: 28px !important;
    /* Fix override on /mobile */
    font-weight: 600;
    min-width: 140px;
}

.sak-ads__infographic__options__item br {
    display: none !important;
}

.sak-ads__infographic__options__item:after {
    content: "";
    display: block;
    width: 100px;
    border-top: 2px dashed #fff;
    position: absolute;
}

.sak-ads__infographic__options__item:nth-child(1) {
    bottom: 0px;
    right: 170px;
}

.sak-ads__infographic__options__item:nth-child(1):after {
    bottom: 0;
    right: -120px;
    transform-origin: 0 50%;
    transform: rotate(25deg);
}

.sak-ads__infographic__options__item:nth-child(2) {
    top: 90px;
    right: 160px;
}

.sak-ads__infographic__options__item:nth-child(2):after {
    top: 15px;
    right: -110px;
    transform-origin: 0 50%;
    transform: rotate(-25deg);
}

.sak-ads__infographic__options__item:nth-child(3) {
    top: 90px;
    left: 160px;
}

.sak-ads__infographic__options__item:nth-child(3):after {
    top: 15px;
    left: -110px;
    transform-origin: 100% 50%;
    transform: rotate(25deg);
}

.sak-ads__infographic__options__item:nth-child(4) {
    bottom: 0px;
    left: 170px;
}

.sak-ads__infographic__options__item:nth-child(4):after {
    bottom: 0;
    left: -120px;
    transform-origin: 100% 50%;
    transform: rotate(-25deg);
}

.sak-ads__infographic__options__item br {
    display: inline !important;
}

.sak-feature {
    display: flex;
    flex-flow: column;
    align-items: center;
}

.sak-feature__icon {
    display: none;
}