/* Reset */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
code,
img,
q,
s,
samp,
small,
strike,
strong,
b,
u,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
}


*,
::before,
::after {
    box-sizing: border-box;
}



/* Basic styles */

html {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
}

body {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    font-family: 'Nunito', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.75em;
    letter-spacing: -0.25px;
    color: #2D3142;
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

img {
    max-width: 100%;
    height: auto;
}

strong {
    font-weight: 700;
}

/* headings */
h1 {
    font-family: 'Nunito', sans-serif;
    font-size: 42px;
    line-height: 1.2em;
    /* font-weight: 700; */
    letter-spacing: -0.5px;
}

h1:not(:last-child) {
    margin-bottom: 60px;
}

h2 {
    font-family: 'Nunito', sans-serif;
    font-size: 36px;
    line-height: 1.2em;
    font-weight: 700;
    letter-spacing: -0.5px;
    color: #FF6828;
}

h2:not(:last-child) {
    margin-bottom: 24px;
}

h3 {
    font-family: 'Nunito', sans-serif;
    font-size: 29px;
    line-height: 1.25em;
    font-weight: 700;
    letter-spacing: -0.5px;
    color: #FF6828;
}

h3:not(:last-child) {
    margin-bottom: 20px;
}

/************** links ******************/
a {
    color: #fff;
    color: #FF6828;
    text-decoration: none;
}

a:hover {
    color: #fff;
    color: #2D3142;
    text-decoration: none;
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 20px 24px;
    min-width: 140px;
    font-weight: 500;
    line-height: 24px;
    border-radius: 32px;
    white-space: nowrap;
    transition: transform .45s cubic-bezier(.25, 1, .33, 1), color .45s cubic-bezier(.25, 1, .33, 1), background-color .45s cubic-bezier(.25, 1, .33, 1), box-shadow .45s cubic-bezier(.25, 1, .33, 1);
}

.button.primary {
    background: #1BBE00;
    color: #fff;
}

.button.primary:hover {
    background: #ffffff;
    color: #2D3142;
    box-shadow: 0 20px 38px rgba(0, 0, 0, .16);
    transform: translateY(-4px);
}

.button.icon-left {
    padding-left: 16px;
}

.button.icon-left img {
    margin-right: 8px;
}

.button.login {
    background: #2D3142;
    color: #fff;
    padding: 16px;
}

.button.login:hover {
    background: #ff6828;
}




/************************* HEADER **************************/

#header {
    display: flex;
    align-items: center;
    padding: 16px 16px 16px 32px;
}

.logo {
    display: block;
    line-height: 0;
    margin-right: 16px;
}

#main-menu {
    display: flex;
    align-items: center;
    margin-left: auto;
    flex: 0 0 auto;
}

.menu {
    display: flex;
    align-items: center;
    list-style: none;
}

.menu-item {
    padding: 0 32px 0 0;
}

.menu-item a {
    font-weight: 500;
    position: relative;
}

.menu-item a:after {
    content: '';
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    border-top: 2px solid #ff6828;
    transform: scaleX(0);
    transform-origin: right center;
    transition: transform .25s cubic-bezier(.785, .135, .15, .86);
}

.menu-item a:hover,
.menu-item.selected a {
    color: #ff6828;
}

.menu-item a:hover:after,
.menu-item.selected a:after {
    transform: scaleX(1);
    transform-origin: left center;
}

.login-wrapper {
    display: flex;
    align-items: center;
}

.open-menu-icon {
    display: none;
    line-height: 0;
    background: #ff6828;
    border-radius: 100%;
    padding: 16px;
    margin-right: 12px;
}

.close-menu-icon {
    display: none;
    line-height: 0;
    background: #ff6828;
    border-radius: 100%;
    padding: 16px;
}


/************************* SECTIONS **************************/

.gradient {
    background-color: #ff7222;
    background-image: linear-gradient(to right, #ff7222 0%, #ffb200 100%);
}

.gradient * {
    color: #fff;
}

.grey {
    background: #F5F7FA;
}

.columns-wrapper {
    max-width: 1170px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.align-items-flex-start {
    align-items: flex-start;
}

.column {
    flex: 1 1 30%;
    padding: 32px;
}


.column img:not(:last-child) {
    margin-bottom: 24px;
}

.leader-text {
    font-size: 25px;
}

.leader-text:not(:last-child) {
    margin-bottom: 24px;
}

.text-align-center {
    text-align: center;
}

.small-text {
    font-size: 16px;
}

.small-text:not(:last-child) {
    margin-bottom: 24px;
}

#content ul {
    list-style: none;
    margin-left: 20px;
    line-height: 30px;
    text-align: left;
}

#content ul:not(:last-child) {
    margin-bottom: 32px;
}

#content ul li {
    margin-bottom: 12px;
}

#content ul li:before {
    content: "\2022";
    color: #FF6828;
    font-weight: 700;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}


/* curves (section separators) */

.separator-bottom,
.separator-top {
    height: 90px;
}

.separator-bottom svg,
.separator-top svg {
    /* necessary to remove extra space, svg is treated as inline element */
    display: block;
    overflow: hidden;
    width: 100%;
}