@media screen and (min-width:250px) and (max-width:319px) {

    .nav__menu svg {
        width: 14px;
        height: 14px;
        display: block;
        fill: #ffffff
    }
    .nav__logo img {
        width: 140px;
        height: auto;
    }
    a, button {
        font-size: 14px;
    }
    h5, .sub-heading {
        font-size: 16px;
        line-height: 26px
    }
    .gradient-button, .gradient-fill-button {
        padding: 12px 16px;
    }
    .about .about__content-schedule {
        justify-content: center
    }

    .hero .hero__content .sub-heading {
        text-align: center
    }

    h1,
    .hero__content-title {
        font-size: 25px;
        line-height: 35px;
        text-align: center
    }

    .primary-text {
        font-size: 16px;
        line-height: 1.5
    }

    .hero .hero__content .primary-text,
    .hero__content-title {
        text-align: center
    }

    .hero .hero__content .hero__content-cta {
        justify-content: center
    }

    .left-hero-column,
    .right-hero-column,
    .section__row .left-column,
    .section__row .right-column {
        width: 100%
    }

    .hero__content {
        padding-right: 0
    }

    .hero {
        padding: 100px 0 64px
    }

    .avatar-main-container {
        padding: 0px !important
    }

    .hero #hero-pink-honeycomb {
        padding: 2% calc(1.5rem * 0.5 + 0% - 0px) 2% calc(1.5rem * 0.5 - 0px) !important
    }

    .hero #hero-yellow-honeycomb {
        padding: 2% calc(1.5rem * 0.5) 2% calc(1.5rem * 0.5 + 17px) !important
    }

    .hero #hero-purple-honeycomb {
        padding: 2% calc(1.5rem * 0.5 + 2% - 4px) 2% calc(1.5rem * 0.5 - 0px) !important
    }

    .event .event__item .event__item-title {
        font-size: 16px;
        line-height: 28px;
        font-weight: 500;
    }

    .avatar-carousel-container {
        width: 140px !important;
        padding: 5px 15px !important;
        bottom: 0%;
        left: 50%;
        transform: translateX(-70px);
    }

    .avatar-carousel-container .avatar-character img {
        width: 40px;
        height: 40px
    }

    .about .left-column {
        order: 2
    }

    .about .right-column {
        order: 1
    }

    .about .left-column,
    .about .right-column {
        flex: 0 0 auto;
        width: 100% !important
    }

    .section {
        padding: 0 0 64px
    }

    .about .right-column.right-offset-column {
        margin-left: 0
    }

    .about .about__thumb .speaker-amount {
        bottom: 98px;
        left: calc(100% - 51.5px);
        width: 180px;
        height: 131px;
        transform: translate(-129px, 98px)
    }

    .about .about__thumb {
        margin-bottom: 30px;
    }

    #about h5 {
        margin-top: 5px
    }

    h2,
    .section__content-title,
    .section__header-title {
        font-size: 23px;
        line-height: 33px;
        text-align: center
    }

    .section__content .sub-heading,
    .section__content p {
        text-align: center
    }

    .section__content p,
    .section__header .section__header-content {
        font-size: 16px;
        line-height: 26px
    }

    .section__content .section__content-cta,
    .event .bottom-container {
        text-align: center;
        justify-content: center
    }

    .event .event__content {
        padding-right: 0
    }

    .event .event__item {
        width: 100%
    }

    .event .event__items-wrapper {
        justify-content: center;
        align-items: center;
        text-align: center
    }

    .functionality .right-column.right-offset-column {
        margin-left: 0
    }

    .video-modal .video-modal__content-thumb i {
        font-size: 18px
    }

    .contact .contact__content {
        padding-right: 0
    }

    .contact .social {
        justify-content: center
    }

    .contact h4 {
        text-align: center
    }

    .contact ul li {
        flex-direction: column;
        justify-content: center;
        text-align: center
    }

    .contact .contact__form {
        padding: 40px 20px
    }

    .contact .contact__form h3 {
        font-size: 26px;
        line-height: 36px;
        margin-bottom: 30px
    }

    .contact__social {
        display: block;
    }

    .contact {
        padding-bottom: 0px
    }

    .footer__links ul {
        gap: 20px;
        flex-direction: column
    }

    #hero-honeycomb-1,
    #hero-honeycomb-2,
    #hero-honeycomb-3,
    #hero-honeycomb-4,
    #hero-honeycomb-5,
    #honeycomb-6,
    #honeycomb-7,
    #honeycomb-8,
    #honeycomb-9,
    #honeycomb-10,
    #honeycomb-11,
    #honeycomb-12,
    #honeycomb-13 {
        display: none
    }

    .speaker .speaker__single-content::before {
        content: "";
        position: absolute;
        left: 15px;
        bottom: 20px;
        width: 3px;
        border-radius: 3px;
        height: 87px;
        background: #ff4094
    }
    .speaker .speaker__single-content .speaker-name {
        font-size: 16px;
        line-height: 28px;
    }
    .speaker__single-content p {
        font-size: 14px;
        line-height: 26px;
        font-weight: 500;
    }
    .follow-us-heading {
        text-align: center;
        display: block;
        font-size: 18px;
        line-height: 28px;
        font-weight: 700;
        margin-top: -6px;
    }
    .contact a svg {
        width: 14px;
        height: 14px;
        display: block;
        fill: #ffffff   
    }
    .circle {
        display: none
    }
    
}

@media screen and (min-width:320px) and (max-width:360px) {
    .circle {
        display: none
    }
    .nav__menu svg {
        width: 16px;
        height: 16px;
        display: block;
        fill: #ffffff
    }
    .nav__logo img {
        width: 160px;
        height: auto;
    }
    a, button {
        font-size: 16px;
    }
    h5, .sub-heading {
        font-size: 18px;
        line-height: 28px
    }

    .about .about__content-schedule {
        justify-content: center
    }

    .hero .hero__content .sub-heading {
        text-align: center
    }

    h1,
    .hero__content-title {
        font-size: 27px;
        line-height: 37px;
        text-align: center
    }

    .primary-text {
        font-size: 18px;
        line-height: 1.5
    }

    .hero .hero__content .primary-text,
    .hero__content-title {
        text-align: center
    }

    .hero .hero__content .hero__content-cta {
        justify-content: center
    }

    .left-hero-column,
    .right-hero-column,
    .section__row .left-column,
    .section__row .right-column {
        width: 100%
    }

    .hero__content {
        padding-right: 0
    }

    .hero {
        padding: 120px 0 64px
    }

    .avatar-main-container {
        padding: 0px !important
    }

    .hero #hero-pink-honeycomb {
        padding: 2% calc(1.5rem * 0.5 + 0% - 0px) 2% calc(1.5rem * 0.5 - 0px) !important
    }

    .hero #hero-yellow-honeycomb {
        padding: 2% calc(1.5rem * 0.5) 2% calc(1.5rem * 0.5 + 17px) !important
    }

    .hero #hero-purple-honeycomb {
        padding: 2% calc(1.5rem * 0.5 + 2% - 4px) 2% calc(1.5rem * 0.5 - 0px) !important
    }

    .event .event__item .event__item-title {
        font-size: 18px;
        line-height: 30px;
        font-weight: 500;
    }

    .avatar-carousel-container {
        width: 140px !important;
        padding: 5px 15px !important;
        bottom: 0%;
        left: 50%;
        transform: translateX(-70px);
    }

    .avatar-carousel-container .avatar-character img {
        width: 40px;
        height: 40px
    }

    .about .left-column {
        order: 2
    }

    .about .right-column {
        order: 1
    }

    .about .left-column,
    .about .right-column {
        flex: 0 0 auto;
        width: 100% !important
    }

    .section {
        padding: 0 0 64px
    }

    .about .right-column.right-offset-column {
        margin-left: 0
    }

    .about .about__thumb .speaker-amount {
        bottom: 98px;
        left: calc(100% - 51.5px);
        width: 180px;
        height: 131px;
        transform: translate(-129px, 98px)
    }

    .about .about__thumb {
        margin-bottom: 30px;
    }

    #about h5 {
        margin-top: 5px
    }

    h2,
    .section__content-title,
    .section__header-title {
        font-size: 27px;
        line-height: 37px;
        text-align: center
    }

    .section__content .sub-heading,
    .section__content p {
        text-align: center
    }

    .section__content p,
    .section__header .section__header-content {
        font-size: 18px;
        line-height: 28px
    }

    .section__content .section__content-cta,
    .event .bottom-container {
        text-align: center;
        justify-content: center
    }

    .event .event__content {
        padding-right: 0
    }

    .event .event__item {
        width: 80%
    }

    .event .event__items-wrapper {
        justify-content: center;
        align-items: center;
        text-align: center
    }

    .functionality .right-column.right-offset-column {
        margin-left: 0
    }

    .video-modal .video-modal__content-thumb i {
        font-size: 20px
    }

    .contact .contact__content {
        padding-right: 0
    }

    .contact .social {
        justify-content: center
    }

    .contact h4 {
        text-align: center
    }

    .contact ul li {
        flex-direction: column;
        justify-content: center;
        text-align: center
    }

    .contact .contact__form {
        padding: 40px 20px
    }

    .contact .contact__form h3 {
        font-size: 28px;
        line-height: 38px;
        margin-bottom: 30px
    }

    .contact__social {
        display: block;
    }

    .contact {
        padding-bottom: 0px
    }

    .footer__links ul {
        gap: 20px;
        flex-direction: column
    }

    #hero-honeycomb-1,
    #hero-honeycomb-2,
    #hero-honeycomb-3,
    #hero-honeycomb-4,
    #hero-honeycomb-5,
    #honeycomb-6,
    #honeycomb-7,
    #honeycomb-8,
    #honeycomb-9,
    #honeycomb-10,
    #honeycomb-11,
    #honeycomb-12,
    #honeycomb-13 {
        display: none
    }

    .speaker .speaker__single-content::before {
        content: "";
        position: absolute;
        left: 15px;
        bottom: 20px;
        width: 3px;
        border-radius: 3px;
        height: 87px;
        background: #ff4094
    }
    .speaker .speaker__single-content .speaker-name {
        font-size: 18px;
        line-height: 30px;
    }
    .speaker__single-content p {
        font-size: 16px;
        line-height: 28px;
        font-weight: 500;
    }
    .follow-us-heading {
        text-align: center;
        display: block;
        font-size: 20px;
        line-height: 30px;
        font-weight: 700;
        margin-top: -6px;
    }
    .contact a svg {
        width: 16px;
        height: 16px;
        display: block;
        fill: #ffffff   
    }
}

@media screen and (min-width:361px) and (max-width:480px) {
    .circle {
        display: none;
    }    
    p, th, td, li, input, textarea, select, label, span {
        font-size: 20px;
        line-height: 30px
    }
    .row>* {
        padding-right: 30px;
        padding-left: 30px;
    }
    .nav__logo img {
        width: 180px;
        height: auto;
    }
    .nav__menu svg {
        width: 18px;
        height: 18px;
        display: block;
        fill: #ffffff
    }
    a, button {
        font-size: 18px;
    }
    h5, .sub-heading {
        font-size: 20px;
        line-height: 30px
    }

    .about .about__content-schedule {
        justify-content: center
    }

    .hero .hero__content .sub-heading {
        text-align: center
    }

    h1,
    .hero__content-title {
        font-size: 38px;
        line-height: 48px;
        text-align: center
    }

    .primary-text {
        font-size: 18px;
        line-height: 1.5
    }

    .hero .hero__content .primary-text,
    .hero__content-title {
        text-align: center
    }

    .hero .hero__content .hero__content-cta {
        justify-content: center
    }

    .left-hero-column,
    .right-hero-column,
    .section__row .left-column,
    .section__row .right-column {
        width: 100%
    }

    .hero__content {
        padding-right: 0
    }

    .hero {
        padding: 120px 0 64px
    }

    .avatar-main-container {
        padding: 0px !important
    }

    .hero #hero-pink-honeycomb {
        padding: 2% calc(1.5rem * 0.5 + 0% - 0px) 2% calc(1.5rem * 0.5 + 22px) !important
    }

    .hero #hero-yellow-honeycomb {
        padding: 2% calc(1.5rem * 0.5) 2% calc(1.5rem * 0.5 + 17px) !important
    }

    .hero #hero-purple-honeycomb {
        padding: 2% calc(1.5rem * 0.5 + 2% + 17px) 2% calc(1.5rem * 0.5 + 17px) !important
    }

    .event .event__item .event__item-title {
        font-size: 20px;
        line-height: 32px;
        font-weight: 500;
    }

    .avatar-carousel-container {
        width: 142px !important;
        padding: 5px 15px !important;
        bottom: 4%;
        left: 50%;
        transform: translateX(-70px);
    }

    .avatar-carousel-container .avatar-character img {
        width: 40px;
        height: 40px
    }

    .about .left-column {
        order: 2
    }

    .about .right-column {
        order: 1
    }

    .about .left-column,
    .about .right-column {
        flex: 0 0 auto;
        width: 100% !important
    }

    .section {
        padding: 0 0 64px
    }

    .about .right-column.right-offset-column {
        margin-left: 0
    }

    .about .about__thumb .speaker-amount {
        bottom: 98px;
        left: calc(100% - 51.5px);
        width: 180px;
        height: 131px;
        transform: translate(-129px, 98px)
    }

    .about .about__thumb {
        margin-bottom: 30px;
    }

    #about h5 {
        margin-top: 5px
    }

    h2,
    .section__content-title,
    .section__header-title {
        font-size: 38px;
        line-height: 48px;
        text-align: center
    }

    .section__content .sub-heading,
    .section__content p {
        text-align: center
    }

    .section__content p,
    .section__header .section__header-content {
        font-size: 18px;
        line-height: 28px
    }

    .section__content .section__content-cta,
    .event .bottom-container {
        text-align: center;
        justify-content: center
    }

    .event .event__content {
        padding-right: 0
    }

    .event .event__item {
        width: 80%
    }

    .event .event__items-wrapper {
        justify-content: center;
        align-items: center;
        text-align: center
    }

    .functionality .right-column.right-offset-column {
        margin-left: 0
    }

    .video-modal .video-modal__content-thumb i {
        font-size: 20px
    }

    .contact .contact__content {
        padding-right: 0
    }

    .contact .social {
        justify-content: center
    }

    .contact h4 {
        text-align: center
    }

    .contact ul li {
        flex-direction: column;
        justify-content: center;
        text-align: center
    }

    .contact .contact__form {
        padding: 40px 20px
    }

    .contact .contact__form h3 {
        font-size: 28px;
        line-height: 38px;
        margin-bottom: 30px
    }

    .contact__social {
        display: block;
    }

    .contact {
        padding-bottom: 0px
    }

    .footer__links ul {
        gap: 20px;
        flex-direction: column
    }

    #hero-honeycomb-1,
    #hero-honeycomb-2,
    #hero-honeycomb-3,
    #hero-honeycomb-4,
    #hero-honeycomb-5,
    #honeycomb-6,
    #honeycomb-7,
    #honeycomb-8,
    #honeycomb-9,
    #honeycomb-10,
    #honeycomb-11,
    #honeycomb-12,
    #honeycomb-13 {
        display: none
    }

    .speaker .speaker__single-content::before {
        content: "";
        position: absolute;
        left: 15px;
        bottom: 20px;
        width: 3px;
        border-radius: 3px;
        height: 87px;
        background: #ff4094
    }
    .speaker .speaker__single-content .speaker-name {
        font-size: 20px;
        line-height: 32px;
    }
    .speaker__single-content p {
        font-size: 18px;
        line-height: 30px;
        font-weight: 500;
    }
    .follow-us-heading {
        text-align: center;
        display: block;
        font-size: 20px;
        line-height: 30px;
        font-weight: 700;
        margin-top: -6px;
    }
    .persona-container .glowing-avatar {
        padding-left: 30px;
        padding-right: 30px;
    }

    .contact a svg {
        width: 18px;
        height: 18px;
        display: block;
        fill: #ffffff   
    }

    .functionality .left-column {
        order: 2
    }
}

@media screen and (min-width:768px) and (max-width:991px) {

    .about__content h1 {
        padding-bottom: 30px;
    }

    .contact__content h1 {
        padding-bottom: 30px;
    }

.circle {
    display: none;
}

    #team .col-md-4 {
        flex:0 0 auto;
        width:50%;
        margin-bottom: 0px;
    }

    .follow-us-heading {
        text-align: center;
        display: block;
        font-size: 26px;
        line-height: 36px;
        font-weight: 700;
        margin-top: -6px;
    }

    .left-hero-column,
    .right-hero-column,
    .section__row .left-column,
    .section__row .right-column {
        width: 100%
    }

    .hero {
        padding: 160px 0 64px;
        max-width: 100%;
        justify-content: center
    }

    h5, .sub-heading {
        font-size: 22px;
        line-height: 32px
    }

    .hero .hero__content .sub-heading {
        text-align: center
    }

    h1,
    .hero__content-title {
        font-size: 60px;
        line-height: 70px;
        text-align: center
    }

    .primary-text {
        font-size: 20px;
        line-height: 1.5
    }

    .hero .hero__content .primary-text,
    .hero__content-title {
        text-align: center
    }

    .hero .hero__content .hero__content-cta {
        justify-content: center
    }

    .hero__content {
        padding-right: 0
    }

    .hero {
        padding: 180px 0 64px;
        max-width: 100%;
        height: auto;
        margin: 0 auto
    }

    .hero-container {
        margin-right: 0;
        margin-left: 0
    }

    .event .event__item .event__item-title {
        font-size: 22px;
        line-height: 34px;
        font-weight: 500;
    }

    .nav__menu svg {
        width: 20px;
        height: 20px;
        display: block;
        fill: #ffffff
    }

    a,
    button {
        font-size: 20px
    }

    .avatar-main-container {
        padding: 0px !important
    }

    .hero #hero-pink-honeycomb {
        padding: 2% calc(1.5rem * 0.5 + 0% - 0px) 2% calc(1.5rem * 0.5 - 0px) !important
    }

    .hero #hero-yellow-honeycomb {
        padding: 2% calc(1.5rem * 0.5) 2% calc(1.5rem * 0.5 + 17px) !important
    }

    .hero #hero-purple-honeycomb {
        padding: 2% calc(1.5rem * 0.5 + 2% - 4px) 2% calc(1.5rem * 0.5 - 0px) !important
    }

    .avatar-carousel-container {
        width: 40vw !important;
        height: auto;
        bottom: 10%;
        left: 34.5%
    }

    .avatar-carousel-container .avatar-character img {
        width: 64px;
        height: 64px
    }

    .about .left-column,
    .functionality .left-column {
        order: 2
    }

    .about .right-column,
    .functionality .right-column {
        order: 1
    }

    .about .left-column,
    .about .right-column {
        flex: 0 0 auto;
        width: 100% !important
    }

    .section {
        padding: 0 0 64px
    }

    .about .right-column.right-offset-column {
        margin-left: 0
    }

    .about .about__thumb .speaker-amount {
        bottom: 98px;
        left: calc(100% - 52.5px);
        width: 180px;
        height: 131px;
        transform: translate(-129px, 98px)
    }

    .about .about__thumb {
        margin-bottom: 30px;
    }

    #about h5 {
        margin-top: 5px
    }

    .about .about__thumb .speaker-amount {
        bottom: 98px;
        left: calc(100% - 151.5px);
        width: 280px;
        height: 204px;
        transform: translate(-129px, 98px)
    }

    h2,
    .section__content-title,
    .section__header-title {
        font-size: 56px;
        line-height: 66px;
        text-align: center
    }

    .section__content .sub-heading,
    .section__content p {
        text-align: center
    }

    .section__content p,
    .section__header .section__header-content {
        font-size: 20px;
        line-height: 30px
    }

    .about .schedule-content p {
        font-size: 20px;
        color: #f2f2f2
    }

    .section__content .section__content-cta,
    .event .bottom-container {
        text-align: center;
        justify-content: center
    }

    .event .event__content {
        padding-right: 0
    }

    .event .event__item-content h5 {
        font-weight: 500;
        font-size: 22px;
        line-height: 32px
    }

    .event .event__items-wrapper {
        justify-content: center;
        align-items: center;
        text-align: center
    }

    .functionality .right-column.right-offset-column {
        margin-left: 0
    }

    .video-modal .video-modal__content-thumb i {
        font-size: 20px
    }

    .contact .contact__content {
        padding-right: 0
    }

    .contact .social {
        justify-content: center
    }

    .contact h4 {
        text-align: center
    }

    .contact ul {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        row-gap: 40px
    }

    .contact ul li {
        flex-direction: column;
        justify-content: center;
        text-align: center;
        flex: 0 0 50%
    }

    .contact .contact__form {
        padding: 40px 20px
    }

    .contact .contact__form h3 {
        font-size: 42px;
        line-height: 52px;
        margin-bottom: 30px
    }

    .contact {
        padding-bottom: 0
    }

    .footer__links ul {
        gap: 20px;
        flex-direction: column
    }

    #hero-honeycomb-1,
    #hero-honeycomb-2,
    #hero-honeycomb-3,
    #hero-honeycomb-4,
    #hero-honeycomb-5,
    #honeycomb-6,
    #honeycomb-7,
    #honeycomb-8,
    #honeycomb-9,
    #honeycomb-10,
    #honeycomb-11,
    #honeycomb-12,
    #honeycomb-13 {
        display: none
    }

    .speaker .speaker__single-content::before {
        display: none
    }

    .speaker .speaker__single-content {
        padding: 30px 0 20px 0;
        position: relative
    }

    .speaker .speaker__single-content p {
        font-size: 18px;
        line-height: 30px
    }

    .speaker .speaker__single-content .speaker-name {
        font-size: 22px;
        line-height: 28px
    }

    p,
    th,
    td,
    li,
    input,
    textarea,
    select,
    label,
    blockquote,
    span {
        font-size: 20px;
        line-height: 32px
    }

    .contact a svg {
        width: 20px;
        height: 20px;
        display: block;
        fill: #ffffff   
    }
}

@media only screen and (min-width:1201px) {
    .section__col {
        margin-bottom: 0
    }

    h5, .sub-heading {
        font-size: 22px;
        line-height: 32px
    }
    .section__content .section__content-cta {
        margin-top: 40px
    }
    .about__content h1 {
        padding-bottom: 30px;
    }
    a, button {
        font-size: 16px
    }
    .hero__content {
        margin-bottom: 0
    }
    .header .nav__menu-items {
        justify-content: flex-end
    }
    .contact a svg {
        width: 18px;
        height: 18px;
        display: block;
        fill: #ffffff   
    }
    .avatar-carousel-container {
        width: 17.708333333333332vw;
        z-index: 9999;
        height: auto;
        padding: 15px;
        position: absolute;
        bottom: 11.2%;
        right: 31.5%;
        transform: translateX(-45.5px);
        background: -moz-linear-gradient(100% 50% 180deg, rgba(168, 86, 159, 1) 0%, rgba(188, 77, 149, 1) 8.14%, rgba(220, 62, 134, 1) 23.22%, rgba(232, 57, 128, 1) 31.56%, rgba(242, 123, 86, 1) 54.46%, rgba(247, 155, 65, 1) 67.32%, rgba(196, 138, 96, 1) 76.44%, rgba(110, 109, 149, 1) 92.63%, rgba(76, 98, 170, 1) 100%);
        background: -webkit-linear-gradient(180deg, rgba(168, 86, 159, 1) 0%, rgba(188, 77, 149, 1) 8.14%, rgba(220, 62, 134, 1) 23.22%, rgba(232, 57, 128, 1) 31.56%, rgba(242, 123, 86, 1) 54.46%, rgba(247, 155, 65, 1) 67.32%, rgba(196, 138, 96, 1) 76.44%, rgba(110, 109, 149, 1) 92.63%, rgba(76, 98, 170, 1) 100%);
        background: -webkit-gradient(linear, 100% 50%, 0% 50%, color-stop(0, rgba(168, 86, 159, 1)), color-stop(.0814, rgba(188, 77, 149, 1)), color-stop(.2322, rgba(220, 62, 134, 1)), color-stop(.3156, rgba(232, 57, 128, 1)), color-stop(.5446, rgba(242, 123, 86, 1)), color-stop(.6732, rgba(247, 155, 65, 1)), color-stop(.7644, rgba(196, 138, 96, 1)), color-stop(.9263, rgba(110, 109, 149, 1)), color-stop(1, rgba(76, 98, 170, 1)));
        background: -o-linear-gradient(180deg, rgba(168, 86, 159, 1) 0%, rgba(188, 77, 149, 1) 8.14%, rgba(220, 62, 134, 1) 23.22%, rgba(232, 57, 128, 1) 31.56%, rgba(242, 123, 86, 1) 54.46%, rgba(247, 155, 65, 1) 67.32%, rgba(196, 138, 96, 1) 76.44%, rgba(110, 109, 149, 1) 92.63%, rgba(76, 98, 170, 1) 100%);
        background: -ms-linear-gradient(180deg, rgba(168, 86, 159, 1) 0%, rgba(188, 77, 149, 1) 8.14%, rgba(220, 62, 134, 1) 23.22%, rgba(232, 57, 128, 1) 31.56%, rgba(242, 123, 86, 1) 54.46%, rgba(247, 155, 65, 1) 67.32%, rgba(196, 138, 96, 1) 76.44%, rgba(110, 109, 149, 1) 92.63%, rgba(76, 98, 170, 1) 100%);
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#A8569F', endColorstr='#4C62AA' ,GradientType=0)";
        background: linear-gradient(-90deg, rgba(168, 86, 159, 1) 0%, rgba(188, 77, 149, 1) 8.14%, rgba(220, 62, 134, 1) 23.22%, rgba(232, 57, 128, 1) 31.56%, rgba(242, 123, 86, 1) 54.46%, rgba(247, 155, 65, 1) 67.32%, rgba(196, 138, 96, 1) 76.44%, rgba(110, 109, 149, 1) 92.63%, rgba(76, 98, 170, 1) 100%);
        border-radius: 15px;
        -moz-border-radius: 15px;
        -webkit-border-radius: 15px;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4C62AA', endColorstr='#A8569F', GradientType=1)
    }

    p,
    th,
    td,
    li,
    input,
    textarea,
    select,
    label,
    blockquote,
    span {
        font-size: 18px;
        line-height: 1.5
    }

    h1,
    .hero__content-title {
        font-size: 48px;
        line-height: 58px;
        margin-top: -11px
    }

    .primary-text {
        font-size: 18px;
        line-height: 1.5;
        margin-top: -7px
    }

    .hero .hero__content .hero__content-cta {
        margin-top: 40px
    }

    h2,
    .section__content-title,
    .section__header-title {
        font-size: 46px;
        line-height: 56px;
        margin-top: -9px
    }

    .hero .social a {
        font-size: 18px
    }

    .hero .social a svg {
        width: 18px;
        height: 18px;
        fill: #fff;
        display:block
    }

    .about .about__thumb {
        position: relative;
        margin-bottom: 28px
    }

    .section {
        padding: 100px 0
    }
    .follow-us-heading {
        text-align: left;
        display: block;
        font-size: 28px;
        line-height: 38px;
        margin-top: -7px;
        font-weight: 700;
    }
    .event__items.section__col {
        margin-bottom: 0
    }

    .event .event__item-content h5 {
        font-weight: 500;
        font-size: 17px;
        line-height: 27px
    }

    h3 {
        font-size: 36px;
        line-height: 46px;
        margin-top: -7px
    }

    footer.section {
        padding: 100px 0 0
    }

    footer.section .section {
        padding: 0 0 100px
    }

    #honeycomb-6,
    #honeycomb-7,
    #honeycomb-8,
    #honeycomb-9,
    #honeycomb-10,
    #honeycomb-11,
    #honeycomb-12,
    #honeycomb-13 {
        display: none
    }

    .event .event__item .event__item-title {
        font-size: 16px;
        line-height: 28px;
        font-weight: 500;
    }

    .progress-wrap {
        right: 16px;
        bottom: 30px
    }

    .mfp-iframe-holder .mfp-content {
        max-width: 700px;
        margin: 50px auto 0
    }

    .team-bottom {
        margin-top: 54px
    }

    h4,
    .h4 {
        font-size: 28px;
        line-height: 38px;
        margin-top: -7px
    }

    .speaker .speaker__single-content .speaker-name {
        font-size: 22px;
        line-height: 32px;
        margin-top: -5px
    }

    .about .schedule-content p {
        font-size: 18px;
        color: #f2f2f2
    }
}

@media screen and (min-width:992px) and (max-width:1200px) {

    .about__content h1 {
        padding-bottom: 30px;
    }

    .contact__content h1 {
        padding-bottom: 30px;
    }

    .nav__menu svg {
        width: 16px;
        height: 16px;
        display: block;
        fill: #ffffff
    }
    .follow-us-heading {
        text-align: left;
        display: block;
        font-size: 28px;
        line-height: 38px;
        font-weight: 700;
        margin-top: -7px;
    }
    .nav__logo img {
        width: 180px;
        height: auto;
    }
    .gradient-button {
        padding: 12px 18px;
    }
    .hero__content {
        padding-right: 0px;
    }

    h5, .sub-heading {
        font-size: 18px;
        line-height: 28px;
    }

    .primary-text {
        font-size: 18px;
        line-height: 1.5;
        margin-top: -7px;
    }

    h1,
    .hero__content-title {
        font-size: 48px;
        line-height: 58px;
        margin-top: -11px
    }

    .gradient-fill-button {
        padding: 12px 18px;
    }

    .gradient-fill-button:before {
        border: 24px solid transparent;
    }

    .hero {
        padding: 100px 0 64px;
    }

    p,
    th,
    td,
    li,
    input,
    textarea,
    select,
    label,
    blockquote,
    span {
        font-size: 16px;
        line-height: 1.5
    }

    h2,
    .section__content-title,
    .section__header-title {
        font-size: 42px;
        line-height: 52px;
        margin-top: -9px
    }

    .hero .hero__content .hero__content-cta {
        margin-top: 30px
    }

    .section {
        padding: 64px 0
    }

    .event__items.section__col {
        margin-bottom: 0
    }

    .speaker .speaker__single-content {
        padding: 30px 20px 20px 40px;
    }

    #team .col-md-4 {
        flex:0 0 auto;
        width:25%;
        margin-bottom: 0px;
    }

    .about .schedule-content p {
        font-size: 16px;
        color: #f2f2f2;
    }

    .about .about__thumb {
        position: relative;
        margin-bottom: 40px
    }

    .about .about__thumb .speaker-amount {
        transform: translate(-20px, 40px);
    }

    .event .event__content {
        padding-right: 0px;
        margin-bottom: 64px;
    }

    .event .event__content.section__content .sub-heading, .event .event__content.section__content h2, .event .event__content.section__content p {
        text-align: center;
    }

    .event .bottom-container, .event .section__content-cta {
        justify-content: center;
    }

    .avatar-carousel-container {
        width: 17.708333333333332vw;
        z-index: 9999;
        height: auto;
        padding: 8px 15px;
        position: absolute;
        bottom: 7.2%;
        right: 30%;
        transform: translateX(-45.5px);
        background: -moz-linear-gradient(100% 50% 180deg, rgba(168, 86, 159, 1) 0%, rgba(188, 77, 149, 1) 8.14%, rgba(220, 62, 134, 1) 23.22%, rgba(232, 57, 128, 1) 31.56%, rgba(242, 123, 86, 1) 54.46%, rgba(247, 155, 65, 1) 67.32%, rgba(196, 138, 96, 1) 76.44%, rgba(110, 109, 149, 1) 92.63%, rgba(76, 98, 170, 1) 100%);
        background: -webkit-linear-gradient(180deg, rgba(168, 86, 159, 1) 0%, rgba(188, 77, 149, 1) 8.14%, rgba(220, 62, 134, 1) 23.22%, rgba(232, 57, 128, 1) 31.56%, rgba(242, 123, 86, 1) 54.46%, rgba(247, 155, 65, 1) 67.32%, rgba(196, 138, 96, 1) 76.44%, rgba(110, 109, 149, 1) 92.63%, rgba(76, 98, 170, 1) 100%);
        background: -webkit-gradient(linear, 100% 50%, 0% 50%, color-stop(0, rgba(168, 86, 159, 1)), color-stop(.0814, rgba(188, 77, 149, 1)), color-stop(.2322, rgba(220, 62, 134, 1)), color-stop(.3156, rgba(232, 57, 128, 1)), color-stop(.5446, rgba(242, 123, 86, 1)), color-stop(.6732, rgba(247, 155, 65, 1)), color-stop(.7644, rgba(196, 138, 96, 1)), color-stop(.9263, rgba(110, 109, 149, 1)), color-stop(1, rgba(76, 98, 170, 1)));
        background: -o-linear-gradient(180deg, rgba(168, 86, 159, 1) 0%, rgba(188, 77, 149, 1) 8.14%, rgba(220, 62, 134, 1) 23.22%, rgba(232, 57, 128, 1) 31.56%, rgba(242, 123, 86, 1) 54.46%, rgba(247, 155, 65, 1) 67.32%, rgba(196, 138, 96, 1) 76.44%, rgba(110, 109, 149, 1) 92.63%, rgba(76, 98, 170, 1) 100%);
        background: -ms-linear-gradient(180deg, rgba(168, 86, 159, 1) 0%, rgba(188, 77, 149, 1) 8.14%, rgba(220, 62, 134, 1) 23.22%, rgba(232, 57, 128, 1) 31.56%, rgba(242, 123, 86, 1) 54.46%, rgba(247, 155, 65, 1) 67.32%, rgba(196, 138, 96, 1) 76.44%, rgba(110, 109, 149, 1) 92.63%, rgba(76, 98, 170, 1) 100%);
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#A8569F', endColorstr='#4C62AA' ,GradientType=0)";
        background: linear-gradient(-90deg, rgba(168, 86, 159, 1) 0%, rgba(188, 77, 149, 1) 8.14%, rgba(220, 62, 134, 1) 23.22%, rgba(232, 57, 128, 1) 31.56%, rgba(242, 123, 86, 1) 54.46%, rgba(247, 155, 65, 1) 67.32%, rgba(196, 138, 96, 1) 76.44%, rgba(110, 109, 149, 1) 92.63%, rgba(76, 98, 170, 1) 100%);
        border-radius: 15px;
        -moz-border-radius: 15px;
        -webkit-border-radius: 15px;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4C62AA', endColorstr='#A8569F', GradientType=1)
    }
    
    .event .event__item-content h5 {
        font-weight: 500;
        font-size: 18px;
        line-height: 28px
    }

    #honeycomb-6,
    #honeycomb-7,
    #honeycomb-8,
    #honeycomb-9,
    #honeycomb-10,
    #honeycomb-11,
    #honeycomb-12,
    #honeycomb-13 {
        display: none
    }

    footer.section {
        padding: 64px 0 0
    }

    footer.section .section {
        padding: 0 0 64px
    }

    h3 {
        font-size: 28px;
        line-height: 38px;
        margin-top: -7px
    }

    .progress-wrap {
        right: 16px;
        bottom: 30px;
        z-index: 9999
    }

    .speaker .speaker__single-content .speaker-name {
        font-size: 18px;
        line-height: 28px;
        margin-top: -5px
    }

    .speaker .speaker__single-content::before {
        height: 82px;
    }

    /* ============================ */



    .hero .social a {
        font-size: 18px
    }

    .hero .social a svg {
        width: 18px;
        height: 18px;
        fill: #fff;
        display:block
    }

    .contact a svg {
        width: 18px;
        height: 18px;
        display: block;
        fill: #ffffff   
    }













    .mfp-iframe-holder .mfp-content {
        max-width: 700px;
        margin: 50px auto 0
    }

    .team-bottom {
        margin-top: 54px
    }

    h4,
    .h4 {
        font-size: 28px;
        line-height: 38px;
        margin-top: -7px
    }




}

@media only screen and (min-width:1400px) {
    .hero__content {
        margin-bottom: 0
    }
    .contact a svg {
        width: 18px;
        height: 18px;
        display: block;
        fill: #ffffff   
    }
    .avatar-carousel-container {
        width: 17.708333333333332vw;
        z-index: 9999;
        height: auto;
        padding: 15px;
        position: absolute;
        bottom: 11.2%;
        right: 32.5%;
        transform: translateX(-45.5px);
        background: -moz-linear-gradient(100% 50% 180deg, rgba(168, 86, 159, 1) 0%, rgba(188, 77, 149, 1) 8.14%, rgba(220, 62, 134, 1) 23.22%, rgba(232, 57, 128, 1) 31.56%, rgba(242, 123, 86, 1) 54.46%, rgba(247, 155, 65, 1) 67.32%, rgba(196, 138, 96, 1) 76.44%, rgba(110, 109, 149, 1) 92.63%, rgba(76, 98, 170, 1) 100%);
        background: -webkit-linear-gradient(180deg, rgba(168, 86, 159, 1) 0%, rgba(188, 77, 149, 1) 8.14%, rgba(220, 62, 134, 1) 23.22%, rgba(232, 57, 128, 1) 31.56%, rgba(242, 123, 86, 1) 54.46%, rgba(247, 155, 65, 1) 67.32%, rgba(196, 138, 96, 1) 76.44%, rgba(110, 109, 149, 1) 92.63%, rgba(76, 98, 170, 1) 100%);
        background: -webkit-gradient(linear, 100% 50%, 0% 50%, color-stop(0, rgba(168, 86, 159, 1)), color-stop(.0814, rgba(188, 77, 149, 1)), color-stop(.2322, rgba(220, 62, 134, 1)), color-stop(.3156, rgba(232, 57, 128, 1)), color-stop(.5446, rgba(242, 123, 86, 1)), color-stop(.6732, rgba(247, 155, 65, 1)), color-stop(.7644, rgba(196, 138, 96, 1)), color-stop(.9263, rgba(110, 109, 149, 1)), color-stop(1, rgba(76, 98, 170, 1)));
        background: -o-linear-gradient(180deg, rgba(168, 86, 159, 1) 0%, rgba(188, 77, 149, 1) 8.14%, rgba(220, 62, 134, 1) 23.22%, rgba(232, 57, 128, 1) 31.56%, rgba(242, 123, 86, 1) 54.46%, rgba(247, 155, 65, 1) 67.32%, rgba(196, 138, 96, 1) 76.44%, rgba(110, 109, 149, 1) 92.63%, rgba(76, 98, 170, 1) 100%);
        background: -ms-linear-gradient(180deg, rgba(168, 86, 159, 1) 0%, rgba(188, 77, 149, 1) 8.14%, rgba(220, 62, 134, 1) 23.22%, rgba(232, 57, 128, 1) 31.56%, rgba(242, 123, 86, 1) 54.46%, rgba(247, 155, 65, 1) 67.32%, rgba(196, 138, 96, 1) 76.44%, rgba(110, 109, 149, 1) 92.63%, rgba(76, 98, 170, 1) 100%);
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#A8569F', endColorstr='#4C62AA' ,GradientType=0)";
        background: linear-gradient(-90deg, rgba(168, 86, 159, 1) 0%, rgba(188, 77, 149, 1) 8.14%, rgba(220, 62, 134, 1) 23.22%, rgba(232, 57, 128, 1) 31.56%, rgba(242, 123, 86, 1) 54.46%, rgba(247, 155, 65, 1) 67.32%, rgba(196, 138, 96, 1) 76.44%, rgba(110, 109, 149, 1) 92.63%, rgba(76, 98, 170, 1) 100%);
        border-radius: 15px;
        -moz-border-radius: 15px;
        -webkit-border-radius: 15px;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4C62AA', endColorstr='#A8569F', GradientType=1)
    }

    p,
    th,
    td,
    li,
    input,
    textarea,
    select,
    label,
    blockquote,
    span {
        font-size: 18px;
        line-height: 1.5
    }

    .about .schedule-content p {
        font-size: 18px;
        color: #f2f2f2
    }

    h1,
    .hero__content-title {
        font-size: 60px;
        line-height: 70px;
        margin-top: -11px
    }

    .primary-text {
        font-size: 20px;
        line-height: 1.5;
        margin-top: -7px
    }

    .hero .hero__content .hero__content-cta {
        margin-top: 40px
    }
    .follow-us-heading {
        text-align: left;
        display: block;
        font-size: 30px;
        line-height: 40px;
        font-weight: 700;
        margin-top: -7px;
    }

    .event .event__item .event__item-title {
        font-size: 20px;
        line-height: 30px;
        font-weight: 500;
    }

    h2,
    .section__content-title,
    .section__header-title {
        font-size: 54px;
        line-height: 64px;
        margin-top: -9px
    }

    .hero .social a {
        font-size: 18px
    }

    .hero .social a svg {
        width: 18px;
        height: 18px;
        fill: #fff;
        display:block
    }

    .about .about__thumb {
        position: relative;
        margin-bottom: 28px
    }

    .section {
        padding: 100px 0
    }

    .event__items.section__col {
        margin-bottom: 0
    }

    .event .event__item-content h5 {
        font-weight: 500;
        font-size: 20px;
        line-height: 30px
    }

    h3 {
        font-size: 44px;
        line-height: 54px;
        margin-top: -7px
    }

    footer.section {
        padding: 100px 0 0
    }

    footer.section .section {
        padding: 0 0 100px
    }

    #honeycomb-6,
    #honeycomb-7,
    #honeycomb-8,
    #honeycomb-9,
    #honeycomb-10,
    #honeycomb-11,
    #honeycomb-12,
    #honeycomb-13 {
        display: none
    }

    .progress-wrap {
        right: 8px;
        bottom: 30px
    }

    .mfp-iframe-holder .mfp-content {
        max-width: 800px;
        margin: 50px auto 0
    }

    .team-bottom {
        margin-top: 54px
    }

    h4,
    .h4 {
        font-size: 30px;
        line-height: 40px;
        margin-top: -7px
    }

    .speaker .speaker__single-content .speaker-name {
        font-size: 22px;
        line-height: 32px;
        margin-top: -5px
    }
}

@media only screen and (min-width:1600px) {
    .contact a svg {
        width: 18px;
        height: 18px;
        display: block;
        fill: #ffffff   
    }
    .follow-us-heading {
        text-align: left;
        display: block;
        font-size: 32px;
        line-height: 42px;
        font-weight: 700;
        margin-top: -7px;
    }
    .event .event__item .event__item-title {
        font-size: 20px !important;
        line-height: 32px !important;
        font-weight: 500;
    }
    .avatar-carousel-container {
        width: 17.708333333333332vw;
        z-index: 9999;
        height: auto;
        padding: 15px;
        position: absolute;
        bottom: 11.2%;
        right: 32.5%;
        transform: translateX(-45.5px);
        background: -moz-linear-gradient(100% 50% 180deg, rgba(168, 86, 159, 1) 0%, rgba(188, 77, 149, 1) 8.14%, rgba(220, 62, 134, 1) 23.22%, rgba(232, 57, 128, 1) 31.56%, rgba(242, 123, 86, 1) 54.46%, rgba(247, 155, 65, 1) 67.32%, rgba(196, 138, 96, 1) 76.44%, rgba(110, 109, 149, 1) 92.63%, rgba(76, 98, 170, 1) 100%);
        background: -webkit-linear-gradient(180deg, rgba(168, 86, 159, 1) 0%, rgba(188, 77, 149, 1) 8.14%, rgba(220, 62, 134, 1) 23.22%, rgba(232, 57, 128, 1) 31.56%, rgba(242, 123, 86, 1) 54.46%, rgba(247, 155, 65, 1) 67.32%, rgba(196, 138, 96, 1) 76.44%, rgba(110, 109, 149, 1) 92.63%, rgba(76, 98, 170, 1) 100%);
        background: -webkit-gradient(linear, 100% 50%, 0% 50%, color-stop(0, rgba(168, 86, 159, 1)), color-stop(.0814, rgba(188, 77, 149, 1)), color-stop(.2322, rgba(220, 62, 134, 1)), color-stop(.3156, rgba(232, 57, 128, 1)), color-stop(.5446, rgba(242, 123, 86, 1)), color-stop(.6732, rgba(247, 155, 65, 1)), color-stop(.7644, rgba(196, 138, 96, 1)), color-stop(.9263, rgba(110, 109, 149, 1)), color-stop(1, rgba(76, 98, 170, 1)));
        background: -o-linear-gradient(180deg, rgba(168, 86, 159, 1) 0%, rgba(188, 77, 149, 1) 8.14%, rgba(220, 62, 134, 1) 23.22%, rgba(232, 57, 128, 1) 31.56%, rgba(242, 123, 86, 1) 54.46%, rgba(247, 155, 65, 1) 67.32%, rgba(196, 138, 96, 1) 76.44%, rgba(110, 109, 149, 1) 92.63%, rgba(76, 98, 170, 1) 100%);
        background: -ms-linear-gradient(180deg, rgba(168, 86, 159, 1) 0%, rgba(188, 77, 149, 1) 8.14%, rgba(220, 62, 134, 1) 23.22%, rgba(232, 57, 128, 1) 31.56%, rgba(242, 123, 86, 1) 54.46%, rgba(247, 155, 65, 1) 67.32%, rgba(196, 138, 96, 1) 76.44%, rgba(110, 109, 149, 1) 92.63%, rgba(76, 98, 170, 1) 100%);
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#A8569F', endColorstr='#4C62AA' ,GradientType=0)";
        background: linear-gradient(-90deg, rgba(168, 86, 159, 1) 0%, rgba(188, 77, 149, 1) 8.14%, rgba(220, 62, 134, 1) 23.22%, rgba(232, 57, 128, 1) 31.56%, rgba(242, 123, 86, 1) 54.46%, rgba(247, 155, 65, 1) 67.32%, rgba(196, 138, 96, 1) 76.44%, rgba(110, 109, 149, 1) 92.63%, rgba(76, 98, 170, 1) 100%);
        border-radius: 15px;
        -moz-border-radius: 15px;
        -webkit-border-radius: 15px;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4C62AA', endColorstr='#A8569F', GradientType=1)
    }

    p,
    th,
    td,
    li,
    input,
    textarea,
    select,
    label,
    blockquote,
    span {
        font-size: 20px;
        line-height: 2
    }

    .about .schedule-content p {
        font-size: 20px;
        color: #f2f2f2
    }

    h5, .sub-heading {
        font-size: 26px;
        line-height: 36px;
        margin-top: -5px
    }

    h1,
    .hero__content-title {
        font-size: 67px;
        line-height: 78px;
        margin-top: -11px
    }

    .primary-text {
        font-size: 22px;
        line-height: 1.5;
        margin-top: -7px
    }

    .hero .hero__content .hero__content-cta {
        margin-top: 40px
    }

    h2,
    .section__content-title,
    .section__header-title {
        font-size: 54px;
        line-height: 64px;
        margin-top: -9px
    }

    .about .about__thumb {
        position: relative;
        margin-bottom: 28px
    }

    .section {
        padding: 150px 0
    }

    .event__items.section__col {
        margin-bottom: 0
    }

    .event .event__item-content h5 {
        font-weight: 500;
        font-size: 20px;
        line-height: 30px
    }

    h3 {
        font-size: 44px;
        line-height: 54px;
        margin-top: -7px
    }

    footer.section {
        padding: 150px 0 0
    }

    footer.section .section {
        padding: 0 0 100px
    }

    #honeycomb-6,
    #honeycomb-7,
    #honeycomb-8,
    #honeycomb-9,
    #honeycomb-10,
    #honeycomb-11,
    #honeycomb-12,
    #honeycomb-13 {
        display: none
    }

    .progress-wrap {
        right: 8px;
        bottom: 30px
    }

    .mfp-iframe-holder .mfp-content {
        max-width: 800px;
        margin: 50px auto 0
    }

    .team-bottom {
        margin-top: 54px
    }

    h4,
    .h4 {
        font-size: 32px;
        line-height: 42px;
        margin-top: -7px
    }

    .speaker .speaker__single-content .speaker-name {
        font-size: 24px;
        line-height: 34px;
        margin-top: -5px
    }
}

@media screen and (min-width:1920px) {
    .about .about__thumb .speaker-amount {
        padding: 40px 50px;
        width: 300px;
        height: 218px
    }

    .avatar-carousel-container {
        width: 17.708333333333332vw;
        z-index: 9999;
        height: auto;
        padding: 15px;
        position: absolute;
        bottom: 11.2%;
        right: 32.5%;
        transform: translateX(-45.5px);
        background: -moz-linear-gradient(100% 50% 180deg, rgba(168, 86, 159, 1) 0%, rgba(188, 77, 149, 1) 8.14%, rgba(220, 62, 134, 1) 23.22%, rgba(232, 57, 128, 1) 31.56%, rgba(242, 123, 86, 1) 54.46%, rgba(247, 155, 65, 1) 67.32%, rgba(196, 138, 96, 1) 76.44%, rgba(110, 109, 149, 1) 92.63%, rgba(76, 98, 170, 1) 100%);
        background: -webkit-linear-gradient(180deg, rgba(168, 86, 159, 1) 0%, rgba(188, 77, 149, 1) 8.14%, rgba(220, 62, 134, 1) 23.22%, rgba(232, 57, 128, 1) 31.56%, rgba(242, 123, 86, 1) 54.46%, rgba(247, 155, 65, 1) 67.32%, rgba(196, 138, 96, 1) 76.44%, rgba(110, 109, 149, 1) 92.63%, rgba(76, 98, 170, 1) 100%);
        background: -webkit-gradient(linear, 100% 50%, 0% 50%, color-stop(0, rgba(168, 86, 159, 1)), color-stop(.0814, rgba(188, 77, 149, 1)), color-stop(.2322, rgba(220, 62, 134, 1)), color-stop(.3156, rgba(232, 57, 128, 1)), color-stop(.5446, rgba(242, 123, 86, 1)), color-stop(.6732, rgba(247, 155, 65, 1)), color-stop(.7644, rgba(196, 138, 96, 1)), color-stop(.9263, rgba(110, 109, 149, 1)), color-stop(1, rgba(76, 98, 170, 1)));
        background: -o-linear-gradient(180deg, rgba(168, 86, 159, 1) 0%, rgba(188, 77, 149, 1) 8.14%, rgba(220, 62, 134, 1) 23.22%, rgba(232, 57, 128, 1) 31.56%, rgba(242, 123, 86, 1) 54.46%, rgba(247, 155, 65, 1) 67.32%, rgba(196, 138, 96, 1) 76.44%, rgba(110, 109, 149, 1) 92.63%, rgba(76, 98, 170, 1) 100%);
        background: -ms-linear-gradient(180deg, rgba(168, 86, 159, 1) 0%, rgba(188, 77, 149, 1) 8.14%, rgba(220, 62, 134, 1) 23.22%, rgba(232, 57, 128, 1) 31.56%, rgba(242, 123, 86, 1) 54.46%, rgba(247, 155, 65, 1) 67.32%, rgba(196, 138, 96, 1) 76.44%, rgba(110, 109, 149, 1) 92.63%, rgba(76, 98, 170, 1) 100%);
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#A8569F', endColorstr='#4C62AA' ,GradientType=0)";
        background: linear-gradient(-90deg, rgba(168, 86, 159, 1) 0%, rgba(188, 77, 149, 1) 8.14%, rgba(220, 62, 134, 1) 23.22%, rgba(232, 57, 128, 1) 31.56%, rgba(242, 123, 86, 1) 54.46%, rgba(247, 155, 65, 1) 67.32%, rgba(196, 138, 96, 1) 76.44%, rgba(110, 109, 149, 1) 92.63%, rgba(76, 98, 170, 1) 100%);
        border-radius: 15px;
        -moz-border-radius: 15px;
        -webkit-border-radius: 15px;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4C62AA', endColorstr='#A8569F', GradientType=1)
    }

    p,
    th,
    td,
    li,
    input,
    textarea,
    select,
    label,
    blockquote,
    span {
        font-size: 22px;
        line-height: 1.5
    }

    .about .schedule-content p {
        font-size: 22px;
        color: #f2f2f2
    }

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1600px
    }

    .hero-container {
        margin-right: 0;
        margin-left: calc(50vw - 802px)
    }

    .nav__logo img {
        width: 200px;
        height: auto
    }

    a,
    button {
        font-size: 20px;
        line-height: 26px
    }

    .contact a svg {
        width: 20px;
        height: 20px;
        display: block;
        fill: #ffffff   
    }

    h5, .sub-heading {
        font-size: 26px;
        line-height: 36px;
        margin-top: -5px
    }

    h1,
    .hero__content-title {
        font-size: 80px;
        line-height: 95px;
        margin-top: -11px
    }

    .primary-text {
        font-size: 24px;
        line-height: 1.5;
        margin-top: -7px
    }

    .hero .social a {
        font-size: 20px
    }

    .hero .social a svg {
        width: 20px;
        height: 20px;
        fill: #fff;
        display:block
    }

    .hero .hero__content .hero__content-cta {
        margin-top: 56px
    }

    .follow-us-heading {
        text-align: left;
        display: block;
        font-size: 32px;
        line-height: 42px;
        font-weight: 700;
        margin-top: -7px;
    }

    h2,
    .section__content-title,
    .section__header-title {
        font-size: 68px;
        line-height: 78px;
        margin-top: -9px
    }

    .section {
        padding: 120px 0
    }

    .event__items.section__col {
        margin-bottom: 0
    }

    .event .event__item {
        padding: 26px
    }

    .event .event__item-content h5 {
        font-weight: 500;
        font-size: 22px;
        line-height: 32px
    }

    #honeycomb-6,
    #honeycomb-7,
    #honeycomb-8,
    #honeycomb-9,
    #honeycomb-10,
    #honeycomb-11,
    #honeycomb-12,
    #honeycomb-13 {
        display: flex
    }

    .mfp-iframe-holder .mfp-content {
        max-width: 900px;
        margin: 50px auto 0
    }

    h3 {
        font-size: 56px;
        line-height: 66px;
        margin-top: -7px
    }

    .speaker .speaker__single-content .speaker-name {
        font-size: 26px;
        line-height: 36px;
        margin-top: -5px
    }

    .speaker .speaker__single-content::before {
        height: 102px
    }
}

@media screen and (min-width:2560px) {

    .event .event__item .event__item-title {
        font-weight: 500;
    font-size: 32px !important;
    line-height: 42px !important;
    }
    .about .about__thumb .speaker-amount {
        padding: 40px 50px;
        width: 400px;
        height: 292px
    }

    .hero .social a {
        font-size: 24px
    }

    .hero .social a svg {
        width: 24px;
        height: 24px;
        fill: #fff;
        display:block
    }

    .gradient-fill-button:before {
        border: 32px solid transparent
    }

    .avatar-carousel-container {
        width: 17.708333333333332vw;
        z-index: 9999;
        height: auto;
        padding: 15px;
        position: absolute;
        bottom: 11.2%;
        right: 34.5%;
        transform: translateX(-45.5px);
        background: -moz-linear-gradient(100% 50% 180deg, rgba(168, 86, 159, 1) 0%, rgba(188, 77, 149, 1) 8.14%, rgba(220, 62, 134, 1) 23.22%, rgba(232, 57, 128, 1) 31.56%, rgba(242, 123, 86, 1) 54.46%, rgba(247, 155, 65, 1) 67.32%, rgba(196, 138, 96, 1) 76.44%, rgba(110, 109, 149, 1) 92.63%, rgba(76, 98, 170, 1) 100%);
        background: -webkit-linear-gradient(180deg, rgba(168, 86, 159, 1) 0%, rgba(188, 77, 149, 1) 8.14%, rgba(220, 62, 134, 1) 23.22%, rgba(232, 57, 128, 1) 31.56%, rgba(242, 123, 86, 1) 54.46%, rgba(247, 155, 65, 1) 67.32%, rgba(196, 138, 96, 1) 76.44%, rgba(110, 109, 149, 1) 92.63%, rgba(76, 98, 170, 1) 100%);
        background: -webkit-gradient(linear, 100% 50%, 0% 50%, color-stop(0, rgba(168, 86, 159, 1)), color-stop(.0814, rgba(188, 77, 149, 1)), color-stop(.2322, rgba(220, 62, 134, 1)), color-stop(.3156, rgba(232, 57, 128, 1)), color-stop(.5446, rgba(242, 123, 86, 1)), color-stop(.6732, rgba(247, 155, 65, 1)), color-stop(.7644, rgba(196, 138, 96, 1)), color-stop(.9263, rgba(110, 109, 149, 1)), color-stop(1, rgba(76, 98, 170, 1)));
        background: -o-linear-gradient(180deg, rgba(168, 86, 159, 1) 0%, rgba(188, 77, 149, 1) 8.14%, rgba(220, 62, 134, 1) 23.22%, rgba(232, 57, 128, 1) 31.56%, rgba(242, 123, 86, 1) 54.46%, rgba(247, 155, 65, 1) 67.32%, rgba(196, 138, 96, 1) 76.44%, rgba(110, 109, 149, 1) 92.63%, rgba(76, 98, 170, 1) 100%);
        background: -ms-linear-gradient(180deg, rgba(168, 86, 159, 1) 0%, rgba(188, 77, 149, 1) 8.14%, rgba(220, 62, 134, 1) 23.22%, rgba(232, 57, 128, 1) 31.56%, rgba(242, 123, 86, 1) 54.46%, rgba(247, 155, 65, 1) 67.32%, rgba(196, 138, 96, 1) 76.44%, rgba(110, 109, 149, 1) 92.63%, rgba(76, 98, 170, 1) 100%);
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#A8569F', endColorstr='#4C62AA' ,GradientType=0)";
        background: linear-gradient(-90deg, rgba(168, 86, 159, 1) 0%, rgba(188, 77, 149, 1) 8.14%, rgba(220, 62, 134, 1) 23.22%, rgba(232, 57, 128, 1) 31.56%, rgba(242, 123, 86, 1) 54.46%, rgba(247, 155, 65, 1) 67.32%, rgba(196, 138, 96, 1) 76.44%, rgba(110, 109, 149, 1) 92.63%, rgba(76, 98, 170, 1) 100%);
        border-radius: 15px;
        -moz-border-radius: 15px;
        -webkit-border-radius: 15px;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4C62AA', endColorstr='#A8569F', GradientType=1)
    }

    p,
    th,
    td,
    li,
    input,
    textarea,
    select,
    label,
    blockquote,
    span {
        font-size: 28px;
        line-height: 1.75
    }

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 2200px
    }

    .hero-container {
        margin-right: 0;
        margin-left: calc(50vw - 1102px)
    }

    .nav__logo img {
        width: 260px;
        height: auto
    }

    a,
    button {
        font-size: 26px;
        line-height: 32px
    }

    h5, .sub-heading {
        font-size: 32px;
        line-height: 42px;
        margin-top: -5px
    }

    h1,
    .hero__content-title {
        font-size: 116px;
        line-height: 126px;
        margin-top: -11px
    }

    .primary-text {
        font-size: 30px;
        line-height: 1.75;
        margin-top: -7px
    }

    .hero .hero__content .hero__content-cta {
        margin-top: 56px
    }

    h2,
    .section__content-title,
    .section__header-title {
        font-size: 97px;
        line-height: 107px;
        margin-top: -9px
    }


    .section {
        padding: 120px 0
    }

    .event__items.section__col {
        margin-bottom: 0
    }

    .section__content .section__content-cta {
        margin-top: 56px
    }

    .about .schedule-content p {
        font-size: 28px;
        color: #f2f2f2
    }

    .event .event__item {
        padding: 48px 36px
    }

    .event .event__item-content h5 {
        font-weight: 500;
        font-size: 32px;
        line-height: 42px
    }

    .event .event__item-thumb {
        width: 100px;
        min-width: 100px;
        height: 100px
    }

    .mfp-iframe-holder .mfp-content {
        max-width: 900px;
        margin: 50px auto 0
    }

    h3 {
        font-size: 85px;
        line-height: 95px;
        margin-top: -7px
    }

    .speaker .speaker__single-content .speaker-name {
        font-size: 32px;
        line-height: 42px;
        margin-top: -5px
    }

    .speaker .speaker__single-content::before {
        height: 132px
    }

    .contact a svg {
        width: 26px;
        height: 26px;
        display: block;
        fill: #ffffff   
    }
}

@media (max-width: 2560px) {
    .about .about__thumb .speaker-amount {
        background-image: url('../images/jpg/2560/persona-dashboard-2560.jpg');
        background-image: url('../images/webp/2560/persona-dashboard-2560.webp');
    }
}