/* CSS Document */
/* CSS Document */
/* CSS Document */
/* CSS Document */
main .content {
  padding: 0; }

.section1 {
  padding: 2rem 0;
  background: #F6F7F6; }
  .section1 .title1 {
    display: block;
    text-align: center;
    font-size: calc(1em + 3.5vw); }
  .section1 .title2 {
    display: block;
    text-align: center;
    font-size: calc(1em + 1vw);
    margin-top: -0.75rem;
    position: relative; }
    .section1 .title2 img {
      position: absolute;
      top: 0;
      margin-left: -0.5em;
      height: 75px;
      width: 75px; }
      @media (max-width: 800px) {
        .section1 .title2 img {
          display: none; } }
  .section1 .section-container {
    margin-top: 2.5em;
    justify-content: space-around; }
    .section1 .section-container .section {
      border: 1px solid #4CC30C;
      border-radius: 3px;
      background: #FFF;
      padding: 1em;
      width: 350px;
      margin: 1em; }
      .section1 .section-container .section .title {
        font-size: 1.5em; }
      .section1 .section-container .section ul {
        padding-left: 0;
        font-size: 0.9em;
        list-style: none; }
        .section1 .section-container .section ul li {
          color: #646668; }
        .section1 .section-container .section ul li:before {
          content: "\f192";
          font-family: "Font Awesome 5 Free";
          margin-right: 0.5em; }
  .section1 .link-container {
    align-items: center;
    text-align: center; }
    .section1 .link-container a {
      margin: 1rem; }

.section2 {
  padding: 2rem 0;
  background: #323334; }
  .section2 > .flex {
    justify-content: space-between; }
  .section2 .section-details {
    color: #FFF;
    width: 250px;
    margin: 1em;
    padding-top: 1em; }
    .section2 .section-details .title1 {
      font-size: 2em;
      display: block;
      line-height: 2.25rem; }
    .section2 .section-details .title2 {
      display: block;
      margin-top: 0.5em;
      line-height: 1em; }
  .section2 .section-options {
    background: #FFF;
    padding: 1em;
    margin: 1em;
    flex: 1; }
    .section2 .section-options .header {
      font-size: 1.25em;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: center;
      margin-left: -40px; }
      .section2 .section-options .header span {
        padding-top: 0.25em;
        margin-left: 0.75em; }
      .section2 .section-options .header img {
        height: 40px; }
  @media (max-width: 830px) {
    .section2 > .flex {
      flex-direction: column; } }
.section3 {
  padding: 2rem 0;
  background: #F6F7F6; }
  .section3 > .flex {
    justify-content: space-around;
    align-items: center; }
  .section3 .title1 {
    display: block;
    text-align: center;
    font-size: 3vw; }
  .section3 .button {
    padding-left: 1em;
    padding-right: 1em;
    display: inline-block; }
  @media (max-width: 800px) {
    .section3 > .flex {
      flex-direction: column; }
    .section3 .button {
      margin-top: 1em; } }
.section4 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around; }
  .section4 .shortcut-container {
    display: flex;
    flex-direction: row;
    border: 1px solid #F2F3F3;
    border-radius: 3px;
    margin: 1em;
    padding: 1em;
    width: 350px;
    justify-content: flex-start;
    align-items: center;
    text-decoration: none;
    color: #323334; }
    .section4 .shortcut-container img {
      height: 40px;
      width: 40px;
      margin-right: 1em; }
    .section4 .shortcut-container .title {
      font-size: 1.25em; }
    .section4 .shortcut-container:hover {
      color: #4CC30C;
      -webkit-transform: scale(1.1);
              transform: scale(1.1); }
