/* roboto-regular - latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('/static/fonts/roboto-v30-latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('/static/fonts/roboto-v30-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('/static/fonts/roboto-v30-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
         url('/static/fonts/roboto-v30-latin-regular.woff') format('woff'), /* Modern Browsers */
         url('/static/fonts/roboto-v30-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
         url('/static/fonts/roboto-v30-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
  }
  /* roboto-italic - latin */
  @font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 400;
    src: url('/static/fonts/roboto-v30-latin-italic.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('/static/fonts/roboto-v30-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('/static/fonts/roboto-v30-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
         url('/static/fonts/roboto-v30-latin-italic.woff') format('woff'), /* Modern Browsers */
         url('/static/fonts/roboto-v30-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
         url('/static/fonts/roboto-v30-latin-italic.svg#Roboto') format('svg'); /* Legacy iOS */
  }
  /* roboto-700 - latin */
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url('/static/fonts/roboto-v30-latin-700.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('/static/fonts/roboto-v30-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('/static/fonts/roboto-v30-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
         url('/static/fonts/roboto-v30-latin-700.woff') format('woff'), /* Modern Browsers */
         url('/static/fonts/roboto-v30-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
         url('/static/fonts/roboto-v30-latin-700.svg#Roboto') format('svg'); /* Legacy iOS */
  }
  /* roboto-700italic - latin */
  @font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 700;
    src: url('/static/fonts/roboto-v30-latin-700italic.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('/static/fonts/roboto-v30-latin-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('/static/fonts/roboto-v30-latin-700italic.woff2') format('woff2'), /* Super Modern Browsers */
         url('/static/fonts/roboto-v30-latin-700italic.woff') format('woff'), /* Modern Browsers */
         url('/static/fonts/roboto-v30-latin-700italic.ttf') format('truetype'), /* Safari, Android, iOS */
         url('/static/fonts/roboto-v30-latin-700italic.svg#Roboto') format('svg'); /* Legacy iOS */
  }

:root {
    --bs-primary: #005aa6;
    --bs-blue: #005aa6;
    --bs-primary-rgb: 0, 81, 157;
    --bs-dark: #1a1a18;
    --bs-dark-rgb: 26, 26, 24;
    --bs-body-color: #1a1a18;
    --bs-secondary: #454c56;
    --bs-secondary-rgb: 69, 76, 86;
    --bs-light: #ededed;
    --bs-light-rgb: 202, 206, 209;
    font-family: 'Roboto';
    --bs-font-sans-serif: "Roboto";
}
.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #005aa6;
    --bs-btn-border-color: #005aa6;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #0b5ed7;
    --bs-btn-hover-border-color: #0a58ca;
    --bs-btn-focus-shadow-rgb: 49,132,253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #0a58ca;
    --bs-btn-active-border-color: #0a53be;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #0d6efd;
    --bs-btn-disabled-border-color: #0d6efd;
}
.navbar{
    --bs-navbar-color: #323e48;
}

h1, h2, h3, h4, h5, h6{
    /* letter-spacing: 2px; */
}
.containerColor{
    background-color: #ededed;
}
.containerHeader{
    margin-bottom: 20px;
    text-transform: uppercase;
}
.borderless{
    border: 0;
}
.video_item {
    display: felx;
    align-items: center;
}
.video-content {
    flex-grow: 1;
    padding: 0 20px;
}
    
.footer-clean {
    padding: 50px 0;
    background-color: #fff;
    color: #4b4c4d
}

.footer-clean h3 {
    margin-top: 0;
    margin-bottom: 12px;
    font-weight: 700;
    font-size: 16px
}

.footer-clean ul {
    padding: 0;
    list-style: none;
    line-height: 1.6;
    font-size: 14px;
    margin-bottom: 0
}

.footer-clean ul a {
    color: inherit;
    text-decoration: none;
    opacity: .8
}

.footer-clean ul a:hover {
    opacity: 1
}

.footer-clean .item.social {
    text-align: right
}

@media (max-width:768px) {
    .footer-clean .item.social {
        text-align: center
    }
}

.footer-clean .item.social>a {
    font-size: 24px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #ccc;
    margin-left: 10px;
    margin-top: 22px;
    color: inherit;
    opacity: .75
}

.footer-clean .item.social>a:hover {
    opacity: .9
}

@media (max-width:991px) {
    .footer-clean .item.social>a {
        margin-top: 40px
    }
}

@media (max-width:767px) {
    .footer-clean .item {
        text-align: center;
        padding-bottom: 20px
    }

    .footer-clean .item.social>a {
        margin-top: 10px
    }
}

.footer-clean .copyright {
    margin-top: 14px;
    margin-bottom: 0;
    font-size: 13px;
    opacity: .6
}

.resize {
    width: 100%;
    object-fit: contain;
}