html body#root .button {
    font-size: 1rem;
    line-height: 1.5;
    font-weight: bold;
    font-style: "Plus Jakarta Sans", sans-serif;
    display: inline-flex;
    width: auto;
    border: 0;
    cursor: pointer;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

html body#root .button__group {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -0.5rem
}

html body#root .button__group .button {
    margin: 0.625rem 0.5rem 0
}

html body#root .button__filled {
    padding: 1rem 1.375rem
}

html body#root .button__filled.background-main {
    background-color: transparent;
    background-image: linear-gradient(-45deg, transparent 0.7rem, #72be44 0.7rem)
}

html body#root .button__filled.background-main:hover,
html body#root .button__filled.background-main:focus {
    background-image: linear-gradient(-45deg, transparent 0.7rem, #2d6ab1 0.7rem);
    color: #fff
}

html body#root .button__filled.background-secondary {
    background-color: transparent;
    background-image: linear-gradient(-45deg, transparent 0.7rem, #2d6ab1 0.7rem)
}

html body#root .button__filled.background-secondary:hover,
html body#root .button__filled.background-secondary:focus {
    background-image: linear-gradient(-45deg, transparent 0.7rem, #72be44 0.7rem);
    color: #fff
}

html body#root .button__outline {
    padding: 1rem 1.375rem;
    background: #fff;
    position: relative;
    clip-path: polygon(100% 0, 100% 80%, 90% 100%, 0 100%, 0 0);
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out
}

html body#root .button__outline:after {
    content: "";
    position: absolute;
    top: 2px;
    bottom: 2px;
    left: 2px;
    right: 2px;
    background: #686868;
    clip-path: polygon(100% 0, 100% 80%, 90% 100%, 0 100%, 0 0);
    z-index: -1;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out
}

html body#root .button__outline:hover:after {
    background: #000
}

@media only screen and (max-width: 29.9375rem) {
    html body#root.page-id-1081 #wrap_all .header__logo {
        position: relative;
        left: 10px;
        bottom: auto
    }
}
