/*! Avalanche | MIT License | @colourgarden */

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}

:focus {
    outline: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
    content: none;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    -webkit-appearance: none;
    -moz-appearance: none;
}

input[type="search"] {
    -webkit-appearance: none;
    -moz-appearance: none;
}

audio,
canvas,
video {
    display: inline-block;
    max-width: 100%;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden] {
    display: none;
}

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

a:active,
a:hover {
    outline: 0;
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
}

figure,
form {
    margin: 0;
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
    white-space: normal;
}

button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
}

button,
input {
    line-height: 1.48;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

button,
html,
input,
select,
textarea {
    color: #343a40;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

* {
    font-family: "Spoqa Han Sans", "Noto Sans Korean", sans-serif;
}


/*! Avalanche | MIT License | @colourgarden */

.grid {
    display: block;
    list-style: none;
    padding: 0;
    margin: 0 0 0 -20px;
    font-size: 0;
}

.grid__cell {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    width: 50%;
    padding: 0 0 0 20px;
    margin: 0;
    vertical-align: top;
    font-size: 1rem;
}

.col-1\/2,
.col-2\/4 {
    width: 50%;
}

.col-1\/3 {
    width: 33.3333333333%;
}

.col-2\/3 {
    width: 66.6666666667%;
}

.col-1\/4 {
    width: 25%;
}

.col-3\/4 {
    width: 75%;
}

@media screen and (max-width: 499px) {
    .col-1\/2--thumb,
    .col-2\/4--thumb {
        width: 50%;
    }
    .col-1\/3--thumb {
        width: 33.3333333333%;
    }
    .col-2\/3--thumb {
        width: 66.6666666667%;
    }
    .col-1\/4--thumb {
        width: 25%;
    }
    .col-3\/4--thumb {
        width: 75%;
    }
}

@media screen and (min-width: 500px) and (max-width: 800px) {
    .col-1\/2--handheld,
    .col-2\/4--handheld {
        width: 50%;
    }
    .col-1\/3--handheld {
        width: 33.3333333333%;
    }
    .col-2\/3--handheld {
        width: 66.6666666667%;
    }
    .col-1\/4--handheld {
        width: 25%;
    }
    .col-3\/4--handheld {
        width: 75%;
    }
}

@media screen and (min-width: 500px) {
    .col-1\/2--handheld-and-up,
    .col-2\/4--handheld-and-up {
        width: 50%;
    }
    .col-1\/3--handheld-and-up {
        width: 33.3333333333%;
    }
    .col-2\/3--handheld-and-up {
        width: 66.6666666667%;
    }
    .col-1\/4--handheld-and-up {
        width: 25%;
    }
    .col-3\/4--handheld-and-up {
        width: 75%;
    }
}

@media screen and (max-width: 800px) {
    .col-1\/2--pocket,
    .col-2\/4--pocket {
        width: 50%;
    }
    .col-1\/3--pocket {
        width: 33.3333333333%;
    }
    .col-2\/3--pocket {
        width: 66.6666666667%;
    }
    .col-1\/4--pocket {
        width: 25%;
    }
    .col-3\/4--pocket {
        width: 75%;
    }
}

@media screen and (min-width: 801px) and (max-width: 1024px) {
    .col-1\/2--lap,
    .col-2\/4--lap {
        width: 50%;
    }
    .col-1\/3--lap {
        width: 33.3333333333%;
    }
    .col-2\/3--lap {
        width: 66.6666666667%;
    }
    .col-1\/4--lap {
        width: 25%;
    }
    .col-3\/4--lap {
        width: 75%;
    }
}

@media screen and (min-width: 801px) {
    .col-1\/2--lap-and-up,
    .col-2\/4--lap-and-up {
        width: 50%;
    }
    .col-1\/3--lap-and-up {
        width: 33.3333333333%;
    }
    .col-2\/3--lap-and-up {
        width: 66.6666666667%;
    }
    .col-1\/4--lap-and-up {
        width: 25%;
    }
    .col-3\/4--lap-and-up {
        width: 75%;
    }
}

@media screen and (max-width: 1024px) {
    .col-1\/2--portable,
    .col-2\/4--portable {
        width: 50%;
    }
    .col-1\/3--portable {
        width: 33.3333333333%;
    }
    .col-2\/3--portable {
        width: 66.6666666667%;
    }
    .col-1\/4--portable {
        width: 25%;
    }
    .col-3\/4--portable {
        width: 75%;
    }
}

@media screen and (min-width: 1025px) {
    .col-1\/2--desk,
    .col-2\/4--desk {
        width: 50%;
    }
    .col-1\/3--desk {
        width: 33.3333333333%;
    }
    .col-2\/3--desk {
        width: 66.6666666667%;
    }
    .col-1\/4--desk {
        width: 25%;
    }
    .col-3\/4--desk {
        width: 75%;
    }
}

@media screen and (min-width: 1160px) {
    .col-1\/2--widescreen,
    .col-2\/4--widescreen {
        width: 50%;
    }
    .col-1\/3--widescreen {
        width: 33.3333333333%;
    }
    .col-2\/3--widescreen {
        width: 66.6666666667%;
    }
    .col-1\/4--widescreen {
        width: 25%;
    }
    .col-3\/4--widescreen {
        width: 75%;
    }
}

@media screen and (-webkit-min-device-pixel-ratio: 2),
screen and (min-resolution: 2dppx),
screen and (min-resolution: 192dpi) {
    .col-1\/2--retina,
    .col-2\/4--retina {
        width: 50%;
    }
    .col-1\/3--retina {
        width: 33.3333333333%;
    }
    .col-2\/3--retina {
        width: 66.6666666667%;
    }
    .col-1\/4--retina {
        width: 25%;
    }
    .col-3\/4--retina {
        width: 75%;
    }
}

.btn {
    display: inline-block;
    padding: 11px 1rem;
    border-radius: 5px;
    font-size: 16px;
    text-decoration: none;
    color: #000;
    border: 1px solid #000;
    background: 0 0;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    line-height: 1.5;
    cursor: pointer;
}

.btn:active,
.btn:focus,
.btn:hover {
    background-color: rgba(0, 0, 0, 0.1);
}

.btn__icon {
    position: relative;
    display: inline-block;
    margin-right: 0.25rem;
    width: 16px;
    top: -1px;
}

.btn__icon img {
    max-width: 100%;
}

.btn--primary {
    background-color: #1f75e8;
    border-color: #1f75e8;
    color: #fff;
}

.btn--primary:active,
.btn--primary:focus,
.btn--primary:hover {
    background-color: #1565c0;
    border-color: #1565c0;
}

.btn--primary-outline {
    background-color: #e6f1fd;
    border-color: #1f75e8;
    color: #1f75e8;
}

.btn--primary-outline:active,
.btn--primary-outline:focus,
.btn--primary-outline:hover {
    background-color: #cee3fc;
}

.btn--primary-2 {
    border-color: #1f75e8;
    color: #1f75e8;
}

.btn--primary-2:active,
.btn--primary-2:focus,
.btn--primary-2:hover {
    background-color: #e6f1fd;
}

.btn--white {
    border-color: #fff;
    color: #fff;
}

.btn--white:active,
.btn--white:focus,
.btn--white:hover {
    background-color: hsla(0, 0%, 100%, 0.3);
}

.btn--large {
    padding: 0.75rem 1.25rem;
    font-size: 20px;
}

.consulting__hero {
    position: relative;
    height: 300px;
    background-size: cover;
    background-position: 65% 60%;
}

@media screen and (min-width: 801px) {
    .consulting__hero {
        height: 400px;
        background-position: center 60%;
    }
}

.consulting__hero:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.5;
    mix-blend-mode: multiply;
    background-color: #000;
    z-index: 1;
}

.consulting__hero-container {
    position: relative;
    max-width: 480px;
    height: 100%;
    margin: 0 auto;
    padding: 0 1rem;
}

.consulting__hero-contents {
    position: absolute;
    bottom: 2rem;
    left: 1rem;
    z-index: 2;
}

@media screen and (min-width: 801px) {
    .consulting__hero-contents {
        bottom: 3rem;
    }
}

.consulting__hero-title {
    margin-bottom: 0.5rem;
    font-size: 26px;
    line-height: 1.48;
    color: #fff;
    text-shadow: 0 0 20px #444;
    word-break: keep-all;
}

@media screen and (min-width: 801px) {
    .consulting__hero-title {
        font-size: 32px;
    }
}

.consulting__hero-description {
    font-size: 16px;
    line-height: 1.63;
    color: #fff;
    word-break: keep-all;
    text-shadow: 0 0 20px #444;
}

@media screen and (min-width: 801px) {
    .consulting__hero-description {
        font-size: 18px;
    }
}

.form {
    max-width: 480px;
    margin: 0 auto;
    padding: 3.5rem 1rem;
}

.form__field {
    margin-bottom: 1rem;
}

.form__field--submit {
    padding-top: 1.5rem;
}

.form__description {
    font-size: 14px;
    line-height: 1.48;
    color: #85878c;
    word-break: keep-all;
}

.form__description a {
    color: #85878c;
}

.form .btn {
    width: 100%;
    font-weight: 400;
}

.label {
    display: block;
    margin-bottom: 10px;
    font-size: 16px;
    color: #323438;
}

.label--required:after {
    display: inline-block;
    margin-left: 0.25rem;
    content: "*";
    color: red;
    font-size: 16px;
    line-height: 16px;
}

.input {
    width: 100%;
    padding: 0 1rem;
    height: 3rem;
    line-height: 3rem;
    border-radius: 4px;
    border: 1px solid #c5c7cc;
    background-color: #fafafa;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
}

.input::-webkit-input-placeholder {
    font-size: 16px;
    color: #a4a6ad;
    opacity: 0.9;
}

.input::-moz-placeholder {
    font-size: 16px;
    color: #a4a6ad;
    opacity: 0.9;
}

.input:-ms-input-placeholder {
    font-size: 16px;
    color: #a4a6ad;
    opacity: 0.9;
}

.input::-ms-input-placeholder {
    font-size: 16px;
    color: #a4a6ad;
    opacity: 0.9;
}

.input::placeholder {
    font-size: 16px;
    color: #a4a6ad;
    opacity: 0.9;
}

.textarea {
    width: 100%;
    padding: 1rem;
    border-radius: 4px;
    border: 1px solid #c5c7cc;
    background-color: #fafafa;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
}

.textarea::-webkit-input-placeholder {
    font-size: 16px;
    color: #a4a6ad;
    opacity: 0.8;
}

.textarea::-moz-placeholder {
    font-size: 16px;
    color: #a4a6ad;
    opacity: 0.8;
}

.textarea:-ms-input-placeholder {
    font-size: 16px;
    color: #a4a6ad;
    opacity: 0.8;
}

.textarea::-ms-input-placeholder {
    font-size: 16px;
    color: #a4a6ad;
    opacity: 0.8;
}

.textarea::placeholder {
    font-size: 16px;
    color: #a4a6ad;
    opacity: 0.8;
}

.validation-msg {
    margin-bottom: 0.5rem;
    padding: 0.5rem 0 0 0.25rem;
    font-size: 0.8rem;
    color: #ff0a0a;
    text-align: left;
}

.radio-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0.5rem;
    padding: 1rem;
    border-radius: 4px;
    border: 1px solid #c5c7cc;
    background-color: #fafafa;
    vertical-align: top;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.radio-box:last-of-type {
    margin-bottom: 0;
}

.radio-box:hover {
    cursor: pointer;
}

.radio-box--selected,
.radio-box:hover {
    background-color: #e6f1fd;
    border-color: #1f75e8;
}

.radio-box--selected .radio-box__circle {
    border-color: #1f75e8;
}

.radio-box--selected .radio-box__circle:before {
    background-color: #1f75e8;
}

.radio-box__circle {
    position: relative;
    width: 14px;
    height: 14px;
    border: 1px solid #767676;
    border-radius: 50%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.radio-box__circle,
.radio-box__circle:before {
    line-height: 0;
    background-color: #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.radio-box__circle:before {
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
}

.radio-box__input {
    margin: 0;
    padding: 0;
    opacity: 0;
    width: 0;
    height: 0;
    text-indent: -9999px;
}

.radio-box__content {
    padding: 0 0 0 1rem;
}

.radio-box__title {
    margin-bottom: 0.5rem;
    font-weight: 700;
    font-size: 14px;
}

.radio-box__description {
    line-height: 1.4;
    font-size: 14px;
}

.post-detail__hero {
    position: relative;
    height: 420px;
    background-size: cover;
    background-position: center 25%;
    background-repeat: no-repeat;
}

.post-detail__hero:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.4;
    mix-blend-mode: multiply;
    background-color: #000;
    z-index: 1;
}

.post-detail__container {
    max-width: 700px;
    margin: 0 auto;
    padding: 3rem 1rem;
}

.post-detail__category {
    display: inline-block;
    padding: 0.5rem 0.75rem;
    border: 1px solid #323438;
    border-radius: 1rem;
    font-size: 15px;
    margin-bottom: 0.5rem;
}

.post-detail__title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 2rem;
    line-height: 1.4;
    word-break: keep-all;
}

@media screen and (min-width: 801px) {
    .post-detail__title {
        font-size: 38px;
    }
}

.post-detail__content>h1 {
    margin-bottom: 1.25rem;
    font-weight: 400;
    font-size: 32px;
    line-height: 1.4;
    color: #323438;
}

.post-detail__content>h2,
.post-detail__content>h3 {
    margin-bottom: 1.25rem;
    font-size: 24px;
    line-height: 1.4;
    color: #323438;
    word-break: keep-all;
}

.post-detail__content>blockquote {
    margin-bottom: 2rem;
    padding: 0 1rem;
    border-left: 4px solid #1f75e8;
    font-size: 20px;
    line-height: 1.6;
    font-style: italic;
    color: #323438;
    word-break: keep-all;
}

.post-detail__content ol,
.post-detail__content>p,
.post-detail__content>ul {
    margin-bottom: 2rem;
    font-size: 16px;
    line-height: 1.6;
    color: #323438;
}

.post-detail__content ol,
.post-detail__content>ul {
    padding-left: 1.5rem;
    list-style: disc outside none;
    list-style: initial;
}

.post-detail__content>img {
    max-width: 100%;
    margin-bottom: 1rem;
}


/*! Avalanche | MIT License | @colourgarden */

.loading-page[data-v-c57090f0] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: hsla(0, 0%, 67.8%, 0.3);
    text-align: center;
    font-size: 30px;
    font-family: sans-serif;
    z-index: 9999;
}

.loading-page .spinner[data-v-c57090f0] {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.lds-ring[data-v-c57090f0] {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
}

.lds-ring div[data-v-c57090f0] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 51px;
    height: 51px;
    margin: 4px;
    border-radius: 50%;
    -webkit-animation: lds-ring-data-v-c57090f0 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    animation: lds-ring-data-v-c57090f0 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border: 4px solid transparent;
    border-top-color: #2179ef;
}

.lds-ring div[data-v-c57090f0]:first-child {
    -webkit-animation-delay: -0.45s;
    animation-delay: -0.45s;
}

.lds-ring div[data-v-c57090f0]:nth-child(2) {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}

.lds-ring div[data-v-c57090f0]:nth-child(3) {
    -webkit-animation-delay: -0.15s;
    animation-delay: -0.15s;
}

@-webkit-keyframes lds-ring-data-v-c57090f0 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}

@keyframes lds-ring-data-v-c57090f0 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}


/*! Avalanche | MIT License | @colourgarden */

.header {
    position: absolute;
    top: 0;
    width: 100%;
    height: 76px;
    z-index: 20;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
}

.header--has-stickyBanner {
    top: 76px;
}

.header--invert {
    position: fixed;
    top: 0;
    background-color: hsla(0, 0%, 100%, 0.95);
    -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.06);
}

@media screen and (max-width: 1024px) {
    .header--menu-opend .header__navigation {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
    .header--menu-opend .header__dimmed {
        display: block;
        right: 0;
        opacity: 0.7;
    }
}

.header__container {
    position: relative;
    max-width: 1024px;
    margin: 0 auto;
}

.header__logo {
    display: inline-block;
    padding: 22px;
}

.header__links {
    position: absolute;
    top: 0;
    right: 76px;
    z-index: 3;
}

@media screen and (min-width: 1025px) {
    .header__links {
        right: 0;
        z-index: 4;
    }
}

.header__hamberger-button {
    position: absolute;
    top: 0;
    right: 0;
    height: 76px;
    z-index: 4;
}

@media screen and (min-width: 1025px) {
    .header__hamberger-button {
        display: none;
    }
}

.header__navigation {
    position: fixed;
    top: 0;
    left: 100%;
    width: 280px;
    height: 100%;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    background-color: #fff;
    z-index: 4;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}

@media screen and (min-width: 1025px) {
    .header__navigation {
        position: absolute;
        left: 76px;
        width: calc(100% - 76px);
        padding: 0 0 0 24px;
        background-color: transparent;
        background-color: initial;
    }
}

.header__dimmed {
    position: fixed;
    top: 0;
    right: -100%;
    bottom: 0;
    width: 100%;
    opacity: 0;
    background-color: #212529;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}


/*! Avalanche | MIT License | @colourgarden */

.heum-logo {
    display: block;
    width: 32px;
    height: 32px;
}

.heum-logo__svg {
    fill: #fff;
    -webkit-transition: fill 0.3s;
    transition: fill 0.3s;
}

.heum-logo--invert .heum-logo__svg {
    fill: #002147;
}


/*! Avalanche | MIT License | @colourgarden */

.navigation:after {
    content: "";
    display: block;
    clear: both;
}

.navigation--invert .navigation__link {
    color: #000;
    color: initial;
    border-color: initial;
}

.navigation--invert .navigation__link.btn {
    color: #fff;
}

.navigation__list {
    padding: 76px 0 0 30px;
}

@media screen and (min-width: 1025px) {
    .navigation__list {
        float: left;
        padding: 0;
    }
}

.navigation__list--etc {
    padding-top: 0;
}

@media screen and (min-width: 1025px) {
    .navigation__list--etc {
        display: none;
    }
}

@media screen and (min-width: 1025px) {
    .navigation__list--etc .navigation__item {
        float: left;
        margin-bottom: 0;
    }
}

.navigation__item {
    margin-bottom: 24px;
}

@media screen and (min-width: 1025px) {
    .navigation__item {
        float: left;
        margin: 0 22px 0 0;
        line-height: 76px;
    }
}

@media screen and (min-width: 1025px) {
    .navigation__item--hide {
        display: none;
    }
}

.navigation__link {
    display: block;
    padding: 4px 0;
    font-size: 20px;
    letter-spacing: -0.71px;
    color: #343a40;
    text-decoration: none;
}

@media screen and (min-width: 1025px) {
    .navigation__link {
        padding: 0;
        font-size: 16px;
        color: #fff;
        -webkit-transition: color 0.3s;
        transition: color 0.3s;
    }
}

.navigation__link--active {
    font-weight: 700;
}

.navigation__consulting {
    position: absolute;
    bottom: 1rem;
    left: 1rem;
    right: 1rem;
    text-align: center;
    color: #fff;
    background-color: #1f75e8;
    padding: 1rem 0;
    text-decoration: none;
    border-radius: 5px;
}

@media screen and (min-width: 1025px) {
    .navigation__consulting {
        display: none;
    }
}


/*! Avalanche | MIT License | @colourgarden */

.header-links {
    line-height: 76px;
}

.header-links__item {
    display: inline-block;
    margin: 0 10px 0 0;
    font-size: 14px;
    letter-spacing: -0.71px;
    color: #fff;
    text-decoration: none;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}

@media screen and (min-width: 1025px) {
    .header-links__item {
        margin: 0 22px 0 0;
        font-size: 16px;
    }
}

@media screen and (max-width: 1024px) {
    .header-links__item:last-of-type {
        margin-right: 0;
    }
}

@media screen and (max-width: 1024px) {
    .header-links__item--hide {
        display: none;
    }
}

.header-links__item--consulting {
    background-color: #1f75e8;
    padding: 8px 0.75rem;
    line-height: 1.48;
    border-radius: 5px;
    color: #fff !important;
    font-weight: 700;
}

.header-links__item--consulting.exp-button-color-1 {
    background: #ffdf00;
    border-color: #ffdf00;
    color: #1b1b1b !important;
}

@media screen and (min-width: 1025px) {
    .header-links__item--consulting {
        padding: 10px 1rem;
    }
}

.header-links--invert .header-links__item {
    color: #000;
    color: initial;
}


/*! Avalanche | MIT License | @colourgarden */


/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */

.hamburger {
    padding: 29px 28px 28px;
    display: inline-block;
    cursor: pointer;
    -webkit-transition-property: opacity, -webkit-filter;
    transition-property: opacity, -webkit-filter;
    transition-property: opacity, filter;
    transition-property: opacity, filter, -webkit-filter;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
}

.hamburger.is-active:hover,
.hamburger:hover {
    opacity: 1;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner:after,
.hamburger.is-active .hamburger-inner:before,
.hamburger.is-invert .hamburger-inner,
.hamburger.is-invert .hamburger-inner:after,
.hamburger.is-invert .hamburger-inner:before {
    background-color: #343a40;
}

.hamburger-box {
    width: 20px;
    height: 18px;
    display: inline-block;
    position: relative;
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -1px;
}

.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
    width: 20px;
    height: 2px;
    background-color: #fff;
    border-radius: 4px;
    position: absolute;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}

.hamburger-inner:after,
.hamburger-inner:before {
    content: "";
    display: block;
}

.hamburger-inner:before {
    top: -8px;
}

.hamburger-inner:after {
    bottom: -8px;
}

.hamburger--3dx .hamburger-box {
    -webkit-perspective: 40px;
    perspective: 40px;
}

.hamburger--3dx .hamburger-inner {
    -webkit-transition: background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s, -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s, -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
    transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s, -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx .hamburger-inner:after,
.hamburger--3dx .hamburger-inner:before {
    -webkit-transition: background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s, -webkit-transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
    transition: background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s, -webkit-transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
    transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s, background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
    transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s, background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s, -webkit-transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dx.is-active .hamburger-inner {
    background-color: transparent !important;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.hamburger--3dx.is-active .hamburger-inner:before {
    -webkit-transform: translate3d(0, 8px, 0) rotate(45deg);
    transform: translate3d(0, 8px, 0) rotate(45deg);
}

.hamburger--3dx.is-active .hamburger-inner:after {
    -webkit-transform: translate3d(0, -8px, 0) rotate(-45deg);
    transform: translate3d(0, -8px, 0) rotate(-45deg);
}


/*! Avalanche | MIT License | @colourgarden */

.hero-caroucel {
    height: 460px;
}

@media screen and (min-width: 801px) {
    .hero-caroucel {
        height: 708px;
    }
}

.hero-caroucel .owl-dots {
    position: absolute;
    bottom: 1.5rem;
    width: 100%;
}

.hero-caroucel .owl-dots .owl-dot span {
    width: 50px;
    height: 4px;
    background-color: #f8f9fa !important;
    border-radius: 0;
    opacity: 0.3;
}

.hero-caroucel .owl-dots .owl-dot.active span {
    opacity: 1 !important;
}


/*! Avalanche | MIT License | @colourgarden */

.section__container[data-v-f82a38c4] {
    max-width: 85%;
    margin: 0 auto;
}


/*! Avalanche | MIT License | @colourgarden */

.post-list[data-v-3dedc074] {
    padding: 2rem 1rem;
}

.post-list__item[data-v-3dedc074] {
    margin-bottom: 2rem;
}

.post-list__link[data-v-3dedc074] {
    text-decoration: none;
    display: block;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
    background-color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}

.post-list__contents[data-v-3dedc074] {
    padding: 1.5rem;
    word-break: keep-all;
}

.post-list__thumbnail img[data-v-3dedc074] {
    max-width: 100%;
}

.post-list__category[data-v-3dedc074] {
    margin-bottom: 0.75rem;
    font-size: 16px;
    color: #1f75e8;
    word-break: keep-all;
}

.post-list__title[data-v-3dedc074] {
    margin-bottom: 1rem;
    font-size: 18px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5rem;
    letter-spacing: normal;
    color: #323438;
}

@media screen and (max-width: 812px) {
    .post-list__contents[data-v-3dedc074] {
        display: none;
    }
}

@media screen and (min-width: 500px) {
    .post-list__title[data-v-3dedc074] {
        height: 3rem;
    }
}

@media screen and (min-width: 801px) {
    .post-list__title[data-v-3dedc074] {
        height: 3rem;
    }
}

.post-list__description[data-v-3dedc074] {
    font-size: 16px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5rem;
    letter-spacing: normal;
    color: #85878c;
}

@media screen and (min-width: 500px) {
    .post-list__description[data-v-3dedc074] {
        height: 4.5rem;
    }
}

@media screen and (min-width: 801px) {
    .post-list__description[data-v-3dedc074] {
        height: 3rem;
    }
}

@media screen and (min-width: 1025px) {
    .post-list__description[data-v-3dedc074] {
        height: 4.5rem;
    }
}


/*! Avalanche | MIT License | @colourgarden */

.heum-join {
    padding: 104px 2rem 8rem;
    background: #ecf2fe url("https://d33wubrfki0l68.cloudfront.net/ec827d26f6dc6d12e0eff776979bf9f3766089e9/f21c0/images/common/heum-pattern.png") repeat;
    text-align: center;
}

.heum-join__container {
    max-width: 456px;
    margin: 0 auto;
}

.heum-join__title {
    font-size: 32px;
    color: #393b40;
    margin-bottom: 3rem;
    line-height: 1.48;
    word-break: keep-all;
}

.heum-join__description {
    text-align: left;
    font-size: 13px;
    line-height: 1.48;
    color: #85878c;
}

.heum-join__description a {
    color: #85878c;
}


/*! Avalanche | MIT License | @colourgarden */

.footer[data-v-085b8a0a] {
    background-color: #002147;
    padding: 40px 20px;
}

@media screen and (min-width: 1025px) {
    .footer[data-v-085b8a0a] {
        padding-bottom: 40px;
    }
}

.footer__container[data-v-085b8a0a] {
    position: relative;
    max-width: 1050px;
    margin: 0 auto;
}

.footer__container[data-v-085b8a0a]:after {
    content: "";
    display: block;
    clear: both;
}

@media screen and (min-width: 1025px) {
    .footer__company-info[data-v-085b8a0a] {
        float: left;
    }
}

@media screen and (min-width: 1025px) {
    .footer__right[data-v-085b8a0a] {
        float: right;
        width: 348px;
    }
}

.footer__links[data-v-085b8a0a]:after {
    content: "";
    display: block;
    clear: both;
}

.footer__links-item[data-v-085b8a0a] {
    margin-bottom: 16px;
}

@media screen and (min-width: 1025px) {
    .footer__links-item[data-v-085b8a0a] {
        float: left;
    }
    .footer__links-item[data-v-085b8a0a]:after {
        content: "|";
        display: inline-block;
        padding: 0 20px;
        color: #868e96;
    }
    .footer__links-item[data-v-085b8a0a]:last-of-type:after {
        display: none;
    }
}

.footer__links-item a[data-v-085b8a0a] {
    font-size: 15px;
    color: #dcdde1;
    text-decoration: none;
    letter-spacing: -1px;
}

.footer__social-links[data-v-085b8a0a] {
    position: absolute;
    top: 0;
    right: 0;
}

.footer__social-links[data-v-085b8a0a]:after {
    content: "";
    display: block;
    clear: both;
}

@media screen and (min-width: 1025px) {
    .footer__social-links[data-v-085b8a0a] {
        position: static;
    }
}

@media screen and (min-width: 1025px) and (min-width: 1025px) {
    .footer__social-links[data-v-085b8a0a] {
        padding: 34px 0;
    }
}

.footer__social-links-item[data-v-085b8a0a] {
    float: left;
    margin-right: 20px;
}

.footer__social-links-item[data-v-085b8a0a]:last-of-type {
    margin-right: 0;
}

.footer__social-links-item a[data-v-085b8a0a] {
    display: block;
    width: 38px;
    height: 38px;
}

.footer__form[data-v-085b8a0a] {
    padding: 60px 0;
}

.footer__logo[data-v-085b8a0a] {
    margin-bottom: 10px;
}

@media screen and (min-width: 1025px) {
    .footer__logo[data-v-085b8a0a] {
        margin-bottom: 20px;
    }
}

.footer__address[data-v-085b8a0a] {
    font-size: 12px;
    line-height: 2.23;
    letter-spacing: -0.75px;
    color: #dcdde1;
    font-style: normal;
}

@media screen and (min-width: 1025px) {
    .footer__address[data-v-085b8a0a] {
        font-size: 14px;
    }
}

.footer__contact[data-v-085b8a0a]:after {
    content: "";
    display: block;
    clear: both;
}

.footer__contact [data-v-085b8a0a] {
    font-size: 12px;
    line-height: 2.23;
    letter-spacing: -0.75px;
    color: #dcdde1;
    text-decoration: none;
}

@media screen and (min-width: 1025px) {
    .footer__contact [data-v-085b8a0a] {
        font-size: 14px;
    }
}

.footer__contact dt[data-v-085b8a0a] {
    float: left;
    margin-right: 2px;
}

.footer__copyright[data-v-085b8a0a] {
    display: block;
    font-size: 12px;
    line-height: 2.23;
    letter-spacing: -0.75px;
    color: #dcdde1;
}

@media screen and (min-width: 1025px) {
    .footer__copyright[data-v-085b8a0a] {
        font-size: 14px;
        text-align: left;
    }
}

.footer__copyright span[data-v-085b8a0a] {
    display: inline-block;
    font-size: 12px;
    color: #afafaf;
}

.footer__copyright span[data-v-085b8a0a]:after {
    content: "|";
    display: inline-block;
    padding: 0 6px;
    color: #868e96;
}

.footer__copyright span[data-v-085b8a0a]:last-of-type:after {
    display: none;
}