@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');* {margin: 0;padding: 0;outline: 0;box-sizing: border-box;font-family: 'Montserrat', sans-serif;}html{overflow-x: hidden;}body{background-color: var(--whitecolor);line-height: 1.5;}html, body {overflow-x: hidden;width: var(--w-full);padding: 0;margin: 0;font-size: 62.5%;color: var(--fontcolor);}body{overflow-x: hidden;min-height: 100vh}:root{--fontcolor: #1C1C1C;--color28: #282828;--whitecolor: #fff;--blackcolor: #000;--montserrat: 'Montserrat';--bgcolor: #303030;--textcolor: #5B5B5B;--colorwhite:#fff;--gray_color:#f5f4f2;--red_color:#bf2c2e;--black: #000;--yellow_color: #f8d72a;--color30:#303030;--flex: flex;--w-full:100%;--H-full:100%;--Radius-full:100%;--font16:normal 1.6rem/2.6rem var(--montserrat);}.alignbottom {vertical-align: text-top;}img {height: auto;transition: 0.5s;max-width: 100%;}ul {list-style-type: none;padding: 0;margin: 0;}ul, ol, li {list-style: none;padding: 0;margin: 0;}a {text-decoration: none;outline: none;color: var(--fontcolor);transition: 0.5s;}figure {margin: 0;}.clear {padding: 0;margin: 0;clear: both;}input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {-webkit-appearance: none;-moz-appearance: none;appearance: none;margin: 0;}input[type=number] {-moz-appearance: textfield;appearance: textfield;}.flex {display: flex;flex-wrap: wrap;}.text-center{text-align: center;}.align-center {align-items: center;}.space-between {justify-content: space-between;}.grid{display: grid;}h2{font-size: 72px;font-weight: 200;color: var(--textcolor);letter-spacing: 1.8px;line-height: .9;}.mt-10{margin-top: 10px;}p{font-size: 18px;line-height: 2.8rem;color: var(--textcolor);font-weight: 300;}.fa{transition: all .5s ease-in-out;}.mb-80{margin-bottom: 80px;}.detail{margin-top: 70px;}.detail a{margin-top: 20px;display: inline-block;}.detail a:hover img{transform: scale(1.1);}.detail a img{transition: all .5s ease-in-out;}.detail i{color: #0A66C2;margin-left: 26px;}.detail span{font-weight: 300;font-size: 18px;display: block;color: #5b5b5b;}.detail h5{font-size: 30px;color: #303030;font-weight: 400;}@-webkit-keyframes fadeIn {100% {-webkit-transform: none;transform: none;}}@keyframes fadeIn {100% {-webkit-transform: none;transform: none;}}@media(min-width: 1440px){.container {max-width: 1400px;padding: 0 30px;width: 100%;margin: 0 auto;}}@media(max-width: 1366px){.detail{margin-top: 50px;}p{font-size: 16px;line-height: 2.6rem;}}@media(max-width: 1280px){h2{font-size: 60px;}.detail a{margin-top: 30px;}.mb-80{margin-bottom: 60px;}}@media(max-width: 1140px){h2{font-size: 52px;}.mb-80{margin-bottom: 45px;}}@media(max-width: 992px){h2{font-size: 45px;}.mb-80{margin-bottom: 40px;}.detail{margin-top: 30px;}}@media(max-width: 768px){h2{font-size: 40px;}body{line-height: 1.4;}.mb-80 {margin-bottom: 30px;}}@media(max-width: 580px){h2{font-size: 28px;}.mb-80 {margin-bottom: 20px;}}