.header-color-line {
    width: 25%;
    height: 8px
}

.red {
    background-color: red
}

.light-blue {
    background-color: #98d5ff
}

.black {
    background-color: #333
}

.dark-blue {
    background-color: #0082d7
}

.grey {
    background-color: #6c7c7c
}

.text-red {
    color: red
}

.animate__animated {
    -webkit-animation-duration: var(--animate-duration);
    animation-duration: var(--animate-duration);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animate__zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn
}

.btn {
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    border: 2px solid #e74c3c;
    border-radius: .6em;
    color: #e74c3c;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    font-size: 1rem;
    line-height: 1;
    margin: 20px;
    padding: 1.2em 2.8em;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700
}

.fourth {
    border-color: #f1c40f;
    color: #fff;
    background-image: -webkit-linear-gradient(45deg, #f1c40f 50%, transparent 50%);
    background-image: linear-gradient(45deg, #f1c40f 50%, transparent 50%);
    background-position: 100%;
    background-size: 400%;
    -webkit-transition: background 300ms ease-in-out;
    transition: background 300ms ease-in-out
}

#primeagile__18800 {
    color: #000
}

.bg-white {
    background: #fff;
    padding: 0
}

.white {
    background: #fff
}

#primeagile__18307 {
    padding: 10px 0
}

.btn::after {
    content: "";
    display: inline-block;
    border-radius: 100px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1
}

#primeagile__18796 .form-control {
    margin: 10px 0
}

#primeagile__18870,
#primeagile__19101 {
    display: flex;
    gap: 20px;
    margin: auto;
    justify-content: center;
    max-width: 900px
}

#primeagile__18866,
#primeagile__18968 {
    background-color: #00aaed;
    padding: 30px
}

#primeagile__19002 {
    align-self: center
}

#primeagile__18977,
#primeagile__19861 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    max-width: 1500px;
    margin: auto;
    grid-gap: 1rem
}

#primeagile__18977>div {
    background-color: #fff;
    border: 1px solid #e8eaed;
    border-radius: 6px;
    height: auto !important;
    padding: 24px
}

#primeagile__18969 {
    align-self: center
}

#primeagile__18969>h3 {
    color: #fff;
    font-size: 32px
}

#primeagile__18967 {
    font-size: 22px;
    color: #6e5cac
}

#primeagile__18967,
#primeagile__18974,
#primeagile__18973 {
    text-align: center;
    padding-right: 10px;
    padding-left: 10px
}

#primeagile__18974 {
    margin-bottom: 50px
}

#primeagile__18972 {
    margin-top: 100px
}

#primeagile__18987,
#primeagile__18988 {
    max-width: 1500px;
    margin: 100px auto;
    background: #fff;
    padding: 50px
}

#primeagile__18963 {
    position: absolute;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1500px;
    left: 0;
    right: 0;
    margin: 0 auto
}

#primeagile__19203 {
    position: relative
}

.lrn_digi_m,
#primeagile__19451,
#primeagile__19457 {
    background-color: rgba(253, 34, 34, 1);
    color: #fff;
    padding: 10px 20px;
    border-radius: 50px;
    border: 0
}

#primeagile__19221 {
    text-align: center;
    margin-top: 50px
}

@media only screen and (max-width:1310px) {
    #primeagile__19001 {
        display:none
    }

    #primeagile__19002 {
        width: 80%;
        margin: auto;
        padding: 30px 30px 0 30px
    }
}

#primeagile__18859 h1 {
    font-size: 28px
}