@charset "UTF-8";

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

::selection {
    background: #24a194;
    color: #fff;
}

body {
    font-family: "Ubuntu",Helvetica,sans-serif;
    font-size: 18px;
    color: #70838c;
    line-height: 1.4;
    padding: 0;
    margin: 0;
}

@media only screen and (max-width: 645px) {
    body {
        font-size: 16px;
    }
}

img {
    max-width: 100%;
}

h1,h2,h3,h4 {
    -webkit-font-smoothing: antialiased;
    color: #273a45;
    font-weight: 500;
    line-height: 1.3;
    margin: 0;
}

h1 {
    font-size: 36px;
}

@media only screen and (max-width: 645px) {
    h1 {
        font-size: 24px;
    }
}

h2 {
    font-size: 24px;
    margin-bottom: 10px;
}

@media only screen and (max-width: 645px) {
    h2 {
        font-size: 18px;
    }
}

p {
    line-height: 1.5;
    margin: 0;
}

small,.small {
    font-size: 15px;
}

a {
    font-weight: 500;
    text-decoration: none;
    color: #273a45;
}

a:hover,a:focus {
    text-decoration: underline;
}

.wrap {
    max-width: 1015px;
    width: 90%;
    margin: auto;
    padding: 0 10px;
}

.cf,.wrap {
    zoom: 1;
}

.cf:before,.cf:after,.wrap:before,.wrap:after {
    content: "";
    display: table;
}

.cf:after,.wrap:after {
    clear: both;
}

.block {
    overflow: hidden;
    padding: 90px 0;
}

@media only screen and (max-width: 645px) {
    .block {
        padding: 75px 0;
    }
}

.block-title {
    text-align: center;
    margin-bottom: 90px;
}

@media only screen and (max-width: 645px) {
    .block-title {
        margin-bottom: 60px;
    }
}

.head {
    text-align: center;
    overflow: hidden;
}

.logo {
    margin-bottom: 70px;
    display: inline-block;
}

@media only screen and (max-width: 645px) {
    .logo {
        margin-bottom: 50px;
    }
}

.button {
    -webkit-font-smoothing: antialiased;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: all 250ms ease;
    box-shadow: 0 2px 0 rgba(0,0,0,0.2);
    display: inline-block;
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    background: #334e5c;
    border-radius: 3px;
    text-decoration: none;
    padding: 21px 25px 24px;
    line-height: 1;
    cursor: pointer;
    border: 0 none;
}

.button:active {
    box-shadow: none;
    position: relative;
    top: 2px;
}

.button:hover {
    text-decoration: none;
    background: #3c5c6c;
}

input[type="submit"] {
    font-family: "Ubuntu",Helvetica,sans-serif;
}

.l-home {
    background: url("img/pattern-navy-bg.gif") #273a45;
    text-align: center;
    overflow: hidden;
}

.l-home .wrap {
    max-width: 845px;
}

.l-home h1 {
    font-size: 60px;
    color: #00dd95;
    margin-bottom: 30px;
    line-height: 1.1;
}

@media only screen and (max-width: 645px) {
    .l-home h1 {
        font-size: 36px;
    }
}

@media only screen and (max-width: 480px) {
    .l-home h1 {
        font-size: 28px;
    }
}

.l-home h2 {
    font-size: 28px;
    font-weight: 300;
    color: #fff;
}

@media only screen and (max-width: 645px) {
    .l-home h2 {
        font-size: 18px;
        font-weight: 400;
    }
}

.l-home h2 a {
    color: #fff;
}

.l-home h3 {
    color: #70838c;
    text-transform: uppercase;
    font-size: 20px;
    margin: 30px 0 15px;
    padding-top: 15px;
    position: relative;
    border-top: 4px solid #334e5c;
    display: inline-block;
    min-width: 180px;
}

.l-home ul,.l-home p {
    font-size: 20px;
}

.l-home ul {
    zoom: 1;
    list-style: none;
    padding: 0;
    margin: 0 0 55px;
}

.l-home ul:before,.l-home ul:after {
    content: "";
    display: table;
}

.l-home ul:after {
    clear: both;
}

.l-home li {
    display: inline-block;
    margin-right: 20px;
}

@media only screen and (max-width: 500px) {
    .l-home li {
        width: 48%;
        margin-right: 4%;
        padding: 5px 10px;
        float: left;
        text-align: left;
        font-size: 14px;
        border-bottom: 1px dotted #334e5c;
    }

    .l-home li:nth-child(2n) {
        margin-right: 0;
    }
}

.l-home li:last-child {
    margin-right: 0;
}

.l-home li:before {
    font-family: "SSGizmo";
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    text-rendering: optimizeLegibility;
    white-space: nowrap;
    -webkit-font-feature-settings: "liga";
    -moz-font-feature-settings: "liga=1";
    -moz-font-feature-settings: "liga";
    -ms-font-feature-settings: "liga" 1;
    -o-font-feature-settings: "liga";
    font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
    content: "✓";
    color: #00dd95;
    vertical-align: middle;
    margin-right: 3px;
}

.l-improve {
    background: #f6f6ef;
}

.improve-item {
    float: left;
    text-align: center;
    width: 30%;
    margin-right: 5%;
    padding-top: 5px;
    position: relative;
}

@media only screen and (max-width: 760px) {
    .improve-item {
        width: 100%;
        float: none;
        padding: 95px 30px 30px;
        border-radius: 3px;
        background: #f0f0e5;
        margin-bottom: 30px;
    }
}

.improve-item:last-child {
    margin: 0;
}

.improve-item:before {
    font-family: "SSGizmo";
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    text-rendering: optimizeLegibility;
    white-space: nowrap;
    -webkit-font-feature-settings: "liga";
    -moz-font-feature-settings: "liga=1";
    -moz-font-feature-settings: "liga";
    -ms-font-feature-settings: "liga" 1;
    -o-font-feature-settings: "liga";
    font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
    position: absolute;
    color: #00dd95;
    top: 0;
    left: 0;
    right: 0;
    display: block;
    text-align: center;
    font-size: 48px;
}

@media only screen and (max-width: 760px) {
    .improve-item:before {
        top: 30px;
    }
}

.improve-item.one:before {
    content: "✒";
}

.improve-item.two:before {
    content: "";
}

.improve-item.three:before {
    content: "";
}

.features-item {
    padding: 90px 0;
    border-bottom: 4px solid #e6e6e6;
}

.features-item .features-message {
    font-size: 18px;
}

.features-item:first-of-type {
    padding-top: 0;
    border-top: 0;
}

.features-item:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.features-item.has-image {
    font-size: 0;
    width: 100%;
    float: none;
    clear: both;
}

.features-item.has-image .features-message {
    display: inline-block;
    width: 50%;
    vertical-align: middle;
}

.features-item.has-image .features-image {
    width: 50%;
    vertical-align: middle;
    display: inline-block;
    padding-right: 45px;
}

@media only screen and (max-width: 650px) {
    .features-item .features-message,.features-item .features-image {
        text-align: center;
    }

    .features-item.has-image .features-message,.features-item.has-image .features-image {
        width: 100%;
        display: block;
    }

    .features-item.has-image .features-image {
        padding: 0 0 30px;
        max-width: 300px;
        margin: auto;
    }
}

@media only screen and (min-width: 651px) {
    .features-item:not(.has-image) {
        width: 50%;
        float: left;
        border-bottom: none;
    }

    .features-item .features-message {
        padding-right: 3em;
    }

    .features-item:not(.has-image)+.features-item.has-image {
        border-top: 4px solid #e6e6e6;
    }
}

.l-options {
    background: #273a45;
    color: #e2eaee;
    text-align: center;
    position: relative;
}

.l-options h2 {
    color: #fff;
    font-size: 30px;
}

@media only screen and (max-width: 645px) {
    .l-options h2 {
        font-size: 24px;
    }
}

.l-options p {
    -webkit-font-smoothing: antialiased;
}

.l-options .price {
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    color: #70838c;
    border-top: 4px solid #334e5c;
    min-width: 180px;
    display: inline-block;
    padding-top: 20px;
    margin-top: 20px;
}

.options-item {
    width: 50%;
    float: left;
}

.options-item:first-child {
    padding-right: 50px;
}

.options-item:first-child:before {
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    position: absolute;
    content: "";
    display: block;
    background: #2b414d;
}

.options-item:last-child {
    padding-left: 50px;
}

@media only screen and (max-width: 750px) {
    .options-item {
        width: 100%;
        float: none;
        padding: 0;
    }

    .options-item:first-child {
        padding: 0 0 75px;
    }

    .options-item:first-child:before {
        display: none;
    }

    .options-item:last-child {
        padding: 0;
    }
}

.options-message {
    position: relative;
    padding-top: 5px;
}

.options-message:before {
    font-family: "SSGizmo";
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    text-rendering: optimizeLegibility;
    white-space: nowrap;
    -webkit-font-feature-settings: "liga";
    -moz-font-feature-settings: "liga=1";
    -moz-font-feature-settings: "liga";
    -ms-font-feature-settings: "liga" 1;
    -o-font-feature-settings: "liga";
    font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: block;
    color: #00dd95;
    font-size: 48px;
    text-align: center;
}

.optimizing-existing .options-message:before {
    content: "";
}

.launch-idea .options-message:before {
    content: "💡";
}

.request-bar {
    -webkit-font-smoothing: antialiased;
    transition: background 250ms ease;
    background: #00dd95;
    color: #fff;
    font-weight: 500;
    font-size: 24px;
    text-align: center;
    display: block;
    padding: 24px 0;
}

.request-bar:before {
    vertical-align: middle;
    margin-right: 5px;
}

.request-bar:hover {
    text-decoration: none;
    background-color: #24a194;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-ms-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-o-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-moz-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-ms-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-o-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.l-sites {
    background: #f6f6ef;
    font-size: 0;
}

.l-sites .block-title {
    margin-bottom: 45px;
}

.sites-item {
    display: none;
    opacity: 0;
}

.sites-item.is-inactive {
    -webkit-animation: fadeOut 1s ease;
    -moz-animation: fadeOut 1s ease;
    -ms-animation: fadeOut 1s ease;
    animation: fadeOut 1s ease;
}

.sites-item.is-active {
    -webkit-animation: fadeIn 1s ease;
    -moz-animation: fadeIn 1s ease;
    -ms-animation: fadeIn 1s ease;
    animation: fadeIn 1s ease;
    display: block;
    opacity: 1;
}

.sites-image,.sites-message {
    display: inline-block;
    vertical-align: middle;
}

.sites-image {
    width: 46%;
}

.sites-image img {
    border-radius: 5px;
}

.improve-message a,.features-message a,.sites-message a {
    text-decoration: underline;
}

.improve-message a:hover,.features-message a:hover,.sites-message a:hover {
    color: #24a194;
}

.improve-message strong,.features-message strong,.sites-message strong {
    color: #4c5f69;
    font-weight: 500;
}

.sites-message {
    font-size: 18px;
    width: 54%;
    padding-left: 70px;
}

@media only screen and (max-width: 645px) {
    .sites-message {
        font-size: 16px;
    }
}

.sites-nav {
    text-align: center;
    margin-top: 60px;
}

.site-nav-button {
    display: inline-block;
    border-radius: 50%;
    background: #e6e6e6;
    width: 18px;
    height: 18px;
    margin: 0 5px;
    cursor: pointer;
}

.site-nav-button.is-active {
    background: #334e5c;
    pointer-events: none;
}

.site-nav-button:hover {
    background: #263944;
}

@media only screen and (max-width: 770px) {
    .l-sites {
        text-align: center;
    }

    .sites-message,.sites-image {
        width: 100%;
    }

    .sites-message {
        padding: 30px 0 0;
    }

    .sites-image {
        max-width: 400px;
    }
}

.hide,.is-hidden-step {
    display: none;
}

.proposal {
    -webkit-font-smoothing: antialiased;
    background: url("img/pattern-navy-bg.gif") #273a45;
    color: #fff;
    font-size: 24px;
    text-align: center;
    padding-bottom: 45px;
}

@media only screen and (max-width: 645px) {
    .proposal {
        font-size: 18px;
    }
}

.proposal .wrap {
    max-width: 750px;
}

.proposal .block-title {
    color: #fff;
    margin-bottom: 30px;
}

.proposal fieldset {
    border: 0 none;
    padding: 0;
    margin: 0;
}

.proposal ul,.proposal li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.proposal .button {
    box-shadow: 0 2px 0 #24a194;
    background: #00dd95;
    min-width: 220px;
    margin-top: 45px;
}

.proposal .button.is-disabled {
    box-shadow: 0 2px 0 #273a45;
    background: #334e5c;
    pointer-events: none;
}

.proposal .button:hover {
    background: #24a194;
}

.fieldset-title {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 15px;
    font-weight: 500;
    color: #70838c;
    text-transform: uppercase;
    display: inline-block;
    margin: 0 0 30px;
    padding: 15px 0 0;
    border-top: 4px solid #334e5c;
    min-width: 180px;
}

.radio {
    display: none;
}

.choice {
    transition: background 250ms ease;
    display: block;
    background: #2b414d;
    border-radius: 3px;
    padding: 20px 10px;
    margin-bottom: 15px;
    cursor: pointer;
}

.choice:hover {
    background: #344f5d;
}

.radio:checked+.choice {
    background: #00dd95;
    color: #fff;
}

.desc {
    display: block;
    font-size: 18px;
    text-align: left;
    color: #a8b4ba;
    font-weight: 500;
    margin: 20px 0 8px;
}

.desc:first-of-type {
    margin-top: 0;
}

.req {
    color: #00dd95;
}

input[type="text"],input[type="email"],input[type="url"],textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 5px;
    background: #fff;
    padding: 20px;
    box-shadow: inset 0 2px 0 #dbdbdb;
    border: 0 none;
    width: 100%;
    font-size: 24px;
    font-family: "Ubuntu",Helvetica,sans-serif;
    color: #273a45;
}

@media only screen and (max-width: 645px) {
    input[type="text"],input[type="email"],input[type="url"],textarea {
        font-size: 18px;
    }
}

input[type="text"]:focus,input[type="email"]:focus,input[type="url"]:focus,textarea:focus {
    outline: none;
    box-shadow: inset 0 2px 0 #00dd95,inset 0 -2px 0 #00dd95,inset 2px 0 0 #00dd95,inset -2px 0 0 #00dd95;
}

textarea {
    height: 150px;
}

.previous-step {
    cursor: pointer;
    display: inline-block;
    margin-top: 30px;
    color: #70838c;
    font-weight: 500;
}

.previous-step:hover {
    color: #fff;
}

.l-us {
    font-size: 28px;
    font-weight: 300;
    text-align: center;
}

@media only screen and (max-width: 645px) {
    .l-us {
        font-size: 18px;
    }
}

.l-us .block-title {
    margin-bottom: 10px;
    color: #70838c;
}

.l-us .wrap {
    max-width: 800px;
}

.l-us p {
    line-height: 1.65;
}

footer {
    margin-top: 65px;
    font-size: 15px;
}

footer,footer a {
    color: #70838c;
}

footer .ss-icon {
    position: relative;
    top: 2px;
}
