.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width:576px){
    .container {
        max-width: 540px;
    }
}

@media (min-width:768px){
    .container {
        max-width: 720px;
    }
}

@media (min-width:992px){
    .container {
        max-width: 960px;
    }
}

@media (min-width:1200px){
    .container {
        max-width: 1140px;
    }
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

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

/*
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: .5rem;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
}

.h2,
h2 {
    font-size: 2rem;
}

.h4,
h4 {
    font-size: 1.5rem;
}
*/
hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0,0,0,.1);
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

.w-25 {
    width: 25%!important;
}

.w-50 {
    width: 50%!important;
}

.w-75 {
    width: 75%!important;
}

.rounded-circle {
    border-radius: 50% !important;
    width: 95px;
}

img {
    vertical-align: middle;
    border-style: none;
}

.mr-auto,
.mx-auto {
    margin-right: auto!important;
}

.ml-auto,
.mx-auto {
    margin-left: auto!important;
}

@media (min-width: 0) {
    .g-py-50 {
        padding-top: 3.57143rem !important;
        padding-bottom: 3.57143rem !important;
    }

    .g-mb-50 {
        margin-bottom: 3.57143rem !important;
    }
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.h7,
h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.4;
}

/* Primary Colors */
.g-color-primary:focus {
    color: #72c02c;
}

/* Primary Colors */
.g-color-primary {
    color: #00a0e9 !important;
}

.u-block-hover:hover .g-color-primary--hover,
.g-color-primary--hover:hover {
    color: #72c02c !important;
}

.g-parent:hover .g-color-primary--parent-hover {
    color: #72c02c !important;
}

.g-color-primary-opacity-0_3 {
    color: rgba(114, 192, 44, 0.3) !important;
}

.g-color-primary-opacity-0_4 {
    color: rgba(114, 192, 44, 0.4) !important;
}

.g-color-primary--active.active {
    color: #72c02c !important;
}

.active .g-color-primary--parent-active {
    color: #72c02c !important;
}

.g-color-primary--before::before,
.g-color-primary--after::after {
    color: #72c02c;
}

@media (min-width: 0) {
    .g-ml-5 {
        margin-left: 0.35714rem !important;
    }

    .g-my-50 {
        margin-top: 3.57143rem !important;
        margin-bottom: 3.57143rem !important;
    }
}

hr {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.g-brd-gray-light-v2 {
    border-color: #ccc !important;
}

.g-brd-gray-light-v2--before::before {
    border-color: #ccc !important;
}

.g-brd-gray-light-v2--after::after {
    border-color: #ccc !important;
}

.g-brd-gray-light-v2--hover:hover,
.g-brd-gray-light-v2--active.active {
    border-color: #ccc !important;
}

*:hover > .g-brd-gray-light-v2--hover-parent {
    border-color: #ccc !important;
}

/* Dotted Divider */
.u-divider-dotted {
    border-top-style: dotted;
}

/* Dashed Divider */
.u-divider-dashed {
    border-top-style: dashed;
}

.g-brd-gray-light-v3 {
    border-color: #ddd !important;
}

.g-brd-gray-light-v3--hover:hover,
.g-brd-gray-light-v3--active.active,
.g-brd-gray-light-v3--focus:focus {
    border-color: #ddd !important;
}

*:hover > .g-brd-gray-light-v3--hover-parent {
    border-color: #ddd !important;
}

/* Double Solid Divider */
.u-divider-db-solid {
    height: 5px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
}

/* Double Dotted Divider */
.u-divider-db-dotted {
    height: 5px;
    border-top: 1px dotted transparent;
    border-bottom: 1px dotted transparent;
}

/* Double Dashed Divider */
.u-divider-db-dashed {
    height: 5px;
    border-top: 1px dashed transparent;
    border-bottom: 1px dashed transparent;
}

.u-divider-linear-gradient {
    height: 1px;
    border: none;
}

.u-divider-linear-gradient--gray-light-v2 {
    background-image: linear-gradient(to right, transparent, #ccc, transparent);
}

.u-divider-linear-gradient--gray-light-v3 {
    background-image: linear-gradient(to right, transparent, #ddd, transparent);
}

@media (min-width: 0) {
    .g-my-80 {
        margin-top: 5.71429rem !important;
        margin-bottom: 5.71429rem !important;
    }
}

.u-divider-solid {
    border-top-style: solid;
}

/* Linear Gradient Divider */
.u-divider {
    position: relative;
    border-top-width: 1px;
}

.u-divider__icon {
    position: absolute;
    top: -1.42857rem;
    width: 2.85714rem;
    height: 2.85714rem;
    font-size: 1.28571rem;
    line-height: 2.85714rem;
    text-align: center;
    font-style: normal;
}

.u-divider__icon--indented {
    box-shadow: 0 0 0 15px #fff;
}

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

.u-divider-right {
    text-align: right;
}

.u-divider-center .u-divider__icon {
    left: auto;
    right: auto;
    margin-left: -1.42857rem;
}

.u-divider-right .u-divider__icon {
    left: auto;
    right: 0;
}

/* White Colors */
.g-bg-white {
    background-color: #fff !important;
}

.g-bg-white--before::before,
.g-bg-white--after::after {
    background-color: #fff !important;
}

.g-bg-white--hover:hover,
.g-bg-white--active.active {
    background-color: #fff !important;
}

.g-parent:hover .g-bg-white--parent-hover {
    background-color: #fff !important;
}

.g-bg-white--disabled:disabled {
    background-color: #fff !important;
}

.g-bg-white--before::before,
.g-bg-white--after::after {
    background-color: #fff !important;
}

.g-parent:hover .g-bg-white-opacity-0--after--parent-hover::after {
    background-color: rgba(255, 255, 255, 0) !important;
}

.g-bg-white-opacity-0_05 {
    background-color: rgba(255, 255, 255, 0.05) !important;
}

.g-bg-white-opacity-0_1 {
    background-color: rgba(255, 255, 255, 0.1) !important;
}

.g-bg-white-opacity-0_1--after::after {
    background-color: rgba(255, 255, 255, 0.1) !important;
}

.g-bg-white-opacity-0_2 {
    background-color: rgba(255, 255, 255, 0.2) !important;
}

.g-bg-white-opacity-0_2--hover:hover {
    background-color: rgba(255, 255, 255, 0.2) !important;
}

.g-bg-white-opacity-0_3 {
    background-color: rgba(255, 255, 255, 0.3) !important;
}

.g-bg-white-opacity-0_3--hover:hover {
    background-color: rgba(255, 255, 255, 0.3) !important;
}

.g-bg-white-opacity-0_3--after::after {
    background-color: rgba(255, 255, 255, 0.3) !important;
}

.g-bg-white-opacity-0_4 {
    background-color: rgba(255, 255, 255, 0.4) !important;
}

.g-bg-white-opacity-0_4--hover:hover {
    background-color: rgba(255, 255, 255, 0.4) !important;
}

.g-bg-white-opacity-0_5 {
    background-color: rgba(255, 255, 255, 0.5) !important;
}

.g-bg-white-opacity-0_5--after::after {
    background-color: rgba(255, 255, 255, 0.5) !important;
}

.g-bg-white-opacity-0_7 {
    background-color: rgba(255, 255, 255, 0.7) !important;
}

.g-bg-white-opacity-0_7--hover:hover {
    background-color: rgba(255, 255, 255, 0.7) !important;
}

.g-bg-white-opacity-0_7--after::after {
    background-color: rgba(255, 255, 255, 0.7) !important;
}

.g-bg-white-opacity-0_8 {
    background-color: rgba(255, 255, 255, 0.8) !important;
}

.g-bg-white-opacity-0_8--hover:hover {
    background-color: rgba(255, 255, 255, 0.8) !important;
}

.g-bg-white-opacity-0_8--after::after {
    background-color: rgba(255, 255, 255, 0.8) !important;
}

.g-bg-white-opacity-0_8--hover--after:hover::after {
    background-color: rgba(114, 192, 44, 0.8) !important;
}

.g-bg-white-opacity-0_9 {
    background-color: rgba(255, 255, 255, 0.9) !important;
}

.g-bg-white-opacity-0_9--hover:hover {
    background-color: rgba(255, 255, 255, 0.9) !important;
}

.g-bg-white-opacity-0_9--after::after {
    background-color: rgba(255, 255, 255, 0.9) !important;
}

.g-color-gray-light-v3 {
    color: #ddd !important;
}

.g-color-gray-light-v3--hover:hover {
    color: #ddd !important;
}

.g-bg-gray-light-v4 {
    background-color: #eee !important;
}

.g-bg-gray-light-v4--hover:hover {
    background-color: #eee !important;
}

.g-color-gray-light-v1 {
    color: #bbb !important;
}

.g-color-gray-light-v1--hover:hover {
    color: #bbb !important;
}

@media (min-width: 0) {
    .g-pt-50 {
        padding-top: 3.57143rem !important;
    }

    .g-pb-100 {
        padding-bottom: 7.14286rem !important;
    }
}

/* Primary Colors */
.g-brd-primary {
    border-color: #72c02c !important;
}

.g-brd-primary--before::before {
    border-color: #72c02c !important;
}

.g-brd-primary--before--active.active::before {
    border-color: #72c02c !important;
}

.g-brd-primary--hover:hover,
.g-brd-primary--active.active {
    border-color: #72c02c !important;
}

.g-brd-primary--active.active,
.active .g-brd-primary--active {
    border-color: #72c02c !important;
}

*:hover > .g-brd-primary--hover-parent {
    border-color: #72c02c !important;
}

.g-brd-primary-opacity-0_3 {
    border-color: rgba(114, 192, 44, 0.3) !important;
}

.g-brd-primary-opacity-0_3--hover:hover,
.g-brd-primary-opacity-0_3--active.active {
    border-color: rgba(114, 192, 44, 0.3) !important;
}

*:hover > .g-brd-primary-opacity-0_3--hover-parent {
    border-color: rgba(114, 192, 44, 0.3) !important;
}

.g-brd-primary-dark-dark-v1 {
    border-color: #6db82a !important;
}

.g-brd-primary-dark-dark-v1--hover:hover,
.g-brd-primary-dark-dark-v1--active.active {
    border-color: #6db82a !important;
}

*:hover > .g-brd-primary-dark-dark-v1--hover-parent {
    border-color: #6db82a !important;
}

.g-brd-primary-dark-dark-v2 {
    border-color: #66ab27 !important;
}

.g-brd-primary-dark-dark-v2--hover:hover,
.g-brd-primary-dark-dark-v2--active.active {
    border-color: #66ab27 !important;
}

*:hover > .g-brd-primary-dark-dark-v2--hover-parent {
    border-color: #66ab27 !important;
}

.g-brd-primary-dark-dark-v3 {
    border-color: #599722 !important;
}

.g-brd-primary-dark-dark-v3--hover:hover,
.g-brd-primary-dark-dark-v3--active.active {
    border-color: #599722 !important;
}

*:hover > .g-brd-primary-dark-dark-v3--hover-parent {
    border-color: #599722 !important;
}

.g-brd-bottom-primary--hover:hover {
    border-bottom-color: #72c02c !important;
}

/* Primary Colors */
.g-bg-primary {
    background-color: #72c02c !important;
}

.g-bg-primary--hover:hover {
    background-color: #72c02c !important;
}

.u-block-hover:hover .g-bg-primary--hover {
    background-color: #72c02c;
}

.g-parent:hover .g-bg-primary--parent-hover {
    background-color: #72c02c !important;
}

.g-bg-primary--active.active,
.active .g-bg-primary--active {
    background-color: #72c02c !important;
}

.g-parent.active .g-bg-primary--parent-active {
    background-color: #72c02c !important;
}

.g-bg-primary--before::before,
.g-bg-primary--after::after {
    background-color: #72c02c !important;
}

.g-bg-primary-dark-v1 {
    background-color: #6db82a !important;
}

.g-bg-primary-dark-v2 {
    background-color: #66ab27 !important;
}

.g-bg-primary-dark-v3 {
    background-color: #599722 !important;
}

.g-bg-primary-opacity-0_1 {
    background-color: rgba(114, 192, 44, 0.1) !important;
}

.g-bg-primary-opacity-0_2 {
    background-color: rgba(114, 192, 44, 0.2) !important;
}

.g-bg-primary-opacity-0_2--hover:hover {
    background-color: rgba(114, 192, 44, 0.2) !important;
}

.g-bg-primary-opacity-0_2--hover--after:hover::after {
    background-color: rgba(114, 192, 44, 0.2) !important;
}

.active .g-bg-primary-opacity-0_2--active {
    background-color: rgba(114, 192, 44, 0.2) !important;
}

.g-bg-primary-opacity-0_2--before::before,
.g-bg-primary-opacity-0_2--after::after {
    background-color: rgba(114, 192, 44, 0.2) !important;
}

.g-bg-primary-opacity-0_3 {
    background-color: rgba(114, 192, 44, 0.3) !important;
}

.g-bg-primary-opacity-0_3--hover:hover {
    background-color: rgba(114, 192, 44, 0.3) !important;
}

.g-bg-primary-opacity-0_3--hover--after:hover::after {
    background-color: rgba(114, 192, 44, 0.3) !important;
}

.active .g-bg-primary-opacity-0_3--active {
    background-color: rgba(114, 192, 44, 0.3) !important;
}

.g-bg-primary-opacity-0_3--before::before,
.g-bg-primary-opacity-0_3--after::after {
    background-color: rgba(114, 192, 44, 0.3) !important;
}

.g-bg-primary-opacity-0_4 {
    background-color: rgba(114, 192, 44, 0.4) !important;
}

.g-bg-primary-opacity-0_4--hover:hover {
    background-color: rgba(114, 192, 44, 0.4) !important;
}

.g-bg-primary-opacity-0_4--hover--after:hover::after {
    background-color: rgba(114, 192, 44, 0.4) !important;
}

.g-bg-primary-opacity-0_4--after::after {
    background-color: rgba(114, 192, 44, 0.4) !important;
}

.g-bg-primary-opacity-0_6 {
    background-color: rgba(114, 192, 44, 0.6) !important;
}

.g-bg-primary-opacity-0_6--hover:hover {
    background-color: rgba(114, 192, 44, 0.6) !important;
}

.g-bg-primary-opacity-0_6--hover--after:hover::after {
    background-color: rgba(114, 192, 44, 0.6) !important;
}

.g-bg-primary-opacity-0_6--after::after {
    background-color: rgba(114, 192, 44, 0.6) !important;
}

.g-bg-primary-opacity-0_8 {
    background-color: rgba(114, 192, 44, 0.8) !important;
}

.g-bg-primary-opacity-0_8--hover:hover {
    background-color: rgba(114, 192, 44, 0.8) !important;
}

.g-bg-primary-opacity-0_8--hover--after:hover::after {
    background-color: rgba(114, 192, 44, 0.8) !important;
}

.g-bg-primary-opacity-0_8--before::after,
.g-bg-primary-opacity-0_8--after::after {
    background-color: rgba(114, 192, 44, 0.8) !important;
}

.g-bg-primary-opacity-0_8--before--hover:hover::after,
.g-bg-primary-opacity-0_8--after--hover:hover::after {
    background-color: rgba(114, 192, 44, 0.8) !important;
}

.g-bg-primary-opacity-0_9 {
    background-color: rgba(114, 192, 44, 0.9) !important;
}

.g-bg-primary-opacity-0_9--hover:hover {
    background-color: rgba(114, 192, 44, 0.9) !important;
}

.g-bg-primary-opacity-0_9--hover--after:hover::after {
    background-color: rgba(114, 192, 44, 0.9) !important;
}

.g-bg-primary-opacity-0_9--before::after,
.g-bg-primary-opacity-0_9--after::after {
    background-color: rgba(114, 192, 44, 0.9) !important;
}

.g-bg-primary-opacity-0_9--before--hover:hover::after,
.g-bg-primary-opacity-0_9--after--hover:hover::after {
    background-color: rgba(114, 192, 44, 0.9) !important;
}

/* White Colors */
.g-color-white {
    color: #fff !important;
}

.g-color-white--opened-menu:not(.collapsed) {
    color: #fff !important;
}

.u-block-hover:hover .g-color-white--hover,
.g-color-white--hover:hover {
    color: #fff !important;
}

.g-parent:hover .g-color-white--parent-hover {
    color: #fff !important;
}

.g-color-white--active.active {
    color: #fff !important;
}

.active .g-color-white--parent-active {
    color: #fff !important;
}

.g-color-white--child * {
    color: #fff !important;
}

.g-color-white-opacity-0_1 {
    color: rgba(255, 255, 255, 0.1) !important;
}

.g-color-white-opacity-0_2 {
    color: rgba(255, 255, 255, 0.2) !important;
}

.g-color-white-opacity-0_3 {
    color: rgba(255, 255, 255, 0.3) !important;
}

.g-color-white-opacity-0_5,
.g-color-white-opacity-0_5--hover:hover {
    color: rgba(255, 255, 255, 0.5) !important;
}

.g-color-white-opacity-0_6 {
    color: rgba(255, 255, 255, 0.6) !important;
}

.g-parent:hover .g-color-white-opacity-0_6--parent-hover {
    color: rgba(255, 255, 255, 0.6) !important;
}

.g-color-white-opacity-0_7,
.g-color-white-opacity-0_7--hover:hover {
    color: rgba(255, 255, 255, 0.7) !important;
}

.g-color-white-opacity-0_75 {
    color: rgba(255, 255, 255, 0.75) !important;
}

.g-color-white-opacity-0_8 {
    color: rgba(255, 255, 255, 0.8) !important;
}

.g-color-white-opacity-0_8--child * {
    color: rgba(255, 255, 255, 0.8) !important;
}

.g-color-white-opacity-0_9,
.g-color-white-opacity-0_9--hover:hover {
    color: rgba(255, 255, 255, 0.9) !important;
}

.u-block-hover:hover .g-color-white-opacity-0_7--hover {
    color: rgba(255, 255, 255, 0.7) !important;
}

.g-brd-gray-dark-v2 {
    border-color: #333 !important;
}

.g-brd-gray-dark-v2--hover:hover,
.g-brd-gray-dark-v2--active.active {
    border-color: #333 !important;
}

*:hover > .g-brd-gray-dark-v2--hover-parent {
    border-color: #333 !important;
}

.g-bg-gray-dark-v2 {
    background-color: #333 !important;
}

.g-bg-gray-dark-v2--hover:hover {
    background-color: #333 !important;
}

.g-brd-gray-dark-v5 {
    border-color: #999 !important;
}

.g-brd-gray-dark-v5--hover:hover,
.g-brd-gray-dark-v5--active.active {
    border-color: #999 !important;
}

*:hover > .g-brd-gray-dark-v5--hover-parent {
    border-color: #999 !important;
}

/* Color Pink */
.g-brd-pink {
    border-color: #e81c62 !important;
}

.g-brd-pink--hover:hover,
.g-brd-pink--active.active {
    border-color: #e81c62 !important;
}

*:hover > .g-brd-pink--hover-parent {
    border-color: #e81c62 !important;
}

/* Color Pink */
.g-bg-pink {
    background-color: #e81c62 !important;
}

.g-bg-pink-opacity-0_1 {
    background-color: rgba(232, 28, 98, 0.1) !important;
}

.g-bg-pink-opacity-0_9 {
    background-color: rgba(232, 28, 98, 0.9) !important;
}

.g-bg-pink--hover:hover {
    background-color: #e81c62 !important;
}

.g-bg-pink--before::after,
.g-bg-pink--after::after {
    background-color: #e81c62 !important;
}

.g-bg-pink--before--hover:hover::after,
.g-bg-pink--after--hover:hover::after {
    background-color: #e81c62 !important;
}

/* Color Cyan */
.g-brd-cyan {
    border-color: #00bed6 !important;
}

.g-brd-cyan--hover:hover,
.g-brd-cyan--active.active {
    border-color: #00bed6 !important;
}

*:hover > .g-brd-cyan--hover-parent {
    border-color: #00bed6 !important;
}

/* Color Cyan */
.g-bg-cyan {
    background-color: #00bed6 !important;
}

.g-bg-cyan-opacity-0_1 {
    background-color: rgba(0, 190, 214, 0.1) !important;
}

.g-bg-cyan-opacity-0_9 {
    background-color: rgba(0, 190, 214, 0.9) !important;
}

.g-bg-cyan-opacity-0_9--after::after {
    background-color: rgba(0, 190, 214, 0.9) !important;
}

.g-bg-cyan--hover:hover {
    background-color: #00bed6 !important;
}