#fw-section-custom-html-eb22d6a2-f295-416e-bcd4-1303af3a9101 {

@media screen and (max-width: 767px) {
        body {
            font-size: 14px;
        }
        .container {
            width: 100%;
            height: 300px;
            padding: 0px;
            margin-top: -220px;
        }
       #bannerbutton {
            width: 40%;
            height: 150px;
            background-color: transparent;
            display: inline-block;
            padding-top: 20px;
            padding-left: 10px;
            padding-right: 10px;
            margin-top: -10px;
            border-radius: 75px;
        }

       #bannerbutton:hover {
            filter: drop-shadow(0 0 15px rgba(255, 255, 255, 0.7));
            border-radius: 75px;
            transition: box-shadow 0.3s ease;
            padding-top: 10px;
            padding-left: 0px;
            padding-right: 0px;
            border-bottom: -10px;
        }
    }
@media screen and (min-width: 768px) {
        .container {
            max-width: 100%;
            margin: 0 auto;
        }
        #bannerbutton {
            width: 30%;
            height: 150px;
            background-color: transparent;
            display: inline-block;
            padding-top: 20px;
            padding-left: 10px;
            padding-right: 10px;
            border-bottom: -10px;
            border-radius: 75px;
        }

       #bannerbutton:hover {
            filter: drop-shadow(0 0 15px rgba(255, 255, 255, 0.7));
            border-radius: 75px;
            transition: box-shadow 0.3s ease;
            padding-top: 10px;
            padding-left: 0px;
            padding-right: 0px;
            border-bottom: -10px;
        }
    }
}
#fw-section-custom-html-25c2cb4e-396a-49cd-89cd-9eef5c9ecbe6 {

/* Mobile */
@media screen and (max-width: 767px) {
    .container {
        width: 100%;
        height: 300px;
        padding: 0px;
        margin-top: -220px;
    }
  .desktop-only {
    display: none;
  }
body {
  font-family: "Lato", sans-serif;
  font-size: 14;
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

/* Box for bg of Menu */
.darken-box {
    width: 50px;
    height: 50px;
    margin-top: -5px;
    margin-left: 5px;
    background-color: rgba(28, 29, 31, 0.8);
    border-radius: 75px;
    color: white;
    display: flex;
    position: fixed;
    justify-content: center;
    align-items: center;
    font-size: 1.2em;
    cursor: pointer;
    transition: background-color 0.3s ease, filter 0.3s ease; /* Smooth transition */
}

.darken-box:hover {
    /* Option 1: Darken using background-color */
    background-color: rgba(255,255,255, 0.8);

    /* Option 2: Darken using filter (uncomment to use) */
    /* filter: brightness(70%); */
}
.box-cover {
  width: 50px;
    height: 50px;
    margin-top: -55px;
    margin-left: 5px;
    background-color: #1c1d21;
    display: flex;
    z-index: 1;
}
}
/* Desktop */
@media screen and (min-width: 768px) {
    .container {
      max-width: 100%;
      margin: 0 auto;
    }
  body {
  font-family: "Lato", sans-serif;
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 3;
  top: 0;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

/* Box for bg of Menu */
.darken-box {
    width: 150px;
    height: 50px;
    margin-top: -168px;
    margin-left: 20px;
    background-color: rgba(28, 29, 31, 0.8);
    border-radius: 75px;
    color: white;
    display: flex;
    position: fixed;
    justify-content: center;
    align-items: center;
    font-size: 1.2em;
    cursor: pointer;
    transition: background-color 0.3s ease, filter 0.3s ease; /* Smooth transition */
}

.darken-box:hover {
    /* Option 1: Darken using background-color */
    background-color: rgba(255,255,255, 0.8);

    /* Option 2: Darken using filter (uncomment to use) */
    /* filter: brightness(70%); */
}
}
}













#fw-section-custom-html-a27b102b-243f-4bd6-884d-f49ed0de8230 {

/* Mobile */
@media screen and (max-width: 767px) {
    .container {
        width: 100%;
        height: 300px;
        padding: 0px;
        margin-top: -220px;
    }
  .desktop-only {
    display: none;
  }
body {
  font-family: "Lato", sans-serif;
  font-size: 14;
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

/* Box for bg of Menu */
.darken-box {
    width: 50px;
    height: 50px;
    margin-top: -2px;
    margin-left: 5px;
    background-color: rgba(28, 29, 31, 0.8);
    border-radius: 75px;
    color: white;
    display: flex;
    position: fixed;
    justify-content: center;
    align-items: center;
    font-size: 1.2em;
    cursor: pointer;
    transition: background-color 0.3s ease, filter 0.3s ease; /* Smooth transition */
}

.darken-box:hover {
    /* Option 1: Darken using background-color */
    background-color: rgba(255,255,255, 0.8);

    /* Option 2: Darken using filter (uncomment to use) */
    /* filter: brightness(70%); */
}
.box-cover {
  width: 50px;
    height: 50px;
    margin-top: -55px;
    margin-left: 5px;
    background-color: #1c1d21;
    display: flex;
    z-index: 1;
}
}
/* Desktop */
@media screen and (min-width: 768px) {
    .container {
      max-width: 100%;
      margin: 0 auto;
    }
  body {
  font-family: "Lato", sans-serif;
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 3;
  top: 0;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

/* Box for bg of Menu */
.darken-box {
    width: 150px;
    height: 50px;
    margin-top: -168px;
    margin-left: 20px;
    background-color: rgba(28, 29, 31, 0.8);
    border-radius: 75px;
    color: white;
    display: flex;
    position: fixed;
    justify-content: center;
    align-items: center;
    font-size: 1.2em;
    cursor: pointer;
    transition: background-color 0.3s ease, filter 0.3s ease; /* Smooth transition */
}

.darken-box:hover {
    /* Option 1: Darken using background-color */
    background-color: rgba(255,255,255, 0.8);

    /* Option 2: Darken using filter (uncomment to use) */
    /* filter: brightness(70%); */
}
}
}
#fw-section-custom-html-c4ffcfa5-6018-4543-ad8e-a04cbb9f4edb {

/* Mobile */
@media screen and (max-width: 767px) {
    .container {
        width: 100%;
        height: 300px;
        padding: 0px;
        margin-top: -220px;
    }
  .desktop-only {
    display: none;
  }
body {
  font-family: "Lato", sans-serif;
  font-size: 14;
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

/* Box for bg of Menu */
.darken-box {
    width: 50px;
    height: 50px;
    margin-top: -2px;
    margin-left: 5px;
    background-color: rgba(28, 29, 31, 0.8);
    border-radius: 75px;
    color: white;
    display: flex;
    position: fixed;
    justify-content: center;
    align-items: center;
    font-size: 1.2em;
    cursor: pointer;
    transition: background-color 0.3s ease, filter 0.3s ease; /* Smooth transition */
}

.darken-box:hover {
    /* Option 1: Darken using background-color */
    background-color: rgba(255,255,255, 0.8);

    /* Option 2: Darken using filter (uncomment to use) */
    /* filter: brightness(70%); */
}
.box-cover {
  width: 50px;
    height: 50px;
    margin-top: -55px;
    margin-left: 5px;
    background-color: #1c1d21;
    display: flex;
    z-index: 1;
}
}
/* Desktop */
@media screen and (min-width: 768px) {
    .container {
      max-width: 100%;
      margin: 0 auto;
    }
  body {
  font-family: "Lato", sans-serif;
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 3;
  top: 0;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

/* Box for bg of Menu */
.darken-box {
    width: 150px;
    height: 50px;
    margin-top: -168px;
    margin-left: 20px;
    background-color: rgba(28, 29, 31, 0.8);
    border-radius: 75px;
    color: white;
    display: flex;
    position: fixed;
    justify-content: center;
    align-items: center;
    font-size: 1.2em;
    cursor: pointer;
    transition: background-color 0.3s ease, filter 0.3s ease; /* Smooth transition */
}

.darken-box:hover {
    /* Option 1: Darken using background-color */
    background-color: rgba(255,255,255, 0.8);

    /* Option 2: Darken using filter (uncomment to use) */
    /* filter: brightness(70%); */
}
}
}



#fw-section-custom-html-3b2010b4-e2f0-4178-9085-4d3906401c92 {

/* Mobile */
@media screen and (max-width: 767px) {
    .container {
        width: 100%;
        height: 300px;
        padding: 0px;
        margin-top: -220px;
    }
  .desktop-only {
    display: none;
  }
body {
  font-family: "Lato", sans-serif;
  font-size: 14;
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

/* Box for bg of Menu */
.darken-box {
    width: 50px;
    height: 50px;
    margin-top: -2px;
    margin-left: 5px;
    background-color: rgba(28, 29, 31, 0.8);
    border-radius: 75px;
    color: white;
    display: flex;
    position: fixed;
    justify-content: center;
    align-items: center;
    font-size: 1.2em;
    cursor: pointer;
    transition: background-color 0.3s ease, filter 0.3s ease; /* Smooth transition */
}

.darken-box:hover {
    /* Option 1: Darken using background-color */
    background-color: rgba(255,255,255, 0.8);

    /* Option 2: Darken using filter (uncomment to use) */
    /* filter: brightness(70%); */
}
.box-cover {
  width: 50px;
    height: 50px;
    margin-top: -55px;
    margin-left: 5px;
    background-color: #1c1d21;
    display: flex;
    z-index: 1;
}
}
/* Desktop */
@media screen and (min-width: 768px) {
    .container {
      max-width: 100%;
      margin: 0 auto;
    }
  body {
  font-family: "Lato", sans-serif;
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 3;
  top: 0;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

/* Box for bg of Menu */
.darken-box {
    width: 150px;
    height: 50px;
    margin-top: -168px;
    margin-left: 20px;
    background-color: rgba(28, 29, 31, 0.8);
    border-radius: 75px;
    color: white;
    display: flex;
    position: fixed;
    justify-content: center;
    align-items: center;
    font-size: 1.2em;
    cursor: pointer;
    transition: background-color 0.3s ease, filter 0.3s ease; /* Smooth transition */
}

.darken-box:hover {
    /* Option 1: Darken using background-color */
    background-color: rgba(255,255,255, 0.8);

    /* Option 2: Darken using filter (uncomment to use) */
    /* filter: brightness(70%); */
}
}
}
#fw-section-custom-html-87eeec40-a61b-4535-a5f8-bcb6da83fab1 {

/* Mobile */
@media screen and (max-width: 767px) {
    .container {
        width: 100%;
        height: 300px;
        padding: 0px;
        margin-top: -220px;
    }
  .desktop-only {
    display: none;
  }
body {
  font-family: "Lato", sans-serif;
  font-size: 14;
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

/* Box for bg of Menu */
.darken-box {
    width: 50px;
    height: 50px;
    margin-top: -2px;
    margin-left: 5px;
    background-color: rgba(28, 29, 31, 0.8);
    border-radius: 75px;
    color: white;
    display: flex;
    position: fixed;
    justify-content: center;
    align-items: center;
    font-size: 1.2em;
    cursor: pointer;
    transition: background-color 0.3s ease, filter 0.3s ease; /* Smooth transition */
}

.darken-box:hover {
    /* Option 1: Darken using background-color */
    background-color: rgba(255,255,255, 0.8);

    /* Option 2: Darken using filter (uncomment to use) */
    /* filter: brightness(70%); */
}
.box-cover {
  width: 50px;
    height: 50px;
    margin-top: -55px;
    margin-left: 5px;
    background-color: #1c1d21;
    display: flex;
    z-index: 1;
}
}
/* Desktop */
@media screen and (min-width: 768px) {
    .container {
      max-width: 100%;
      margin: 0 auto;
    }
  body {
  font-family: "Lato", sans-serif;
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 3;
  top: 0;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

/* Box for bg of Menu */
.darken-box {
    width: 150px;
    height: 50px;
    margin-top: -168px;
    margin-left: 20px;
    background-color: rgba(28, 29, 31, 0.8);
    border-radius: 75px;
    color: white;
    display: flex;
    position: fixed;
    justify-content: center;
    align-items: center;
    font-size: 1.2em;
    cursor: pointer;
    transition: background-color 0.3s ease, filter 0.3s ease; /* Smooth transition */
}

.darken-box:hover {
    /* Option 1: Darken using background-color */
    background-color: rgba(255,255,255, 0.8);

    /* Option 2: Darken using filter (uncomment to use) */
    /* filter: brightness(70%); */
}
}
}
#fw-section-custom-html-fbab2655-e5e3-4fcb-b097-60df581b22d4 {

/* Mobile */
@media screen and (max-width: 767px) {
    .container {
        width: 100%;
        height: 300px;
        padding: 0px;
        margin-top: -220px;
    }
  .desktop-only {
    display: none;
  }
body {
  font-family: "Lato", sans-serif;
  font-size: 14;
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

/* Box for bg of Menu */
.darken-box {
    width: 50px;
    height: 50px;
    margin-top: -2px;
    margin-left: 5px;
    background-color: rgba(28, 29, 31, 0.8);
    border-radius: 75px;
    color: white;
    display: flex;
    position: fixed;
    justify-content: center;
    align-items: center;
    font-size: 1.2em;
    cursor: pointer;
    transition: background-color 0.3s ease, filter 0.3s ease; /* Smooth transition */
}

.darken-box:hover {
    /* Option 1: Darken using background-color */
    background-color: rgba(255,255,255, 0.8);

    /* Option 2: Darken using filter (uncomment to use) */
    /* filter: brightness(70%); */
}
.box-cover {
  width: 50px;
    height: 50px;
    margin-top: -55px;
    margin-left: 5px;
    background-color: #1c1d21;
    display: flex;
    z-index: 1;
}
}
/* Desktop */
@media screen and (min-width: 768px) {
    .container {
      max-width: 100%;
      margin: 0 auto;
    }
  body {
  font-family: "Lato", sans-serif;
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 3;
  top: 0;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

/* Box for bg of Menu */
.darken-box {
    width: 150px;
    height: 50px;
    margin-top: -168px;
    margin-left: 20px;
    background-color: rgba(28, 29, 31, 0.8);
    border-radius: 75px;
    color: white;
    display: flex;
    position: fixed;
    justify-content: center;
    align-items: center;
    font-size: 1.2em;
    cursor: pointer;
    transition: background-color 0.3s ease, filter 0.3s ease; /* Smooth transition */
}

.darken-box:hover {
    /* Option 1: Darken using background-color */
    background-color: rgba(255,255,255, 0.8);

    /* Option 2: Darken using filter (uncomment to use) */
    /* filter: brightness(70%); */
}
}
}





#fw-section-custom-html-9c296d1a-db97-4c11-8156-da46ff563b03 {

/* Mobile */
@media screen and (max-width: 767px) {
    .container {
        width: 100%;
        height: 300px;
        padding: 0px;
        margin-top: -220px;
    }
  .desktop-only {
    display: none;
  }
body {
  font-family: "Lato", sans-serif;
  font-size: 14;
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

/* Box for bg of Menu */
.darken-box {
    width: 50px;
    height: 50px;
    margin-top: -2px;
    margin-left: 5px;
    background-color: rgba(28, 29, 31, 0.8);
    border-radius: 75px;
    color: white;
    display: flex;
    position: fixed;
    justify-content: center;
    align-items: center;
    font-size: 1.2em;
    cursor: pointer;
    transition: background-color 0.3s ease, filter 0.3s ease; /* Smooth transition */
}

.darken-box:hover {
    /* Option 1: Darken using background-color */
    background-color: rgba(255,255,255, 0.8);

    /* Option 2: Darken using filter (uncomment to use) */
    /* filter: brightness(70%); */
}
.box-cover {
  width: 50px;
    height: 50px;
    margin-top: -55px;
    margin-left: 5px;
    background-color: #1c1d21;
    display: flex;
    z-index: 1;
}
}
/* Desktop */
@media screen and (min-width: 768px) {
    .container {
      max-width: 100%;
      margin: 0 auto;
    }
  body {
  font-family: "Lato", sans-serif;
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 3;
  top: 0;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

/* Box for bg of Menu */
.darken-box {
    width: 150px;
    height: 50px;
    margin-top: -168px;
    margin-left: 20px;
    background-color: rgba(28, 29, 31, 0.8);
    border-radius: 75px;
    color: white;
    display: flex;
    position: fixed;
    justify-content: center;
    align-items: center;
    font-size: 1.2em;
    cursor: pointer;
    transition: background-color 0.3s ease, filter 0.3s ease; /* Smooth transition */
}

.darken-box:hover {
    /* Option 1: Darken using background-color */
    background-color: rgba(255,255,255, 0.8);

    /* Option 2: Darken using filter (uncomment to use) */
    /* filter: brightness(70%); */
}
}
}
#fw-section-custom-html-8c3a393f-8b79-4650-bde0-24ced8d67c5f {

/* Mobile */
@media screen and (max-width: 767px) {
    .container {
        width: 100%;
        height: 300px;
        padding: 0px;
        margin-top: -220px;
    }
  .desktop-only {
    display: none;
  }
body {
  font-family: "Lato", sans-serif;
  font-size: 14;
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

/* Box for bg of Menu */
.darken-box {
    width: 50px;
    height: 50px;
    margin-top: -2px;
    margin-left: 5px;
    background-color: rgba(28, 29, 31, 0.8);
    border-radius: 75px;
    color: white;
    display: flex;
    position: fixed;
    justify-content: center;
    align-items: center;
    font-size: 1.2em;
    cursor: pointer;
    transition: background-color 0.3s ease, filter 0.3s ease; /* Smooth transition */
}

.darken-box:hover {
    /* Option 1: Darken using background-color */
    background-color: rgba(255,255,255, 0.8);

    /* Option 2: Darken using filter (uncomment to use) */
    /* filter: brightness(70%); */
}
.box-cover {
  width: 50px;
    height: 50px;
    margin-top: -55px;
    margin-left: 5px;
    background-color: #1c1d21;
    display: flex;
    z-index: 1;
}
}
/* Desktop */
@media screen and (min-width: 768px) {
    .container {
      max-width: 100%;
      margin: 0 auto;
    }
  body {
  font-family: "Lato", sans-serif;
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 3;
  top: 0;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

/* Box for bg of Menu */
.darken-box {
    width: 150px;
    height: 50px;
    margin-top: -168px;
    margin-left: 20px;
    background-color: rgba(28, 29, 31, 0.8);
    border-radius: 75px;
    color: white;
    display: flex;
    position: fixed;
    justify-content: center;
    align-items: center;
    font-size: 1.2em;
    cursor: pointer;
    transition: background-color 0.3s ease, filter 0.3s ease; /* Smooth transition */
}

.darken-box:hover {
    /* Option 1: Darken using background-color */
    background-color: rgba(255,255,255, 0.8);

    /* Option 2: Darken using filter (uncomment to use) */
    /* filter: brightness(70%); */
}
}
}
#fw-section-custom-html-8327bb97-92c1-4c9f-a1ac-56b3aa8ed556 {

/* Mobile */
@media screen and (max-width: 767px) {
    .container {
        width: 100%;
        height: 300px;
        padding: 0px;
        margin-top: -220px;
    }
  .desktop-only {
    display: none;
  }
body {
  font-family: "Lato", sans-serif;
  font-size: 14;
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

/* Box for bg of Menu */
.darken-box {
    width: 50px;
    height: 50px;
    margin-top: -2px;
    margin-left: 5px;
    background-color: rgba(28, 29, 31, 0.8);
    border-radius: 75px;
    color: white;
    display: flex;
    position: fixed;
    justify-content: center;
    align-items: center;
    font-size: 1.2em;
    cursor: pointer;
    transition: background-color 0.3s ease, filter 0.3s ease; /* Smooth transition */
}

.darken-box:hover {
    /* Option 1: Darken using background-color */
    background-color: rgba(255,255,255, 0.8);

    /* Option 2: Darken using filter (uncomment to use) */
    /* filter: brightness(70%); */
}
.box-cover {
  width: 50px;
    height: 50px;
    margin-top: -55px;
    margin-left: 5px;
    background-color: #1c1d21;
    display: flex;
    z-index: 1;
}
}
/* Desktop */
@media screen and (min-width: 768px) {
    .container {
      max-width: 100%;
      margin: 0 auto;
    }
  body {
  font-family: "Lato", sans-serif;
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 3;
  top: 0;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

/* Box for bg of Menu */
.darken-box {
    width: 150px;
    height: 50px;
    margin-top: -168px;
    margin-left: 20px;
    background-color: rgba(28, 29, 31, 0.8);
    border-radius: 75px;
    color: white;
    display: flex;
    position: fixed;
    justify-content: center;
    align-items: center;
    font-size: 1.2em;
    cursor: pointer;
    transition: background-color 0.3s ease, filter 0.3s ease; /* Smooth transition */
}

.darken-box:hover {
    /* Option 1: Darken using background-color */
    background-color: rgba(255,255,255, 0.8);

    /* Option 2: Darken using filter (uncomment to use) */
    /* filter: brightness(70%); */
}
}
}
#fw-section-custom-html-4abbd4fd-34c0-4308-9472-e43ab0da9e2c {

/* Mobile */
@media screen and (max-width: 767px) {
    .container {
        width: 100%;
        height: 300px;
        padding: 0px;
        margin-top: -220px;
    }
  .desktop-only {
    display: none;
  }
body {
  font-family: "Lato", sans-serif;
  font-size: 14;
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

/* Box for bg of Menu */
.darken-box {
    width: 50px;
    height: 50px;
    margin-top: -2px;
    margin-left: 5px;
    background-color: rgba(28, 29, 31, 0.8);
    border-radius: 75px;
    color: white;
    display: flex;
    position: fixed;
    justify-content: center;
    align-items: center;
    font-size: 1.2em;
    cursor: pointer;
    transition: background-color 0.3s ease, filter 0.3s ease; /* Smooth transition */
}

.darken-box:hover {
    /* Option 1: Darken using background-color */
    background-color: rgba(255,255,255, 0.8);

    /* Option 2: Darken using filter (uncomment to use) */
    /* filter: brightness(70%); */
}
.box-cover {
  width: 50px;
    height: 50px;
    margin-top: -55px;
    margin-left: 5px;
    background-color: #1c1d21;
    display: flex;
    z-index: 1;
}
}
/* Desktop */
@media screen and (min-width: 768px) {
    .container {
      max-width: 100%;
      margin: 0 auto;
    }
  body {
  font-family: "Lato", sans-serif;
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 3;
  top: 0;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

/* Box for bg of Menu */
.darken-box {
    width: 150px;
    height: 50px;
    margin-top: -168px;
    margin-left: 20px;
    background-color: rgba(28, 29, 31, 0.8);
    border-radius: 75px;
    color: white;
    display: flex;
    position: fixed;
    justify-content: center;
    align-items: center;
    font-size: 1.2em;
    cursor: pointer;
    transition: background-color 0.3s ease, filter 0.3s ease; /* Smooth transition */
}

.darken-box:hover {
    /* Option 1: Darken using background-color */
    background-color: rgba(255,255,255, 0.8);

    /* Option 2: Darken using filter (uncomment to use) */
    /* filter: brightness(70%); */
}
}
}