:root {
  --easing: cubic-bezier(0.5, 0.7, 0.4, 1);
}

html {
  --top-spacing: 126px;
  scroll-padding-top: var(--top-spacing);
}

body {
  --page-background: #fff;
  background-color: var(--page-background);
  margin: var(--top-spacing) auto 0 !important;
}

@media screen and (max-width: 991px) {
  html {
    --top-spacing: 80px;
    scroll-padding-top: var(--top-spacing);
  }
  body {
    margin: var(--top-spacing) auto;
  }
}
:root {
  --pr-font-poppins: "Poppins", sans-serif;
  --pr-font-gotham: "Gotham";
  --pr-bd-font-family: var(--pr-font-poppins);
  --pr-bd-font-size: 14px;
  --pr-bd-font-weight: 400;
  --pr-bd-line-height: 1.2;
}

@font-face {
  font-family: "Gotham";
  src: url("Gotham-Bold.eot");
  src: local("../assets/fonts/Gotham-Bold"), local("Gotham-Bold"), url("../assets/fonts/Gotham-Bold.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/Gotham-Bold.woff2") format("woff2"), url("../assets/fonts/Gotham-Bold.woff") format("woff"), url("../assets/fonts/Gotham-Bold.ttf") format("truetype"), url("../assets/fonts/Gotham-Bold.svg#Gotham-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
html {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  box-sizing: border-box;
  scroll-behavior: smooth;
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  outline: none;
  text-shadow: none;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

ul {
  padding: 0;
  margin: 0;
  list-style: outside none none;
}

li {
  margin: 0;
  padding: 0;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

::-webkit-input-placeholder {
  color: #000;
  opacity: 1;
}

::-moz-placeholder {
  color: #000;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #000;
  opacity: 1;
}

:-moz-placeholder {
  color: #000;
  opacity: 1;
}

body {
  margin: 0 auto;
  padding: 0;
  font-family: var(--pr-font-poppins);
  font-size: var(--pr-bd-font-size);
  line-height: var(--pr-bd-line-height);
  font-weight: var(--pr-bd-font-weight);
  box-sizing: border-box;
}

.container {
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 10px;
  box-sizing: border-box;
}

p {
  color: #000;
  font-family: var(--pr-font-poppins);
  font-size: var(--pr-bd-font-size);
  font-weight: var(--pr-bd-font-weight);
}

.responsive-iframe-container {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 56.25%;
}

.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.pos-relative {
  position: relative;
}

.vis-mob {
  display: none;
}

.vis-desk {
  display: block;
}

.m-0 {
  margin: 0;
}

.f-0 {
  font-size: 0;
}

.di-block {
  display: inline-block;
  font-size: initial;
}

.w-100 {
  width: 100%;
}

.w-70 {
  width: 70%;
}

.w-50 {
  width: 50%;
}

.w-33 {
  width: 33%;
}

.w-30 {
  width: 30%;
}

.w-25 {
  width: 25%;
}

.error {
  position: absolute;
  top: 10px;
  left: 0;
}

.small {
  font-size: 16px;
  letter-spacing: 2px;
  text-align: left;
  font-weight: 600;
}

.mores .moreellipses {
  display: none;
}
.mores.act .moreellipses {
  display: inline;
}

.morecontent span.text {
  display: none;
}
.morecontent span.link {
  display: block;
}

.morelink {
  color: #000;
  text-transform: capitalize;
  margin-top: 10px;
  border-bottom: 1px solid #ff8200;
  transition: all 0.3s ease-in;
}
.morelink:hover {
  color: #ff8200;
  transition: all 0.3s ease-in;
}

@media only screen and (max-width: 1460px) {
  .container {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 991px) {
  .vis-desk {
    display: none;
  }
  .vis-mob {
    display: block;
  }
}
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 102;
  background: transparent;
}
header .navbar .brand-logo .thumbnail {
  width: 208px;
  height: 78px;
  margin: 24px 0px;
}
header .navbar .navmenu {
  display: inline-block;
  font-size: initial;
  vertical-align: top;
  width: 75%;
  text-align: right;
}
header .navbar .navmenu ul {
  padding: 0;
  margin: 0;
  list-style: outside none none;
  margin: 44px 0;
  display: inline-block;
  font-size: initial;
  vertical-align: top;
  font-size: 0;
  font-size: medium;
}
header .navbar .navmenu ul li {
  display: inline-block;
  font-size: initial;
  vertical-align: top;
  font-size: medium;
  margin: 0 4px 0 0;
}
header .navbar .navmenu ul li a {
  display: inline-block;
  font-size: initial;
  vertical-align: middle;
  font-size: medium;
  color: #fff;
  font-family: var(--pr-font-poppins);
  text-decoration: none;
  font-size: 16px;
  padding: 8px 10px;
  transition: all 0.3s ease-in;
}
header .navbar .navmenu ul li:hover a {
  color: #ff8200;
  transition: all 0.3s ease-in;
}
header.scrolled {
  background: #63666a;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 991px) {
  header .navbar .brand-logo .thumbnail {
    width: 166px;
    height: 62px;
    margin: 18px 0px;
  }
  header .navbar .navmenu {
    display: none;
  }
}
footer .top-footer {
  background: #63666a;
}
footer .top-footer .flex {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
}
footer .top-footer .list {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  padding: 44px 0;
}
footer .top-footer .list li {
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  text-align: left;
}
footer .top-footer .list li:first-child {
  margin-right: 14px;
}
footer .top-footer .list li:last-child {
  margin-top: -5px;
}
footer .top-footer .list li a {
  font-size: 14px;
  line-height: 24px;
  color: #fff;
}
footer .top-footer .list li a:hover {
  color: #ff6c2f;
}
footer .top-footer .list.o-address li:nth-child(2) {
  max-width: 290px;
}
footer .top-footer .w-33:last-child .list li:last-child {
  margin-top: 0;
}
footer .bottom-footer {
  background: #97999b;
  padding: 20px 0;
}
footer .bottom-footer p {
  color: #fff;
  font-size: 12px;
  line-height: 24px;
  font-family: inherit;
  font-weight: inherit;
  text-align: center;
  margin: 0;
}
footer .bottom-footer p br {
  display: none;
}

@media screen and (max-width: 991px) {
  footer .top-footer {
    padding: 38px 0 30px;
  }
  footer .top-footer .flex {
    flex-direction: column;
  }
  footer .top-footer .w-33 {
    width: 100%;
  }
  footer .top-footer .list {
    padding: 22px 0;
  }
  footer .bottom-footer p {
    line-height: 18px;
  }
  footer .bottom-footer p br {
    display: block;
  }
}
.cloud {
  position: absolute;
  left: 0;
}

.cloud-1 {
  width: 799px;
  height: 346px;
  top: 0;
  -webkit-animation: cloud 65s linear infinite;
  -moz-animation: cloud 65s linear infinite;
  -o-animation: cloud 65s linear infinite;
}

.cloud-2 {
  top: -180px;
  width: 789px;
  height: 753px;
  -webkit-animation: cloud 75s linear infinite;
  -moz-animation: cloud 75s linear infinite;
  -o-animation: cloud 75s linear infinite;
}

.cloud-3 {
  top: -150px;
  width: 618px;
  height: 290px;
  -webkit-animation: cloud 50s linear infinite;
  -moz-animation: cloud 50s linear infinite;
  -o-animation: cloud 50s linear infinite;
}

.cloud-4 {
  top: -140px;
  width: 789px;
  height: 753px;
  -webkit-animation: cloud 35s linear infinite;
  -moz-animation: cloud 35s linear infinite;
  -o-animation: cloud 35s linear infinite;
}

.cloud-5 {
  top: -100px;
  width: 799px;
  height: 346px;
  -webkit-animation: cloud 80s linear infinite;
  -moz-animation: cloud 80s linear infinite;
  -o-animation: cloud 80s linear infinite;
}

.cloud-6 {
  top: -120px;
  width: 618px;
  height: 290px;
  -webkit-animation: cloud 90s linear infinite;
  -moz-animation: cloud 90s linear infinite;
  -o-animation: cloud 90s linear infinite;
}

.cloud-7 {
  top: -150px;
  width: 789px;
  height: 753px;
  -webkit-animation: cloud 55s linear infinite;
  -moz-animation: cloud 55s linear infinite;
  -o-animation: cloud 55s linear infinite;
}

.cloud-8 {
  top: -160px;
  width: 618px;
  height: 290px;
  -webkit-animation: cloud 75s linear infinite;
  -moz-animation: cloud 75s linear infinite;
  -o-animation: cloud 75s linear infinite;
}

.cloud-8 {
  top: -140px;
  width: 799px;
  height: 346px;
  -webkit-animation: cloud 60s linear infinite;
  -moz-animation: cloud 60s linear infinite;
  -o-animation: cloud 60s linear infinite;
}

.cloud-9 {
  top: -140px;
  width: 799px;
  height: 346px;
  -webkit-animation: cloud 45s linear infinite;
  -moz-animation: cloud 45s linear infinite;
  -o-animation: cloud 45s linear infinite;
}
@keyframes cloud {
  0% {
    margin-left: 100%;
  }
  100% {
    margin-left: -100%;
  }
}
@media screen and (max-width: 991px) {
  .cloud-1 {
    top: -210px;
  }
  .cloud-2 {
    top: -280px;
  }
  .cloud-3 {
    top: -170px;
  }
  .cloud-4 {
    top: -300px;
  }
  .cloud-5 {
    top: -200px;
  }
  .cloud-6 {
    top: -150px;
  }
  .cloud-7 {
    top: -320px;
  }
}
.top-section {
  overflow: hidden;
  margin-top: -126px;
  background: transparent url("../img/banner-image.jpg") scroll no-repeat center top;
  background-size: cover;
  position: relative;
}
.top-section .content {
  position: relative;
  padding: 19% 0 18% 12.5%;
  max-width: 87.5%;
}
.top-section p {
  color: #fff;
  font-family: "Gotham";
  font-size: 14px;
  letter-spacing: 2px;
  text-align: left;
  margin: 0 0 4px;
}
.top-section h1 {
  color: #fff;
  font-family: "Gotham";
  font-size: 90px;
  text-align: left;
  line-height: 87px;
  margin: 0 0 0 -7px;
  animation: color-WhiteToOrange 5s infinite;
}

@keyframes color-WhiteToOrange {
  0% {
    color: #fff;
  }
  50% {
    color: #f2773f;
  }
  75% {
    color: #fee329;
  }
  100% {
    color: #fff;
  }
}
.mouse-btn {
  cursor: pointer;
  overflow: hidden;
  margin: 0px auto 36px;
  width: 22px;
  height: 36px;
  border: 2px solid #fff;
  border-radius: 30px;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.mouse-btn .mouse-scroll {
  display: block;
  width: 2px;
  height: 10px;
  background: #fff;
  margin: auto;
  animation: scrolling 1s linear infinite;
  text-indent: 4px;
}

@keyframes scrolling {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(20px);
  }
}
.about {
  padding: 100px 0;
}
.about .about-content {
  display: inline-block;
  font-size: initial;
  vertical-align: top;
  padding-top: 50px;
  padding-right: 7%;
  width: 60%;
  box-sizing: border-box;
}
.about .about-content h2 {
  font-family: "Poppins", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  color: #13223c;
  margin: 0 0 20px;
}
.about .about-content p {
  color: #13223c;
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  line-height: 40px;
}
.about .about-content span {
  font-weight: 600;
}
.about .about-thumbnail {
  display: inline-block;
  font-size: initial;
  vertical-align: top;
  width: 40%;
}

.mision-vision {
  position: relative;
  background: transparent url("../img/service-bg.jpg") scroll no-repeat top left;
  background-size: cover;
  padding: 26px 0 34px;
  margin-bottom: 66px;
}
.mision-vision::after {
  content: "";
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 150px;
  width: 100%;
  z-index: 100;
}
.mision-vision .d-flex {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
}
.mision-vision .mv-bx {
  background: #fff;
  box-shadow: 0px 0px 14.49px 6.51px rgba(0, 0, 0, 0.03);
  margin-right: 20px;
  padding: 38px 90px 50px;
  width: 50%;
  text-align: center;
  position: relative;
  z-index: 101;
}
.mision-vision .mv-bx:last-child {
  margin-right: 0;
}
.mision-vision .mv-bx .thumbnail {
  margin-bottom: 14px;
}
.mision-vision .mv-bx h2 {
  color: #13223c;
  font-size: 36px;
  font-family: inherit;
  font-weight: 600;
  text-align: center;
  margin: 0 0 12px 0;
}
.mision-vision .mv-bx p {
  display: inline-block;
  font-size: initial;
  vertical-align: top;
  color: #13223c;
  font-size: 14px;
  font-family: inherit;
  font-weight: inherit;
  line-height: 26px;
  text-align: center;
}

.lineage-info .flex {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 90px;
}
.lineage-info .flex:nth-child(odd) .content {
  padding-right: 10px;
  text-align: left;
}
.lineage-info .flex:nth-child(odd) .content p {
  max-width: 491px;
}
.lineage-info .flex:nth-child(odd) .thumbnail {
  padding-left: 10px;
  text-align: right;
}
.lineage-info .flex:nth-child(odd) .thumbnail img {
  float: right;
}
.lineage-info .flex:nth-child(even) .content {
  order: 1;
  padding-left: 45px;
  text-align: left;
}
.lineage-info .flex:nth-child(even) .thumbnail {
  padding-right: 10px;
  text-align: left;
}
.lineage-info .flex:nth-child(even) .thumbnail img {
  float: left;
}
.lineage-info .content, .lineage-info .thumbnail {
  width: 50%;
  align-self: flex-start;
}
.lineage-info .thumbnail::after {
  display: block;
  clear: both;
  content: "";
}
.lineage-info .thumbnail img {
  filter: grayscale(1);
  transition: all 0.3s ease-in;
}
.lineage-info .thumbnail:hover img {
  filter: grayscale(0);
  transition: all 0.3s ease-in;
}
.lineage-info h2 {
  font-size: 30px;
  font-weight: 600;
  margin: 0 0 15px;
}
.lineage-info p {
  font-size: 16px;
  line-height: 30px;
  margin: 0 0 20px;
}
.lineage-info p strong {
  font-weight: 600;
}

.services {
  background: #f7f9fe;
  padding-top: 55px;
}
.services h2 {
  font-size: 48px;
  color: #13223c;
  font-weight: 600;
  margin: 0 0 35px;
  text-align: center;
}
.services .flex {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
}
.services .service-bx {
  width: 33.33%;
  position: relative;
  padding-bottom: 56px;
  margin-bottom: 80px;
}
.services .service-bx img {
  max-width: unset;
  width: 100%;
}
.services .service-bx:nth-child(2) {
  margin-left: 20px;
  margin-right: 20px;
}
.services .service-bx .content-bx {
  background: #fff;
  border-bottom: 3px solid #ff6c2f;
  padding: 38px 25px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 50px);
  display: flex;
  justify-content: center;
  align-items: center;
}
.services .service-bx .content-bx p {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  margin: 0;
}

.reports {
  padding: 85px 0 70px;
}
.reports .flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.reports .report {
  background: #e7eef2;
  padding: 18px 40px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  width: 48.9%;
  transition: all 0.3s ease-in;
}
.reports .report p {
  color: #010000;
  text-align: left;
  margin: 0;
}
.reports .report p a {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #010000;
  transition: all 0.3s ease-in;
}
.reports .report .icon {
  background-color: rgba(255, 255, 255, 0.522);
  width: 61px;
  height: 61px;
  padding: 12px 17px;
  margin-right: 20px;
  border-radius: 50px;
  transform: rotate(0deg);
  transition: all 0.2s ease-in;
}
.reports .report .icon a {
  display: block;
}
.reports .report .icon img {
  display: inline-block;
  vertical-align: middle;
}
.reports .report:hover {
  transition: all 0.3s ease-in;
  background: #ff6c2f;
}
.reports .report:hover .icon {
  transform: rotate(360deg);
  transition: all 0.2s ease-in;
}
.reports .report:hover a {
  color: #fff;
  transition: all 0.3s ease-in;
}

.statutory-info {
  text-align: center;
  margin-bottom: 80px;
  padding-top: 70px;
}
.statutory-info h2 {
  font-size: 48px;
  font-weight: 600;
  text-align: center;
}
.statutory-info select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid rgb(204, 204, 204);
  border-radius: 5px;
  background: #fff url("../img/down-arrow.png") scroll no-repeat 95% 50%;
  color: #7c7c7c;
  font-size: 14px;
  max-width: 354px;
  width: 100%;
  height: 42px;
  padding: 2px 20px;
  text-transform: capitalize;
  margin: 34px auto 30px;
}
.statutory-info .year-flex {
  background: #fffbe8;
  padding: 50px 0;
}
.statutory-info .year-flex .flex-row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.statutory-info .year-flex .year-name {
  width: 200px;
}
.statutory-info .year-flex .year-name h2 {
  color: #ff8200;
  font-size: 60px;
  line-height: 55px;
  text-align: left;
}
.statutory-info .year-flex .year-content {
  width: calc(100% - 200px);
  text-align: left;
}
.statutory-info .year-flex .year-content .flex-content {
  display: none;
  border-bottom: 1px solid rgba(254, 215, 30, 0.369);
  margin-bottom: 35px;
}
.statutory-info .year-flex .year-content .flex-content::after {
  display: block;
  clear: both;
  content: "";
}
.statutory-info .year-flex .year-content .flex-content .text {
  float: left;
  width: calc(100% - 80px);
  padding-bottom: 15px;
}
.statutory-info .year-flex .year-content .flex-content .text p {
  font-size: 14px;
  font-weight: normal;
  line-height: 24px;
  text-align: left;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.statutory-info .year-flex .year-content .flex-content .text p strong {
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.statutory-info .year-flex .year-content .flex-content .download {
  float: right;
  padding-top: 15px;
}
.statutory-info .year-flex .year-content .flex-content .download .download-link {
  color: #ff8200;
  font-size: 12px;
  line-height: 30px;
  display: block;
  padding: 0 8px;
}
.statutory-info .year-flex .year-content .load-more {
  color: #ff8200;
  font-size: 16px;
  font-weight: 600;
  text-decoration: underline;
  text-align: left;
}

@media only screen and (max-width: 1199px) {
  .services .service-bx .content-bx {
    min-height: 122px;
  }
  .services .service-bx:not(:last-child) .content-bx p br {
    display: none;
  }
}
@media only screen and (max-width: 1125px) {
  .services .service-bx .content-bx {
    min-height: 144px;
  }
}
@media only screen and (max-width: 1119px) {
  .top-section .content {
    max-width: 90%;
  }
}
@media only screen and (max-width: 991px) {
  .top-section {
    margin-top: -98px;
  }
  .top-section .content {
    max-width: 350px;
    padding: 140px 0 140px 30px;
  }
  .top-section p {
    font-size: 16px;
  }
  .top-section h1 {
    font-size: 42px;
    line-height: 39px;
    margin: 0 0 0 -2px;
  }
  .about {
    padding: 50px 0 60px;
  }
  .about .about-content, .about .about-thumbnail {
    display: block;
    width: 100%;
  }
  .about .about-content {
    padding: 0;
  }
  .about .about-content h2 {
    font-size: 30px;
  }
  .about .about-content p {
    font-size: 16px;
    line-height: 30px;
  }
  .about .about-content p:not(.small) {
    margin-bottom: 30px;
  }
  .mision-vision {
    padding: 24px 0;
    margin-bottom: 8px;
  }
  .mision-vision::after {
    height: calc(100% - 208px);
  }
  .mision-vision .d-flex {
    flex-direction: column;
  }
  .mision-vision .mv-bx {
    display: block;
    padding: 55px 10px;
    max-width: 345px;
    width: 100%;
    margin: 0 auto 24px !important;
  }
  .mision-vision .mv-bx .thumbnail {
    margin-bottom: 18px;
  }
  .mision-vision .mv-bx p {
    font-size: 14px;
    line-height: 26px;
  }
  .lineage-info .flex {
    flex-direction: column;
    margin-bottom: 45px;
  }
  .lineage-info .flex:nth-child(odd) .content {
    padding-right: 0;
  }
  .lineage-info .flex:nth-child(odd) .content p {
    max-width: 100%;
  }
  .lineage-info .flex:nth-child(odd) .thumbnail {
    padding-left: 0;
    text-align: le;
  }
  .lineage-info .flex:nth-child(odd) .thumbnail img {
    float: none;
  }
  .lineage-info .flex:nth-child(even) .content {
    order: 0;
    padding-left: 0px;
  }
  .lineage-info .flex:nth-child(even) .thumbnail {
    padding-right: 0px;
  }
  .lineage-info .flex:nth-child(even) .thumbnail img {
    float: none;
  }
  .lineage-info .content, .lineage-info .thumbnail {
    width: 100%;
  }
  .lineage-info h2 {
    margin: 0 0 9px;
  }
  .lineage-info p {
    font-size: 14px;
    line-height: 24px;
  }
  .services {
    padding-top: 40px;
  }
  .services h2 {
    font-size: 30px;
  }
  .services .flex {
    flex-direction: column;
  }
  .services .flex .service-bx {
    max-width: 380px;
    width: 100%;
    margin: 0 auto 40px;
  }
  .services .flex .service-bx:nth-child(2) {
    margin-left: auto;
    margin-right: auto;
  }
  .services .flex .service-bx .content-bx {
    min-height: 116px;
  }
  .services .flex .service-bx .content-bx p {
    font-size: 16px;
  }
  .reports {
    padding: 45px 0 45px;
  }
  .reports .flex {
    flex-direction: column;
  }
  .reports .report {
    width: 100%;
    padding: 18px 13px;
    margin: 0 auto 12px;
  }
  .reports .report:last-child {
    margin-bottom: 0;
  }
  .statutory-info {
    margin-bottom: 60px;
    padding-top: 45px;
  }
  .statutory-info h2 {
    font-size: 29px;
  }
  .statutory-info select {
    margin: 24px auto;
  }
  .statutory-info .year-flex {
    padding: 40px 0;
  }
  .statutory-info .year-flex .year-name {
    width: 100%;
  }
  .statutory-info .year-flex .year-name h2 {
    font-size: 45px;
  }
  .statutory-info .year-flex .flex-row {
    flex-direction: column;
  }
  .statutory-info .year-flex .year-content {
    width: 100%;
  }
  .statutory-info .year-flex .year-content .flex-content {
    margin-bottom: 30px;
  }
  .statutory-info .year-flex .year-content .flex-content .text p strong {
    font-size: 18px;
  }
  .statutory-info .year-flex .year-content .flex-content .download {
    padding-top: 0;
  }
}/*# sourceMappingURL=style.css.map */