  /* GENERAL STYLING
  ******************************************************************/
  
  a				  { text-decoration:none; color:inherit}
  h1,h2,h3,h4,h5  { font-weight:normal; font-size: inherit; }
  a               { text-decoration: none; outline: none; cursor: pointer; }
  a:focus         { outline: 0; }
  *               { outline:none;}
  ul, li          { list-style:none; margin:0; padding:0; }
  .img-responsive { width: 100% !important;  max-width: 100%;  height: auto;  border: 0; -ms-interpolation-mode: bicubic; vertical-align: bottom; }
  
  /* RESETS
  ********p**********************************************************/
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    width: 100%;
    height: 100%;
    scroll-behavior: smooth;
}
  
body {
    overflow-x: hidden;
    width: 100%;
    height: 100%;
}
  
.overflow {
    overflow-y: hidden;
}

::selection {
    background: #DA251C;
    color: #fff; /* WebKit/Blink Browsers */
}
::-moz-selection {
    background: #DA251C;
    color: #fff; /* Gecko Browsers */
}
  
body {
    scrollbar-width: thin;
    scrollbar-color: #fff #DA251C;
}
  
body::-webkit-scrollbar {
    width: 9px;
}
  
body {
    scrollbar-width: thin;
    scrollbar-color: #DA251C #ffffff;
}

body::-webkit-scrollbar-track {
    background: #ffffff;
}
  
body::-webkit-scrollbar-thumb {
    background: #DA251C;
    border-radius: 6px;
    border: 2px solid #ffffff;
}

b.menu-containerody {
    scrollbar-width: thin;
    scrollbar-color: #fff #DA251C;
}
  
.menu-container::-webkit-scrollbar {
    width: 9px;
}
  
.menu-container {
    scrollbar-width: thin;
    scrollbar-color: #DA251C #ffffff;
}

.menu-container::-webkit-scrollbar-track {
    background: #ffffff;
}
  
.menu-container::-webkit-scrollbar-thumb {
    background: #DA251C;
    border-radius: 6px;
    border: 2px solid #ffffff;
}

main {
    width: 100%;
    height: auto;
    min-height: 100%;
    position: relative;
    background: #ffffff;
    max-width: 1920px;
    margin: 0 auto;
}

.cnt-95 {
    max-width: 95%;
    margin: 0 auto;
}

.cnt-40 {
    max-width: 40%;
    margin: 0 auto;
}

.cnt-45 {
    max-width: 45%;
    margin: 0 auto;
}

.cnt-50 {
    max-width: 50%;
    margin: 0 auto;
}

.cnt-60 {
    max-width: 60%;
    margin: 0 auto;
}

.cnt-65 {
    max-width: 65%;
    margin: 0 auto;
}

.cnt-70 {
    max-width: 70%;
    margin: 0 auto;
}

.cnt-75 {
    max-width: 75%;
    margin: 0 auto;
}

.cnt-90 {
    max-width: 90%;
    margin: 0 auto;
}

.cnt-85 {
    max-width: 85%;
    margin: 0 auto;
}

.cnt-80 {
    max-width: 80%;
    margin: 0 auto;
}

.flex-basic {
    display: flex;
    flex-wrap: wrap;
}

.flex-basic-n {
    display: flex;
}

.flex-align-center {
    align-items: center;
}

.flex-align-bottom {
    align-items: flex-end;
}

.flex-justify-center {
    justify-content: center;
}

.flex-justify-between {
    justify-content: space-between;
}

.flex-justify-around {
    justify-content: space-around;
}

.flex-justify-end {
    justify-content: flex-end;
}

svg {
    display: block;
    transition: none;
}

.w5 {
    width: 5%;
    position: relative;
}

.w10 {
    width: 10%;
    position: relative;
}

.w15 {
    width: 15%;
    position: relative;
}

.w20 {
    width: 20%;
    position: relative;
}

.w25 {
    width: 25%;
    position: relative;
}

.w30 {
    width: 30%;
    position: relative;
}

.w35 {
    width: 35%;
    position: relative;
}

.w40 {
    width: 40%;
    position: relative;
}

.w45 {
    width: 45%;
    position: relative;
}

.w50 {
    width: 50%;
    position: relative;
}

.w55 {
    width: 55%;
    position: relative;
}

.w60 {
    width: 60%;
    position: relative;
}

.w65 {
    width: 65%;
    position: relative;
}

.w70 {
    width: 70%;
    position: relative;
}

.w75 {
    width: 75%;
    position: relative;
}

.w80 {
    width: 80%;
    position: relative;
}

.w85 {
    width: 85%;
    position: relative;
}

.w90 {
    width: 90%;
    position: relative;
}

.w95 {
    width: 95%;
    position: relative;
}

.w100 {
    width: 100%;
    position: relative;
}

.h100 {
    height: 100%;
}

.pda-5 {
    padding: 5% 0;
}

.pda-10 {
    padding: 10% 0;
}

.pda-20 {
    padding: 20px 0;
}

.pda-30 {
    padding: 30px 0;
}

.pda-50 {
    padding: 50px 0;
}

.pda-100 {
    padding: 100px 0;
}

.pdt-30 {
    padding-top: 30px;
}

.pdt-50 {
    padding-top: 50px;
}

.pdt-75 {
    padding-top: 75px;
}

.pdt-100 {
    padding-top: 100px;
}

.pdb-30 {
    padding-bottom: 30px;
}

.pdb-50 {
    padding-bottom: 50px;
}

.pdb-100 {
    padding-bottom: 100px;
}

.tal-center {
    text-align: center;
}

.tal-right {
    text-align: right;
}

/* video */

.video-play-button {
    position: relative;
    z-index: 10;
    box-sizing: content-box;
    display: flex;
    align-items: center;
    width: 20px;
    height: 50px;
    border-radius: 50%;
    padding: 18px 20px 18px 28px;
}
  
.video-play-button:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 60px;
    height: 60px;
    background: transparent;
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
    transition: all 0.5s ease-out 0s;
}
  
.video-play-button:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 75px;
    height: 75px;
    background: transparent;
    border: 1px solid #fff;
    border-radius: 50%;
    transition: all 200ms;
}

.video-play-button span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 16px solid #ffffff;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}

.btn { 
    display:flex;
    z-index: 1;
    align-items: center;
}

.btn .text { 
    display: inline-block;
    margin-right: 10px;
    z-index: 2;
}

.btn .arrow { 
    display: inline-block;
    vertical-align: middle; 
    height: 2px;
    width: 12px;
    position: relative;
}

.btn .arrow:before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    width: 6px;
    height: 2px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg) translate3d( 0, 0, 1px);
    margin-top: -3px;
    right: 0;
}

.btn .arrow:after {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    width: 6px;
    height: 2px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg) translate3d( 0, 0, 1px);
    margin-top: 3px;
    right: 0;
}