/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
/* Modify as needed start ----------------------------------- */
body, h1, h2, h3, h4, h5, h6, h7 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}

body {
    font-weight: 400;
    font-size: 16px;
}

strong {
    font-weight: 800;
}

.post, .page {
    margin: 0;
}

*:focus {
    outline: 0 !important;
}

a {
    text-decoration: none;
}

ul {
    margin: 0px;
    margin-bottom: 10px;
    margin-top: 10px;
}

p {
    margin-bottom: 10px;
}

textarea:focus, input:focus {
    outline: none;
}

*:focus {
    outline: 1px solid transparent !important;
}


/* Modify as needed end ----------------------------------- */


/*-- BL0 Start ------------------------------------*/

#wa_bl0 {
    font-size: 15px;
}

#wa_bl0 h2 {
    font-size: 50px;
    font-family: 'Oswald', sans-serif;
    color: #cf9810;
}

#wa_bl0 h3 a:link, #wa_bl0 h3 a:visited, #wa_bl0 h3 a:active {
    color: #000;
}

#wa_bl0 h3 a:hover {
    color: #cf9810;
}

#wa_bl0 .read_more {
    font-family: 'Oswald', sans-serif;
    color: #0979bd;
    font-size: 1.6em;
}

#wa_bl0 .read_more:hover {
    color: #cf9810;
}

#wa_bl0 .wa_bl0_blog {
    font-size: 1.3em
}

#wa_bl0 .wa_bl0_twit {
    border: solid 2px #c7c7c7;
    border-radius: 5px;
}

.wa_twitter_widg .textwidget {
    padding: 10px;
    font-size: 13px;
}

.wa_bl0_categ {
    height: 180px;
    position: relative;
    border: solid 1px #cf9810;
    border-radius: 5px;
    background-size: cover;
}

.wa_bl0_name {
    position: absolute;
    bottom: 0;
    background-color: #000000b3;
    width: 100%;
    padding: 7px;
    text-align: center;
    color: #fff;
    font-weight: 600;
    font-size: 1.3em;
    border-top: solid 1px #fff;
}

.wa_bl0_categ:hover .wa_bl0_name {
    transition: 1s;
    background-color: #ff5722f2;
    border-top: solid 1px #fff;
}

#wa_bl0 .wa_brcr {
    background-color: #fff6de;
    border-bottom: solid 1px #03A9F4;
    font-size: 14px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.art_img {
    border: solid 2px #0e416c;
    border-radius: 5px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.social_ul {
    list-style: none;
    padding-left: 0;
    margin-left: 0;
    font-size: 30px;
}

.social_ul li {
    display: inline-block;
    margin-right: 10px;
}

/* Pagination */
.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    color: #fff;
    text-decoration: none;
}

.navigation li {
    display: inline;
}

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    background-color: #6FB7E9;
    border-radius: 3px;
    cursor: pointer;
    padding: 7px;
    font-size: 14px;
}

.navigation li a:hover,
.navigation li.active a {
    background-color: #3C8DC5;
}

/*-- BL0 END ---------------------------------------*/

/*-- b0001 ---------------------------------------*/
#b0001 {
    background-color: #FDD300;
    height: 50px;
}

.b0001-cont {
    display: flex;
    justify-content: right;
    gap: 20px;
}

.b0001-cont img {
    width: 30px;
    height: 30px;
}

.b0001-fac {
    padding: 10px 0;
}

.b0001-phone {
    height: 50px;
    padding: 10px 25px;
    background-color: #111B41;
}

.b0001-phone a {
    color: #ffffff;
    font: 700 21px Lato;
    padding-left: 20px;
}

/*-- b0001 END ---------------------------------------*/

/*-- a0198 -------------------------------------------*/
.a0198 {
    background: #ffffff;
    padding: 12px 0;
    border-bottom: 5px solid #111B41;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 {
    display: grid;
    grid-template-columns: repeat(7, auto);
    width: fit-content;
    grid-gap: 15px;
    visibility: visible;
    text-align: left;
    padding: 0px 0px 0px 0px;
    margin: auto;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
    margin-top: 15px;
    line-height: 130% !important;
    font: 700 16px Lato;
    text-align: center;
    display: flex;
    text-underline-offset: 5px;
}

.header-grd {
    display: grid;
    grid-template-columns: 142px auto;
    gap: 35px;
    align-items: center;
}

@media (max-width: 1400px) {
    .a0198 {
        padding: 12px 0 30px 0;
    }

    #mega-menu-wrap-menu-1 #mega-menu-menu-1 {
        grid-gap: 0px;
    }
}

@media (max-width: 1200px) {
    .a0198 {
        padding: 12px 0;
    }

    #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
        margin-top: 25px !important;
        font: 700 20px Lato;
        text-align: left !important;
        height: auto !important;
    }
}

/*-- a0198 END ---------------------------------------*/

/*-- a0224 ------------------------------------------*/
#a0224 {
    padding: 100px 0px;
    background-repeat: no-repeat;
    position: relative;
    background-position: center;
    background-size: cover;
    height: 646px;
    border-bottom: 5px solid #FDD300;
}

#a0224-wh {
    padding: 85px 0px;
    background-repeat: no-repeat;
    position: relative;
    background-position: center;
    background-size: cover;
}

#a0224 h2 {
    color: #FDD300;
    text-align: center;
    font: 700 80px Lato;
    text-shadow: 0px 3px 3px #000000BF;
}

#a0224-wh h2 {
    color: #FFF;
    text-align: center;
    color: #FFF;
    text-align: center;
    font-family: "Futura PT Cond";
    font-size: 96px;
    font-style: normal;
    font-weight: 450;
    line-height: normal;
    text-transform: uppercase;
}

.a0224-btn {
    border-radius: 6px;
    background: #FDD300;
    color: #000000 !important;
    text-align: center;
    padding: 16px 34px;
    display: block;
    margin: auto;
    width: 260px;
    transition: 0.9s;
    font: 700 24px Lato;
}

.a0224-btn:hover {
    transition: 0.9s;
    background: #111b41 !important;
    color: #ffffff !important;
}

.a0224-description {
    margin-top: 31px;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    max-width: 539px;
    width: 100%;
    color: #FFF;
    text-align: center;
    font: 700 36px Lato;
    text-shadow: 0px 3px 3px #000000BF;
    line-height: 70px;
}

.a0224-description-wh {
    margin-top: 11px;
    margin-bottom: 28px;
    margin-left: auto;
    margin-right: auto;
    max-width: 638px;
    width: 100%;
    color: #FFF;
    text-align: center;
    font-family: "Futura PT";
    font-size: 24px;
    font-style: normal;
    font-weight: 450;
    line-height: normal;
}

video.fullscreen {
    position: absolute;
    z-index: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    filter: brightness(0.75);
}

@media (max-width: 992px) {
    #a0224-wh {
        padding: 50px 0px;
    }
}

@media (max-width: 768px) {
    #a0224-wh h2 {
        font-size: 60px;
    }

    #a0224 h2 {
        font-size: 42px;
    }

    #a0224 {
        padding: 83px 0px;
    }
}

@media (max-width: 400px) {
    #a0224 {
        height: 480px;
    }

    .a0224-description {
        font: 700 30px Lato;
        line-height: 56px;
    }

    #a0224 h2 {
        font-size: 38px;
    }

    #a0224 {
        padding: 20px 0px;
    }
}

/*-- a0224 END --------------------------------------*/

/*-- b0002 --------------------------------------*/
#b0002 {
    padding: 25px 0 39px 0;
    border-bottom: 5px solid #111B41;
}

.b0002-txt-top {
    font: 500 21px Lato;
    color: #111B41;
}

.b0002-txt-bottom {
    font: 700 24px Lato;
    color: #111B41;
    text-align: center;
    margin-top: 42px;
}

/*-- CNC page ----------*/
#b0002 .cnc-page {
    line-height: 42px;
}

@media (max-width: 768px) {
    .b0002-txt-top span {
        font-size: 35px !important;
    }
}

/*-- b0002 END --------------------------------------*/

/*-- b0003 --------------------------------------*/
#b0003 {
    padding: 35px 0 90px 0;
    background-color: #EEEEEE;
    border-bottom: 5px solid #FDD300;
}

#b0003 h2 {
    font: 700 40px Lato;
    color: #111B41;
    text-align: center;
    margin-bottom: 36px;
}

.b0003-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 38px;
}

.b0003-itm{
    box-shadow: 0px 3px 6px #00000029;
    transition: 0.9s;
}

.b0003-itm:hover {
    transition: 0.9s;
    filter: drop-shadow(2px 4px 6px black);
}

.b0003-grid h3 {
    font: 700 24px Lato;
    color: #000000;
    background-color: #FDD300;
    border: 1px solid #111B41;
    margin: 0;
    padding: 13px 0;
    text-align: center;
}

.b0003-btn {
    background-color: #111B41;
    padding: 13px 0 15px 0;
}

.b0003-btn:hover{
    transition: 0.9s;
    opacity: 0.9;
}

.b0003-btn a {
    color: #ffffff;
    font: 700 21px Lato;
    text-align: center;
    display: block;
}

.b0003-btn img {
    width: 20px !important;
    margin-left: 10px;
    padding-bottom: 4px;
}

.b0003-grid img {
    width: 100%;
    border: 1px solid #111B41;
}

@media (max-width: 1200px) {
    .b0003-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 992px) {
    .b0003-grid {
        grid-template-columns: 1fr;
    }
}

/*-- b0003 END --------------------------------------*/

/*-- b0004 --------------------------------------*/
#b0004 {
    padding: 46px 0 100px 0;
    text-align: center;
    border-bottom: 5px solid #111B41;
}

#b0004 h2 {
    color: #111B41;
    font: 700 24px Lato;
    margin-bottom: 60px;
    line-height: 150%;
}

.b0004-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 15px;
}

.b0004-item{
    box-shadow: 0px 6px 9px #00000029;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
}

.b0004-grid h3 {
    font: 700 31px Bebas Neue;
    margin-top: 23px;
}

@media (max-width: 1400px) {
    #b0004 {
        padding: 46px 0 57px 0;
    }

    .b0004-grid h3 {
        font-size: 29px;
    }
}

@media (max-width: 1200px) {
    .b0004-grid h3 {
        font-size: 24px;
    }
}

@media (max-width: 992px) {
    #b0004 {
        padding: 46px 0 46px 0;
    }

    .b0004-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .b0004-grid h3 {
        font-size: 31px;
    }
}

@media (max-width: 768px) {
    .b0004-grid {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 15px;
    }
}

@media (max-width: 576px) {
    .b0004-grid {
        grid-template-columns: 1fr;
    }

    #b0004 h2 {
        margin-bottom: 41px;
    }

    #b0004 span {
        font-size: 41px !important;
    }
}

/*-- b0004 END --------------------------------------*/

/* -- A0005 -- START ------------------------------ */
#a0005 {
    background-position-x: center;
    background-size: cover;
    padding: 46px 0;
    border-top: 5px solid #111B41;
}

#a0005 h2 {
    text-align: center;
    color: #FDD300;
    font: 700 40px Lato;
    margin-bottom: 43px;
}

#a0005 .a0005_field {
    margin-bottom: 27px;
}

.with_frm_style input[type=text], .with_frm_style input[type=tel], .with_frm_style input[type=email] {
    line-height: 2.3;
}

.with_frm_style textarea {
    line-height: 2.3;
}

#a0005 .a0005_sbm {
    background-color: #FDD300;
    font: 700 24px Lato;
    border: 6px;
    width: 200px;
    padding: 10px 0;
    box-shadow: none;
    color: #000000;
}

#a0005 .a0005_sbm:hover{
    transition: 0.9s;
    background-color: #111B41;
    color: #fff !important;
}

/* -- A0005 -- End ------------------------------ */

/* -- b0005 -- End ------------------------------ */
#b0005 {
    background-color: #103F77;
    padding: 34px 0;
    border-top: 5px solid #FDD300;
}

.b0005-grid {
    display: grid;
    grid-template-columns: 160px 23px 1fr 1fr;
    grid-gap: 125px;
}

.b0005-logo img {
    width: auto;
    height: 160px;
    max-width: fit-content;
}

.b0005-cont h2 {
    color: #FFFFFF;
    margin-bottom: 26px;
    font: 500 32px Lato;
}

.b0005-cont p {
    color: #FFFFFF;
    font: 400 24px Lato;
}

.b0005-cont a {
    color: #FFFFFF;
    margin-bottom: 50px;
    font: 700 32px Lato;
}

.b0005-lft {
    text-align: left;
}

.b0005-grd {
    margin-top: 15px;
}

.b0005-grd img {
    padding-left: 25px;
    padding-bottom: 8px;
}

.b0005_sbft {
    color: #ffffffa8;
    font: 500 14px Montserrat;
    margin-top: 30px;
}

@media (max-width: 1400px) {
    .b0005-grid {
        grid-template-columns: 160px 50px 1fr 1fr;
        grid-gap: 90px;
    }
}

@media (max-width: 1200px) {
    .b0005-grid {
        grid-template-columns: 160px 30px 1fr 1fr;
        grid-gap: 65px;
    }
}

@media (max-width: 992px) {
    .b0005-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .b0005-hidn {
        display: none;
    }

    .b0005-cont {
        text-align: left;
    }

    .b0005-grd {
        justify-content: left;
    }
}

/* -- b0005 -- End ------------------------------ */

/*-- a0224-1 ------------------------------------------*/
#a0224-1 {
    padding: 97px 0px;
    background-repeat: no-repeat;
    position: relative;
    background-position: center;
    background-size: cover;
    height: 400px;
    border-bottom: 5px solid #FDD300;
}

#a0224-1-wh {
    padding: 85px 0px;
    background-repeat: no-repeat;
    position: relative;
    background-position: center;
    background-size: cover;
}

#a0224-1 h2 {
    color: #FFF;
    text-align: center;
    font: 700 48px Lato;
    margin-bottom: 46px;
}

#a0224-1-wh h2 {
    color: #FFF;
    text-align: center;
    color: #FFF;
    text-align: center;
    font-family: "Futura PT Cond";
    font-size: 96px;
    font-style: normal;
    font-weight: 450;
    line-height: normal;
    text-transform: uppercase;
}

.a0224-1-btn {
    border-radius: 6px;
    background: #FDD300;
    color: #000000 !important;
    text-align: center;
    padding: 16px 0;
    display: block;
    margin: auto;
    width: 260px;
    transition: 0.9s;
    font: 700 24px Lato;
    border: 1px solid #707070;
}

.a0224-1-btn:hover {
    transition: 0.9s;
    background: #111b41 !important;
    color: #ffffff !important;
}

.a0224-1-description {
    margin-top: 42px;
    color: #ffffff;
    text-align: center;
    font: 500 28px Lato;
}

.a0224-1-description-wh {
    margin-top: 11px;
    margin-bottom: 28px;
    margin-left: auto;
    margin-right: auto;
    max-width: 638px;
    width: 100%;
    color: #FFF;
    text-align: center;
    font-family: "Futura PT";
    font-size: 24px;
    font-style: normal;
    font-weight: 450;
    line-height: normal;
}

@media (max-width: 992px) {
    #a0224-1 {
        padding: 50px 0px;
    }

    #a0224-1-wh {
        padding: 50px 0px;
    }
}

@media (max-width: 768px) {
    #a0224-1 h2 {
        font-size: 38px;
    }

    #a0224-1-wh h2 {
        font-size: 60px;
    }
}

/*-- a0224 END --------------------------------------*/

/*-- b0006 --------------------------------------*/
#b0006 {
    padding: 64px 0;
    background-color: #EEEEEE;
    border-bottom: 5px solid #FDD300;
}

.b0006-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 29px;
}

.b0006-grd {
    display: grid;
    grid-row-gap: 23px;
}

.b0006-grd img{
    border: 1px solid #707070;
    box-shadow: 0px 3px 6px #00000029;
}

.b0006-grd svg {
    margin: auto;
    position: relative;
    animation-name: pulse;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}

@keyframes pulse {
    0% {
        left: 0px;
        top: 0px;
    }
    75% {
        left: 0px;
        top: 10px;
    }
    100% {
        left: 0px;
        top: 0px;
    }
}

@media (max-width: 768px) {
    .b0006-grid {
        grid-template-columns: 1fr;
        justify-items: center;
        grid-gap: 53px;
    }

    .b0006-grd {
        grid-row-gap: 19px;
    }
}

/*-- b0006 END --------------------------------------*/

/*-- b0007 --------------------------------------*/
#b0007 {
    padding: 28px 0 64px 0;
    text-align: center;
}

#b0007 h3 {
    font: 700 40px Lato;
    color: #111B41;
    margin-bottom: 30px;
}

.b0007-txt {
    font: 700 28px Lato;
    color: #111B41;
}

/*-- b0007 END --------------------------------------*/

/*-- b0008 --------------------------------------*/
#b0008 {
    background-color: #EEEEEE;
    border-bottom: 5px solid #FDD300;
    padding: 64px 0 76px 0;
}

.b0008-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
    justify-items: center;
}

.b0008-grid img{
    border: 1px solid #707070;
    box-shadow: 0px 3px 6px #00000029;
}

@media (max-width: 768px) {
    .b0008-grid {
        grid-template-columns: 1fr;
    }
}

/*-- b0008 END --------------------------------------*/

/*-- b0009 --------------------------------------*/
#b0009 {
    padding: 25px 0 56px 0;
    border-bottom: 5px solid #111B41;
}

.b0009-grd {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-gap: 26px;
    margin-top: 25px;
}

.b0009-grd img{
    border: 1px solid #707070;
}

.b0009-txt-top, .b0009-txt-btm {
    font: 500 24px Lato;
    line-height: 32px;
    color: #111B41;
}

.b0009-message {
    color: #111B41;
    font: 500 24px Lato;
}

.b0009-txt-btm {
    margin-top: 44px;
}

#b0009 h2{
    font: 600 40px Lato;
    color: #111B41;
    margin-bottom: 20px;
    text-align: center;
}

@media (max-width: 768px) {
    .b0009-grd {
        grid-template-columns: 1fr;
        margin-top: 50px;
        grid-gap: 20px;
    }
}

/*-- b0009 END --------------------------------------*/

/*-- b0010 --------------------------------------*/
#b0010 {
    padding: 26px 0 77px 0;
    background-color: #EEEEEE;
    border-bottom: 5px solid #FDD300;
}

.b0010-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 29px;
    justify-items: center;
    margin-top: 25px;
}

.b0010-grid img{
    box-shadow: 0px 3px 6px #00000029;
    border: 1px solid #707070;
}

#b0010 h2 {
    font: 600 40px Lato;
    color: #111B41;
    margin-bottom: 20px;
    text-align: center;
}

.b0010-first {
    margin-bottom: 39px;
}

@media (max-width: 768px) {
    .b0010-grid {
        grid-template-columns: 1fr;
        grid-gap: 29px;
    }
}
/*-- b0010 END --------------------------------------*/

/* A0060 START --------------------*/
.a0060{
    color: #2b2b2b;
    font-size: 1.1em;
    padding-bottom: 60px;
    margin-top: 30px;
}

.a0060 iframe{
    width: 95%;
    height: 100%;
}

.a0060 h3 {
    margin-bottom: 8px;
    font: 500 40px Lato;
    color: #111B41;
}
.a0060_line{
    padding-bottom: 10px;
}
.a0060_lft h3{
    color: #3541a1;
    font-weight: bold;
}
.a0060-text {
    margin-bottom: 8px;
    font: 500 24px Lato;
    color: #111B41;
}

.a0060-text a{
    color: #111B41 !important;
}

.a0060-phone{
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 36px;
    line-height: 44px;
    color: #000000;
}
.a0060 p {
    margin-bottom: 0rem;
}
.a0060_border {
    border-radius: 5px;
    width: 100%;
    height: 100%;
    min-height: 235px;
    border: 5px solid #FFFFFF;
    box-sizing: border-box;
    box-shadow: 0px 4px 9px 1px rgba(0, 0, 0, 0.25);
}
.a0060_rgt ul{
    margin-left: 0;
    padding-left: 20px;
}

@media (max-width: 992px) {
    .a0060 iframe{
        width: 100%;
        height: 500px;
    }

    .a0060 h3 {
        margin-bottom: 8px;
        font: 500 33px Lato;
        color: #111B41;
    }

    .a0060-text {
        margin-bottom: 8px;
        font: 500 20px Lato;
        color: #111B41;
    }

    .a0060 {
        color: #2b2b2b;
        font-size: 1.1em;
        padding-bottom: 30px;
        margin-top: 10px;
    }
}

@media (max-width: 768px) {
}
/* A0060 END --------------------*/


/*-- a0145 --------------------------------------*/
#a0145 {
    padding: 60px 0px;
    background: #EEEEEE;
}
.a0145-slideshow-container {
    position: relative;
    background: #FFFFFF;
    box-shadow: 0px 0px 30px rgb(0 0 0 / 15%);
    border-radius: 5px;
}
.a0145-Slides {
    display: none;
    padding: 50px 100px;
    text-align: center;
}
.a0145-prev, .a0145-next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -30px;
    padding: 16px 40px;
    color: #888;
    font-weight: bold;
    font-size: 20px;
    border-radius: 0 3px 3px 0;
    user-select: none;
    text-decoration: none;
}
.a0145-text {
    text-align: center;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 120%;
    color: #111B41;
}

.a0145-text p{
    padding: 0px !important;
    margin: 0px !important;
}

.a0145-next {
    position: absolute;
    right: 0;
    border-radius: 3px 0 0 3px;
}
.a0145-dot-container {
    text-align: center;
    padding: 10px 20px;
    background: #ddd;
}
.a0145-grd {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    grid-gap: 10px;
    align-items: center;
}
.a0145-dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}
#a0145 h4 {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 120%;
    color: #111B41;
}
#a0145 h2 {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 900;
    font-size: 40px;
    line-height: 120%;
    color: #111B41;
    max-width: 440px;
}
q {font-style: italic;}
.a0145-author {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 150%;
    text-align: center;
    color: #2E2E2E;
}
@media (max-width: 1200px) {
    #a0145 h2 {
        font-size: 39px;
        line-height: 55px;
        text-align: center;
        width: 100%;
        max-width: 100%;
        margin-bottom: 20px;
        margin-top: 10px;
    }
    #a0145 h4 {
        text-align: center;
    }
    #a0145 {
        padding: 30px 0px;
    }
    .a0145-grd {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 992px) {
    .a0145-prev, .a0145-next {
        padding: 16px 10px;
    }

    .a0145-Slides {
        padding: 20px 70px;
        text-align: center;
    }
}

@media (max-width: 768px) {
    .a0145-Slides {
        padding: 30px 60px;
    }
    .a0145-prev, .a0145-next {
        padding: 16px 15px;
    }
    #a0145 h2 {
        font-size: 30px;
        line-height: 45px;
        text-align: center;
    }

    .a0145-text {
        text-align: center;
        font-family: 'Lato';
        font-style: normal;
        font-weight: 600;
        font-size: 20px;
        line-height: 120%;
        color: #111B41;
    }

    #a0145 h2 {
        font-size: 28px;
        line-height: 120%;
        text-align: center;
        margin-bottom: 10px;
    }

    #a0145 h4 {
        font-family: 'Lato';
        font-style: normal;
        font-weight: 700;
        font-size: 28px;
        line-height: 120%;
        color: #111B41;
    }
}
/*-- a0145 END --------------------------------------*/

.page-id-275 #b0007 {
    padding: 28px 0 0px 0;
    text-align: center;
}


/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
}

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
}