html {
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,
aside,
footer,
header,
nav,
section {
    display: block
}

h1 {
    font-size: 2em;
    margin: 0.67em 0
}

figcaption,
figure,
main {
    display: block
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: inherit
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

dfn {
    font-style: italic
}

mark {
    background-color: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

audio,
video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

img {
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: 0.35em 0.75em 0.625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    display: inline-block;
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details,
menu {
    display: block
}

summary {
    display: list-item
}

canvas {
    display: inline-block
}

template {
    display: none
}

[hidden] {
    display: none
}

html {
    box-sizing: border-box
}

*,
*:before,
*:after {
    box-sizing: inherit
}

body {
    background: #fff;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased
}

hr {
    border: 0;
    display: block;
    height: 1px;
    background: #DEE3E9;
    background: linear-gradient(to right, rgba(222, 227, 233, 0.1) 0, rgba(222, 227, 233, 0.6) 50%, rgba(222, 227, 233, 0.1) 100%);
    margin-top: 24px;
    margin-bottom: 24px
}

ul,
ol {
    margin-top: 0;
    margin-bottom: 24px;
    padding-left: 24px
}

ul {
    list-style: disc
}

ol {
    list-style: decimal
}

li>ul,
li>ol {
    margin-bottom: 0
}

dl {
    margin-top: 0;
    margin-bottom: 24px
}

dt {
    font-weight: 700
}

dd {
    margin-left: 24px;
    margin-bottom: 24px
}

img {
    height: auto;
    max-width: 100%;
    vertical-align: middle
}

figure {
    margin: 24px 0
}

figcaption {
    font-size: 14px;
    line-height: 20px;
    padding: 8px 0
}

img,
svg {
    display: block
}

table {
    border-collapse: collapse;
    margin-bottom: 24px;
    width: 100%
}

tr {
    border-bottom: 1px solid #DEE3E9
}

th {
    text-align: left
}

th,
td {
    padding: 10px 16px
}

th:first-child,
td:first-child {
    padding-left: 0
}

th:last-child,
td:last-child {
    padding-right: 0
}

html {
    font-size: 20px;
    line-height: 30px
}

body {
    color: #333E4A;
    font-size: 1rem
}

body,
button,
input,
select,
textarea {
    font-family: "Oxygen", sans-serif
}

a {
    color: #3525D3;
    text-decoration: none
}

a:hover,
a:active {
    outline: 0;
    text-decoration: underline
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    clear: both;
    color: #202932;
    font-family: "Arimo", sans-serif;
    font-weight: 700
}

h1,
.h1 {
    font-size: 42px;
    line-height: 52px;
    letter-spacing: -0.1px
}

h2,
.h2 {
    font-size: 38px;
    line-height: 48px;
    letter-spacing: -0.1px
}

h3,
.h3,
blockquote {
    font-size: 32px;
    line-height: 42px;
    letter-spacing: -0.1px
}

h4,
h5,
h6,
.h4,
.h5,
.h6 {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -0.1px
}

@media (max-width: 640px) {
    .h1-mobile {
        font-size: 42px;
        line-height: 52px;
        letter-spacing: -0.1px
    }

    .h2-mobile {
        font-size: 38px;
        line-height: 48px;
        letter-spacing: -0.1px
    }

    .h3-mobile {
        font-size: 32px;
        line-height: 42px;
        letter-spacing: -0.1px
    }

    .h4-mobile,
    .h5-mobile,
    .h6-mobile {
        font-size: 20px;
        line-height: 30px;
        letter-spacing: -0.1px
    }
}

.text-light {
    color: rgba(255, 255, 255, 0.8)
}

.text-light a {
    color: rgba(255, 255, 255, 0.8)
}

.text-light h1,
.text-light h2,
.text-light h3,
.text-light h4,
.text-light h5,
.text-light h6,
.text-light .h1,
.text-light .h2,
.text-light .h3,
.text-light .h4,
.text-light .h5,
.text-light .h6 {
    color: #fff !important
}

.text-sm {
    font-size: 18px;
    line-height: 27px;
    letter-spacing: -0.1px
}

.text-xs {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.1px
}

h1,
h2,
.h1,
.h2 {
    margin-top: 48px;
    margin-bottom: 16px
}

h3,
.h3 {
    margin-top: 36px;
    margin-bottom: 12px
}

h4,
h5,
h6,
.h4,
.h5,
.h6 {
    margin-top: 24px;
    margin-bottom: 4px
}

p {
    margin-top: 0;
    margin-bottom: 24px
}

dfn,
cite,
em,
i {
    font-style: italic
}

blockquote {
    color: #889BB0;
    font-style: italic;
    margin-top: 24px;
    margin-bottom: 24px;
    margin-left: 24px
}

blockquote::before {
    content: "\201C"
}

blockquote::after {
    content: "\201D"
}

blockquote p {
    display: inline
}

address {
    color: #333E4A;
    border-width: 1px 0;
    border-style: solid;
    border-color: #DEE3E9;
    padding: 24px 0;
    margin: 0 0 24px
}

pre,
pre h1,
pre h2,
pre h3,
pre h4,
pre h5,
pre h6,
pre .h1,
pre .h2,
pre .h3,
pre .h4,
pre .h5,
pre .h6 {
    font-family: "Courier 10 Pitch", Courier, monospace
}

pre,
code,
kbd,
tt,
var {
    background: #F5F6F7
}

pre {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 24px;
    margin-top: 24px;
    margin-bottom: 24px
}

code,
kbd,
tt,
var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 16px;
    padding: 2px 4px
}

abbr,
acronym {
    cursor: help
}

mark,
ins {
    text-decoration: none
}

small {
    font-size: 18px;
    line-height: 27px;
    letter-spacing: -0.1px
}

b,
strong {
    font-weight: 700
}

button,
input,
select,
textarea,
label {
    font-size: 20px;
    line-height: 30px
}

.container,
.container-sm {
    width: 100%;
    margin: 0 auto;
    padding-left: 16px;
    padding-right: 16px
}

@media (min-width: 481px) {

    .container,
    .container-sm {
        padding-left: 24px;
        padding-right: 24px
    }
}

.container {
    max-width: 1128px
}

.container-sm {
    max-width: 848px
}

.container .container-sm {
    max-width: 800px;
    padding-left: 0;
    padding-right: 0
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    word-wrap: normal !important
}

.screen-reader-text:focus {
    border-radius: 2px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    display: block;
    font-size: 16px;
    letter-spacing: -0.1px;
    font-weight: 700;
    line-height: 16px;
    text-decoration: none;
    background-color: #fff;
    color: #3525D3 !important;
    border: none;
    height: auto;
    left: 8px;
    padding: 16px 32px;
    top: 8px;
    width: auto;
    z-index: 100000
}

.list-reset {
    list-style: none;
    padding: 0
}

.text-left {
    text-align: left
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

.text-primary {
    color: #3525D3
}

.text-secondary {
    color: #08f
}

.has-top-divider {
    position: relative
}

.has-top-divider::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: block;
    height: 1px;
    background: #DEE3E9;
    background: linear-gradient(to right, rgba(222, 227, 233, 0.1) 0, rgba(222, 227, 233, 0.6) 50%, rgba(222, 227, 233, 0.1) 100%)
}

.has-bottom-divider {
    position: relative
}

.has-bottom-divider::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: block;
    height: 1px;
    background: #DEE3E9;
    background: linear-gradient(to right, rgba(222, 227, 233, 0.1) 0, rgba(222, 227, 233, 0.6) 50%, rgba(222, 227, 233, 0.1) 100%)
}

.m-0 {
    margin: 0
}

.mt-0 {
    margin-top: 0
}

.mr-0 {
    margin-right: 0
}

.mb-0 {
    margin-bottom: 0
}

.ml-0 {
    margin-left: 0
}

.m-8 {
    margin: 8px
}

.mt-8 {
    margin-top: 8px
}

.mr-8 {
    margin-right: 8px
}

.mb-8 {
    margin-bottom: 8px
}

.ml-8 {
    margin-left: 8px
}

.m-16 {
    margin: 16px
}

.mt-16 {
    margin-top: 16px
}

.mr-16 {
    margin-right: 16px
}

.mb-16 {
    margin-bottom: 16px
}

.ml-16 {
    margin-left: 16px
}

.m-24 {
    margin: 24px
}

.mt-24 {
    margin-top: 24px
}

.mr-24 {
    margin-right: 24px
}

.mb-24 {
    margin-bottom: 24px
}

.ml-24 {
    margin-left: 24px
}

.m-32 {
    margin: 32px
}

.mt-32 {
    margin-top: 32px
}

.mr-32 {
    margin-right: 32px
}

.mb-32 {
    margin-bottom: 32px
}

.ml-32 {
    margin-left: 32px
}

.m-40 {
    margin: 40px
}

.mt-40 {
    margin-top: 40px
}

.mr-40 {
    margin-right: 40px
}

.mb-40 {
    margin-bottom: 40px
}

.ml-40 {
    margin-left: 40px
}

.m-48 {
    margin: 48px
}

.mt-48 {
    margin-top: 48px
}

.mr-48 {
    margin-right: 48px
}

.mb-48 {
    margin-bottom: 48px
}

.ml-48 {
    margin-left: 48px
}

.m-56 {
    margin: 56px
}

.mt-56 {
    margin-top: 56px
}

.mr-56 {
    margin-right: 56px
}

.mb-56 {
    margin-bottom: 56px
}

.ml-56 {
    margin-left: 56px
}

.m-64 {
    margin: 64px
}

.mt-64 {
    margin-top: 64px
}

.mr-64 {
    margin-right: 64px
}

.mb-64 {
    margin-bottom: 64px
}

.ml-64 {
    margin-left: 64px
}

.p-0 {
    padding: 0
}

.pt-0 {
    padding-top: 0
}

.pr-0 {
    padding-right: 0
}

.pb-0 {
    padding-bottom: 0
}

.pl-0 {
    padding-left: 0
}

.p-8 {
    padding: 8px
}

.pt-8 {
    padding-top: 8px
}

.pr-8 {
    padding-right: 8px
}

.pb-8 {
    padding-bottom: 8px
}

.pl-8 {
    padding-left: 8px
}

.p-16 {
    padding: 16px
}

.pt-16 {
    padding-top: 16px
}

.pr-16 {
    padding-right: 16px
}

.pb-16 {
    padding-bottom: 16px
}

.pl-16 {
    padding-left: 16px
}

.p-24 {
    padding: 24px
}

.pt-24 {
    padding-top: 24px
}

.pr-24 {
    padding-right: 24px
}

.pb-24 {
    padding-bottom: 24px
}

.pl-24 {
    padding-left: 24px
}

.p-32 {
    padding: 32px
}

.pt-32 {
    padding-top: 32px
}

.pr-32 {
    padding-right: 32px
}

.pb-32 {
    padding-bottom: 32px
}

.pl-32 {
    padding-left: 32px
}

.p-40 {
    padding: 40px
}

.pt-40 {
    padding-top: 40px
}

.pr-40 {
    padding-right: 40px
}

.pb-40 {
    padding-bottom: 40px
}

.pl-40 {
    padding-left: 40px
}

.p-48 {
    padding: 48px
}

.pt-48 {
    padding-top: 48px
}

.pr-48 {
    padding-right: 48px
}

.pb-48 {
    padding-bottom: 48px
}

.pl-48 {
    padding-left: 48px
}

.p-56 {
    padding: 56px
}

.pt-56 {
    padding-top: 56px
}

.pr-56 {
    padding-right: 56px
}

.pb-56 {
    padding-bottom: 56px
}

.pl-56 {
    padding-left: 56px
}

.p-64 {
    padding: 64px
}

.pt-64 {
    padding-top: 64px
}

.pr-64 {
    padding-right: 64px
}

.pb-64 {
    padding-bottom: 64px
}

.pl-64 {
    padding-left: 64px
}

.sr .has-animations .transplay {
    visibility: hidden
}

.button {
    display: inline-flex;
    font-family: "Arimo", sans-serif;
    font-size: 16px;
    letter-spacing: -0.1px;
    font-weight: 700;
    line-height: 16px;
    text-decoration: none !important;
    background-color: #fff;
    background: #fff;
    color: #3525D3 !important;
    border: none;
    border-radius: 2px;
    cursor: pointer;
    justify-content: center;
    padding: 16px 32px;
    height: 48px;
    text-align: center;
    white-space: nowrap
}

.button:active {
    outline: 0
}

.button::before {
    border-radius: 2px
}

.module-anniubtn-shadow {
    position: relative
}

.module-anniubtn-shadow::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    box-shadow: 0 8px 16px rgba(32, 41, 50, 0.12);
    mix-blend-mode: multiply;
    transition: box-shadow .15s ease
}

.module-anniubtn-shadow:hover::before {
    box-shadow: 0 8px 16px rgba(32, 41, 50, 0.16)
}

.module-anniubtn-sm {
    padding: 8px 24px;
    height: 32px
}

.module-anniubtn-sm.module-anniubtn-shadow::before {
    box-shadow: 0 4px 16px rgba(32, 41, 50, 0.12)
}

.module-anniubtn-sm.module-anniubtn-shadow:hover::before {
    box-shadow: 0 4px 16px rgba(32, 41, 50, 0.16)
}

.module-anniubtn-primary,
.module-anniubtn-secondary {
    color: #fff !important;
    transition: background .15s ease
}

.module-anniubtn-primary {
    background: #3525D3
}

.module-anniubtn-primary:hover {
    background: #3d2dda
}

.module-anniubtn-primary.module-anniubtn-shadow::before {
    box-shadow: 0 8px 16px rgba(53, 37, 211, 0.24)
}

.module-anniubtn-primary.module-anniubtn-shadow:hover::before {
    box-shadow: 0 8px 16px rgba(53, 37, 211, 0.32)
}

.module-anniubtn-primary .module-anniubtn-sm.module-anniubtn-shadow::before {
    box-shadow: 0 4px 16px rgba(53, 37, 211, 0.24)
}

.module-anniubtn-primary .module-anniubtn-sm.module-anniubtn-shadow:hover::before {
    box-shadow: 0 4px 16px rgba(53, 37, 211, 0.32)
}

.module-anniubtn-secondary {
    background: #12c1e9;
    background: linear-gradient(65deg, #08f 0, #23FAD2 100%)
}

.module-anniubtn-secondary:hover {
    background: #1dc7ee;
    background: linear-gradient(65deg, #058aff 0, #32fad5 100%)
}

.module-anniubtn-secondary.module-anniubtn-shadow::before {
    box-shadow: 0 8px 16px rgba(18, 193, 233, 0.24)
}

.module-anniubtn-secondary.module-anniubtn-shadow:hover::before {
    box-shadow: 0 8px 16px rgba(18, 193, 233, 0.32)
}

.module-anniubtn-secondary .module-anniubtn-sm.module-anniubtn-shadow::before {
    box-shadow: 0 4px 16px rgba(18, 193, 233, 0.24)
}

.module-anniubtn-secondary .module-anniubtn-sm.module-anniubtn-shadow:hover::before {
    box-shadow: 0 4px 16px rgba(18, 193, 233, 0.32)
}

.module-anniubtn-block {
    display: flex;
    width: 100%
}

.accordion {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.1px;
    list-style: none;
    padding: 0
}

.accordion li::before,
.accordion li::after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #DEE3E9
}

.accordion li+li::before {
    content: normal
}

.accordion p {
    margin-top: 0
}

.accordion-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 0;
    cursor: pointer;
    color: #202932;
    font-weight: 700
}

.accordion-title span {
    width: calc(100% - 32px)
}

.accordion-body {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height .15s ease-in-out, opacity .15s
}

.is-open .accordion-body {
    opacity: 1
}

.accordion-body p:last-child {
    margin-bottom: 24px
}

.accordion-icon {
    position: relative;
    width: 16px;
    height: 16px
}

.accordion-icon::before,
.accordion-icon::after {
    content: '';
    position: absolute;
    background-color: #3525D3;
    transition: -webkit-transform .25s ease-out;
    transition: transform .25s ease-out;
    transition: transform .25s ease-out, -webkit-transform .25s ease-out
}

.accordion-icon::before {
    top: 0;
    left: 50%;
    width: 2px;
    height: 100%;
    margin-left: -1px
}

.accordion-icon::after {
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    margin-top: -1px
}

.is-open .accordion-icon {
    cursor: pointer
}

.is-open .accordion-icon::before {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.is-open .accordion-icon::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

@media (min-width: 641px) {
    .accordion {
        font-size: 18px;
        line-height: 27px;
        letter-spacing: -0.1px
    }
}

.tabs-links {
    list-style: none;
    padding: 0;
    margin-top: -12px
}

.tabs-links:last-of-type {
    margin-bottom: -12px
}

.tabs-links:not(:last-of-type) {
    margin-bottom: 12px
}

.tabs-links li {
    padding-top: 12px;
    padding-bottom: 12px
}

.clickchangetab {
    position: relative;
    display: block;
    padding: 24px;
    background: #fff;
    box-shadow: 0 16px 48px rgba(32, 41, 50, 0.12)
}

.clickchangetab::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-width: 2px;
    border-style: solid;
    border-color: rgba(255, 255, 255, 0);
    transition: border-color .25s ease
}

.clickchangetab,
.clickchangetab:hover,
.clickchangetab:active {
    text-decoration: none
}

.clickchangetab:active::before,
.clickchangetab.is-active::before {
    border-color: #00C7FA
}

.tab-panel {
    display: none
}

.tab-panel.is-active {
    display: block;
    -webkit-animation: panelIn .4s ease both;
    animation: panelIn .4s ease both
}

@-webkit-keyframes panelIn {
    0% {
        opacity: 0;
        -webkit-transform: translateY(16px);
        transform: translateY(16px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes panelIn {
    0% {
        opacity: 0;
        -webkit-transform: translateY(16px);
        transform: translateY(16px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@media (min-width: 641px) {
    .tabs-container {
        display: flex
    }

    .tabs-links {
        flex: 0 0 252px;
        margin-right: 48px
    }

    .tabs-content {
        flex: 1
    }
}

@media (min-width: 1025px) {
    .tabs-links {
        flex: 0 0 344px;
        margin-right: 80px
    }
}

.thispagehome-top {
    position: relative;
    padding: 24px 0
}

.header-sun {
    position: absolute;
    top: -88px;
    right: -60px
}

.thispagehome-top-inner {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.header-links {
    display: inline-flex
}

.header-links li {
    display: inline-flex
}

.header-links a:not(.button) {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.1px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.8);
    text-transform: uppercase;
    text-decoration: none;
    line-height: 16px;
    padding: 8px 24px
}

.header-links a:not(.button):hover,
.header-links a:not(.button):active {
    color: #fff
}

@media (min-width: 641px) {
    .header-sun {
        left: 440px;
        right: auto
    }
}

@media (min-width: 1025px) {
    .header-sun {
        left: auto;
        right: 43%
    }
}

.thispagehome-hero {
    position: relative;
    padding-top: 88px;
    text-align: center;
    z-index: 0
}

.thispagehome-hero .thispagehome-hero-ledecoration,
.thispagehome-hero .thispagehome-hero-redecoration {
    position: absolute;
    background-repeat: no-repeat
}

.thispagehome-hero .thispagehome-hero-ledecoration {
    display: none;
    width: 1440px;
    height: 342px;
    bottom: -128px;
    left: calc(50% - 720px);
    background-image: url("../images/header-bg-left.svg");
    z-index: -2
}

.thispagehome-hero .thispagehome-hero-redecoration {
    width: 720px;
    height: 320px;
    top: -140px;
    left: calc(50% - 360px);
    background-image: url("../images/header-bg-right.svg");
    background-size: 720px 320px;
    z-index: -1
}

.thispagehome-hero-copy,
.thispagehome-hero-illustration {
    position: relative
}

.thispagehome-hero-copy {
    padding-bottom: 48px
}

.thispagehome-hero-paragraph {
    margin-bottom: 32px
}

@media (min-width: 641px) {
    .thispagehome-hero {
        text-align: left;
        padding-top: 100px
    }

    .thispagehome-hero .thispagehome-hero-ledecoration {
        display: block
    }

    .thispagehome-hero .thispagehome-hero-redecoration {
        width: 1440px;
        height: 640px;
        top: -80px;
        left: calc(50% - 720px);
        background-size: 1440px 640px
    }

    .thispagehome-hero-inner {
        display: flex
    }

    .thispagehome-hero-copy {
        padding-right: 48px;
        min-width: 512px;
        width: 512px
    }

    .thispagehome-hero-illustration {
        min-height: 430px
    }
}

@media (min-width: 1025px) {
    .thispagehome-hero-copy {
        padding-right: 80px;
        min-width: 540px;
        width: 540px
    }
}

@media (max-width: 640px) {
    .thispagehome-hero-whynotgo .button {
        width: 100%;
        max-width: 280px
    }
}

.thispagehome-clients .section-inner {
    padding-top: 20px;
    padding-bottom: 20px
}

.thispagehome-clients ul {
    display: flex;
    flex-wrap: wrap
}

.thispagehome-clients li {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 12px
}

@media (min-width: 641px) {
    .thispagehome-clients ul {
        justify-content: space-around
    }

    .thispagehome-clients li {
        width: auto
    }
}

.thispagehome-thispagehome-features-header {
    margin-bottom: 32px
}

.thispagehome-thispagehome-features-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-right: -12px;
    margin-left: -12px;
    margin-top: -12px
}

.thispagehome-thispagehome-features-wrap:last-of-type {
    margin-bottom: -12px
}

.thispagehome-thispagehome-features-wrap:not(:last-of-type) {
    margin-bottom: 12px
}

.thispagehome-feature {
    padding: 12px;
    width: 276px;
    max-width: 276px;
    flex-grow: 1
}

.thispagehome-feature-inner {
    position: relative;
    height: 100%;
    background: #fff;
    padding: 40px 24px;
    box-shadow: 0 16px 48px rgba(32, 41, 50, 0.12)
}

.thispagehome-feature-icon {
    display: flex;
    justify-content: center
}

@media (min-width: 641px) {
    .thispagehome-thispagehome-features .section-paragraph {
        padding-left: 72px;
        padding-right: 72px
    }

    .thispagehome-thispagehome-features-header {
        margin-bottom: 64px
    }
}

.thispagehome-thispagehome-features-tabs {
    position: relative
}

.thispagehome-thispagehome-features-tabs::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 610px;
    height: 395px;
    background-image: url(../fonts/ce394f0da27e4ecf84b4cf58fe0fbee3.woff);
    background-repeat: no-repeat
}

.tabs-container {
    max-width: 760px;
    margin: 0 auto
}

.clickchangetab {
    display: flex;
    align-items: center
}

.clickchangetab img {
    margin-right: 16px
}

.tabs-content {
    text-align: center
}

.tabs-content h2 {
    margin-top: 32px
}

@media (min-width: 641px) {
    .tabs-content {
        text-align: left
    }
}

@media (min-width: 641px) and (max-width: 1024px) {
    .clickchangetab span {
        font-size: 20px;
        line-height: 30px;
        letter-spacing: -0.1px
    }

    .tabs-content h2 {
        margin-top: 24px
    }
}

@media (min-width: 1025px) {
    .tabs-container {
        max-width: 900px
    }

    .tabs-content h2 {
        margin-top: 32px
    }
}

.thispagehome-testimonials {
    position: relative;
    z-index: 0
}

.thispagehome-testimonials .section-inner {
    padding-bottom: 0
}

.thispagehome-testimonials .section-title {
    margin-bottom: 48px
}

.thispagehome-testimonials::before,
.thispagehome-testimonials::after {
    content: '';
    position: absolute
}

.thispagehome-testimonials::before {
    top: 0;
    right: 0;
    bottom: 148px;
    left: 0;
    background: #202932;
    z-index: -2
}

.thispagehome-testimonials::after {
    top: 112px;
    left: 50%;
    width: 202px;
    height: 214px;
    background-image: url(../fonts/8876878c4f3948ce9dc99c6972793eb9.woff);
    background-repeat: no-repeat;
    z-index: -1
}

.thispagehome-testimonials-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-right: -12px;
    margin-left: -12px;
    margin-top: -12px
}

.thispagehome-testimonials-wrap:last-of-type {
    margin-bottom: -12px
}

.thispagehome-testimonials-wrap:not(:last-of-type) {
    margin-bottom: 12px
}

.testimonial {
    font-family: "Arimo", sans-serif;
    color: #889BB0;
    padding: 12px;
    width: 368px;
    max-width: 368px;
    flex-grow: 1
}

.testimonial a {
    color: #55FBDC
}

.testimonial a:hover {
    text-decoration: none
}

.testimonial-inner {
    display: flex;
    flex-wrap: wrap;
    background: #333E4A;
    padding: 32px 24px;
    height: 100%
}

.testimonial-inner>* {
    width: 100%
}

.testimonial-body {
    position: relative
}

.testimonial-body::before {
    content: '';
    display: block;
    width: 21px;
    height: 18px;
    margin-bottom: 16px;
    background-image: url(../fonts/3745803e50114f2db3e49df97dd22626.woff);
    background-repeat: no-repeat
}

.testimonial-body p {
    margin-bottom: 16px
}

.testimonial-footer {
    align-self: flex-end
}

.testimonial-name {
    font-weight: 700;
    color: #202932
}

@media (min-width: 641px) {
    .thispagehome-testimonials .section-title {
        margin-bottom: 88px
    }

    .thispagehome-testimonials::before {
        bottom: 168px
    }

    .thispagehome-testimonials::after {
        top: 76px;
        left: 79%
    }
}

.pricing {
    position: relative
}

.pricing .section-inner {
    padding-bottom: 0
}

.pricing .section-title {
    margin-bottom: 48px
}

.pricing .accordion {
    margin-top: 12px;
    margin-bottom: 0
}

.pricing::before {
    content: '';
    position: absolute;
    width: 1440px;
    height: 387px;
    top: 218px;
    left: calc(50% - 900px);
    background-image: url(../fonts/925426431fa64e27adcef2fc3c352dfb.woff);
    background-repeat: no-repeat
}

.pricing-tables-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-right: -12px;
    margin-left: -12px;
    margin-top: -12px
}

.pricing-tables-wrap:last-of-type {
    margin-bottom: -12px
}

.pricing-tables-wrap:not(:last-of-type) {
    margin-bottom: 12px
}

.pricing-table {
    padding: 12px;
    width: 344px;
    max-width: 344px;
    flex-grow: 1
}

.pricing-table-inner {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    background: #fff;
    padding: 24px;
    height: 100%
}

.pricing-table-inner>* {
    position: relative;
    width: 100%
}

.pricing-table-inner::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    box-shadow: 0 16px 48px rgba(32, 41, 50, 0.12);
    mix-blend-mode: multiply
}

.pricing-table-header {
    font-family: "Arimo", sans-serif;
    position: relative
}

.pricing-table-header::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: block;
    height: 1px;
    background: #DEE3E9;
    background: linear-gradient(to right, rgba(222, 227, 233, 0.1) 0, rgba(222, 227, 233, 0.6) 50%, rgba(222, 227, 233, 0.1) 100%)
}

.pricing-table-price-currency {
    font-size: 32px;
    line-height: 42px;
    letter-spacing: -0.1px
}

.pricing-table-thispagehome-thispagehome-features {
    margin-bottom: 90px
}

.pricing-table-thispagehome-thispagehome-features li {
    color: #889BB0;
    display: flex;
    align-items: center;
    margin-bottom: 12px
}

.pricing-table-thispagehome-thispagehome-features li::before {
    content: '';
    width: 16px;
    height: 12px;
    margin-right: 12px;
    background-image: url(../fonts/5f52f4e8a464492788db7a05e760f5a7.woff);
    background-repeat: no-repeat
}

.pricing-table-whynotgo {
    align-self: flex-end
}

.container .container-sm.pricing-faqs {
    max-width: 664px
}

@media (min-width: 641px) {
    .pricing .section-title {
        margin-bottom: 72px
    }

    .pricing::before {
        left: calc(50% - 720px)
    }
}

.whynotgo {
    position: relative;
    text-align: center
}

.whynotgo .section-inner {
    padding-bottom: 64px
}

.whynotgo .section-title {
    margin-bottom: 32px
}

.whynotgo::before {
    content: '';
    position: absolute;
    right: -70px;
    bottom: -110px;
    width: 1440px;
    height: 274px;
    background-image: url(../fonts/665d48231c82478dbfb06f25a8349bf0.woff);
    background-repeat: no-repeat
}

.whynotgo-inner {
    max-width: 664px;
    margin: 0 auto
}

@media (min-width: 641px) {
    .whynotgo {
        text-align: left
    }

    .whynotgo .section-inner {
        padding-top: 102px;
        padding-bottom: 102px
    }

    .whynotgo .section-title {
        margin-bottom: 0;
        padding-right: 24px
    }

    .whynotgo::before {
        right: auto;
        left: calc(50% - 720px);
        bottom: -10px
    }

    .whynotgo-inner {
        display: flex;
        align-items: center;
        justify-content: space-between
    }
}

@media (max-width: 640px) {
    .whynotgo-whynotgo .button {
        width: 100%;
        max-width: 280px
    }
}

.panduanisboxed {
    background: #F5F6F7
}

.thispagehome-wrap {
    background: #fff;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    min-height: 100vh
}

.thispagehome-boxed-container {
    max-width: 1440px;
    margin: 0 auto;
    box-shadow: 0 16px 48px rgba(32, 41, 50, 0.12)
}

main {
    flex: 1 0 auto
}

.section-inner {
    position: relative;
    padding-top: 48px;
    padding-bottom: 48px
}

@media (min-width: 641px) {
    .section-inner {
        padding-top: 88px;
        padding-bottom: 88px
    }
}

.thispagehome-footer {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0px;
    color: #889BB0;
    background: #202932;
    z-index: 1
}

.thispagehome-footer a {
    color: #889BB0;
    text-decoration: none
}

.thispagehome-footer a:hover,
.thispagehome-footer a:active {
    color: #fff;
    text-decoration: underline
}

.thispagehome-footerbox-inner {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    padding-top: 48px;
    padding-bottom: 48px
}

.footerbox-oybrand,
.footerbox-links,
.footerbox-social-links,
.footerbox-copyright {
    flex: none;
    width: 100%;
    display: inline-flex;
    justify-content: center
}

.footerbox-oybrand,
.footerbox-links,
.footerbox-social-links {
    margin-bottom: 24px
}

.footerbox-links li+li,
.footerbox-social-links li+li {
    margin-left: 16px
}

.footerbox-social-links li {
    display: inline-flex
}

.footerbox-social-links li a {
    padding: 8px
}

@media (min-width: 641px) {
    .thispagehome-footerbox-inner {
        justify-content: space-between;
        padding-top: 80px;
        padding-bottom: 64px
    }

    .footerbox-oybrand,
    .footerbox-links,
    .footerbox-social-links,
    .footerbox-copyright {
        flex: 50%
    }

    .footerbox-oybrand,
    .footerbox-copyright {
        justify-content: flex-start
    }

    .footerbox-links,
    .footerbox-social-links {
        justify-content: flex-end
    }

    .footerbox-links {
        order: 1;
        margin-bottom: 0
    }
}

.tlinks {
    text-indent: -9999px;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
}








.oynewslist{display: flex; flex-wrap: wrap; justify-content: space-between; max-width: 1200px; margin: 0 auto; font-family: Arial, sans-serif;}
.oynewslist a {width: 48%;margin: 5px 0;padding: 10px;text-align: center;text-decoration: none;color: #000;border: 1px solid #ddd;border-radius: 5px;transition: color 0.3s;display: inline-block;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.oynewslist a:hover {color: #555;}