
      
    


      #IE-warning {
        display: none;
        position: fixed;
        width: 100%;
        height: 100%;
        z-index: 9999;
        background: white;
      }
      .IE-warning-message {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
      }
     


      body { font-family: Nunito Sans }
     


      /**************************
* Copyright 2008-2021 AlphaBlossom, LLC, All Rights Reserved
* By using this script, you agree not to share, 
* or distribute this code without author's consent.
* This copyright notice must remain in place whenever using
* this code - DO NOT REMOVE
* Author: Anthony Eppright
* Website: https://www.alphablossom.com
* Add-on: Groove full-width navigation menu via CSS
* Version: 1.0
* Last Updated: 08/23/2021
* Assign .nav-full-width class to navigation element in
* Config settings > Custom Attributes > Element's CLASS Attribute
**************************/

div.nav-full-width > div {
    max-width: 100%;
}


/**************************
* Copyright 2008-2022 AlphaBlossom, LLC, All Rights Reserved
* Author: Anthony Eppright
* Add-on:  Groove Add/Remove .sticky class to header on scroll
* Version: 1.0
* Last Updated: 08/03/2022
* Assign .header class to navigation parent block
* Set Nav Block & Nav Margin and padding to the same for all devices.
* Logo must have a set height (in IMG config)
**************************/
.header,
.header img,
.header .gp-navmenu-link,
.header [data-gp-component="button"] {
  transition: all 0.4s ease-in-out;
}

.header.sticky {
  left: 0 !important;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  position: fixed !important;
  top: 0 !important;
  width: 100% !important;
}

.header.sticky img {
  height: 70px !important;
  width: auto !important;
}

.header.sticky .gp-navmenu-link,
.header.sticky [data-gp-component="button"] {
  font-size: 16px !important;
  padding-bottom: 7px !important;
  padding-top: 7px !important;
}

/**************************
* Copyright 2008-2021 AlphaBlossom, LLC, All Rights Reserved
* Author: Anthony Eppright
* Add-on: GrooveFunnels add Ribbon Effect to Banner/Box via CSS
* Reverse stacking order of 2 column layout on mobile devices (below 768px)
* Version: 1.0
* Last Updated: 05/12/2021
* Assign .mobile-reverse-columns class to layout-2-2 element in
* Config settings > Custom Attributes > Element's CLASS Attribute
**************************/

@media only screen and (max-width: 767px) {

    .mobile-reverse-columns > div {
    	display: flex;
    }
    
    .mobile-reverse-columns [data-gp-grid-col]:first-child {
    	order: 2;
    }
    
    .mobile-reverse-columns [data-gp-grid-col]:last-child {
    	order: 1;
    }
    
} *{} html {
          text-size-adjust: 100%;line-height: 1.25;font-family: sans-serif;box-sizing: border-box;
      }
        
        @media (max-width: 639px) {
          
        html {
          font-family: sans-serif;text-size-adjust: 100%;line-height: 1.25;box-sizing: border-box;
      }
        }
        @media (max-width: 767px) and (min-width: 640px) {
          
        html {
          font-family: sans-serif;text-size-adjust: 100%;line-height: 1.25;box-sizing: border-box;
      }
        }
        @media (max-width: 991px) and (min-width: 768px) {
          
        html {
          font-family: sans-serif;text-size-adjust: 100%;line-height: 1.25;box-sizing: border-box;
      }
        }
        @media (max-width: 1199px) and (min-width: 992px) {
          
        html {
          font-family: sans-serif;text-size-adjust: 100%;line-height: 1.25;box-sizing: border-box;
      }
        }
        @media (min-width: 1200px) {
          
        html {
          font-family: sans-serif;text-size-adjust: 100%;line-height: 1.25;box-sizing: border-box;
      }
        }
        
        body {
          margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-x: hidden;border-image-repeat: initial;border-image-outset: initial;border-image-width: initial;border-image-slice: initial;border-image-source: initial;border-left-color: rgb(173, 183, 194);border-bottom-color: rgb(173, 183, 194);border-right-color: rgb(173, 183, 194);border-top-color: rgb(173, 183, 194);border-left-style: solid;border-bottom-style: solid;border-right-style: solid;border-top-style: solid;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;box-sizing: inherit;
      }
        
        @media (max-width: 639px) {
          
        body {
          margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-x: hidden;border-image-repeat: initial;border-image-outset: initial;border-image-width: initial;border-image-slice: initial;border-image-source: initial;border-left-color: rgb(173, 183, 194);border-bottom-color: rgb(173, 183, 194);border-right-color: rgb(173, 183, 194);border-top-color: rgb(173, 183, 194);border-left-style: solid;border-bottom-style: solid;border-right-style: solid;border-top-style: solid;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;box-sizing: inherit;
      }
        }
        @media (max-width: 767px) and (min-width: 640px) {
          
        body {
          margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-x: hidden;border-image-repeat: initial;border-image-outset: initial;border-image-width: initial;border-image-slice: initial;border-image-source: initial;border-left-color: rgb(173, 183, 194);border-bottom-color: rgb(173, 183, 194);border-right-color: rgb(173, 183, 194);border-top-color: rgb(173, 183, 194);border-left-style: solid;border-bottom-style: solid;border-right-style: solid;border-top-style: solid;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;box-sizing: inherit;
      }
        }
        @media (max-width: 991px) and (min-width: 768px) {
          
        body {
          margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-x: hidden;border-image-repeat: initial;border-image-outset: initial;border-image-width: initial;border-image-slice: initial;border-image-source: initial;border-left-color: rgb(173, 183, 194);border-bottom-color: rgb(173, 183, 194);border-right-color: rgb(173, 183, 194);border-top-color: rgb(173, 183, 194);border-left-style: solid;border-bottom-style: solid;border-right-style: solid;border-top-style: solid;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;box-sizing: inherit;
      }
        }
        @media (max-width: 1199px) and (min-width: 992px) {
          
        body {
          margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-x: hidden;border-image-repeat: initial;border-image-outset: initial;border-image-width: initial;border-image-slice: initial;border-image-source: initial;border-left-color: rgb(173, 183, 194);border-bottom-color: rgb(173, 183, 194);border-right-color: rgb(173, 183, 194);border-top-color: rgb(173, 183, 194);border-left-style: solid;border-bottom-style: solid;border-right-style: solid;border-top-style: solid;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;box-sizing: inherit;
      }
        }
        @media (min-width: 1200px) {
          
        body {
          margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-x: hidden;border-image-repeat: initial;border-image-outset: initial;border-image-width: initial;border-image-slice: initial;border-image-source: initial;border-left-color: rgb(173, 183, 194);border-bottom-color: rgb(173, 183, 194);border-right-color: rgb(173, 183, 194);border-top-color: rgb(173, 183, 194);border-left-style: solid;border-bottom-style: solid;border-right-style: solid;border-top-style: solid;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;box-sizing: inherit;
      }
        }
        
        body * {
          border-image-repeat: initial;border-image-outset: initial;border-image-width: initial;border-image-slice: initial;border-image-source: initial;border-left-color: rgb(173, 183, 194);border-bottom-color: rgb(173, 183, 194);border-right-color: rgb(173, 183, 194);border-top-color: rgb(173, 183, 194);border-left-style: solid;border-bottom-style: solid;border-right-style: solid;border-top-style: solid;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;box-sizing: inherit;
      }
        
        @media (max-width: 639px) {
          
        body * {
          border-image-repeat: initial;border-image-outset: initial;border-image-width: initial;border-image-slice: initial;border-image-source: initial;border-left-color: rgb(173, 183, 194);border-bottom-color: rgb(173, 183, 194);border-right-color: rgb(173, 183, 194);border-top-color: rgb(173, 183, 194);border-left-style: solid;border-bottom-style: solid;border-right-style: solid;border-top-style: solid;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;box-sizing: inherit;
      }
        }
        @media (max-width: 767px) and (min-width: 640px) {
          
        body * {
          border-image-repeat: initial;border-image-outset: initial;border-image-width: initial;border-image-slice: initial;border-image-source: initial;border-left-color: rgb(173, 183, 194);border-bottom-color: rgb(173, 183, 194);border-right-color: rgb(173, 183, 194);border-top-color: rgb(173, 183, 194);border-left-style: solid;border-bottom-style: solid;border-right-style: solid;border-top-style: solid;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;box-sizing: inherit;
      }
        }
        @media (max-width: 991px) and (min-width: 768px) {
          
        body * {
          border-image-repeat: initial;border-image-outset: initial;border-image-width: initial;border-image-slice: initial;border-image-source: initial;border-left-color: rgb(173, 183, 194);border-bottom-color: rgb(173, 183, 194);border-right-color: rgb(173, 183, 194);border-top-color: rgb(173, 183, 194);border-left-style: solid;border-bottom-style: solid;border-right-style: solid;border-top-style: solid;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;box-sizing: inherit;
      }
        }
        @media (max-width: 1199px) and (min-width: 992px) {
          
        body * {
          border-image-repeat: initial;border-image-outset: initial;border-image-width: initial;border-image-slice: initial;border-image-source: initial;border-left-color: rgb(173, 183, 194);border-bottom-color: rgb(173, 183, 194);border-right-color: rgb(173, 183, 194);border-top-color: rgb(173, 183, 194);border-left-style: solid;border-bottom-style: solid;border-right-style: solid;border-top-style: solid;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;box-sizing: inherit;
      }
        }
        @media (min-width: 1200px) {
          
        body * {
          border-image-repeat: initial;border-image-outset: initial;border-image-width: initial;border-image-slice: initial;border-image-source: initial;border-left-color: rgb(173, 183, 194);border-bottom-color: rgb(173, 183, 194);border-right-color: rgb(173, 183, 194);border-top-color: rgb(173, 183, 194);border-left-style: solid;border-bottom-style: solid;border-right-style: solid;border-top-style: solid;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;box-sizing: inherit;
      }
        }
        
        main {
          display: block;
      }
        
        @media (max-width: 639px) {
          
        main {
          display: block;
      }
        }
        @media (max-width: 767px) and (min-width: 640px) {
          
        main {
          display: block;
      }
        }
        @media (max-width: 991px) and (min-width: 768px) {
          
        main {
          display: block;
      }
        }
        @media (max-width: 1199px) and (min-width: 992px) {
          
        main {
          display: block;
      }
        }
        @media (min-width: 1200px) {
          
        main {
          display: block;
      }
        }
        
        h1 {
          margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;font-size: 2em;
      }
        
        @media (max-width: 639px) {
          
        h1 {
          margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;font-size: 2em;
      }
        }
        @media (max-width: 767px) and (min-width: 640px) {
          
        h1 {
          margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;font-size: 2em;
      }
        }
        @media (max-width: 991px) and (min-width: 768px) {
          
        h1 {
          margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;font-size: 2em;
      }
        }
        @media (max-width: 1199px) and (min-width: 992px) {
          
        h1 {
          margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;font-size: 2em;
      }
        }
        @media (min-width: 1200px) {
          
        h1 {
          margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;font-size: 2em;
      }
        }
        
        hr {
          overflow-y: visible;overflow-x: visible;height: 0px;box-sizing: content-box;
      }
        
        @media (max-width: 639px) {
          
        hr {
          overflow-y: visible;overflow-x: visible;height: 0px;box-sizing: content-box;
      }
        }
        @media (max-width: 767px) and (min-width: 640px) {
          
        hr {
          overflow-y: visible;overflow-x: visible;height: 0px;box-sizing: content-box;
      }
        }
        @media (max-width: 991px) and (min-width: 768px) {
          
        hr {
          overflow-y: visible;overflow-x: visible;height: 0px;box-sizing: content-box;
      }
        }
        @media (max-width: 1199px) and (min-width: 992px) {
          
        hr {
          overflow-y: visible;overflow-x: visible;height: 0px;box-sizing: content-box;
      }
        }
        @media (min-width: 1200px) {
          
        hr {
          overflow-y: visible;overflow-x: visible;height: 0px;box-sizing: content-box;
      }
        }
        
        pre {
          font-size: 1em;font-family: monospace, monospace;margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;
      }
        
        @media (max-width: 639px) {
          
        pre {
          font-family: monospace, monospace;font-size: 1em;margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;
      }
        }
        @media (max-width: 767px) and (min-width: 640px) {
          
        pre {
          font-family: monospace, monospace;font-size: 1em;margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;
      }
        }
        @media (max-width: 991px) and (min-width: 768px) {
          
        pre {
          font-family: monospace, monospace;font-size: 1em;margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;
      }
        }
        @media (max-width: 1199px) and (min-width: 992px) {
          
        pre {
          font-family: monospace, monospace;font-size: 1em;margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;
      }
        }
        @media (min-width: 1200px) {
          
        pre {
          font-family: monospace, monospace;font-size: 1em;margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;
      }
        }
        
        b {
          font-weight: bolder;
      }
        
        @media (max-width: 639px) {
          
        b {
          font-weight: bolder;
      }
        }
        @media (max-width: 767px) and (min-width: 640px) {
          
        b {
          font-weight: bolder;
      }
        }
        @media (max-width: 991px) and (min-width: 768px) {
          
        b {
          font-weight: bolder;
      }
        }
        @media (max-width: 1199px) and (min-width: 992px) {
          
        b {
          font-weight: bolder;
      }
        }
        @media (min-width: 1200px) {
          
        b {
          font-weight: bolder;
      }
        }
        
        strong {
          font-weight: bolder;
      }
        
        @media (max-width: 639px) {
          
        strong {
          font-weight: bolder;
      }
        }
        @media (max-width: 767px) and (min-width: 640px) {
          
        strong {
          font-weight: bolder;
      }
        }
        @media (max-width: 991px) and (min-width: 768px) {
          
        strong {
          font-weight: bolder;
      }
        }
        @media (max-width: 1199px) and (min-width: 992px) {
          
        strong {
          font-weight: bolder;
      }
        }
        @media (min-width: 1200px) {
          
        strong {
          font-weight: bolder;
      }
        }
        
        code {
          font-size: 1em;font-family: monospace, monospace;
      }
        
        @media (max-width: 639px) {
          
        code {
          font-family: monospace, monospace;font-size: 1em;
      }
        }
        @media (max-width: 767px) and (min-width: 640px) {
          
        code {
          font-family: monospace, monospace;font-size: 1em;
      }
        }
        @media (max-width: 991px) and (min-width: 768px) {
          
        code {
          font-family: monospace, monospace;font-size: 1em;
      }
        }
        @media (max-width: 1199px) and (min-width: 992px) {
          
        code {
          font-family: monospace, monospace;font-size: 1em;
      }
        }
        @media (min-width: 1200px) {
          
        code {
          font-family: monospace, monospace;font-size: 1em;
      }
        }
        
        kbd {
          font-size: 1em;font-family: monospace, monospace;
      }
        
        @media (max-width: 639px) {
          
        kbd {
          font-family: monospace, monospace;font-size: 1em;
      }
        }
        @media (max-width: 767px) and (min-width: 640px) {
          
        kbd {
          font-family: monospace, monospace;font-size: 1em;
      }
        }
        @media (max-width: 991px) and (min-width: 768px) {
          
        kbd {
          font-family: monospace, monospace;font-size: 1em;
      }
        }
        @media (max-width: 1199px) and (min-width: 992px) {
          
        kbd {
          font-family: monospace, monospace;font-size: 1em;
      }
        }
        @media (min-width: 1200px) {
          
        kbd {
          font-family: monospace, monospace;font-size: 1em;
      }
        }
        
        samp {
          font-size: 1em;font-family: monospace, monospace;
      }
        
        @media (max-width: 639px) {
          
        samp {
          font-family: monospace, monospace;font-size: 1em;
      }
        }
        @media (max-width: 767px) and (min-width: 640px) {
          
        samp {
          font-family: monospace, monospace;font-size: 1em;
      }
        }
        @media (max-width: 991px) and (min-width: 768px) {
          
        samp {
          font-family: monospace, monospace;font-size: 1em;
      }
        }
        @media (max-width: 1199px) and (min-width: 992px) {
          
        samp {
          font-family: monospace, monospace;font-size: 1em;
      }
        }
        @media (min-width: 1200px) {
          
        samp {
          font-family: monospace, monospace;font-size: 1em;
      }
        }
        
        small {
          font-size: 80%;
      }
        
        @media (max-width: 639px) {
          
        small {
          font-size: 80%;
      }
        }
        @media (max-width: 767px) and (min-width: 640px) {
          
        small {
          font-size: 80%;
      }
        }
        @media (max-width: 991px) and (min-width: 768px) {
          
        small {
          font-size: 80%;
      }
        }
        @media (max-width: 1199px) and (min-width: 992px) {
          
        small {
          font-size: 80%;
      }
        }
        @media (min-width: 1200px) {
          
        small {
          font-size: 80%;
      }
        }
        
        sub {
          vertical-align: baseline;position: relative;line-height: 0;font-size: 75%;bottom: -0.25em;
      }
        
        @media (max-width: 639px) {
          
        sub {
          vertical-align: baseline;position: relative;line-height: 0;font-size: 75%;bottom: -0.25em;
      }
        }
        @media (max-width: 767px) and (min-width: 640px) {
          
        sub {
          vertical-align: baseline;position: relative;line-height: 0;font-size: 75%;bottom: -0.25em;
      }
        }
        @media (max-width: 991px) and (min-width: 768px) {
          
        sub {
          vertical-align: baseline;position: relative;line-height: 0;font-size: 75%;bottom: -0.25em;
      }
        }
        @media (max-width: 1199px) and (min-width: 992px) {
          
        sub {
          vertical-align: baseline;position: relative;line-height: 0;font-size: 75%;bottom: -0.25em;
      }
        }
        @media (min-width: 1200px) {
          
        sub {
          vertical-align: baseline;position: relative;line-height: 0;font-size: 75%;bottom: -0.25em;
      }
        }
        
        sup {
          vertical-align: baseline;position: relative;line-height: 0;font-size: 75%;top: -0.5em;
      }
        
        @media (max-width: 639px) {
          
        sup {
          vertical-align: baseline;position: relative;line-height: 0;font-size: 75%;top: -0.5em;
      }
        }
        @media (max-width: 767px) and (min-width: 640px) {
          
        sup {
          vertical-align: baseline;position: relative;line-height: 0;font-size: 75%;top: -0.5em;
      }
        }
        @media (max-width: 991px) and (min-width: 768px) {
          
        sup {
          vertical-align: baseline;position: relative;line-height: 0;font-size: 75%;top: -0.5em;
      }
        }
        @media (max-width: 1199px) and (min-width: 992px) {
          
        sup {
          vertical-align: baseline;position: relative;line-height: 0;font-size: 75%;top: -0.5em;
      }
        }
        @media (min-width: 1200px) {
          
        sup {
          vertical-align: baseline;position: relative;line-height: 0;font-size: 75%;top: -0.5em;
      }
        }
        
        img {
          border-left-style: solid;border-bottom-style: solid;border-right-style: solid;border-top-style: solid;height: auto;max-width: 100%;
      }
        
        @media (max-width: 639px) {
          
        img {
          border-left-style: solid;border-bottom-style: solid;border-right-style: solid;border-top-style: solid;height: auto;max-width: 100%;
      }
        }
        @media (max-width: 767px) and (min-width: 640px) {
          
        img {
          border-left-style: solid;border-bottom-style: solid;border-right-style: solid;border-top-style: solid;height: auto;max-width: 100%;
      }
        }
        @media (max-width: 991px) and (min-width: 768px) {
          
        img {
          border-left-style: solid;border-bottom-style: solid;border-right-style: solid;border-top-style: solid;height: auto;max-width: 100%;
      }
        }
        @media (max-width: 1199px) and (min-width: 992px) {
          
        img {
          border-left-style: solid;border-bottom-style: solid;border-right-style: solid;border-top-style: solid;height: auto;max-width: 100%;
      }
        }
        @media (min-width: 1200px) {
          
        img {
          border-left-style: solid;border-bottom-style: solid;border-right-style: solid;border-top-style: solid;height: auto;max-width: 100%;
      }
        }
        
        button {
          margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;line-height: 1.15;font-size: 100%;font-family: inherit;overflow-y: visible;overflow-x: visible;text-transform: none;appearance: button;padding-left: 0px;padding-bottom: 0px;padding-right: 0px;padding-top: 0px;background-color: transparent;background-clip: initial;background-origin: initial;background-attachment: initial;background-repeat-y: initial;background-repeat-x: initial;background-size: initial;background-position-y: initial;background-position-x: initial;background-image: initial;cursor: pointer;
      }
        button:focus,button.gp-focus {
          outline-width: 5px;outline-style: auto;outline-color: -webkit-focus-ring-color;
      }
        
        @media (max-width: 639px) {
          
        button {
          font-family: inherit;margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;line-height: 1.15;font-size: 100%;overflow-y: visible;overflow-x: visible;text-transform: none;appearance: button;padding-left: 0px;padding-bottom: 0px;padding-right: 0px;padding-top: 0px;background-color: transparent;background-clip: initial;background-origin: initial;background-attachment: initial;background-repeat-y: initial;background-repeat-x: initial;background-size: initial;background-position-y: initial;background-position-x: initial;background-image: initial;cursor: pointer;
      }
        button:focus,button.gp-focus {
          outline-width: 5px;outline-style: auto;outline-color: -webkit-focus-ring-color;
      }
        }
        @media (max-width: 767px) and (min-width: 640px) {
          
        button {
          font-family: inherit;margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;line-height: 1.15;font-size: 100%;overflow-y: visible;overflow-x: visible;text-transform: none;appearance: button;padding-left: 0px;padding-bottom: 0px;padding-right: 0px;padding-top: 0px;background-color: transparent;background-clip: initial;background-origin: initial;background-attachment: initial;background-repeat-y: initial;background-repeat-x: initial;background-size: initial;background-position-y: initial;background-position-x: initial;background-image: initial;cursor: pointer;
      }
        button:focus,button.gp-focus {
          outline-width: 5px;outline-style: auto;outline-color: -webkit-focus-ring-color;
      }
        }
        @media (max-width: 991px) and (min-width: 768px) {
          
        button {
          font-family: inherit;margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;line-height: 1.15;font-size: 100%;overflow-y: visible;overflow-x: visible;text-transform: none;appearance: button;padding-left: 0px;padding-bottom: 0px;padding-right: 0px;padding-top: 0px;background-color: transparent;background-clip: initial;background-origin: initial;background-attachment: initial;background-repeat-y: initial;background-repeat-x: initial;background-size: initial;background-position-y: initial;background-position-x: initial;background-image: initial;cursor: pointer;
      }
        button:focus,button.gp-focus {
          outline-width: 5px;outline-style: auto;outline-color: -webkit-focus-ring-color;
      }
        }
        @media (max-width: 1199px) and (min-width: 992px) {
          
        button {
          font-family: inherit;margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;line-height: 1.15;font-size: 100%;overflow-y: visible;overflow-x: visible;text-transform: none;appearance: button;padding-left: 0px;padding-bottom: 0px;padding-right: 0px;padding-top: 0px;background-color: transparent;background-clip: initial;background-origin: initial;background-attachment: initial;background-repeat-y: initial;background-repeat-x: initial;background-size: initial;background-position-y: initial;background-position-x: initial;background-image: initial;cursor: pointer;
      }
        button:focus,button.gp-focus {
          outline-width: 5px;outline-style: auto;outline-color: -webkit-focus-ring-color;
      }
        }
        @media (min-width: 1200px) {
          
        button {
          font-family: inherit;margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;line-height: 1.15;font-size: 100%;overflow-y: visible;overflow-x: visible;text-transform: none;appearance: button;padding-left: 0px;padding-bottom: 0px;padding-right: 0px;padding-top: 0px;background-color: transparent;background-clip: initial;background-origin: initial;background-attachment: initial;background-repeat-y: initial;background-repeat-x: initial;background-size: initial;background-position-y: initial;background-position-x: initial;background-image: initial;cursor: pointer;
      }
        button:focus,button.gp-focus {
          outline-width: 5px;outline-style: auto;outline-color: -webkit-focus-ring-color;
      }
        }
        
        input {
          margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;line-height: 1.15;font-size: 100%;font-family: inherit;overflow-y: visible;overflow-x: visible;
      }
        
        @media (max-width: 639px) {
          
        input {
          font-family: inherit;margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;line-height: 1.15;font-size: 100%;overflow-y: visible;overflow-x: visible;
      }
        }
        @media (max-width: 767px) and (min-width: 640px) {
          
        input {
          font-family: inherit;margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;line-height: 1.15;font-size: 100%;overflow-y: visible;overflow-x: visible;
      }
        }
        @media (max-width: 991px) and (min-width: 768px) {
          
        input {
          font-family: inherit;margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;line-height: 1.15;font-size: 100%;overflow-y: visible;overflow-x: visible;
      }
        }
        @media (max-width: 1199px) and (min-width: 992px) {
          
        input {
          font-family: inherit;margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;line-height: 1.15;font-size: 100%;overflow-y: visible;overflow-x: visible;
      }
        }
        @media (min-width: 1200px) {
          
        input {
          font-family: inherit;margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;line-height: 1.15;font-size: 100%;overflow-y: visible;overflow-x: visible;
      }
        }
        
        optgroup {
          margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;line-height: 1.15;font-size: 100%;font-family: inherit;
      }
        
        @media (max-width: 639px) {
          
        optgroup {
          font-family: inherit;margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;line-height: 1.15;font-size: 100%;
      }
        }
        @media (max-width: 767px) and (min-width: 640px) {
          
        optgroup {
          font-family: inherit;margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;line-height: 1.15;font-size: 100%;
      }
        }
        @media (max-width: 991px) and (min-width: 768px) {
          
        optgroup {
          font-family: inherit;margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;line-height: 1.15;font-size: 100%;
      }
        }
        @media (max-width: 1199px) and (min-width: 992px) {
          
        optgroup {
          font-family: inherit;margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;line-height: 1.15;font-size: 100%;
      }
        }
        @media (min-width: 1200px) {
          
        optgroup {
          font-family: inherit;margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;line-height: 1.15;font-size: 100%;
      }
        }
        
        select {
          margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;line-height: 1.15;font-size: 100%;font-family: inherit;text-transform: none;
      }
        
        @media (max-width: 639px) {
          
        select {
          font-family: inherit;margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;line-height: 1.15;font-size: 100%;text-transform: none;
      }
        }
        @media (max-width: 767px) and (min-width: 640px) {
          
        select {
          font-family: inherit;margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;line-height: 1.15;font-size: 100%;text-transform: none;
      }
        }
        @media (max-width: 991px) and (min-width: 768px) {
          
        select {
          font-family: inherit;margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;line-height: 1.15;font-size: 100%;text-transform: none;
      }
        }
        @media (max-width: 1199px) and (min-width: 992px) {
          
        select {
          font-family: inherit;margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;line-height: 1.15;font-size: 100%;text-transform: none;
      }
        }
        @media (min-width: 1200px) {
          
        select {
          font-family: inherit;margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;line-height: 1.15;font-size: 100%;text-transform: none;
      }
        }
        
        textarea {
          margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;line-height: 1.15;font-size: 100%;font-family: inherit;overflow-y: auto;overflow-x: auto;resize: vertical;color: inherit;
      }
        textarea:focus,textarea.gp-focus {
          outline-width: 0px;outline-style: initial;outline-color: initial;
      }
        
        @media (max-width: 639px) {
          
        textarea {
          font-family: inherit;margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;line-height: 1.15;font-size: 100%;overflow-y: auto;overflow-x: auto;resize: vertical;color: inherit;
      }
        textarea:focus,textarea.gp-focus {
          outline-width: 0px;outline-style: initial;outline-color: initial;
      }
        }
        @media (max-width: 767px) and (min-width: 640px) {
          
        textarea {
          font-family: inherit;margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;line-height: 1.15;font-size: 100%;overflow-y: auto;overflow-x: auto;resize: vertical;color: inherit;
      }
        textarea:focus,textarea.gp-focus {
          outline-width: 0px;outline-style: initial;outline-color: initial;
      }
        }
        @media (max-width: 991px) and (min-width: 768px) {
          
        textarea {
          font-family: inherit;margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;line-height: 1.15;font-size: 100%;overflow-y: auto;overflow-x: auto;resize: vertical;color: inherit;
      }
        textarea:focus,textarea.gp-focus {
          outline-width: 0px;outline-style: initial;outline-color: initial;
      }
        }
        @media (max-width: 1199px) and (min-width: 992px) {
          
        textarea {
          font-family: inherit;margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;line-height: 1.15;font-size: 100%;overflow-y: auto;overflow-x: auto;resize: vertical;color: inherit;
      }
        textarea:focus,textarea.gp-focus {
          outline-width: 0px;outline-style: initial;outline-color: initial;
      }
        }
        @media (min-width: 1200px) {
          
        textarea {
          font-family: inherit;margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;line-height: 1.15;font-size: 100%;overflow-y: auto;overflow-x: auto;resize: vertical;color: inherit;
      }
        textarea:focus,textarea.gp-focus {
          outline-width: 0px;outline-style: initial;outline-color: initial;
      }
        }
        
        fieldset {
          padding-left: 0px;padding-bottom: 0px;padding-right: 0px;padding-top: 0px;margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;
      }
        
        @media (max-width: 639px) {
          
        fieldset {
          padding-left: 0px;padding-bottom: 0px;padding-right: 0px;padding-top: 0px;margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;
      }
        }
        @media (max-width: 767px) and (min-width: 640px) {
          
        fieldset {
          padding-left: 0px;padding-bottom: 0px;padding-right: 0px;padding-top: 0px;margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;
      }
        }
        @media (max-width: 991px) and (min-width: 768px) {
          
        fieldset {
          padding-left: 0px;padding-bottom: 0px;padding-right: 0px;padding-top: 0px;margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;
      }
        }
        @media (max-width: 1199px) and (min-width: 992px) {
          
        fieldset {
          padding-left: 0px;padding-bottom: 0px;padding-right: 0px;padding-top: 0px;margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;
      }
        }
        @media (min-width: 1200px) {
          
        fieldset {
          padding-left: 0px;padding-bottom: 0px;padding-right: 0px;padding-top: 0px;margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;
      }
        }
        
        legend {
          white-space: normal;padding-left: 0px;padding-bottom: 0px;padding-right: 0px;padding-top: 0px;max-width: 100%;display: table;color: inherit;box-sizing: border-box;
      }
        
        @media (max-width: 639px) {
          
        legend {
          white-space: normal;padding-left: 0px;padding-bottom: 0px;padding-right: 0px;padding-top: 0px;max-width: 100%;display: table;color: inherit;box-sizing: border-box;
      }
        }
        @media (max-width: 767px) and (min-width: 640px) {
          
        legend {
          white-space: normal;padding-left: 0px;padding-bottom: 0px;padding-right: 0px;padding-top: 0px;max-width: 100%;display: table;color: inherit;box-sizing: border-box;
      }
        }
        @media (max-width: 991px) and (min-width: 768px) {
          
        legend {
          white-space: normal;padding-left: 0px;padding-bottom: 0px;padding-right: 0px;padding-top: 0px;max-width: 100%;display: table;color: inherit;box-sizing: border-box;
      }
        }
        @media (max-width: 1199px) and (min-width: 992px) {
          
        legend {
          white-space: normal;padding-left: 0px;padding-bottom: 0px;padding-right: 0px;padding-top: 0px;max-width: 100%;display: table;color: inherit;box-sizing: border-box;
      }
        }
        @media (min-width: 1200px) {
          
        legend {
          white-space: normal;padding-left: 0px;padding-bottom: 0px;padding-right: 0px;padding-top: 0px;max-width: 100%;display: table;color: inherit;box-sizing: border-box;
      }
        }
        
        progress {
          vertical-align: baseline;
      }
        
        @media (max-width: 639px) {
          
        progress {
          vertical-align: baseline;
      }
        }
        @media (max-width: 767px) and (min-width: 640px) {
          
        progress {
          vertical-align: baseline;
      }
        }
        @media (max-width: 991px) and (min-width: 768px) {
          
        progress {
          vertical-align: baseline;
      }
        }
        @media (max-width: 1199px) and (min-width: 992px) {
          
        progress {
          vertical-align: baseline;
      }
        }
        @media (min-width: 1200px) {
          
        progress {
          vertical-align: baseline;
      }
        }
        
        details {
          display: block;
      }
        
        @media (max-width: 639px) {
          
        details {
          display: block;
      }
        }
        @media (max-width: 767px) and (min-width: 640px) {
          
        details {
          display: block;
      }
        }
        @media (max-width: 991px) and (min-width: 768px) {
          
        details {
          display: block;
      }
        }
        @media (max-width: 1199px) and (min-width: 992px) {
          
        details {
          display: block;
      }
        }
        @media (min-width: 1200px) {
          
        details {
          display: block;
      }
        }
        
        summary {
          display: list-item;
      }
        
        @media (max-width: 639px) {
          
        summary {
          display: list-item;
      }
        }
        @media (max-width: 767px) and (min-width: 640px) {
          
        summary {
          display: list-item;
      }
        }
        @media (max-width: 991px) and (min-width: 768px) {
          
        summary {
          display: list-item;
      }
        }
        @media (max-width: 1199px) and (min-width: 992px) {
          
        summary {
          display: list-item;
      }
        }
        @media (min-width: 1200px) {
          
        summary {
          display: list-item;
      }
        }
        
        template {
          display: none;
      }
        
        @media (max-width: 639px) {
          
        template {
          display: none;
      }
        }
        @media (max-width: 767px) and (min-width: 640px) {
          
        template {
          display: none;
      }
        }
        @media (max-width: 991px) and (min-width: 768px) {
          
        template {
          display: none;
      }
        }
        @media (max-width: 1199px) and (min-width: 992px) {
          
        template {
          display: none;
      }
        }
        @media (min-width: 1200px) {
          
        template {
          display: none;
      }
        }
        
        blockquote {
          margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;
      }
        
        @media (max-width: 639px) {
          
        blockquote {
          margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;
      }
        }
        @media (max-width: 767px) and (min-width: 640px) {
          
        blockquote {
          margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;
      }
        }
        @media (max-width: 991px) and (min-width: 768px) {
          
        blockquote {
          margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;
      }
        }
        @media (max-width: 1199px) and (min-width: 992px) {
          
        blockquote {
          margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;
      }
        }
        @media (min-width: 1200px) {
          
        blockquote {
          margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;
      }
        }
        
        dd {
          margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;
      }
        
        @media (max-width: 639px) {
          
        dd {
          margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;
      }
        }
        @media (max-width: 767px) and (min-width: 640px) {
          
        dd {
          margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;
      }
        }
        @media (max-width: 991px) and (min-width: 768px) {
          
        dd {
          margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;
      }
        }
        @media (max-width: 1199px) and (min-width: 992px) {
          
        dd {
          margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;
      }
        }
        @media (min-width: 1200px) {
          
        dd {
          margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;
      }
        }
        
        dl {
          margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;
      }
        
        @media (max-width: 639px) {
          
        dl {
          margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;
      }
        }
        @media (max-width: 767px) and (min-width: 640px) {
          
        dl {
          margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;
      }
        }
        @media (max-width: 991px) and (min-width: 768px) {
          
        dl {
          margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;
      }
        }
        @media (max-width: 1199px) and (min-width: 992px) {
          
        dl {
          margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;
      }
        }
        @media (min-width: 1200px) {
          
        dl {
          margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;
      }
        }
        
        figure {
          margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;
      }
        
        @media (max-width: 639px) {
          
        figure {
          margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;
      }
        }
        @media (max-width: 767px) and (min-width: 640px) {
          
        figure {
          margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;
      }
        }
        @media (max-width: 991px) and (min-width: 768px) {
          
        figure {
          margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;
      }
        }
        @media (max-width: 1199px) and (min-width: 992px) {
          
        figure {
          margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;
      }
        }
        @media (min-width: 1200px) {
          
        figure {
          margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;
      }
        }
        
        p {
          margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;
      }
        
        @media (max-width: 639px) {
          
        p {
          margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;
      }
        }
        @media (max-width: 767px) and (min-width: 640px) {
          
        p {
          margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;
      }
        }
        @media (max-width: 991px) and (min-width: 768px) {
          
        p {
          margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;
      }
        }
        @media (max-width: 1199px) and (min-width: 992px) {
          
        p {
          margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;
      }
        }
        @media (min-width: 1200px) {
          
        p {
          margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;
      }
        }
        
        ol {
          margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;list-style-position: inside;padding-left: 0px;padding-bottom: 0px;padding-right: 0px;padding-top: 0px;
      }
        
        @media (max-width: 639px) {
          
        ol {
          margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;list-style-position: inside;padding-left: 0px;padding-bottom: 0px;padding-right: 0px;padding-top: 0px;
      }
        }
        @media (max-width: 767px) and (min-width: 640px) {
          
        ol {
          margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;list-style-position: inside;padding-left: 0px;padding-bottom: 0px;padding-right: 0px;padding-top: 0px;
      }
        }
        @media (max-width: 991px) and (min-width: 768px) {
          
        ol {
          margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;list-style-position: inside;padding-left: 0px;padding-bottom: 0px;padding-right: 0px;padding-top: 0px;
      }
        }
        @media (max-width: 1199px) and (min-width: 992px) {
          
        ol {
          margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;list-style-position: inside;padding-left: 0px;padding-bottom: 0px;padding-right: 0px;padding-top: 0px;
      }
        }
        @media (min-width: 1200px) {
          
        ol {
          margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;list-style-position: inside;padding-left: 0px;padding-bottom: 0px;padding-right: 0px;padding-top: 0px;
      }
        }
        
        ul {
          margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;padding-left: 0px;padding-bottom: 0px;padding-right: 0px;padding-top: 0px;list-style-type: none;list-style-image: initial;list-style-position: initial;
      }
        
        @media (max-width: 639px) {
          
        ul {
          margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;padding-left: 0px;padding-bottom: 0px;padding-right: 0px;padding-top: 0px;list-style-type: none;list-style-image: initial;list-style-position: initial;
      }
        }
        @media (max-width: 767px) and (min-width: 640px) {
          
        ul {
          margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;padding-left: 0px;padding-bottom: 0px;padding-right: 0px;padding-top: 0px;list-style-type: none;list-style-image: initial;list-style-position: initial;
      }
        }
        @media (max-width: 991px) and (min-width: 768px) {
          
        ul {
          margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;padding-left: 0px;padding-bottom: 0px;padding-right: 0px;padding-top: 0px;list-style-type: none;list-style-image: initial;list-style-position: initial;
      }
        }
        @media (max-width: 1199px) and (min-width: 992px) {
          
        ul {
          margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;padding-left: 0px;padding-bottom: 0px;padding-right: 0px;padding-top: 0px;list-style-type: none;list-style-image: initial;list-style-position: initial;
      }
        }
        @media (min-width: 1200px) {
          
        ul {
          margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;padding-left: 0px;padding-bottom: 0px;padding-right: 0px;padding-top: 0px;list-style-type: none;list-style-image: initial;list-style-position: initial;
      }
        }
        
        table {
          border-collapse: collapse;
      }
        
        @media (max-width: 639px) {
          
        table {
          border-collapse: collapse;
      }
        }
        @media (max-width: 767px) and (min-width: 640px) {
          
        table {
          border-collapse: collapse;
      }
        }
        @media (max-width: 991px) and (min-width: 768px) {
          
        table {
          border-collapse: collapse;
      }
        }
        @media (max-width: 1199px) and (min-width: 992px) {
          
        table {
          border-collapse: collapse;
      }
        }
        @media (min-width: 1200px) {
          
        table {
          border-collapse: collapse;
      }
        }
        
        a {
          text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: initial;text-decoration-line: none;cursor: pointer;background-color: transparent;
      }
        
        @media (max-width: 639px) {
          
        a {
          text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: initial;text-decoration-line: none;cursor: pointer;background-color: transparent;
      }
        }
        @media (max-width: 767px) and (min-width: 640px) {
          
        a {
          text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: initial;text-decoration-line: none;cursor: pointer;background-color: transparent;
      }
        }
        @media (max-width: 991px) and (min-width: 768px) {
          
        a {
          text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: initial;text-decoration-line: none;cursor: pointer;background-color: transparent;
      }
        }
        @media (max-width: 1199px) and (min-width: 992px) {
          
        a {
          text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: initial;text-decoration-line: none;cursor: pointer;background-color: transparent;
      }
        }
        @media (min-width: 1200px) {
          
        a {
          text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: initial;text-decoration-line: none;cursor: pointer;background-color: transparent;
      }
        }/*endBaseStyles*/
     



 @media (max-width: 639px) { .gp-component-id-iUK4vKFHe9 { margin-left: auto;margin-right: auto;width: 100%;position: relative;z-index: 15; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-iUK4vKFHe9 { margin-left: auto;margin-right: auto;width: 100%;max-width: 640px;position: relative;z-index: 15; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-iUK4vKFHe9 { margin-left: auto;margin-right: auto;width: 100%;max-width: 768px;position: relative;z-index: 15; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-iUK4vKFHe9 { margin-left: auto;margin-right: auto;width: 100%;max-width: 992px;position: relative;z-index: 15; } } @media (min-width: 1200px) { .gp-component-id-iUK4vKFHe9 { margin-left: auto;margin-right: auto;width: 100%;max-width: 1200px;position: relative;z-index: 15; } }

.gp-component-id-vwenE0lSFH { flex-wrap: wrap !important; }

.gp-component-id-hnRHna9OMf { }

 @media (max-width: 639px) { .gp-component-id-oMg9Ve3cd { min-width: 352px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-oMg9Ve3cd { min-width: 352px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-oMg9Ve3cd { min-width: 352px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-oMg9Ve3cd { min-width: 352px; } } @media (min-width: 1200px) { .gp-component-id-oMg9Ve3cd { min-width: 352px; } }

 .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } @media (max-width: 639px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (min-width: 1200px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } }

 .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } @media (max-width: 639px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (min-width: 1200px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } }

 @media (max-width: 639px) { .gp-component-id-LCijUb7Bvz { background-color: rgba(24, 70, 157, 1);z-index: auto;position: relative;min-height: 50px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-LCijUb7Bvz { background-color: rgba(24, 70, 157, 1);z-index: auto;position: relative;min-height: 50px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-LCijUb7Bvz { background-color: rgba(24, 70, 157, 1);z-index: auto;position: relative;min-height: 50px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-LCijUb7Bvz { background-color: rgba(24, 70, 157, 1);z-index: auto;position: relative;min-height: 50px; } } @media (min-width: 1200px) { .gp-component-id-LCijUb7Bvz { background-color: rgba(24, 70, 157, 1);z-index: auto;position: relative;min-height: 50px; } }

 @media (max-width: 639px) { .gp-component-id-Yv9Av6VrM { font-size: 28px !important;color: rgb(255, 255, 255);margin-left: 5px;margin-right: 5px;margin-bottom: 11px;padding-left: 15px;padding-right: 15px;padding-top: 0px;padding-bottom: 0px;width: 100%;flex-direction: column;justify-content: center;align-items: center;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-Yv9Av6VrM { font-size: 28px !important;color: rgb(255, 255, 255);margin-left: 5px;margin-right: 5px;margin-bottom: 11px;padding-left: 15px;padding-right: 15px;padding-top: 0px;padding-bottom: 0px;width: 100%;flex-direction: column;justify-content: center;align-items: center;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-Yv9Av6VrM { font-size: 28px !important;color: rgb(255, 255, 255);margin-left: 0px;margin-right: 0px;margin-bottom: 11px;padding-left: 15px;padding-right: 15px;padding-top: 0px;padding-bottom: 0px;width: 100%;flex-direction: column;justify-content: center;align-items: center;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-Yv9Av6VrM { font-size: 28px !important;color: rgb(255, 255, 255);margin-left: 0px;margin-right: 0px;margin-bottom: 11px;padding-left: 15px;padding-right: 15px;padding-top: 0px;padding-bottom: 0px;width: 100%;flex-direction: column;justify-content: center;align-items: center;display: flex; } } @media (min-width: 1200px) { .gp-component-id-Yv9Av6VrM { font-size: 28px !important;color: rgb(255, 255, 255);margin-left: 0px;margin-right: 0px;margin-bottom: 11px;padding-left: 15px;padding-right: 15px;padding-top: 0px;padding-bottom: 0px;width: 100%;flex-direction: column;justify-content: center;align-items: center;display: flex; } }

 @media (max-width: 639px) { .gp-component-id-vwenE0lSFH { background-color: rgb(24, 70, 157);margin-top: 0px;padding-left: 20px;padding-right: 20px;padding-top: 0px;padding-bottom: 0px;width: 100%;flex-direction: column;justify-content: space-between;align-items: center;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-vwenE0lSFH { background-color: rgb(24, 70, 157);margin-top: 0px;padding-left: 20px;padding-right: 20px;padding-top: 0px;padding-bottom: 0px;width: 100%;flex-direction: row;justify-content: space-between;align-items: stretch;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-vwenE0lSFH { background-color: rgb(24, 70, 157);margin-top: 0px;padding-left: 20px;padding-right: 20px;padding-top: 0px;padding-bottom: 0px;width: 100%;flex-direction: row;justify-content: space-between;align-items: stretch;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-vwenE0lSFH { background-color: rgb(24, 70, 157);margin-top: 0px;padding-left: 20px;padding-right: 20px;padding-top: 0px;padding-bottom: 0px;width: 100%;flex-direction: row;justify-content: space-between;align-items: stretch;display: flex; } } @media (min-width: 1200px) { .gp-component-id-vwenE0lSFH { background-color: rgb(24, 70, 157);margin-top: 0px;padding-left: 20px;padding-right: 20px;padding-top: 0px;padding-bottom: 0px;width: 100%;flex-direction: row;justify-content: space-between;align-items: stretch;display: flex; } }

 @media (max-width: 639px) { .gp-component-id-VHQ9RXf0Nq { font-size: 12px !important;color: rgb(255, 255, 255);margin-left: 15px;margin-right: 15px;margin-top: 0px;margin-bottom: 0px;padding-left: 0px;padding-right: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-VHQ9RXf0Nq { font-size: 12px !important;color: rgb(255, 255, 255);margin-left: 15px;margin-right: 15px;margin-top: 0px;margin-bottom: 0px;padding-left: 0px;padding-right: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-VHQ9RXf0Nq { font-size: 12px !important;color: rgb(255, 255, 255);margin-left: 15px;margin-right: 15px;margin-top: 0px;margin-bottom: 0px;padding-left: 0px;padding-right: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-VHQ9RXf0Nq { font-size: 12px !important;color: rgb(255, 255, 255);margin-left: 15px;margin-right: 15px;margin-top: 0px;margin-bottom: 0px;padding-left: 0px;padding-right: 0px; } } @media (min-width: 1200px) { .gp-component-id-VHQ9RXf0Nq { font-size: 12px !important;color: rgb(255, 255, 255);margin-left: 15px;margin-right: 15px;margin-top: 0px;margin-bottom: 0px;padding-left: 0px;padding-right: 0px; } }

 @media (max-width: 639px) { .gp-component-id-9fad2v0vA5 { font-size: 11px !important;margin-bottom: 30px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-9fad2v0vA5 { font-size: 11px !important;margin-bottom: 30px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-9fad2v0vA5 { font-size: 11px !important;margin-bottom: 30px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-9fad2v0vA5 { font-size: 11px !important;margin-bottom: 30px; } } @media (min-width: 1200px) { .gp-component-id-9fad2v0vA5 { font-size: 11px !important;margin-bottom: 30px; } }

 @media (max-width: 639px) { .gp-component-id-R5fKDwAY2 { margin-left: 5px;margin-right: 5px;margin-top: 15px;margin-bottom: 0px;padding-left: 15px;padding-right: 15px;padding-top: 0px;padding-bottom: 0px;width: 49%;flex-direction: column;justify-content: center;align-items: center;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-R5fKDwAY2 { margin-left: 5px;margin-right: 5px;margin-top: 15px;margin-bottom: 0px;padding-left: 15px;padding-right: 15px;padding-top: 0px;padding-bottom: 0px;width: 49%;flex-direction: column;justify-content: center;align-items: center;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-R5fKDwAY2 { margin-left: 0px;margin-right: 0px;margin-top: 15px;margin-bottom: 0px;padding-left: 15px;padding-right: 15px;padding-top: 0px;padding-bottom: 0px;width: 49%;flex-direction: column;justify-content: center;align-items: center;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-R5fKDwAY2 { margin-left: 0px;margin-right: 0px;margin-top: 15px;margin-bottom: 0px;padding-left: 15px;padding-right: 15px;padding-top: 0px;padding-bottom: 0px;width: 49%;flex-direction: column;justify-content: center;align-items: center;display: flex; } } @media (min-width: 1200px) { .gp-component-id-R5fKDwAY2 { margin-left: 0px;margin-right: 0px;margin-top: 15px;margin-bottom: 0px;padding-left: 15px;padding-right: 15px;padding-top: 0px;padding-bottom: 0px;width: 49%;flex-direction: column;justify-content: center;align-items: center;display: flex; } }

 @media (max-width: 639px) { .gp-component-id-8U6m4l3wY { font-size: 12px !important;color: rgb(255, 255, 255);text-align: center;margin-top: 0px;padding-top: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-8U6m4l3wY { font-size: 12px !important;color: rgb(255, 255, 255);text-align: center;margin-top: 0px;padding-top: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-8U6m4l3wY { font-size: 12px !important;color: rgb(255, 255, 255);text-align: center;margin-top: 0px;padding-top: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-8U6m4l3wY { font-size: 12px !important;color: rgb(255, 255, 255);text-align: center;margin-top: 0px;padding-top: 0px; } } @media (min-width: 1200px) { .gp-component-id-8U6m4l3wY { font-size: 12px !important;color: rgb(255, 255, 255);text-align: center;margin-top: 0px;padding-top: 0px; } }

 @media (max-width: 639px) { .gp-component-id-4f_4K_RH4 { margin-top: 6px;padding-top: 0px;min-width: 352px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-4f_4K_RH4 { margin-top: 6px;padding-top: 0px;min-width: 352px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-4f_4K_RH4 { margin-top: 6px;padding-top: 0px;min-width: 352px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-4f_4K_RH4 { margin-top: 6px;padding-top: 0px;min-width: 352px; } } @media (min-width: 1200px) { .gp-component-id-4f_4K_RH4 { margin-top: 6px;padding-top: 0px;min-width: 352px; } }

 @media (max-width: 639px) { .gp-component-id-QhbJQ3Z_O { font-size: 12px !important;padding-top: 12px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-QhbJQ3Z_O { font-size: 12px !important; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-QhbJQ3Z_O { font-size: 12px !important; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-QhbJQ3Z_O { font-size: 12px !important; } } @media (min-width: 1200px) { .gp-component-id-QhbJQ3Z_O { font-size: 12px !important; } }

 @media (max-width: 639px) { .gp-component-id-fA6Pan6It { font-size: 18px !important;font-weight: 700 !important;color: rgb(255, 255, 255);text-align: center;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 13px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-fA6Pan6It { font-size: 18px !important;font-weight: 700 !important;color: rgb(255, 255, 255);text-align: center;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 13px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-fA6Pan6It { font-size: 18px !important;font-weight: 700 !important;color: rgb(255, 255, 255);text-align: center;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 13px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-fA6Pan6It { font-size: 18px !important;font-weight: 700 !important;color: rgb(255, 255, 255);text-align: center;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 13px; } } @media (min-width: 1200px) { .gp-component-id-fA6Pan6It { font-size: 18px !important;font-weight: 700 !important;color: rgb(255, 255, 255);text-align: center;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 13px; } }

 .gp-component-id-LCijUb7Bvz.gp-component > [data-section-overlay] { position: absolute;bottom: 0px;top: 0px;left: 0px;right: 0px;z-index: 14; } @media (max-width: 639px) { .gp-component-id-LCijUb7Bvz.gp-component > [data-section-overlay] { position: absolute;bottom: 0px;top: 0px;left: 0px;right: 0px;z-index: 14; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-LCijUb7Bvz.gp-component > [data-section-overlay] { position: absolute;bottom: 0px;top: 0px;left: 0px;right: 0px;z-index: 14; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-LCijUb7Bvz.gp-component > [data-section-overlay] { position: absolute;bottom: 0px;top: 0px;left: 0px;right: 0px;z-index: 14; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-LCijUb7Bvz.gp-component > [data-section-overlay] { position: absolute;bottom: 0px;top: 0px;left: 0px;right: 0px;z-index: 14; } } @media (min-width: 1200px) { .gp-component-id-LCijUb7Bvz.gp-component > [data-section-overlay] { position: absolute;bottom: 0px;top: 0px;left: 0px;right: 0px;z-index: 14; } }

 @media (max-width: 639px) { .gp-component-id-c6gMC6Xy5 { border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;margin-left: 29px;margin-top: 0px;margin-bottom: 0px;padding-top: 0px;padding-bottom: 0px;height: auto;max-width: 81%;justify-content: flex-start;align-items: flex-start;display: inline-flex;object-fit: cover;object-position: center center; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-c6gMC6Xy5 { border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;margin-left: 42px;margin-top: 0px;height: auto;max-width: 81%;justify-content: flex-start;align-items: flex-start;display: inline-flex;object-fit: cover;object-position: center center; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-c6gMC6Xy5 { border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;margin-left: 42px;margin-top: 0px;height: auto;max-width: 81%;justify-content: flex-start;align-items: flex-start;display: inline-flex;object-fit: cover;object-position: center center; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-c6gMC6Xy5 { border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;margin-left: 42px;margin-top: 0px;height: auto;max-width: 81%;justify-content: flex-start;align-items: flex-start;display: inline-flex;object-fit: cover;object-position: center center; } } @media (min-width: 1200px) { .gp-component-id-c6gMC6Xy5 { border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;margin-left: 42px;margin-top: 0px;height: auto;max-width: 81%;justify-content: flex-start;align-items: flex-start;display: inline-flex;object-fit: cover;object-position: center center; } }

 @media (max-width: 639px) { .gp-component-id-hnRHna9OMf { margin-left: 5px;margin-right: 5px;margin-top: 15px;margin-bottom: 0px;padding-left: 15px;padding-right: 15px;padding-top: 0px;padding-bottom: 0px;width: 100%;flex-direction: column;justify-content: center;align-items: center;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-hnRHna9OMf { margin-left: 5px;margin-right: 5px;margin-top: 15px;margin-bottom: 0px;padding-left: 15px;padding-right: 15px;padding-top: 0px;padding-bottom: 0px;width: 47%;flex-direction: column;justify-content: center;align-items: center;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-hnRHna9OMf { margin-left: 0px;margin-right: 0px;margin-top: 15px;margin-bottom: 0px;padding-left: 15px;padding-right: 15px;padding-top: 0px;padding-bottom: 0px;width: 47%;flex-direction: column;justify-content: center;align-items: center;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-hnRHna9OMf { margin-left: 0px;margin-right: 0px;margin-top: 15px;margin-bottom: 0px;padding-left: 15px;padding-right: 15px;padding-top: 0px;padding-bottom: 0px;width: 47%;flex-direction: column;justify-content: center;align-items: center;display: flex; } } @media (min-width: 1200px) { .gp-component-id-hnRHna9OMf { margin-left: 0px;margin-right: 0px;margin-top: 15px;margin-bottom: 0px;padding-left: 15px;padding-right: 15px;padding-top: 0px;padding-bottom: 0px;width: 47%;flex-direction: column;justify-content: center;align-items: center;display: flex; } }

 .gp-component-id-2TmnK3iryoX { padding-right: 16px;padding-left: 16px;padding-bottom: 20px;position: relative; } @media (max-width: 639px) { .gp-component-id-2TmnK3iryoX { padding-right: 16px;padding-left: 16px;padding-bottom: 20px;position: relative; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-2TmnK3iryoX { padding-right: 16px;padding-left: 16px;padding-bottom: 20px;position: relative; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-2TmnK3iryoX { padding-right: 16px;padding-left: 16px;padding-bottom: 20px;position: relative; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-2TmnK3iryoX { padding-right: 28px;padding-left: 28px;padding-bottom: 0px;position: relative; } } @media (min-width: 1200px) { .gp-component-id-2TmnK3iryoX { padding-right: 28px;padding-left: 28px;padding-bottom: 0px;position: relative; } }

 .gp-component-id-E4msUwQKz3 { width: 100%;display: flex;align-items: center;justify-content: space-between;margin-right: auto;margin-left: auto; } @media (max-width: 639px) { .gp-component-id-E4msUwQKz3 { width: 100%;display: flex;align-items: center;justify-content: space-between;margin-right: auto;margin-left: auto; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-E4msUwQKz3 { width: 100%;display: flex;align-items: center;justify-content: space-between;margin-right: auto;margin-left: auto;max-width: 640px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-E4msUwQKz3 { width: 100%;display: flex;align-items: center;justify-content: space-between;margin-right: auto;margin-left: auto;max-width: 768px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-E4msUwQKz3 { width: 100%;display: flex;align-items: center;justify-content: space-between;margin-right: auto;margin-left: auto;max-width: 992px;position: relative; } } @media (min-width: 1200px) { .gp-component-id-E4msUwQKz3 { width: 100%;display: flex;align-items: center;justify-content: space-between;margin-right: auto;margin-left: auto;max-width: 1200px;position: relative; } }

 .gp-component-id-wJKyUocwTs { flex-basis: 0%;flex-shrink: 1;flex-grow: 1; } @media (max-width: 639px) { .gp-component-id-wJKyUocwTs { flex-basis: 0%;flex-shrink: 1;flex-grow: 1; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-wJKyUocwTs { flex-basis: 0%;flex-shrink: 1;flex-grow: 1; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-wJKyUocwTs { flex-basis: 0%;flex-shrink: 1;flex-grow: 1; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-wJKyUocwTs { flex-basis: 0%;flex-shrink: 1;flex-grow: 0;position: static !important; } } @media (min-width: 1200px) { .gp-component-id-wJKyUocwTs { flex-basis: 0%;flex-shrink: 1;flex-grow: 0;position: static !important; } }

 @media (max-width: 639px) { .gp-component-id-r3JWmxzfdqE { border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;margin-right: 24px;width: 160px;height: auto;max-width: 160px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-r3JWmxzfdqE { border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;margin-right: 24px;width: 160px;height: auto;max-width: 160px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-r3JWmxzfdqE { border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;margin-right: 24px;width: 160px;height: auto;max-width: 160px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-r3JWmxzfdqE { border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;margin-right: 24px;width: 160px;height: auto;max-width: 160px; } } @media (min-width: 1200px) { .gp-component-id-r3JWmxzfdqE { border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;margin-right: 24px;width: 160px;height: auto;max-width: 160px; } }

 .gp-component-id-z330mfrwJYT { flex-basis: 0%;flex-shrink: 1;flex-grow: 1;position: absolute;left: 0px;right: 0px;z-index: 20;top: 100%; } @media (max-width: 639px) { .gp-component-id-z330mfrwJYT { flex-basis: 0%;flex-shrink: 1;flex-grow: 1;position: absolute;left: 0px;right: 0px;z-index: 20;top: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-z330mfrwJYT { flex-basis: 0%;flex-shrink: 1;flex-grow: 1;position: absolute;left: 0px;right: 0px;z-index: 20;top: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-z330mfrwJYT { flex-basis: 0%;flex-shrink: 1;flex-grow: 1;position: absolute;left: 0px;right: 0px;z-index: 20;top: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-z330mfrwJYT { flex-basis: 0%;flex-shrink: 1;flex-grow: 1;position: static !important;left: 0px;right: 0px;z-index: 20;top: 100%;display: flex;justify-content: flex-end; } } @media (min-width: 1200px) { .gp-component-id-z330mfrwJYT { flex-basis: 0%;flex-shrink: 1;flex-grow: 1;position: static !important;left: 0px;right: 0px;z-index: 20;top: 100%;display: flex;justify-content: flex-end; } }

 .gp-component-id-brGMG3FGDUn { background-color: rgb(15, 24, 36);color: rgb(255, 255, 255);font-size: 20px; } @media (max-width: 639px) { .gp-component-id-brGMG3FGDUn { background-color: rgb(15, 24, 36);color: rgb(255, 255, 255);font-size: 20px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-brGMG3FGDUn { background-color: rgb(15, 24, 36);color: rgb(255, 255, 255);font-size: 20px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-brGMG3FGDUn { background-color: rgb(15, 24, 36);color: rgb(255, 255, 255);font-size: 20px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-brGMG3FGDUn { background-color: rgb(15, 24, 36);color: rgb(255, 255, 255);font-size: 24px;position: static !important; } } @media (min-width: 1200px) { .gp-component-id-brGMG3FGDUn { background-color: rgb(15, 24, 36);color: rgb(255, 255, 255);font-size: 24px;position: static !important; } }

 .gp-component-id-15dEJSNhua { display: none;align-items: center; } @media (max-width: 639px) { .gp-component-id-15dEJSNhua { display: none !important;align-items: center; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-15dEJSNhua { display: none !important;align-items: center; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-15dEJSNhua { display: none !important;align-items: center; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-15dEJSNhua { display: flex !important;align-items: center; } } @media (min-width: 1200px) { .gp-component-id-15dEJSNhua { display: flex !important;align-items: center; } }

 .gp-component-id-CWeLP509NXv { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;line-height: 1.15;font-size: 24px;font-family: inherit;overflow-y: visible;overflow-x: visible;text-transform: none;appearance: button;padding-left: 0px;padding-bottom: 0px;padding-right: 0px;padding-top: 0px;background-color: transparent;background-clip: initial;background-origin: initial;background-attachment: initial;background-repeat-y: initial;background-repeat-x: initial;background-size: initial;background-position-y: initial;background-position-x: initial;background-image: initial;cursor: pointer;display: inline-flex;align-items: center;color: rgb(255, 255, 255); } .gp-component-id-CWeLP509NXv:focus,.gp-component-id-CWeLP509NXv.gp-focus { outline-width: 0px;outline-style: initial;outline-color: initial; } @media (max-width: 639px) { .gp-component-id-CWeLP509NXv { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;line-height: 1.15;font-size: 24px;font-family: inherit;overflow-y: visible;overflow-x: visible;text-transform: none;appearance: button;padding-left: 0px;padding-bottom: 0px;padding-right: 0px;padding-top: 0px;background-color: transparent;background-clip: initial;background-origin: initial;background-attachment: initial;background-repeat-y: initial;background-repeat-x: initial;background-size: initial;background-position-y: initial;background-position-x: initial;background-image: initial;cursor: pointer;display: inline-flex;align-items: center;color: rgb(255, 255, 255); } .gp-component-id-CWeLP509NXv:focus,.gp-component-id-CWeLP509NXv.gp-focus { outline-width: 0px;outline-style: initial;outline-color: initial; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-CWeLP509NXv { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;line-height: 1.15;font-size: 24px;font-family: inherit;overflow-y: visible;overflow-x: visible;text-transform: none;appearance: button;padding-left: 0px;padding-bottom: 0px;padding-right: 0px;padding-top: 0px;background-color: transparent;background-clip: initial;background-origin: initial;background-attachment: initial;background-repeat-y: initial;background-repeat-x: initial;background-size: initial;background-position-y: initial;background-position-x: initial;background-image: initial;cursor: pointer;display: inline-flex;align-items: center;color: rgb(255, 255, 255); } .gp-component-id-CWeLP509NXv:focus,.gp-component-id-CWeLP509NXv.gp-focus { outline-width: 0px;outline-style: initial;outline-color: initial; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-CWeLP509NXv { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;line-height: 1.15;font-size: 24px;font-family: inherit;overflow-y: visible;overflow-x: visible;text-transform: none;appearance: button;padding-left: 0px;padding-bottom: 0px;padding-right: 0px;padding-top: 0px;background-color: transparent;background-clip: initial;background-origin: initial;background-attachment: initial;background-repeat-y: initial;background-repeat-x: initial;background-size: initial;background-position-y: initial;background-position-x: initial;background-image: initial;cursor: pointer;display: inline-flex;align-items: center;color: rgb(255, 255, 255); } .gp-component-id-CWeLP509NXv:focus,.gp-component-id-CWeLP509NXv.gp-focus { outline-width: 0px;outline-style: initial;outline-color: initial; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-CWeLP509NXv { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;line-height: 1.15;font-size: 24px;font-family: inherit;overflow-y: visible;overflow-x: visible;text-transform: none;appearance: button;padding-left: 0px;padding-bottom: 0px;padding-right: 0px;padding-top: 0px;background-color: transparent;background-clip: initial;background-origin: initial;background-attachment: initial;background-repeat-y: initial;background-repeat-x: initial;background-size: initial;background-position-y: initial;background-position-x: initial;background-image: initial;cursor: pointer;display: none;align-items: center;color: rgb(255, 255, 255); } .gp-component-id-CWeLP509NXv:focus,.gp-component-id-CWeLP509NXv.gp-focus { outline-width: 0px;outline-style: initial;outline-color: initial; } } @media (min-width: 1200px) { .gp-component-id-CWeLP509NXv { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;line-height: 1.15;font-size: 24px;font-family: inherit;overflow-y: visible;overflow-x: visible;text-transform: none;appearance: button;padding-left: 0px;padding-bottom: 0px;padding-right: 0px;padding-top: 0px;background-color: transparent;background-clip: initial;background-origin: initial;background-attachment: initial;background-repeat-y: initial;background-repeat-x: initial;background-size: initial;background-position-y: initial;background-position-x: initial;background-image: initial;cursor: pointer;display: none;align-items: center;color: rgb(255, 255, 255); } .gp-component-id-CWeLP509NXv:focus,.gp-component-id-CWeLP509NXv.gp-focus { outline-width: 0px;outline-style: initial;outline-color: initial; } }

 .gp-component-id-ElpxsKL700f { margin-left: 16px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;line-height: 1.15;font-size: 100%;font-family: inherit;overflow-y: visible;overflow-x: visible;text-transform: none;appearance: button;padding-left: 16px;padding-bottom: 8px;padding-right: 16px;padding-top: 8px;background-color: rgb(255, 255, 255);background-clip: initial;background-origin: initial;background-attachment: initial;background-repeat-y: initial;background-repeat-x: initial;background-size: initial;background-position-y: initial;background-position-x: initial;background-image: initial;cursor: pointer;border-bottom-left-radius: 5.6px;border-bottom-right-radius: 5.6px;border-top-right-radius: 5.6px;border-top-left-radius: 5.6px;font-weight: 600;color: rgb(15, 24, 36); } .gp-component-id-ElpxsKL700f:focus,.gp-component-id-ElpxsKL700f.gp-focus { outline-width: 0px;outline-style: initial;outline-color: initial; } @media (max-width: 639px) { .gp-component-id-ElpxsKL700f { margin-left: 16px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;line-height: 1.15;font-size: 100%;font-family: inherit;overflow-y: visible;overflow-x: visible;text-transform: none;appearance: button;padding-left: 16px;padding-bottom: 8px;padding-right: 16px;padding-top: 8px;background-color: rgb(255, 255, 255);background-clip: initial;background-origin: initial;background-attachment: initial;background-repeat-y: initial;background-repeat-x: initial;background-size: initial;background-position-y: initial;background-position-x: initial;background-image: initial;cursor: pointer;border-bottom-left-radius: 5.6px;border-bottom-right-radius: 5.6px;border-top-right-radius: 5.6px;border-top-left-radius: 5.6px;font-weight: 600;color: rgb(15, 24, 36); } .gp-component-id-ElpxsKL700f:focus,.gp-component-id-ElpxsKL700f.gp-focus { outline-width: 0px;outline-style: initial;outline-color: initial; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-ElpxsKL700f { margin-left: 16px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;line-height: 1.15;font-size: 100%;font-family: inherit;overflow-y: visible;overflow-x: visible;text-transform: none;appearance: button;padding-left: 16px;padding-bottom: 8px;padding-right: 16px;padding-top: 8px;background-color: rgb(255, 255, 255);background-clip: initial;background-origin: initial;background-attachment: initial;background-repeat-y: initial;background-repeat-x: initial;background-size: initial;background-position-y: initial;background-position-x: initial;background-image: initial;cursor: pointer;border-bottom-left-radius: 5.6px;border-bottom-right-radius: 5.6px;border-top-right-radius: 5.6px;border-top-left-radius: 5.6px;font-weight: 600;color: rgb(15, 24, 36); } .gp-component-id-ElpxsKL700f:focus,.gp-component-id-ElpxsKL700f.gp-focus { outline-width: 0px;outline-style: initial;outline-color: initial; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-ElpxsKL700f { margin-left: 16px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;line-height: 1.15;font-size: 100%;font-family: inherit;overflow-y: visible;overflow-x: visible;text-transform: none;appearance: button;padding-left: 16px;padding-bottom: 8px;padding-right: 16px;padding-top: 8px;background-color: rgb(255, 255, 255);background-clip: initial;background-origin: initial;background-attachment: initial;background-repeat-y: initial;background-repeat-x: initial;background-size: initial;background-position-y: initial;background-position-x: initial;background-image: initial;cursor: pointer;border-bottom-left-radius: 5.6px;border-bottom-right-radius: 5.6px;border-top-right-radius: 5.6px;border-top-left-radius: 5.6px;font-weight: 600;color: rgb(15, 24, 36); } .gp-component-id-ElpxsKL700f:focus,.gp-component-id-ElpxsKL700f.gp-focus { outline-width: 0px;outline-style: initial;outline-color: initial; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-ElpxsKL700f { margin-left: 16px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;line-height: 1.15;font-size: 24px;font-family: inherit;overflow-y: visible;overflow-x: visible;text-transform: none;appearance: button;padding-left: 36px;padding-bottom: 8px;padding-right: 36px;padding-top: 8px;background-color: rgb(255, 255, 255);background-clip: initial;background-origin: initial;background-attachment: initial;background-repeat-y: initial;background-repeat-x: initial;background-size: initial;background-position-y: initial;background-position-x: initial;background-image: initial;cursor: pointer;border-bottom-left-radius: 5.6px;border-bottom-right-radius: 5.6px;border-top-right-radius: 5.6px;border-top-left-radius: 5.6px;font-weight: 600;color: rgb(15, 24, 36); } .gp-component-id-ElpxsKL700f:focus,.gp-component-id-ElpxsKL700f.gp-focus { outline-width: 0px;outline-style: initial;outline-color: initial; } } @media (min-width: 1200px) { .gp-component-id-ElpxsKL700f { margin-left: 16px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;line-height: 1.15;font-size: 24px;font-family: inherit;overflow-y: visible;overflow-x: visible;text-transform: none;appearance: button;padding-left: 36px;padding-bottom: 8px;padding-right: 36px;padding-top: 8px;background-color: rgb(255, 255, 255);background-clip: initial;background-origin: initial;background-attachment: initial;background-repeat-y: initial;background-repeat-x: initial;background-size: initial;background-position-y: initial;background-position-x: initial;background-image: initial;cursor: pointer;border-bottom-left-radius: 5.6px;border-bottom-right-radius: 5.6px;border-top-right-radius: 5.6px;border-top-left-radius: 5.6px;font-weight: 600;color: rgb(15, 24, 36); } .gp-component-id-ElpxsKL700f:focus,.gp-component-id-ElpxsKL700f.gp-focus { outline-width: 0px;outline-style: initial;outline-color: initial; } }

 .gp-component-id-ZNAN7eZPu { z-index: 15;position: relative; } @media (max-width: 639px) { .gp-component-id-ZNAN7eZPu { z-index: 15;position: relative; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-ZNAN7eZPu { z-index: 15;position: relative; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-ZNAN7eZPu { z-index: 15;position: relative; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-ZNAN7eZPu { z-index: 15;position: relative; } } @media (min-width: 1200px) { .gp-component-id-ZNAN7eZPu { z-index: 15;position: relative; } }

 .gp-component-id-JuKv1TNXoF { z-index: 15;position: relative; } @media (max-width: 639px) { .gp-component-id-JuKv1TNXoF { z-index: 15;position: relative; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-JuKv1TNXoF { z-index: 15;position: relative; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-JuKv1TNXoF { z-index: 15;position: relative; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-JuKv1TNXoF { z-index: 15;position: relative; } } @media (min-width: 1200px) { .gp-component-id-JuKv1TNXoF { z-index: 15;position: relative; } }

 .gp-component-id-Qtu5ygF0XW { z-index: 15;position: relative; } @media (max-width: 639px) { .gp-component-id-Qtu5ygF0XW { z-index: 15;position: relative; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-Qtu5ygF0XW { z-index: 15;position: relative; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-Qtu5ygF0XW { z-index: 15;position: relative; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-Qtu5ygF0XW { z-index: 15;position: relative; } } @media (min-width: 1200px) { .gp-component-id-Qtu5ygF0XW { z-index: 15;position: relative; } }

 .gp-component-id-9vTofa6Whn { z-index: 15;position: relative; } @media (max-width: 639px) { .gp-component-id-9vTofa6Whn { z-index: 15;position: relative; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-9vTofa6Whn { z-index: 15;position: relative; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-9vTofa6Whn { z-index: 15;position: relative; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-9vTofa6Whn { z-index: 15;position: relative; } } @media (min-width: 1200px) { .gp-component-id-9vTofa6Whn { z-index: 15;position: relative; } }

 .gp-component-id-vFH55DKe_w { z-index: 15;position: relative; } @media (max-width: 639px) { .gp-component-id-vFH55DKe_w { z-index: 15;position: relative; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-vFH55DKe_w { z-index: 15;position: relative; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-vFH55DKe_w { z-index: 15;position: relative; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-vFH55DKe_w { z-index: 15;position: relative; } } @media (min-width: 1200px) { .gp-component-id-vFH55DKe_w { z-index: 15;position: relative; } }

 .gp-component-id-L4kRD41gmz { z-index: 15;position: relative; } @media (max-width: 639px) { .gp-component-id-L4kRD41gmz { z-index: 15;position: relative; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-L4kRD41gmz { z-index: 15;position: relative; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-L4kRD41gmz { z-index: 15;position: relative; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-L4kRD41gmz { z-index: 15;position: relative; } } @media (min-width: 1200px) { .gp-component-id-L4kRD41gmz { z-index: 15;position: relative; } }

 .gp-component-id-fbvgFLBJEP { z-index: 15;position: relative; } @media (max-width: 639px) { .gp-component-id-fbvgFLBJEP { z-index: 15;position: relative; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-fbvgFLBJEP { z-index: 15;position: relative; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-fbvgFLBJEP { z-index: 15;position: relative; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-fbvgFLBJEP { z-index: 15;position: relative; } } @media (min-width: 1200px) { .gp-component-id-fbvgFLBJEP { z-index: 15;position: relative; } }

 .gp-component-id-7MVvXWuhbX { z-index: 15;position: relative; } @media (max-width: 639px) { .gp-component-id-7MVvXWuhbX { z-index: 15;position: relative; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-7MVvXWuhbX { z-index: 15;position: relative; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-7MVvXWuhbX { z-index: 15;position: relative; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-7MVvXWuhbX { z-index: 15;position: relative; } } @media (min-width: 1200px) { .gp-component-id-7MVvXWuhbX { z-index: 15;position: relative; } }

 .gp-component-id-KlOZ2N8cbr { z-index: 15;position: relative; } @media (max-width: 639px) { .gp-component-id-KlOZ2N8cbr { z-index: 15;position: relative; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-KlOZ2N8cbr { z-index: 15;position: relative; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-KlOZ2N8cbr { z-index: 15;position: relative; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-KlOZ2N8cbr { z-index: 15;position: relative; } } @media (min-width: 1200px) { .gp-component-id-KlOZ2N8cbr { z-index: 15;position: relative; } }

 .gp-component-id-wtZld3znIa { z-index: 15;position: relative; } @media (max-width: 639px) { .gp-component-id-wtZld3znIa { z-index: 15;position: relative; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-wtZld3znIa { z-index: 15;position: relative; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-wtZld3znIa { z-index: 15;position: relative; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-wtZld3znIa { z-index: 15;position: relative; } } @media (min-width: 1200px) { .gp-component-id-wtZld3znIa { z-index: 15;position: relative; } }

 .gp-component-id-E4msUwQKz3 { margin-left: auto;margin-right: auto;justify-content: space-between;align-items: center;display: flex;width: 100%; } @media (max-width: 639px) { .gp-component-id-E4msUwQKz3 { margin-left: auto;margin-right: auto;justify-content: space-between;align-items: center;display: flex;width: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-E4msUwQKz3 { margin-left: auto;margin-right: auto;justify-content: space-between;align-items: center;display: flex;width: 100%;max-width: 640px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-E4msUwQKz3 { margin-left: auto;margin-right: auto;justify-content: space-between;align-items: center;display: flex;width: 100%;max-width: 768px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-E4msUwQKz3 { margin-left: auto;margin-right: auto;justify-content: space-between;align-items: center;display: flex;width: 100%;position: relative;max-width: 992px; } } @media (min-width: 1200px) { .gp-component-id-E4msUwQKz3 { margin-left: auto;margin-right: auto;justify-content: space-between;align-items: center;display: flex;width: 100%;position: relative;max-width: 1200px; } }

 .gp-component-id-wJKyUocwTs { flex-grow: 1;flex-shrink: 1;flex-basis: 0%; } @media (max-width: 639px) { .gp-component-id-wJKyUocwTs { flex-grow: 1;flex-shrink: 1;flex-basis: 0%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-wJKyUocwTs { flex-grow: 1;flex-shrink: 1;flex-basis: 0%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-wJKyUocwTs { flex-grow: 1;flex-shrink: 1;flex-basis: 0%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-wJKyUocwTs { flex-grow: 0;flex-shrink: 1;flex-basis: 0%;position: static !important; } } @media (min-width: 1200px) { .gp-component-id-wJKyUocwTs { flex-grow: 0;flex-shrink: 1;flex-basis: 0%;position: static !important; } }

 .gp-component-id-z330mfrwJYT { top: 100%;z-index: 20;right: 0px;left: 0px;position: absolute;flex-grow: 1;flex-shrink: 1;flex-basis: 0%; } @media (max-width: 639px) { .gp-component-id-z330mfrwJYT { top: 100%;z-index: 20;right: 0px;left: 0px;position: absolute;flex-grow: 1;flex-shrink: 1;flex-basis: 0%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-z330mfrwJYT { top: 100%;z-index: 20;right: 0px;left: 0px;position: absolute;flex-grow: 1;flex-shrink: 1;flex-basis: 0%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-z330mfrwJYT { top: 100%;z-index: 20;right: 0px;left: 0px;position: absolute;flex-grow: 1;flex-shrink: 1;flex-basis: 0%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-z330mfrwJYT { top: 100%;z-index: 20;right: 0px;left: 0px;position: static !important;flex-grow: 1;flex-shrink: 1;flex-basis: 0%;justify-content: flex-end;display: flex; } } @media (min-width: 1200px) { .gp-component-id-z330mfrwJYT { top: 100%;z-index: 20;right: 0px;left: 0px;position: static !important;flex-grow: 1;flex-shrink: 1;flex-basis: 0%;justify-content: flex-end;display: flex; } }

 .gp-component-id-15dEJSNhua { display: none;align-items: center; } @media (max-width: 639px) { .gp-component-id-15dEJSNhua { display: none !important;align-items: center; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-15dEJSNhua { display: none !important;align-items: center; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-15dEJSNhua { display: none !important;align-items: center; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-15dEJSNhua { display: flex !important;align-items: center; } } @media (min-width: 1200px) { .gp-component-id-15dEJSNhua { display: flex !important;align-items: center; } }

 .gp-component-id-CWeLP509NXv { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;line-height: 1.15;font-size: 24px;font-family: inherit;overflow-y: visible;overflow-x: visible;text-transform: none;appearance: button;padding-left: 0px;padding-bottom: 0px;padding-right: 0px;padding-top: 0px;background-color: transparent;background-clip: initial;background-origin: initial;background-attachment: initial;background-repeat-y: initial;background-repeat-x: initial;background-size: initial;background-position-y: initial;background-position-x: initial;background-image: initial;cursor: pointer;color: rgb(255, 255, 255);align-items: center;display: inline-flex; } .gp-component-id-CWeLP509NXv:focus,.gp-component-id-CWeLP509NXv.gp-focus { outline-width: 0px;outline-style: initial;outline-color: initial; } @media (max-width: 639px) { .gp-component-id-CWeLP509NXv { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;line-height: 1.15;font-size: 24px;font-family: inherit;overflow-y: visible;overflow-x: visible;text-transform: none;appearance: button;padding-left: 0px;padding-bottom: 0px;padding-right: 0px;padding-top: 0px;background-color: transparent;background-clip: initial;background-origin: initial;background-attachment: initial;background-repeat-y: initial;background-repeat-x: initial;background-size: initial;background-position-y: initial;background-position-x: initial;background-image: initial;cursor: pointer;color: rgb(255, 255, 255);align-items: center;display: inline-flex; } .gp-component-id-CWeLP509NXv:focus,.gp-component-id-CWeLP509NXv.gp-focus { outline-width: 0px;outline-style: initial;outline-color: initial; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-CWeLP509NXv { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;line-height: 1.15;font-size: 24px;font-family: inherit;overflow-y: visible;overflow-x: visible;text-transform: none;appearance: button;padding-left: 0px;padding-bottom: 0px;padding-right: 0px;padding-top: 0px;background-color: transparent;background-clip: initial;background-origin: initial;background-attachment: initial;background-repeat-y: initial;background-repeat-x: initial;background-size: initial;background-position-y: initial;background-position-x: initial;background-image: initial;cursor: pointer;color: rgb(255, 255, 255);align-items: center;display: inline-flex; } .gp-component-id-CWeLP509NXv:focus,.gp-component-id-CWeLP509NXv.gp-focus { outline-width: 0px;outline-style: initial;outline-color: initial; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-CWeLP509NXv { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;line-height: 1.15;font-size: 24px;font-family: inherit;overflow-y: visible;overflow-x: visible;text-transform: none;appearance: button;padding-left: 0px;padding-bottom: 0px;padding-right: 0px;padding-top: 0px;background-color: transparent;background-clip: initial;background-origin: initial;background-attachment: initial;background-repeat-y: initial;background-repeat-x: initial;background-size: initial;background-position-y: initial;background-position-x: initial;background-image: initial;cursor: pointer;color: rgb(255, 255, 255);align-items: center;display: inline-flex; } .gp-component-id-CWeLP509NXv:focus,.gp-component-id-CWeLP509NXv.gp-focus { outline-width: 0px;outline-style: initial;outline-color: initial; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-CWeLP509NXv { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;line-height: 1.15;font-size: 24px;font-family: inherit;overflow-y: visible;overflow-x: visible;text-transform: none;appearance: button;padding-left: 0px;padding-bottom: 0px;padding-right: 0px;padding-top: 0px;background-color: transparent;background-clip: initial;background-origin: initial;background-attachment: initial;background-repeat-y: initial;background-repeat-x: initial;background-size: initial;background-position-y: initial;background-position-x: initial;background-image: initial;cursor: pointer;color: rgb(255, 255, 255);align-items: center;display: none; } .gp-component-id-CWeLP509NXv:focus,.gp-component-id-CWeLP509NXv.gp-focus { outline-width: 0px;outline-style: initial;outline-color: initial; } } @media (min-width: 1200px) { .gp-component-id-CWeLP509NXv { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;line-height: 1.15;font-size: 24px;font-family: inherit;overflow-y: visible;overflow-x: visible;text-transform: none;appearance: button;padding-left: 0px;padding-bottom: 0px;padding-right: 0px;padding-top: 0px;background-color: transparent;background-clip: initial;background-origin: initial;background-attachment: initial;background-repeat-y: initial;background-repeat-x: initial;background-size: initial;background-position-y: initial;background-position-x: initial;background-image: initial;cursor: pointer;color: rgb(255, 255, 255);align-items: center;display: none; } .gp-component-id-CWeLP509NXv:focus,.gp-component-id-CWeLP509NXv.gp-focus { outline-width: 0px;outline-style: initial;outline-color: initial; } }

 .gp-component-id-E4msUwQKz3 { width: 100%;display: flex;align-items: center;justify-content: space-between;margin-right: auto;margin-left: auto; } @media (max-width: 639px) { .gp-component-id-E4msUwQKz3 { width: 100%;display: flex;align-items: center;justify-content: space-between;margin-right: auto;margin-left: auto; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-E4msUwQKz3 { width: 100%;display: flex;align-items: center;justify-content: space-between;margin-right: auto;margin-left: auto;max-width: 640px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-E4msUwQKz3 { width: 100%;display: flex;align-items: center;justify-content: space-between;margin-right: auto;margin-left: auto;max-width: 768px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-E4msUwQKz3 { width: 100%;display: flex;align-items: center;justify-content: space-between;margin-right: auto;margin-left: auto;max-width: 992px;position: relative; } } @media (min-width: 1200px) { .gp-component-id-E4msUwQKz3 { width: 100%;display: flex;align-items: center;justify-content: space-between;margin-right: auto;margin-left: auto;max-width: 1200px;position: relative; } }

 .gp-component-id-wJKyUocwTs { flex-basis: 0%;flex-shrink: 1;flex-grow: 1; } @media (max-width: 639px) { .gp-component-id-wJKyUocwTs { flex-basis: 0%;flex-shrink: 1;flex-grow: 1; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-wJKyUocwTs { flex-basis: 0%;flex-shrink: 1;flex-grow: 1; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-wJKyUocwTs { flex-basis: 0%;flex-shrink: 1;flex-grow: 1; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-wJKyUocwTs { flex-basis: 0%;flex-shrink: 1;flex-grow: 0;position: static !important; } } @media (min-width: 1200px) { .gp-component-id-wJKyUocwTs { flex-basis: 0%;flex-shrink: 1;flex-grow: 0;position: static !important; } }

 .gp-component-id-15dEJSNhua { display: none;align-items: center; } @media (max-width: 639px) { .gp-component-id-15dEJSNhua { display: none !important;align-items: center; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-15dEJSNhua { display: none !important;align-items: center; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-15dEJSNhua { display: none !important;align-items: center; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-15dEJSNhua { display: flex !important;align-items: center; } } @media (min-width: 1200px) { .gp-component-id-15dEJSNhua { display: flex !important;align-items: center; } }

 .gp-component-id-TheqT6DjwG { z-index: 15;position: relative; } @media (max-width: 639px) { .gp-component-id-TheqT6DjwG { z-index: 15;position: relative; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-TheqT6DjwG { z-index: 15;position: relative; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-TheqT6DjwG { z-index: 15;position: relative; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-TheqT6DjwG { z-index: 15;position: relative; } } @media (min-width: 1200px) { .gp-component-id-TheqT6DjwG { z-index: 15;position: relative; } }

 .gp-component-id-oZlZyyWMqd { z-index: 15;position: relative; } @media (max-width: 639px) { .gp-component-id-oZlZyyWMqd { z-index: 15;position: relative; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-oZlZyyWMqd { z-index: 15;position: relative; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-oZlZyyWMqd { z-index: 15;position: relative; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-oZlZyyWMqd { z-index: 15;position: relative; } } @media (min-width: 1200px) { .gp-component-id-oZlZyyWMqd { z-index: 15;position: relative; } }

 .gp-component-id-aGyU1jQmEQ { z-index: 15;position: relative; } @media (max-width: 639px) { .gp-component-id-aGyU1jQmEQ { z-index: 15;position: relative; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-aGyU1jQmEQ { z-index: 15;position: relative; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-aGyU1jQmEQ { z-index: 15;position: relative; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-aGyU1jQmEQ { z-index: 15;position: relative; } } @media (min-width: 1200px) { .gp-component-id-aGyU1jQmEQ { z-index: 15;position: relative; } }

 @media (max-width: 639px) { .gp-component-id-brGMG3FGDUn { font-size: 16px !important;color: rgb(255, 255, 255);background-color: rgb(24, 70, 157); } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-brGMG3FGDUn { font-size: 16px !important;color: rgb(255, 255, 255);background-color: rgb(24, 70, 157); } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-brGMG3FGDUn { font-size: 16px !important;color: rgb(255, 255, 255);background-color: rgb(24, 70, 157); } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-brGMG3FGDUn { font-size: 16px !important;color: rgb(255, 255, 255);background-color: rgb(24, 70, 157);position: static !important; } } @media (min-width: 1200px) { .gp-component-id-brGMG3FGDUn { font-size: 16px !important;color: rgb(255, 255, 255);background-color: rgb(24, 70, 157);position: static !important; } }

 @media (max-width: 639px) { .gp-component-id-1UM0wef7j { background-color: rgb(24, 70, 157);padding-top: 0px;padding-bottom: 0px;z-index: 20 !important;min-height: 50px;position: relative; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-1UM0wef7j { background-color: rgb(24, 70, 157);padding-top: 0px;padding-bottom: 0px;z-index: 20 !important;min-height: 50px;position: relative; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-1UM0wef7j { background-color: rgb(24, 70, 157);padding-top: 0px;padding-bottom: 0px;z-index: 20 !important;min-height: 50px;position: relative; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-1UM0wef7j { background-color: rgb(24, 70, 157);padding-top: 0px;padding-bottom: 0px;z-index: 20 !important;min-height: 50px;position: relative; } } @media (min-width: 1200px) { .gp-component-id-1UM0wef7j { background-color: rgb(24, 70, 157);padding-top: 0px;padding-bottom: 0px;z-index: 20 !important;min-height: 50px;position: relative; } }

 @media (max-width: 639px) { .gp-component-id-r3JWmxzfdqE { border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;margin-right: 24px;height: auto;max-width: 200px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-r3JWmxzfdqE { border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;margin-right: 24px;height: auto;max-width: 200px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-r3JWmxzfdqE { border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;margin-right: 24px;height: auto;max-width: 200px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-r3JWmxzfdqE { border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;margin-right: 24px;height: auto;max-width: 200px; } } @media (min-width: 1200px) { .gp-component-id-r3JWmxzfdqE { border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;margin-right: 24px;height: auto;max-width: 200px; } }

 @media (max-width: 639px) { .gp-component-id-xjXl8PO4I7 { font-weight: 700; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-xjXl8PO4I7 { font-weight: 700; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-xjXl8PO4I7 { font-weight: 700; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-xjXl8PO4I7 { font-weight: 700; } } @media (min-width: 1200px) { .gp-component-id-xjXl8PO4I7 { font-weight: 700; } }

 @media (max-width: 639px) { .gp-component-id-DGwkMzNAa_ { font-weight: 700; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-DGwkMzNAa_ { font-weight: 700; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-DGwkMzNAa_ { font-weight: 700; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-DGwkMzNAa_ { font-weight: 700; } } @media (min-width: 1200px) { .gp-component-id-DGwkMzNAa_ { font-weight: 700; } }

 @media (max-width: 639px) { .gp-component-id-i4M8WkuhyR { font-weight: 700; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-i4M8WkuhyR { font-weight: 700; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-i4M8WkuhyR { font-weight: 700; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-i4M8WkuhyR { font-weight: 700; } } @media (min-width: 1200px) { .gp-component-id-i4M8WkuhyR { font-weight: 700; } }

 @media (max-width: 639px) { .gp-component-id-rUsgjGPNbg { font-weight: 700; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-rUsgjGPNbg { font-weight: 700; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-rUsgjGPNbg { font-weight: 700; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-rUsgjGPNbg { font-weight: 700; } } @media (min-width: 1200px) { .gp-component-id-rUsgjGPNbg { font-weight: 700; } }

 @media (max-width: 639px) { .gp-component-id-Luo00TZVW { font-size: 16px !important;font-weight: 700 !important;padding-left: 0px; } }

 @media (max-width: 639px) { .gp-component-id-lg5u05Q103z { line-height: 1;padding-left: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-lg5u05Q103z { line-height: 1; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-lg5u05Q103z { line-height: 1; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-lg5u05Q103z { line-height: 1; } } @media (min-width: 1200px) { .gp-component-id-lg5u05Q103z { line-height: 1; } }

 @media (max-width: 639px) { .gp-component-id-ElpxsKL700f { font-size: 18px !important;font-weight: 700 !important;color: rgb(255, 255, 255);line-height: 1;font-family: inherit !important;border-top-left-radius: 20px;border-top-right-radius: 20px;border-bottom-left-radius: 20px;border-bottom-right-radius: 20px;background-color: rgba(177, 11, 11, 1);background-image: initial;background-size: initial;background-attachment: initial;margin-left: 16px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-left: 28px;padding-right: 28px;padding-top: 14px;padding-bottom: 14px;display: inline-flex;overflow-y: visible;overflow-x: visible;text-transform: none;appearance: button;background-clip: initial;background-origin: initial;background-repeat-y: initial;background-repeat-x: initial;background-position-y: 50%;background-position-x: 50%;cursor: pointer; } .gp-component-id-ElpxsKL700f:focus,.gp-component-id-ElpxsKL700f.gp-focus { outline-width: 0px;outline-style: initial;outline-color: initial; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-ElpxsKL700f { font-size: 18px !important;font-weight: 700 !important;color: rgb(255, 255, 255);line-height: 1.15;font-family: inherit !important;border-top-left-radius: 20px;border-top-right-radius: 20px;border-bottom-left-radius: 20px;border-bottom-right-radius: 20px;background-color: rgba(177, 11, 11, 1);background-image: initial;background-size: initial;background-attachment: initial;margin-left: 16px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-left: 30px;padding-right: 30px;padding-top: 14px;padding-bottom: 14px;display: inline-flex;overflow-y: visible;overflow-x: visible;text-transform: none;appearance: button;background-clip: initial;background-origin: initial;background-repeat-y: initial;background-repeat-x: initial;background-position-y: 50%;background-position-x: 50%;cursor: pointer; } .gp-component-id-ElpxsKL700f:focus,.gp-component-id-ElpxsKL700f.gp-focus { outline-width: 0px;outline-style: initial;outline-color: initial; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-ElpxsKL700f { font-size: 18px !important;font-weight: 700 !important;color: rgb(255, 255, 255);line-height: 1.15;font-family: inherit !important;border-top-left-radius: 20px;border-top-right-radius: 20px;border-bottom-left-radius: 20px;border-bottom-right-radius: 20px;background-color: rgba(177, 11, 11, 1);background-image: initial;background-size: initial;background-attachment: initial;margin-left: 16px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-left: 30px;padding-right: 30px;padding-top: 14px;padding-bottom: 14px;display: inline-flex;overflow-y: visible;overflow-x: visible;text-transform: none;appearance: button;background-clip: initial;background-origin: initial;background-repeat-y: initial;background-repeat-x: initial;background-position-y: 50%;background-position-x: 50%;cursor: pointer; } .gp-component-id-ElpxsKL700f:focus,.gp-component-id-ElpxsKL700f.gp-focus { outline-width: 0px;outline-style: initial;outline-color: initial; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-ElpxsKL700f { font-size: 18px !important;font-weight: 700 !important;color: rgb(255, 255, 255);line-height: 1.15;font-family: inherit !important;border-top-left-radius: 20px;border-top-right-radius: 20px;border-bottom-left-radius: 20px;border-bottom-right-radius: 20px;background-color: rgba(177, 11, 11, 1);background-image: initial;background-size: initial;background-attachment: initial;margin-left: 16px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-left: 30px;padding-right: 30px;padding-top: 14px;padding-bottom: 14px;display: inline-flex;overflow-y: visible;overflow-x: visible;text-transform: none;appearance: button;background-clip: initial;background-origin: initial;background-repeat-y: initial;background-repeat-x: initial;background-position-y: 50%;background-position-x: 50%;cursor: pointer; } .gp-component-id-ElpxsKL700f:focus,.gp-component-id-ElpxsKL700f.gp-focus { outline-width: 0px;outline-style: initial;outline-color: initial; } } @media (min-width: 1200px) { .gp-component-id-ElpxsKL700f { font-size: 18px !important;font-weight: 700 !important;color: rgb(255, 255, 255);line-height: 1.15;font-family: inherit !important;border-top-left-radius: 20px;border-top-right-radius: 20px;border-bottom-left-radius: 20px;border-bottom-right-radius: 20px;background-color: rgba(177, 11, 11, 1);background-image: initial;background-size: initial;background-attachment: initial;margin-left: 16px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-left: 30px;padding-right: 30px;padding-top: 14px;padding-bottom: 14px;display: inline-flex;overflow-y: visible;overflow-x: visible;text-transform: none;appearance: button;background-clip: initial;background-origin: initial;background-repeat-y: initial;background-repeat-x: initial;background-position-y: 50%;background-position-x: 50%;cursor: pointer; } .gp-component-id-ElpxsKL700f:focus,.gp-component-id-ElpxsKL700f.gp-focus { outline-width: 0px;outline-style: initial;outline-color: initial; } }

 @media (max-width: 639px) { .gp-component-id-2TmnK3iryoX { padding-left: 16px;padding-right: 16px;padding-top: 9px;padding-bottom: 9px;position: relative; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-2TmnK3iryoX { padding-left: 16px;padding-right: 16px;padding-top: 9px;padding-bottom: 9px;position: relative; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-2TmnK3iryoX { padding-left: 16px;padding-right: 16px;padding-top: 9px;padding-bottom: 9px;position: relative; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-2TmnK3iryoX { padding-left: 28px;padding-right: 28px;padding-top: 9px;padding-bottom: 9px;position: relative; } } @media (min-width: 1200px) { .gp-component-id-2TmnK3iryoX { padding-left: 28px;padding-right: 28px;padding-top: 9px;padding-bottom: 9px;position: relative; } }

 .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } @media (max-width: 639px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (min-width: 1200px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } }

 .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } @media (max-width: 639px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (min-width: 1200px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } }

 @media (max-width: 639px) { .gp-component-id-kljneblaJP { background-color: rgba(24, 70, 157, 1);z-index: auto;position: relative;min-height: 50px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-kljneblaJP { background-color: rgba(24, 70, 157, 1);z-index: auto;position: relative;min-height: 50px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-kljneblaJP { background-color: rgba(24, 70, 157, 1);z-index: auto;position: relative;min-height: 50px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-kljneblaJP { background-color: rgba(24, 70, 157, 1);z-index: auto;position: relative;min-height: 50px; } } @media (min-width: 1200px) { .gp-component-id-kljneblaJP { background-color: rgba(24, 70, 157, 1);z-index: auto;position: relative;min-height: 50px; } }

 .gp-component-id-kljneblaJP.gp-component > [data-section-overlay] { position: absolute;bottom: 0px;top: 0px;left: 0px;right: 0px;z-index: 14; } @media (max-width: 639px) { .gp-component-id-kljneblaJP.gp-component > [data-section-overlay] { position: absolute;bottom: 0px;top: 0px;left: 0px;right: 0px;z-index: 14; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-kljneblaJP.gp-component > [data-section-overlay] { position: absolute;bottom: 0px;top: 0px;left: 0px;right: 0px;z-index: 14; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-kljneblaJP.gp-component > [data-section-overlay] { position: absolute;bottom: 0px;top: 0px;left: 0px;right: 0px;z-index: 14; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-kljneblaJP.gp-component > [data-section-overlay] { position: absolute;bottom: 0px;top: 0px;left: 0px;right: 0px;z-index: 14; } } @media (min-width: 1200px) { .gp-component-id-kljneblaJP.gp-component > [data-section-overlay] { position: absolute;bottom: 0px;top: 0px;left: 0px;right: 0px;z-index: 14; } }

 @media (max-width: 639px) { .gp-component-id-MbP7B749G { background-color: rgb(24, 70, 157);padding-top: 0px;padding-bottom: 0px;z-index: 20 !important;min-height: 50px;position: relative; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-MbP7B749G { background-color: rgb(24, 70, 157);padding-top: 0px;padding-bottom: 0px;z-index: 20 !important;min-height: 50px;position: relative; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-MbP7B749G { background-color: rgb(24, 70, 157);padding-top: 0px;padding-bottom: 0px;z-index: 20 !important;min-height: 50px;position: relative; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-MbP7B749G { background-color: rgb(24, 70, 157);padding-top: 0px;padding-bottom: 0px;z-index: 20 !important;min-height: 50px;position: relative; } } @media (min-width: 1200px) { .gp-component-id-MbP7B749G { background-color: rgb(24, 70, 157);padding-top: 0px;padding-bottom: 0px;z-index: 20 !important;min-height: 50px;position: relative; } }

 .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } @media (max-width: 639px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (min-width: 1200px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } }

 .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } @media (max-width: 639px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (min-width: 1200px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } }

 @media (max-width: 639px) { .gp-component-id-vgCzG8azEf { background-color: rgba(24, 70, 157, 1);z-index: auto;position: relative;min-height: 50px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-vgCzG8azEf { background-color: rgba(24, 70, 157, 1);z-index: auto;position: relative;min-height: 50px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-vgCzG8azEf { background-color: rgba(24, 70, 157, 1);z-index: auto;position: relative;min-height: 50px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-vgCzG8azEf { background-color: rgba(24, 70, 157, 1);z-index: auto;position: relative;min-height: 50px; } } @media (min-width: 1200px) { .gp-component-id-vgCzG8azEf { background-color: rgba(24, 70, 157, 1);z-index: auto;position: relative;min-height: 50px; } }

 .gp-component-id-vgCzG8azEf.gp-component > [data-section-overlay] { position: absolute;bottom: 0px;top: 0px;left: 0px;right: 0px;z-index: 14; } @media (max-width: 639px) { .gp-component-id-vgCzG8azEf.gp-component > [data-section-overlay] { position: absolute;bottom: 0px;top: 0px;left: 0px;right: 0px;z-index: 14; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-vgCzG8azEf.gp-component > [data-section-overlay] { position: absolute;bottom: 0px;top: 0px;left: 0px;right: 0px;z-index: 14; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-vgCzG8azEf.gp-component > [data-section-overlay] { position: absolute;bottom: 0px;top: 0px;left: 0px;right: 0px;z-index: 14; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-vgCzG8azEf.gp-component > [data-section-overlay] { position: absolute;bottom: 0px;top: 0px;left: 0px;right: 0px;z-index: 14; } } @media (min-width: 1200px) { .gp-component-id-vgCzG8azEf.gp-component > [data-section-overlay] { position: absolute;bottom: 0px;top: 0px;left: 0px;right: 0px;z-index: 14; } }

 @media (max-width: 639px) { .gp-component-id-r4jgeDGJM { background-color: rgb(24, 70, 157);padding-top: 0px;padding-bottom: 0px;z-index: 20 !important;min-height: 50px;position: relative; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-r4jgeDGJM { background-color: rgb(24, 70, 157);padding-top: 0px;padding-bottom: 0px;z-index: 20 !important;min-height: 50px;position: relative; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-r4jgeDGJM { background-color: rgb(24, 70, 157);padding-top: 0px;padding-bottom: 0px;z-index: 20 !important;min-height: 50px;position: relative; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-r4jgeDGJM { background-color: rgb(24, 70, 157);padding-top: 0px;padding-bottom: 0px;z-index: 20 !important;min-height: 50px;position: relative; } } @media (min-width: 1200px) { .gp-component-id-r4jgeDGJM { background-color: rgb(24, 70, 157);padding-top: 0px;padding-bottom: 0px;z-index: 20 !important;min-height: 50px;position: relative; } }

 .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } @media (max-width: 639px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (min-width: 1200px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } }

 .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } @media (max-width: 639px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (min-width: 1200px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } }

 .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } @media (max-width: 639px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (min-width: 1200px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } }

 .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } @media (max-width: 639px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (min-width: 1200px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } }

 .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } @media (max-width: 639px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (min-width: 1200px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } }

 .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } @media (max-width: 639px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (min-width: 1200px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } }

 .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } @media (max-width: 639px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (min-width: 1200px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } }

 .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } @media (max-width: 639px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (min-width: 1200px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } }

 .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } @media (max-width: 639px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (min-width: 1200px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } }

 .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } @media (max-width: 639px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (min-width: 1200px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } }

 .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } @media (max-width: 639px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (min-width: 1200px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } }

 .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } @media (max-width: 639px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (min-width: 1200px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } }

 .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } @media (max-width: 639px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (min-width: 1200px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } }

 .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } @media (max-width: 639px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (min-width: 1200px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } }

 .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } @media (max-width: 639px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (min-width: 1200px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } }

 .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } @media (max-width: 639px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (min-width: 1200px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } }

 .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } @media (max-width: 639px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (min-width: 1200px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } }

 .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } @media (max-width: 639px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (min-width: 1200px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } }

 .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } @media (max-width: 639px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (min-width: 1200px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } }

 .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } @media (max-width: 639px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (min-width: 1200px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } }

 .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } @media (max-width: 639px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (min-width: 1200px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } }

 .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } @media (max-width: 639px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (min-width: 1200px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } }

 .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } @media (max-width: 639px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (min-width: 1200px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } }

 .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } @media (max-width: 639px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (min-width: 1200px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } }

 .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } @media (max-width: 639px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (min-width: 1200px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } }

 .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } @media (max-width: 639px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (min-width: 1200px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } }

 .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } @media (max-width: 639px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (min-width: 1200px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } }

 .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } @media (max-width: 639px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (min-width: 1200px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } }

 .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } @media (max-width: 639px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (min-width: 1200px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } }

 .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } @media (max-width: 639px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (min-width: 1200px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } }

 .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } @media (max-width: 639px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (min-width: 1200px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } }

 .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } @media (max-width: 639px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (min-width: 1200px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } }

 .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } @media (max-width: 639px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (min-width: 1200px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } }

 .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } @media (max-width: 639px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (min-width: 1200px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } }

 .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } @media (max-width: 639px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (min-width: 1200px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } }

 .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } @media (max-width: 639px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (min-width: 1200px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } }

 .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } @media (max-width: 639px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (min-width: 1200px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } }

 .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } @media (max-width: 639px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (min-width: 1200px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } }

 .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } @media (max-width: 639px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (min-width: 1200px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } }

 .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } @media (max-width: 639px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (min-width: 1200px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } }

 .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } @media (max-width: 639px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (min-width: 1200px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } }

 .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } @media (max-width: 639px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (min-width: 1200px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } }

 .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } @media (max-width: 639px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (min-width: 1200px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } }

 .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } @media (max-width: 639px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (min-width: 1200px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } }

 .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } @media (max-width: 639px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (min-width: 1200px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } }

 .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } @media (max-width: 639px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (min-width: 1200px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } }

 .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } @media (max-width: 639px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (min-width: 1200px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } }

 .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } @media (max-width: 639px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (min-width: 1200px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } }

 .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } @media (max-width: 639px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (min-width: 1200px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } }

 .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } @media (max-width: 639px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (min-width: 1200px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } }

 .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } @media (max-width: 639px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (min-width: 1200px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } }

 .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } @media (max-width: 639px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (min-width: 1200px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } }

 .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } @media (max-width: 639px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (min-width: 1200px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } }

 .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } @media (max-width: 639px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (min-width: 1200px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } }

 .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } @media (max-width: 639px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (min-width: 1200px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } }

 .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } @media (max-width: 639px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (min-width: 1200px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } }

 .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } @media (max-width: 639px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (min-width: 1200px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } }

 .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } @media (max-width: 639px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (min-width: 1200px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } }

 .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } @media (max-width: 639px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (min-width: 1200px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } }

 .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } @media (max-width: 639px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (min-width: 1200px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } }

 .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } @media (max-width: 639px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (min-width: 1200px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } }

 .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } @media (max-width: 639px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (min-width: 1200px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } }

 .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } @media (max-width: 639px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (min-width: 1200px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } }

 .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } @media (max-width: 639px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (min-width: 1200px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } }

 .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } @media (max-width: 639px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (min-width: 1200px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } }

 .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } @media (max-width: 639px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (min-width: 1200px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } }

 .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } @media (max-width: 639px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (min-width: 1200px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } }

 .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } @media (max-width: 639px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (min-width: 1200px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } }

 .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } @media (max-width: 639px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (min-width: 1200px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } }

 .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } @media (max-width: 639px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (min-width: 1200px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } }

 .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } @media (max-width: 639px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (min-width: 1200px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } }

 .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } @media (max-width: 639px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (min-width: 1200px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } }

 .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } @media (max-width: 639px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (min-width: 1200px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } }

 .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } @media (max-width: 639px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (min-width: 1200px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } }

 .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } @media (max-width: 639px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (min-width: 1200px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } }

 .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } @media (max-width: 639px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (min-width: 1200px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } }

 .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } @media (max-width: 639px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (min-width: 1200px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } }

 .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } @media (max-width: 639px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (min-width: 1200px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } }

 .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } @media (max-width: 639px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (min-width: 1200px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } }

 .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } @media (max-width: 639px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (min-width: 1200px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } }

 .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } @media (max-width: 639px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (min-width: 1200px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } }

 .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } @media (max-width: 639px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (min-width: 1200px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } }

 .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } @media (max-width: 639px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (min-width: 1200px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } }

 .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } @media (max-width: 639px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (min-width: 1200px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } }

 .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } @media (max-width: 639px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (min-width: 1200px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } }

 .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } @media (max-width: 639px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (min-width: 1200px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } }

 .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } @media (max-width: 639px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (min-width: 1200px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } }

 .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } @media (max-width: 639px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (min-width: 1200px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } }

 .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } @media (max-width: 639px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (min-width: 1200px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } }

 .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } @media (max-width: 639px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (min-width: 1200px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } }

 @media (max-width: 639px) { .gp-component-id-6KQeXv5Qs[data-gp-component] { font-size: 22px;color: rgb(255, 255, 255);text-align: center;border-top-left-radius: 9999px;border-top-right-radius: 9999px;border-bottom-left-radius: 9999px;border-bottom-right-radius: 9999px;background-color: rgb(26, 137, 105);margin-left: 116px;margin-top: 27px;padding-left: 9px;padding-right: 16px;padding-top: 8px;padding-bottom: 8px;align-items: center;display: inline-flex;position: relative; } .gp-component-id-6KQeXv5Qs[data-gp-component]:hover,.gp-component-id-6KQeXv5Qs[data-gp-component].gp-hover { background-color: rgb(120, 136, 155); } .gp-component-id-6KQeXv5Qs[data-gp-component]:active,.gp-component-id-6KQeXv5Qs[data-gp-component].gp-active { background-color: rgb(32, 45, 60); } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-6KQeXv5Qs[data-gp-component] { font-size: 22px;color: rgb(255, 255, 255);text-align: center;border-top-left-radius: 9999px;border-top-right-radius: 9999px;border-bottom-left-radius: 9999px;border-bottom-right-radius: 9999px;background-color: rgb(26, 137, 105);margin-left: 116px;margin-top: 37px;padding-left: 9px;padding-right: 16px;padding-top: 8px;padding-bottom: 8px;align-items: center;display: inline-flex;position: relative; } .gp-component-id-6KQeXv5Qs[data-gp-component]:hover,.gp-component-id-6KQeXv5Qs[data-gp-component].gp-hover { background-color: rgb(120, 136, 155); } .gp-component-id-6KQeXv5Qs[data-gp-component]:active,.gp-component-id-6KQeXv5Qs[data-gp-component].gp-active { background-color: rgb(32, 45, 60); } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-6KQeXv5Qs[data-gp-component] { font-size: 22px;color: rgb(255, 255, 255);text-align: center;border-top-left-radius: 9999px;border-top-right-radius: 9999px;border-bottom-left-radius: 9999px;border-bottom-right-radius: 9999px;background-color: rgb(26, 137, 105);margin-left: 116px;margin-top: 37px;padding-left: 9px;padding-right: 16px;padding-top: 8px;padding-bottom: 8px;align-items: center;display: inline-flex;position: relative; } .gp-component-id-6KQeXv5Qs[data-gp-component]:hover,.gp-component-id-6KQeXv5Qs[data-gp-component].gp-hover { background-color: rgb(120, 136, 155); } .gp-component-id-6KQeXv5Qs[data-gp-component]:active,.gp-component-id-6KQeXv5Qs[data-gp-component].gp-active { background-color: rgb(32, 45, 60); } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-6KQeXv5Qs[data-gp-component] { font-size: 22px;color: rgb(255, 255, 255);text-align: center;border-top-left-radius: 9999px;border-top-right-radius: 9999px;border-bottom-left-radius: 9999px;border-bottom-right-radius: 9999px;background-color: rgb(26, 137, 105);margin-left: 116px;margin-top: 37px;padding-left: 9px;padding-right: 16px;padding-top: 8px;padding-bottom: 8px;align-items: center;display: inline-flex;position: relative; } .gp-component-id-6KQeXv5Qs[data-gp-component]:hover,.gp-component-id-6KQeXv5Qs[data-gp-component].gp-hover { background-color: rgb(120, 136, 155); } .gp-component-id-6KQeXv5Qs[data-gp-component]:active,.gp-component-id-6KQeXv5Qs[data-gp-component].gp-active { background-color: rgb(32, 45, 60); } } @media (min-width: 1200px) { .gp-component-id-6KQeXv5Qs[data-gp-component] { font-size: 22px;color: rgb(255, 255, 255);text-align: center;border-top-left-radius: 9999px;border-top-right-radius: 9999px;border-bottom-left-radius: 9999px;border-bottom-right-radius: 9999px;background-color: rgb(26, 137, 105);margin-left: 116px;margin-top: 37px;padding-left: 9px;padding-right: 16px;padding-top: 8px;padding-bottom: 8px;align-items: center;display: inline-flex;position: relative; } .gp-component-id-6KQeXv5Qs[data-gp-component]:hover,.gp-component-id-6KQeXv5Qs[data-gp-component].gp-hover { background-color: rgb(120, 136, 155); } .gp-component-id-6KQeXv5Qs[data-gp-component]:active,.gp-component-id-6KQeXv5Qs[data-gp-component].gp-active { background-color: rgb(32, 45, 60); } }

 .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } @media (max-width: 639px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (min-width: 1200px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } }

 .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } @media (max-width: 639px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (min-width: 1200px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } }

 .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } @media (max-width: 639px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (min-width: 1200px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } }

 .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } @media (max-width: 639px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (min-width: 1200px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } }

 .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } @media (max-width: 639px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (min-width: 1200px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } }

 .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } @media (max-width: 639px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (min-width: 1200px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } }

 .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } @media (max-width: 639px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (min-width: 1200px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } }

 .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } @media (max-width: 639px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (min-width: 1200px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } }

 .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } @media (max-width: 639px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (min-width: 1200px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } }

 .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } @media (max-width: 639px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (min-width: 1200px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } }

 .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } @media (max-width: 639px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (min-width: 1200px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } }

 .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } @media (max-width: 639px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (min-width: 1200px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } }

 .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } @media (max-width: 639px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (min-width: 1200px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } }

 .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } @media (max-width: 639px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (min-width: 1200px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } }

 .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } @media (max-width: 639px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (min-width: 1200px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } }

 .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } @media (max-width: 639px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (min-width: 1200px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } }

 .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } @media (max-width: 639px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (min-width: 1200px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } }

 .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } @media (max-width: 639px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (min-width: 1200px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } }

 .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } @media (max-width: 639px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (min-width: 1200px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } }

 .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } @media (max-width: 639px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (min-width: 1200px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } }

 .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } @media (max-width: 639px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (min-width: 1200px) { .gp-component-id-8U6m4l3wY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } }

 .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } @media (max-width: 639px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (min-width: 1200px) { .gp-component-id-QhbJQ3Z_O { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } }

 .gp-component-id-i2oNsGqdJ.gp-component > [data-section-overlay] { z-index: 14 !important;position: absolute;bottom: 0px;top: 0px;left: 0px;right: 0px; } @media (max-width: 639px) { .gp-component-id-i2oNsGqdJ.gp-component > [data-section-overlay] { background-color: rgb(25, 70, 157);z-index: 14 !important;position: absolute;bottom: 0px;top: 0px;left: 0px;right: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-i2oNsGqdJ.gp-component > [data-section-overlay] { background-color: rgb(25, 70, 157);z-index: 14 !important;position: absolute;bottom: 0px;top: 0px;left: 0px;right: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-i2oNsGqdJ.gp-component > [data-section-overlay] { background-color: rgb(25, 70, 157);z-index: 14 !important;position: absolute;bottom: 0px;top: 0px;left: 0px;right: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-i2oNsGqdJ.gp-component > [data-section-overlay] { background-color: rgb(25, 70, 157);z-index: 14 !important;position: absolute;bottom: 0px;top: 0px;left: 0px;right: 0px; } } @media (min-width: 1200px) { .gp-component-id-i2oNsGqdJ.gp-component > [data-section-overlay] { background-color: rgb(25, 70, 157);z-index: 14 !important;position: absolute;bottom: 0px;top: 0px;left: 0px;right: 0px; } }

 @media (max-width: 639px) { [data-gp-text] .gp-component-id-6RseYRjLX { color: rgb(0, 0, 0);margin-top: 39px;width: 96%; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-6RseYRjLX { color: rgb(0, 0, 0);margin-top: 39px;width: 96%; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-6RseYRjLX { color: rgb(0, 0, 0);margin-top: 39px;width: 96%; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-6RseYRjLX { color: rgb(0, 0, 0);margin-top: 39px;width: 96%; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-6RseYRjLX { color: rgb(0, 0, 0);margin-top: 39px;width: 96%; } }

 .gp-component-id-9jxF2rDHP.gp-component > [data-section-overlay] { z-index: 14 !important;position: absolute;bottom: 0px;top: 0px;left: 0px;right: 0px; } @media (max-width: 639px) { .gp-component-id-9jxF2rDHP.gp-component > [data-section-overlay] { z-index: 14 !important;position: absolute;bottom: 0px;top: 0px;left: 0px;right: 0px;backdrop-filter: blur(7px); } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-9jxF2rDHP.gp-component > [data-section-overlay] { z-index: 14 !important;position: absolute;bottom: 0px;top: 0px;left: 0px;right: 0px;backdrop-filter: blur(7px); } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-9jxF2rDHP.gp-component > [data-section-overlay] { z-index: 14 !important;position: absolute;bottom: 0px;top: 0px;left: 0px;right: 0px;backdrop-filter: blur(7px); } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-9jxF2rDHP.gp-component > [data-section-overlay] { z-index: 14 !important;position: absolute;bottom: 0px;top: 0px;left: 0px;right: 0px;backdrop-filter: blur(7px); } } @media (min-width: 1200px) { .gp-component-id-9jxF2rDHP.gp-component > [data-section-overlay] { z-index: 14 !important;position: absolute;bottom: 0px;top: 0px;left: 0px;right: 0px;backdrop-filter: blur(7px); } }

 @media (max-width: 639px) { [data-gp-text] .gp-component-id-j81jGAYTJ { font-size: 48px;color: rgba(0, 0, 0, 1);margin-left: 0px;margin-right: 0px;margin-top: 56px;margin-bottom: 0px;box-sizing: border-box;cursor: text; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-j81jGAYTJ { font-size: 48px;color: rgba(0, 0, 0, 1);margin-left: 0px;margin-right: 0px;margin-top: 56px;margin-bottom: 0px;box-sizing: border-box;cursor: text; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-j81jGAYTJ { font-size: 48px;color: rgba(0, 0, 0, 1);margin-left: 0px;margin-right: 0px;margin-top: 56px;margin-bottom: 0px;box-sizing: border-box;cursor: text; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-j81jGAYTJ { font-size: 48px;color: rgba(0, 0, 0, 1);margin-left: 0px;margin-right: 0px;margin-top: 56px;margin-bottom: 0px;box-sizing: border-box;cursor: text; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-j81jGAYTJ { font-size: 48px;color: rgba(0, 0, 0, 1);margin-left: 0px;margin-right: 0px;margin-top: 56px;margin-bottom: 0px;box-sizing: border-box;cursor: text; } }

 @media (max-width: 639px) { .gp-component-id-9jxF2rDHP[data-gp-component] { background-size: cover;margin-bottom: 54px;background-position-x: 50%;background-position-y: 50%;z-index: auto;position: relative;min-height: 50px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-9jxF2rDHP[data-gp-component] { background-size: cover;margin-bottom: 54px;background-position-x: 50%;background-position-y: 50%;z-index: auto;position: relative;min-height: 50px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-9jxF2rDHP[data-gp-component] { background-size: cover;margin-bottom: 54px;background-position-x: 50%;background-position-y: 50%;z-index: auto;position: relative;min-height: 50px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-9jxF2rDHP[data-gp-component] { background-size: cover;margin-bottom: 54px;background-position-x: 50%;background-position-y: 50%;z-index: auto;position: relative;min-height: 50px; } } @media (min-width: 1200px) { .gp-component-id-9jxF2rDHP[data-gp-component] { background-size: cover;margin-bottom: 54px;background-position-x: 50%;background-position-y: 50%;z-index: auto;position: relative;min-height: 50px; } }

 @media (max-width: 639px) { [data-gp-text] .gp-component-id-Kd0ZcF4Cy { font-size: 24px;color: rgb(255, 255, 255);text-align: center;margin-left: 0px;margin-right: 0px;margin-top: 15px;margin-bottom: 0px;cursor: text;box-sizing: border-box; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-Kd0ZcF4Cy { font-size: 24px;color: rgb(255, 255, 255);text-align: center;margin-left: 0px;margin-right: 0px;margin-top: 15px;margin-bottom: 0px;cursor: text;box-sizing: border-box; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-Kd0ZcF4Cy { font-size: 24px;color: rgb(255, 255, 255);text-align: center;margin-left: 0px;margin-right: 0px;margin-top: 15px;margin-bottom: 0px;cursor: text;box-sizing: border-box; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-Kd0ZcF4Cy { font-size: 24px;color: rgb(255, 255, 255);text-align: center;margin-left: 0px;margin-right: 0px;margin-top: 15px;margin-bottom: 0px;cursor: text;box-sizing: border-box; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-Kd0ZcF4Cy { font-size: 24px;color: rgb(255, 255, 255);text-align: center;margin-left: 0px;margin-right: 0px;margin-top: 15px;margin-bottom: 0px;cursor: text;box-sizing: border-box; } }

 @media (max-width: 639px) { .gp-component-id-i2oNsGqdJ[data-gp-component] { margin-bottom: 167px;min-height: 50px;position: relative;z-index: auto; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-i2oNsGqdJ[data-gp-component] { margin-bottom: 167px;min-height: 50px;position: relative;z-index: auto; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-i2oNsGqdJ[data-gp-component] { margin-bottom: 167px;min-height: 50px;position: relative;z-index: auto; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-i2oNsGqdJ[data-gp-component] { margin-bottom: 167px;min-height: 50px;position: relative;z-index: auto; } } @media (min-width: 1200px) { .gp-component-id-i2oNsGqdJ[data-gp-component] { margin-bottom: 167px;min-height: 50px;position: relative;z-index: auto; } }

 .gp-component-id-Kd0ZcF4Cy { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } @media (max-width: 639px) { .gp-component-id-Kd0ZcF4Cy { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-Kd0ZcF4Cy { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-Kd0ZcF4Cy { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-Kd0ZcF4Cy { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (min-width: 1200px) { .gp-component-id-Kd0ZcF4Cy { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } }

 .gp-component-id-vPL189qRe { padding-right: 8px;width: 100%;padding-left: 8px; } @media (max-width: 639px) { .gp-component-id-vPL189qRe { padding-right: 8px;width: 100%;padding-left: 8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-vPL189qRe { padding-right: 8px;width: 100%;padding-left: 8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-vPL189qRe { padding-right: 8px;width: 100%;padding-left: 8px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-vPL189qRe { padding-right: 8px;width: 100%;padding-left: 8px; } } @media (min-width: 1200px) { .gp-component-id-vPL189qRe { padding-right: 8px;width: 100%;padding-left: 8px; } }

 .gp-component-id-r1P_eN7YM { flex-wrap: wrap;margin-right: -8px;margin-left: -8px; } @media (max-width: 639px) { .gp-component-id-r1P_eN7YM { flex-wrap: wrap;margin-right: -8px;margin-left: -8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-r1P_eN7YM { flex-wrap: wrap;margin-right: -8px;margin-left: -8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-r1P_eN7YM { flex-wrap: wrap;margin-right: -8px;margin-left: -8px;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-r1P_eN7YM { flex-wrap: wrap;margin-right: -8px;margin-left: -8px;display: flex; } } @media (min-width: 1200px) { .gp-component-id-r1P_eN7YM { flex-wrap: wrap;margin-right: -8px;margin-left: -8px;display: flex; } }

 .gp-component-id-iGVDDC0Le2 { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 100%;padding-left: 8px; } @media (max-width: 639px) { .gp-component-id-iGVDDC0Le2 { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 100%;padding-left: 8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-iGVDDC0Le2 { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 100%;padding-left: 8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-iGVDDC0Le2 { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 50%;padding-left: 8px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-iGVDDC0Le2 { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 50%;padding-left: 8px; } } @media (min-width: 1200px) { .gp-component-id-iGVDDC0Le2 { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 50%;padding-left: 8px; } }

 .gp-component-id-VbfB_zYzt2 { height: 100%;width: 100%; } @media (max-width: 639px) { .gp-component-id-VbfB_zYzt2 { height: 100%;width: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-VbfB_zYzt2 { height: 100%;width: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-VbfB_zYzt2 { height: 100%;width: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-VbfB_zYzt2 { height: 100%;width: 100%; } } @media (min-width: 1200px) { .gp-component-id-VbfB_zYzt2 { height: 100%;width: 100%; } }

 .gp-component-id-s4HVjdf2ur { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 100%;padding-left: 8px; } @media (max-width: 639px) { .gp-component-id-s4HVjdf2ur { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 100%;padding-left: 8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-s4HVjdf2ur { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 100%;padding-left: 8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-s4HVjdf2ur { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 50%;padding-left: 8px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-s4HVjdf2ur { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 50%;padding-left: 8px; } } @media (min-width: 1200px) { .gp-component-id-s4HVjdf2ur { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 50%;padding-left: 8px; } }

 .gp-component-id-t1AH6SOyGJ { height: 100%;width: 100%; } @media (max-width: 639px) { .gp-component-id-t1AH6SOyGJ { height: 100%;width: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-t1AH6SOyGJ { height: 100%;width: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-t1AH6SOyGJ { height: 100%;width: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-t1AH6SOyGJ { height: 100%;width: 100%; } } @media (min-width: 1200px) { .gp-component-id-t1AH6SOyGJ { height: 100%;width: 100%; } }

 .gp-component-id-ja_tnrWHh8 { width: 100%;margin-right: auto;margin-left: auto; } @media (max-width: 639px) { .gp-component-id-ja_tnrWHh8 { width: 100%;margin-right: auto;margin-left: auto; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-ja_tnrWHh8 { width: 100%;margin-right: auto;margin-left: auto;max-width: 640px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-ja_tnrWHh8 { width: 100%;margin-right: auto;margin-left: auto;max-width: 768px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-ja_tnrWHh8 { width: 100%;margin-right: auto;margin-left: auto;max-width: 992px; } } @media (min-width: 1200px) { .gp-component-id-ja_tnrWHh8 { width: 100%;margin-right: auto;margin-left: auto;max-width: 1200px; } }

 .gp-component-id-tKrsqRNQTL { padding-right: 8px;width: 100%;padding-left: 8px; } @media (max-width: 639px) { .gp-component-id-tKrsqRNQTL { padding-right: 8px;width: 100%;padding-left: 8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-tKrsqRNQTL { padding-right: 8px;width: 100%;padding-left: 8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-tKrsqRNQTL { padding-right: 8px;width: 100%;padding-left: 8px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-tKrsqRNQTL { padding-right: 8px;width: 100%;padding-left: 8px; } } @media (min-width: 1200px) { .gp-component-id-tKrsqRNQTL { padding-right: 8px;width: 100%;padding-left: 8px; } }

 .gp-component-id-RUvI7nsKvm { margin-right: -8px;margin-left: -8px; } @media (max-width: 639px) { .gp-component-id-RUvI7nsKvm { margin-right: -8px;margin-left: -8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-RUvI7nsKvm { margin-right: -8px;margin-left: -8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-RUvI7nsKvm { margin-right: -8px;margin-left: -8px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-RUvI7nsKvm { margin-right: -8px;margin-left: -8px; } } @media (min-width: 1200px) { .gp-component-id-RUvI7nsKvm { margin-right: -8px;margin-left: -8px; } }

 .gp-component-id-nbEMNlE7ep { padding-right: 8px;width: 100%;padding-left: 8px; } @media (max-width: 639px) { .gp-component-id-nbEMNlE7ep { padding-right: 8px;width: 100%;padding-left: 8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-nbEMNlE7ep { padding-right: 8px;width: 100%;padding-left: 8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-nbEMNlE7ep { padding-right: 8px;width: 100%;padding-left: 8px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-nbEMNlE7ep { padding-right: 8px;width: 100%;padding-left: 8px; } } @media (min-width: 1200px) { .gp-component-id-nbEMNlE7ep { padding-right: 8px;width: 100%;padding-left: 8px; } }

 .gp-component-id-JukAogvWWp { width: 100%; } @media (max-width: 639px) { .gp-component-id-JukAogvWWp { width: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-JukAogvWWp { width: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-JukAogvWWp { width: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-JukAogvWWp { width: 100%; } } @media (min-width: 1200px) { .gp-component-id-JukAogvWWp { width: 100%; } }

 @media (max-width: 639px) { [data-gp-text] .gp-component-id-WjaCIO6jh { font-size: 45px;color: rgba(25, 70, 157, 1);text-align: center;margin-top: 54px; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-WjaCIO6jh { font-size: 45px;color: rgba(25, 70, 157, 1);text-align: center;margin-top: 54px; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-WjaCIO6jh { font-size: 45px;color: rgba(25, 70, 157, 1);text-align: center;margin-top: 54px; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-WjaCIO6jh { font-size: 45px;color: rgba(25, 70, 157, 1);text-align: center;margin-top: 54px; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-WjaCIO6jh { font-size: 45px;color: rgba(25, 70, 157, 1);text-align: center;margin-top: 54px; } }

 @media (max-width: 639px) { .gp-component-id-b_cHkoqdu[data-gp-component] { font-size: 19px;color: rgba(255, 25, 0, 1);line-height: 1; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-b_cHkoqdu[data-gp-component] { font-size: 19px;color: rgba(255, 25, 0, 1);line-height: 1; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-b_cHkoqdu[data-gp-component] { font-size: 19px;color: rgba(255, 25, 0, 1);line-height: 1; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-b_cHkoqdu[data-gp-component] { font-size: 19px;color: rgba(255, 25, 0, 1);line-height: 1; } } @media (min-width: 1200px) { .gp-component-id-b_cHkoqdu[data-gp-component] { font-size: 19px;color: rgba(255, 25, 0, 1);line-height: 1; } }

 @media (max-width: 639px) { .gp-component-id-EA55fixsl[data-gp-component] { font-size: 20px;color: rgba(255, 25, 0, 1);line-height: 1; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-EA55fixsl[data-gp-component] { font-size: 20px;color: rgba(255, 25, 0, 1);line-height: 1; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-EA55fixsl[data-gp-component] { font-size: 20px;color: rgba(255, 25, 0, 1);line-height: 1; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-EA55fixsl[data-gp-component] { font-size: 20px;color: rgba(255, 25, 0, 1);line-height: 1; } } @media (min-width: 1200px) { .gp-component-id-EA55fixsl[data-gp-component] { font-size: 20px;color: rgba(255, 25, 0, 1);line-height: 1; } }

 @media (max-width: 639px) { .gp-component-id-QTgbRR68os[data-gp-component] { font-size: 20px;color: rgba(255, 25, 0, 1);line-height: 1; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-QTgbRR68os[data-gp-component] { font-size: 20px;color: rgba(255, 25, 0, 1);line-height: 1; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-QTgbRR68os[data-gp-component] { font-size: 20px;color: rgba(255, 25, 0, 1);line-height: 1; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-QTgbRR68os[data-gp-component] { font-size: 20px;color: rgba(255, 25, 0, 1);line-height: 1; } } @media (min-width: 1200px) { .gp-component-id-QTgbRR68os[data-gp-component] { font-size: 20px;color: rgba(255, 25, 0, 1);line-height: 1; } }

 @media (max-width: 639px) { .gp-component-id-goMnDKK0Qv[data-gp-component] { font-size: 20px;color: rgba(255, 25, 0, 1);line-height: 1; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-goMnDKK0Qv[data-gp-component] { font-size: 20px;color: rgba(255, 25, 0, 1);line-height: 1; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-goMnDKK0Qv[data-gp-component] { font-size: 20px;color: rgba(255, 25, 0, 1);line-height: 1; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-goMnDKK0Qv[data-gp-component] { font-size: 20px;color: rgba(255, 25, 0, 1);line-height: 1; } } @media (min-width: 1200px) { .gp-component-id-goMnDKK0Qv[data-gp-component] { font-size: 20px;color: rgba(255, 25, 0, 1);line-height: 1; } }

 @media (max-width: 639px) { .gp-component-id-eik6xKbCyv[data-gp-component] { margin-bottom: 90px;padding-left: 8px;padding-right: 8px;width: 100%;position: relative; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-eik6xKbCyv[data-gp-component] { margin-bottom: 90px;padding-left: 8px;padding-right: 8px;width: 100%;position: relative; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-eik6xKbCyv[data-gp-component] { margin-bottom: 90px;padding-left: 8px;padding-right: 8px;width: 100%;position: relative; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-eik6xKbCyv[data-gp-component] { margin-bottom: 90px;padding-left: 8px;padding-right: 8px;width: 100%;position: relative; } } @media (min-width: 1200px) { .gp-component-id-eik6xKbCyv[data-gp-component] { margin-bottom: 90px;padding-left: 8px;padding-right: 8px;width: 100%;position: relative; } }

 @media (max-width: 639px) { [data-gp-text] .gp-component-id-3HeQbKrzLA { font-size: 30px;text-align: center;margin-left: 0px;margin-right: 0px;margin-top: 20px;margin-bottom: 20px;box-sizing: border-box;cursor: text; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-3HeQbKrzLA { font-size: 30px;text-align: center;margin-left: 0px;margin-right: 0px;margin-top: 20px;margin-bottom: 20px;box-sizing: border-box;cursor: text; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-3HeQbKrzLA { font-size: 30px;text-align: center;margin-left: 0px;margin-right: 0px;margin-top: 20px;margin-bottom: 20px;box-sizing: border-box;cursor: text; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-3HeQbKrzLA { font-size: 30px;text-align: center;margin-left: 0px;margin-right: 0px;margin-top: 20px;margin-bottom: 20px;box-sizing: border-box;cursor: text; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-3HeQbKrzLA { font-size: 30px;text-align: center;margin-left: 0px;margin-right: 0px;margin-top: 20px;margin-bottom: 20px;box-sizing: border-box;cursor: text; } }

 @media (max-width: 639px) { [data-gp-text] .gp-component-id-uHejTUocV { font-size: 30px;text-align: center;margin-left: 0px;margin-right: 0px;margin-top: 20px;margin-bottom: 20px; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-uHejTUocV { font-size: 30px;text-align: center;margin-left: 0px;margin-right: 0px;margin-top: 20px;margin-bottom: 20px; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-uHejTUocV { font-size: 30px;text-align: center;margin-left: 0px;margin-right: 0px;margin-top: 20px;margin-bottom: 20px; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-uHejTUocV { font-size: 30px;text-align: center;margin-left: 0px;margin-right: 0px;margin-top: 20px;margin-bottom: 20px; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-uHejTUocV { font-size: 30px;text-align: center;margin-left: 0px;margin-right: 0px;margin-top: 20px;margin-bottom: 20px; } }

 @media (max-width: 639px) { .gp-component-id-axBhHEyZVK[data-gp-component] { font-size: 20px;color: rgba(110, 255, 42, 1);line-height: 1;position: relative; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-axBhHEyZVK[data-gp-component] { font-size: 20px;color: rgba(110, 255, 42, 1);line-height: 1;position: relative; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-axBhHEyZVK[data-gp-component] { font-size: 20px;color: rgba(110, 255, 42, 1);line-height: 1;position: relative; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-axBhHEyZVK[data-gp-component] { font-size: 20px;color: rgba(110, 255, 42, 1);line-height: 1;position: relative; } } @media (min-width: 1200px) { .gp-component-id-axBhHEyZVK[data-gp-component] { font-size: 20px;color: rgba(110, 255, 42, 1);line-height: 1;position: relative; } }

 @media (max-width: 639px) { .gp-component-id-TTSZ9YxaLT[data-gp-component] { font-size: 20px;color: rgba(110, 255, 42, 1);line-height: 1; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-TTSZ9YxaLT[data-gp-component] { font-size: 20px;color: rgba(110, 255, 42, 1);line-height: 1; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-TTSZ9YxaLT[data-gp-component] { font-size: 20px;color: rgba(110, 255, 42, 1);line-height: 1; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-TTSZ9YxaLT[data-gp-component] { font-size: 20px;color: rgba(110, 255, 42, 1);line-height: 1; } } @media (min-width: 1200px) { .gp-component-id-TTSZ9YxaLT[data-gp-component] { font-size: 20px;color: rgba(110, 255, 42, 1);line-height: 1; } }

 @media (max-width: 639px) { .gp-component-id-0xlgFUMQ_W[data-gp-component] { font-size: 20px;color: rgba(110, 255, 42, 1);line-height: 1;position: relative; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-0xlgFUMQ_W[data-gp-component] { font-size: 20px;color: rgba(110, 255, 42, 1);line-height: 1;position: relative; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-0xlgFUMQ_W[data-gp-component] { font-size: 20px;color: rgba(110, 255, 42, 1);line-height: 1;position: relative; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-0xlgFUMQ_W[data-gp-component] { font-size: 20px;color: rgba(110, 255, 42, 1);line-height: 1;position: relative; } } @media (min-width: 1200px) { .gp-component-id-0xlgFUMQ_W[data-gp-component] { font-size: 20px;color: rgba(110, 255, 42, 1);line-height: 1;position: relative; } }

 @media (max-width: 639px) { .gp-component-id-3nSwBktWTO[data-gp-component] { font-size: 20px;color: rgba(110, 255, 42, 1);line-height: 1; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-3nSwBktWTO[data-gp-component] { font-size: 20px;color: rgba(110, 255, 42, 1);line-height: 1; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-3nSwBktWTO[data-gp-component] { font-size: 20px;color: rgba(110, 255, 42, 1);line-height: 1; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-3nSwBktWTO[data-gp-component] { font-size: 20px;color: rgba(110, 255, 42, 1);line-height: 1; } } @media (min-width: 1200px) { .gp-component-id-3nSwBktWTO[data-gp-component] { font-size: 20px;color: rgba(110, 255, 42, 1);line-height: 1; } }

 @media (max-width: 639px) { .gp-component-id-4DhE05ASe[data-gp-component] { font-size: 19px;color: rgba(110, 255, 42, 1);line-height: 1;height: 0%;position: relative; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-4DhE05ASe[data-gp-component] { font-size: 19px;color: rgba(110, 255, 42, 1);line-height: 1;height: 0%;position: relative; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-4DhE05ASe[data-gp-component] { font-size: 19px;color: rgba(110, 255, 42, 1);line-height: 1;height: 0%;position: relative; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-4DhE05ASe[data-gp-component] { font-size: 19px;color: rgba(110, 255, 42, 1);line-height: 1;height: 0%;position: relative; } } @media (min-width: 1200px) { .gp-component-id-4DhE05ASe[data-gp-component] { font-size: 19px;color: rgba(110, 255, 42, 1);line-height: 1;height: 0%;position: relative; } }

 .gp-component-id-uHejTUocV { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } @media (max-width: 639px) { .gp-component-id-uHejTUocV { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-uHejTUocV { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-uHejTUocV { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-uHejTUocV { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (min-width: 1200px) { .gp-component-id-uHejTUocV { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } }

 @media (max-width: 639px) { [data-gp-text] .gp-component-id-K4wbjmiejp { margin-left: 4px; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-K4wbjmiejp { margin-left: 4px; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-K4wbjmiejp { margin-left: 4px; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-K4wbjmiejp { margin-left: 4px; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-K4wbjmiejp { margin-left: 4px; } }

 @media (max-width: 639px) { .gp-component-id-G9yCmIdbF[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex;position: relative; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-G9yCmIdbF[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex;position: relative; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-G9yCmIdbF[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex;position: relative; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-G9yCmIdbF[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex;position: relative; } } @media (min-width: 1200px) { .gp-component-id-G9yCmIdbF[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex;position: relative; } }

 @media (max-width: 639px) { [data-gp-text] .gp-component-id-0yjX5Ry0m7 { margin-left: 4px; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-0yjX5Ry0m7 { margin-left: 4px; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-0yjX5Ry0m7 { margin-left: 4px; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-0yjX5Ry0m7 { margin-left: 4px; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-0yjX5Ry0m7 { margin-left: 4px; } }

 @media (max-width: 639px) { .gp-component-id-ST7CmvZpP[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex;position: relative; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-ST7CmvZpP[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex;position: relative; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-ST7CmvZpP[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex;position: relative; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-ST7CmvZpP[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex;position: relative; } } @media (min-width: 1200px) { .gp-component-id-ST7CmvZpP[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex;position: relative; } }

 @media (max-width: 639px) { [data-gp-text] .gp-component-id-ndOb8UzDKh { margin-left: 4px; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-ndOb8UzDKh { margin-left: 4px; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-ndOb8UzDKh { margin-left: 4px; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-ndOb8UzDKh { margin-left: 4px; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-ndOb8UzDKh { margin-left: 4px; } }

 @media (max-width: 639px) { .gp-component-id-Iph_19NiZ[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex;position: relative; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-Iph_19NiZ[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex;position: relative; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-Iph_19NiZ[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex;position: relative; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-Iph_19NiZ[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex;position: relative; } } @media (min-width: 1200px) { .gp-component-id-Iph_19NiZ[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex;position: relative; } }

 @media (max-width: 639px) { [data-gp-text] .gp-component-id-JpK0aEis6D { margin-left: 4px; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-JpK0aEis6D { margin-left: 4px; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-JpK0aEis6D { margin-left: 4px; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-JpK0aEis6D { margin-left: 4px; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-JpK0aEis6D { margin-left: 4px; } }

 @media (max-width: 639px) { .gp-component-id-0zCnQdbje[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex;position: relative; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-0zCnQdbje[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex;position: relative; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-0zCnQdbje[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex;position: relative; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-0zCnQdbje[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex;position: relative; } } @media (min-width: 1200px) { .gp-component-id-0zCnQdbje[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex;position: relative; } }

 .gp-component-id-mw4Ng3LE_ { align-items: flex-start;color: rgb(32, 45, 60);font-size: 18px;margin-bottom: 8px;display: flex; } @media (max-width: 639px) { .gp-component-id-mw4Ng3LE_ { align-items: flex-start;color: rgb(32, 45, 60);font-size: 18px;margin-bottom: 8px;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-mw4Ng3LE_ { align-items: flex-start;color: rgb(32, 45, 60);font-size: 18px;margin-bottom: 8px;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-mw4Ng3LE_ { align-items: flex-start;color: rgb(32, 45, 60);font-size: 18px;margin-bottom: 8px;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-mw4Ng3LE_ { align-items: flex-start;color: rgb(32, 45, 60);font-size: 18px;margin-bottom: 8px;display: flex; } } @media (min-width: 1200px) { .gp-component-id-mw4Ng3LE_ { align-items: flex-start;color: rgb(32, 45, 60);font-size: 18px;margin-bottom: 8px;display: flex; } }

 .gp-component-id-mCTvduoKRi { margin-left: 4px; } @media (max-width: 639px) { .gp-component-id-mCTvduoKRi { margin-left: 4px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-mCTvduoKRi { margin-left: 4px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-mCTvduoKRi { margin-left: 4px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-mCTvduoKRi { margin-left: 4px; } } @media (min-width: 1200px) { .gp-component-id-mCTvduoKRi { margin-left: 4px; } }

 @media (max-width: 639px) { [data-gp-text] .gp-component-id-CZvVOH4QDd { margin-left: 4px; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-CZvVOH4QDd { margin-left: 4px; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-CZvVOH4QDd { margin-left: 4px; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-CZvVOH4QDd { margin-left: 4px; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-CZvVOH4QDd { margin-left: 4px; } }

 @media (max-width: 639px) { .gp-component-id-2ebU_fsiN[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex;position: relative; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-2ebU_fsiN[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex;position: relative; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-2ebU_fsiN[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex;position: relative; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-2ebU_fsiN[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex;position: relative; } } @media (min-width: 1200px) { .gp-component-id-2ebU_fsiN[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex;position: relative; } }

 @media (max-width: 639px) { [data-gp-text] .gp-component-id-jR1LWR1Wt2 { margin-left: 4px; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-jR1LWR1Wt2 { margin-left: 4px; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-jR1LWR1Wt2 { margin-left: 4px; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-jR1LWR1Wt2 { margin-left: 4px; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-jR1LWR1Wt2 { margin-left: 4px; } }

 @media (max-width: 639px) { .gp-component-id-Gtbj4Y4T7[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex;position: relative; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-Gtbj4Y4T7[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex;position: relative; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-Gtbj4Y4T7[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex;position: relative; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-Gtbj4Y4T7[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex;position: relative; } } @media (min-width: 1200px) { .gp-component-id-Gtbj4Y4T7[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex;position: relative; } }

 @media (max-width: 639px) { [data-gp-text] .gp-component-id-CzEd64Y6sC { margin-left: 4px; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-CzEd64Y6sC { margin-left: 4px; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-CzEd64Y6sC { margin-left: 4px; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-CzEd64Y6sC { margin-left: 4px; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-CzEd64Y6sC { margin-left: 4px; } }

 @media (max-width: 639px) { .gp-component-id-0P2suHlKv[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex;position: relative; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-0P2suHlKv[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex;position: relative; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-0P2suHlKv[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex;position: relative; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-0P2suHlKv[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex;position: relative; } } @media (min-width: 1200px) { .gp-component-id-0P2suHlKv[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex;position: relative; } }

 @media (max-width: 639px) { [data-gp-text] .gp-component-id-6gkA78wJTh { margin-left: 4px; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-6gkA78wJTh { margin-left: 4px; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-6gkA78wJTh { margin-left: 4px; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-6gkA78wJTh { margin-left: 4px; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-6gkA78wJTh { margin-left: 4px; } }

 @media (max-width: 639px) { .gp-component-id-lrRwBDxQhA[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-lrRwBDxQhA[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-lrRwBDxQhA[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-lrRwBDxQhA[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex; } } @media (min-width: 1200px) { .gp-component-id-lrRwBDxQhA[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex; } }

 @media (max-width: 639px) { .gp-component-id-tI3v4fHU8[data-gp-component] { width: 100%;height: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-tI3v4fHU8[data-gp-component] { width: 100%;height: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-tI3v4fHU8[data-gp-component] { width: 100%;height: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-tI3v4fHU8[data-gp-component] { width: 100%;height: 100%; } } @media (min-width: 1200px) { .gp-component-id-tI3v4fHU8[data-gp-component] { width: 100%;height: 100%; } }

 .gp-component-id-C3I95gcRG { padding-right: 8px;width: 100%;padding-left: 8px; } @media (max-width: 639px) { .gp-component-id-C3I95gcRG { padding-right: 8px;width: 100%;padding-left: 8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-C3I95gcRG { padding-right: 8px;width: 100%;padding-left: 8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-C3I95gcRG { padding-right: 8px;width: 100%;padding-left: 8px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-C3I95gcRG { padding-right: 8px;width: 100%;padding-left: 8px; } } @media (min-width: 1200px) { .gp-component-id-C3I95gcRG { padding-right: 8px;width: 100%;padding-left: 8px; } }

 .gp-component-id-tIamFXjA4 { flex-wrap: wrap;margin-right: -8px;margin-left: -8px; } @media (max-width: 639px) { .gp-component-id-tIamFXjA4 { flex-wrap: wrap;margin-right: -8px;margin-left: -8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-tIamFXjA4 { flex-wrap: wrap;margin-right: -8px;margin-left: -8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-tIamFXjA4 { flex-wrap: wrap;margin-right: -8px;margin-left: -8px;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-tIamFXjA4 { flex-wrap: wrap;margin-right: -8px;margin-left: -8px;display: flex; } } @media (min-width: 1200px) { .gp-component-id-tIamFXjA4 { flex-wrap: wrap;margin-right: -8px;margin-left: -8px;display: flex; } }

 .gp-component-id-1HODEnfg3Q { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 100%;padding-left: 8px; } @media (max-width: 639px) { .gp-component-id-1HODEnfg3Q { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 100%;padding-left: 8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-1HODEnfg3Q { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 100%;padding-left: 8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-1HODEnfg3Q { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 50%;padding-left: 8px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-1HODEnfg3Q { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 50%;padding-left: 8px; } } @media (min-width: 1200px) { .gp-component-id-1HODEnfg3Q { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 50%;padding-left: 8px; } }

 .gp-component-id-mbZ57mLxC8 { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 100%;padding-left: 8px; } @media (max-width: 639px) { .gp-component-id-mbZ57mLxC8 { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 100%;padding-left: 8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-mbZ57mLxC8 { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 100%;padding-left: 8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-mbZ57mLxC8 { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 50%;padding-left: 8px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-mbZ57mLxC8 { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 50%;padding-left: 8px; } } @media (min-width: 1200px) { .gp-component-id-mbZ57mLxC8 { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 50%;padding-left: 8px; } }

 .gp-component-id-R4h9OpqrzP { height: 100%;width: 100%; } @media (max-width: 639px) { .gp-component-id-R4h9OpqrzP { height: 100%;width: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-R4h9OpqrzP { height: 100%;width: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-R4h9OpqrzP { height: 100%;width: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-R4h9OpqrzP { height: 100%;width: 100%; } } @media (min-width: 1200px) { .gp-component-id-R4h9OpqrzP { height: 100%;width: 100%; } }

 @media (max-width: 639px) { .gp-component-id-G0nck1lTMG[data-gp-component] { margin-top: 41px;width: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-G0nck1lTMG[data-gp-component] { margin-top: 41px;width: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-G0nck1lTMG[data-gp-component] { margin-top: 41px;width: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-G0nck1lTMG[data-gp-component] { margin-top: 41px;width: 100%; } } @media (min-width: 1200px) { .gp-component-id-G0nck1lTMG[data-gp-component] { margin-top: 41px;width: 100%; } }

 .gp-component-id-WjaCIO6jh { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;font-size: 2em; } @media (max-width: 639px) { .gp-component-id-WjaCIO6jh { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;font-size: 2em; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-WjaCIO6jh { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;font-size: 2em; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-WjaCIO6jh { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;font-size: 2em; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-WjaCIO6jh { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;font-size: 2em; } } @media (min-width: 1200px) { .gp-component-id-WjaCIO6jh { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;font-size: 2em; } }

 .gp-component-id-mXlt7nLfL { z-index: 10;position: relative; } @media (max-width: 639px) { .gp-component-id-mXlt7nLfL { z-index: 10;position: relative; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-mXlt7nLfL { z-index: 10;position: relative; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-mXlt7nLfL { z-index: 10;position: relative; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-mXlt7nLfL { z-index: 10;position: relative; } } @media (min-width: 1200px) { .gp-component-id-mXlt7nLfL { z-index: 10;position: relative; } }

 .gp-component-id-mXlt7nLfL.gp-component [data-section-overlay] { position: absolute;bottom: 0px;top: 0px;left: 0px;right: 0px;z-index: -1; } @media (max-width: 639px) { .gp-component-id-mXlt7nLfL.gp-component [data-section-overlay] { position: absolute;bottom: 0px;top: 0px;left: 0px;right: 0px;z-index: -1; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-mXlt7nLfL.gp-component [data-section-overlay] { position: absolute;bottom: 0px;top: 0px;left: 0px;right: 0px;z-index: -1; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-mXlt7nLfL.gp-component [data-section-overlay] { position: absolute;bottom: 0px;top: 0px;left: 0px;right: 0px;z-index: -1; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-mXlt7nLfL.gp-component [data-section-overlay] { position: absolute;bottom: 0px;top: 0px;left: 0px;right: 0px;z-index: -1; } } @media (min-width: 1200px) { .gp-component-id-mXlt7nLfL.gp-component [data-section-overlay] { position: absolute;bottom: 0px;top: 0px;left: 0px;right: 0px;z-index: -1; } }

 .gp-component-id-n9OxkGs0ew { width: 100%;margin-right: auto;margin-left: auto; } @media (max-width: 639px) { .gp-component-id-n9OxkGs0ew { width: 100%;margin-right: auto;margin-left: auto; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-n9OxkGs0ew { width: 100%;margin-right: auto;margin-left: auto;max-width: 640px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-n9OxkGs0ew { width: 100%;margin-right: auto;margin-left: auto;max-width: 768px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-n9OxkGs0ew { width: 100%;margin-right: auto;margin-left: auto;max-width: 992px; } } @media (min-width: 1200px) { .gp-component-id-n9OxkGs0ew { width: 100%;margin-right: auto;margin-left: auto;max-width: 1200px; } }

 .gp-component-id-WywuW0m7SQ { margin-right: -8px;margin-left: -8px; } @media (max-width: 639px) { .gp-component-id-WywuW0m7SQ { margin-right: -8px;margin-left: -8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-WywuW0m7SQ { margin-right: -8px;margin-left: -8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-WywuW0m7SQ { margin-right: -8px;margin-left: -8px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-WywuW0m7SQ { margin-right: -8px;margin-left: -8px; } } @media (min-width: 1200px) { .gp-component-id-WywuW0m7SQ { margin-right: -8px;margin-left: -8px; } }

 .gp-component-id-6TexVWG1Ws { padding-right: 8px;width: 100%;padding-left: 8px; } @media (max-width: 639px) { .gp-component-id-6TexVWG1Ws { padding-right: 8px;width: 100%;padding-left: 8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-6TexVWG1Ws { padding-right: 8px;width: 100%;padding-left: 8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-6TexVWG1Ws { padding-right: 8px;width: 100%;padding-left: 8px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-6TexVWG1Ws { padding-right: 8px;width: 100%;padding-left: 8px; } } @media (min-width: 1200px) { .gp-component-id-6TexVWG1Ws { padding-right: 8px;width: 100%;padding-left: 8px; } }

 @media (max-width: 639px) { [data-gp-text] .gp-component-id-F6pEidIFYf { text-align: center;margin-left: 0px;margin-right: 0px;margin-top: 20px;margin-bottom: 0px;padding-top: 0px;box-sizing: border-box;cursor: text; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-F6pEidIFYf { text-align: center;margin-left: 0px;margin-right: 0px;margin-top: 20px;margin-bottom: 0px;padding-top: 0px;box-sizing: border-box;cursor: text; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-F6pEidIFYf { text-align: center;margin-left: 0px;margin-right: 0px;margin-top: 20px;margin-bottom: 0px;padding-top: 0px;box-sizing: border-box;cursor: text; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-F6pEidIFYf { text-align: center;margin-left: 0px;margin-right: 0px;margin-top: 20px;margin-bottom: 0px;padding-top: 0px;box-sizing: border-box;cursor: text; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-F6pEidIFYf { text-align: center;margin-left: 0px;margin-right: 0px;margin-top: 20px;margin-bottom: 0px;padding-top: 0px;box-sizing: border-box;cursor: text; } }

 @media (max-width: 639px) { .gp-component-id-KnklTPocV[data-gp-component] { margin-top: 25px;width: 100%;position: relative; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-KnklTPocV[data-gp-component] { margin-top: 25px;width: 100%;position: relative; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-KnklTPocV[data-gp-component] { margin-top: 25px;width: 100%;position: relative; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-KnklTPocV[data-gp-component] { margin-top: 25px;width: 100%;position: relative; } } @media (min-width: 1200px) { .gp-component-id-KnklTPocV[data-gp-component] { margin-top: 25px;width: 100%;position: relative; } }

 @media (max-width: 639px) { [data-gp-text] .gp-component-id-Gop_mP_HXJ { text-align: center;margin-left: 0px;margin-right: 0px;margin-top: 20px;margin-bottom: 0px;cursor: text;box-sizing: border-box; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-Gop_mP_HXJ { text-align: center;margin-left: 0px;margin-right: 0px;margin-top: 20px;margin-bottom: 0px;cursor: text;box-sizing: border-box; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-Gop_mP_HXJ { text-align: center;margin-left: 0px;margin-right: 0px;margin-top: 20px;margin-bottom: 0px;cursor: text;box-sizing: border-box; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-Gop_mP_HXJ { text-align: center;margin-left: 0px;margin-right: 0px;margin-top: 20px;margin-bottom: 0px;cursor: text;box-sizing: border-box; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-Gop_mP_HXJ { text-align: center;margin-left: 0px;margin-right: 0px;margin-top: 20px;margin-bottom: 0px;cursor: text;box-sizing: border-box; } }

 @media (max-width: 639px) { [data-gp-text] .gp-component-id-k6OX0RlivY { text-align: center;margin-top: 20px;cursor: text;box-sizing: border-box; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-k6OX0RlivY { text-align: center;margin-top: 20px;cursor: text;box-sizing: border-box; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-k6OX0RlivY { text-align: center;margin-top: 20px;cursor: text;box-sizing: border-box; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-k6OX0RlivY { text-align: center;margin-top: 20px;cursor: text;box-sizing: border-box; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-k6OX0RlivY { text-align: center;margin-top: 20px;cursor: text;box-sizing: border-box; } }

 @media (max-width: 639px) { [data-gp-text] .gp-component-id-NWhTOOZdim { text-align: center;margin-left: 0px;margin-right: 0px;margin-top: 15px;margin-bottom: 0px;cursor: text;box-sizing: border-box; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-NWhTOOZdim { text-align: center;margin-left: 0px;margin-right: 0px;margin-top: 15px;margin-bottom: 0px;cursor: text;box-sizing: border-box; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-NWhTOOZdim { text-align: center;margin-left: 0px;margin-right: 0px;margin-top: 15px;margin-bottom: 0px;cursor: text;box-sizing: border-box; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-NWhTOOZdim { text-align: center;margin-left: 0px;margin-right: 0px;margin-top: 15px;margin-bottom: 0px;cursor: text;box-sizing: border-box; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-NWhTOOZdim { text-align: center;margin-left: 0px;margin-right: 0px;margin-top: 15px;margin-bottom: 0px;cursor: text;box-sizing: border-box; } }

 @media (max-width: 639px) { .gp-component-id-_4XUK0fU4[data-gp-component] { margin-top: 25px;width: 100%;position: relative; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-_4XUK0fU4[data-gp-component] { margin-top: 25px;width: 100%;position: relative; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-_4XUK0fU4[data-gp-component] { margin-top: 25px;width: 100%;position: relative; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-_4XUK0fU4[data-gp-component] { margin-top: 25px;width: 100%;position: relative; } } @media (min-width: 1200px) { .gp-component-id-_4XUK0fU4[data-gp-component] { margin-top: 25px;width: 100%;position: relative; } }

 @media (max-width: 639px) { [data-gp-text] .gp-component-id-jOC_YBiSKJ { text-align: center;margin-top: 20px;cursor: text;box-sizing: border-box; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-jOC_YBiSKJ { text-align: center;margin-top: 20px;cursor: text;box-sizing: border-box; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-jOC_YBiSKJ { text-align: center;margin-top: 20px;cursor: text;box-sizing: border-box; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-jOC_YBiSKJ { text-align: center;margin-top: 20px;cursor: text;box-sizing: border-box; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-jOC_YBiSKJ { text-align: center;margin-top: 20px;cursor: text;box-sizing: border-box; } }

 @media (max-width: 639px) { [data-gp-text] .gp-component-id-ZmJFF4Oz6Y { text-align: center;margin-left: 0px;margin-right: 0px;margin-top: 15px;margin-bottom: 0px;cursor: text;box-sizing: border-box; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-ZmJFF4Oz6Y { text-align: center;margin-left: 0px;margin-right: 0px;margin-top: 15px;margin-bottom: 0px;cursor: text;box-sizing: border-box; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-ZmJFF4Oz6Y { text-align: center;margin-left: 0px;margin-right: 0px;margin-top: 15px;margin-bottom: 0px;cursor: text;box-sizing: border-box; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-ZmJFF4Oz6Y { text-align: center;margin-left: 0px;margin-right: 0px;margin-top: 15px;margin-bottom: 0px;cursor: text;box-sizing: border-box; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-ZmJFF4Oz6Y { text-align: center;margin-left: 0px;margin-right: 0px;margin-top: 15px;margin-bottom: 0px;cursor: text;box-sizing: border-box; } }

 @media (max-width: 639px) { .gp-component-id-ifT0JCwdp[data-gp-component] { margin-top: 25px;width: 100%;position: relative; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-ifT0JCwdp[data-gp-component] { margin-top: 25px;width: 100%;position: relative; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-ifT0JCwdp[data-gp-component] { margin-top: 25px;width: 100%;position: relative; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-ifT0JCwdp[data-gp-component] { margin-top: 25px;width: 100%;position: relative; } } @media (min-width: 1200px) { .gp-component-id-ifT0JCwdp[data-gp-component] { margin-top: 25px;width: 100%;position: relative; } }

 @media (max-width: 639px) { [data-gp-text] .gp-component-id-0_1dJ5xAt { text-align: center;margin-top: 20px; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-0_1dJ5xAt { text-align: center;margin-top: 20px; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-0_1dJ5xAt { text-align: center;margin-top: 20px; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-0_1dJ5xAt { text-align: center;margin-top: 20px; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-0_1dJ5xAt { text-align: center;margin-top: 20px; } }

 @media (max-width: 639px) { [data-gp-text] .gp-component-id-7bkgt15VJ { text-align: center;margin-left: 0px;margin-right: 0px;margin-top: 15px;margin-bottom: 0px; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-7bkgt15VJ { text-align: center;margin-left: 0px;margin-right: 0px;margin-top: 15px;margin-bottom: 0px; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-7bkgt15VJ { text-align: center;margin-left: 0px;margin-right: 0px;margin-top: 15px;margin-bottom: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-7bkgt15VJ { text-align: center;margin-left: 0px;margin-right: 0px;margin-top: 15px;margin-bottom: 0px; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-7bkgt15VJ { text-align: center;margin-left: 0px;margin-right: 0px;margin-top: 15px;margin-bottom: 0px; } }

 @media (max-width: 639px) { [data-gp-text] .gp-component-id-IGZFnIr_b { text-align: center;margin-left: 0px;margin-right: 0px;margin-top: 20px;margin-bottom: 0px; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-IGZFnIr_b { text-align: center;margin-left: 0px;margin-right: 0px;margin-top: 20px;margin-bottom: 0px; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-IGZFnIr_b { text-align: center;margin-left: 0px;margin-right: 0px;margin-top: 20px;margin-bottom: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-IGZFnIr_b { text-align: center;margin-left: 0px;margin-right: 0px;margin-top: 20px;margin-bottom: 0px; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-IGZFnIr_b { text-align: center;margin-left: 0px;margin-right: 0px;margin-top: 20px;margin-bottom: 0px; } }

 .gp-component-id-IGZFnIr_b { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } @media (max-width: 639px) { .gp-component-id-IGZFnIr_b { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-IGZFnIr_b { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-IGZFnIr_b { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-IGZFnIr_b { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (min-width: 1200px) { .gp-component-id-IGZFnIr_b { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } }

 .gp-component-id-0_1dJ5xAt { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } @media (max-width: 639px) { .gp-component-id-0_1dJ5xAt { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-0_1dJ5xAt { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-0_1dJ5xAt { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-0_1dJ5xAt { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (min-width: 1200px) { .gp-component-id-0_1dJ5xAt { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } }

 .gp-component-id-7bkgt15VJ { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } @media (max-width: 639px) { .gp-component-id-7bkgt15VJ { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-7bkgt15VJ { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-7bkgt15VJ { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-7bkgt15VJ { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (min-width: 1200px) { .gp-component-id-7bkgt15VJ { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } }

 .gp-component-id-oS_qu3Tvp { border-left-style: solid;border-bottom-style: solid;border-right-style: solid;border-top-style: solid;height: auto;max-width: 100%;display: inline-flex;align-items: flex-start;justify-content: flex-start;object-fit: cover;object-position: center center; } @media (max-width: 639px) { .gp-component-id-oS_qu3Tvp { border-left-style: solid;border-bottom-style: solid;border-right-style: solid;border-top-style: solid;height: auto;max-width: 100%;display: inline-flex;align-items: flex-start;justify-content: flex-start;object-fit: cover;object-position: center center; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-oS_qu3Tvp { border-left-style: solid;border-bottom-style: solid;border-right-style: solid;border-top-style: solid;height: auto;max-width: 100%;display: inline-flex;align-items: flex-start;justify-content: flex-start;object-fit: cover;object-position: center center; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-oS_qu3Tvp { border-left-style: solid;border-bottom-style: solid;border-right-style: solid;border-top-style: solid;height: auto;max-width: 100%;display: inline-flex;align-items: flex-start;justify-content: flex-start;object-fit: cover;object-position: center center; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-oS_qu3Tvp { border-left-style: solid;border-bottom-style: solid;border-right-style: solid;border-top-style: solid;height: auto;max-width: 100%;display: inline-flex;align-items: flex-start;justify-content: flex-start;object-fit: cover;object-position: center center; } } @media (min-width: 1200px) { .gp-component-id-oS_qu3Tvp { border-left-style: solid;border-bottom-style: solid;border-right-style: solid;border-top-style: solid;height: auto;max-width: 100%;display: inline-flex;align-items: flex-start;justify-content: flex-start;object-fit: cover;object-position: center center; } }

 .gp-component-id-HDq90l0l8 { border-left-style: solid;border-bottom-style: solid;border-right-style: solid;border-top-style: solid;height: auto;max-width: 100%;display: inline-flex;align-items: flex-start;justify-content: flex-start;object-fit: cover;object-position: center center; } @media (max-width: 639px) { .gp-component-id-HDq90l0l8 { border-left-style: solid;border-bottom-style: solid;border-right-style: solid;border-top-style: solid;height: auto;max-width: 100%;display: inline-flex;align-items: flex-start;justify-content: flex-start;object-fit: cover;object-position: center center; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-HDq90l0l8 { border-left-style: solid;border-bottom-style: solid;border-right-style: solid;border-top-style: solid;height: auto;max-width: 100%;display: inline-flex;align-items: flex-start;justify-content: flex-start;object-fit: cover;object-position: center center; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-HDq90l0l8 { border-left-style: solid;border-bottom-style: solid;border-right-style: solid;border-top-style: solid;height: auto;max-width: 100%;display: inline-flex;align-items: flex-start;justify-content: flex-start;object-fit: cover;object-position: center center; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-HDq90l0l8 { border-left-style: solid;border-bottom-style: solid;border-right-style: solid;border-top-style: solid;height: auto;max-width: 100%;display: inline-flex;align-items: flex-start;justify-content: flex-start;object-fit: cover;object-position: center center; } } @media (min-width: 1200px) { .gp-component-id-HDq90l0l8 { border-left-style: solid;border-bottom-style: solid;border-right-style: solid;border-top-style: solid;height: auto;max-width: 100%;display: inline-flex;align-items: flex-start;justify-content: flex-start;object-fit: cover;object-position: center center; } }

 .gp-component-id-Jc00tqekV { border-left-style: solid;border-bottom-style: solid;border-right-style: solid;border-top-style: solid;height: auto;max-width: 100%;display: inline-flex;align-items: flex-start;justify-content: flex-start;object-fit: cover;object-position: center center; } @media (max-width: 639px) { .gp-component-id-Jc00tqekV { border-left-style: solid;border-bottom-style: solid;border-right-style: solid;border-top-style: solid;height: auto;max-width: 100%;display: inline-flex;align-items: flex-start;justify-content: flex-start;object-fit: cover;object-position: center center; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-Jc00tqekV { border-left-style: solid;border-bottom-style: solid;border-right-style: solid;border-top-style: solid;height: auto;max-width: 100%;display: inline-flex;align-items: flex-start;justify-content: flex-start;object-fit: cover;object-position: center center; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-Jc00tqekV { border-left-style: solid;border-bottom-style: solid;border-right-style: solid;border-top-style: solid;height: auto;max-width: 100%;display: inline-flex;align-items: flex-start;justify-content: flex-start;object-fit: cover;object-position: center center; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-Jc00tqekV { border-left-style: solid;border-bottom-style: solid;border-right-style: solid;border-top-style: solid;height: auto;max-width: 100%;display: inline-flex;align-items: flex-start;justify-content: flex-start;object-fit: cover;object-position: center center; } } @media (min-width: 1200px) { .gp-component-id-Jc00tqekV { border-left-style: solid;border-bottom-style: solid;border-right-style: solid;border-top-style: solid;height: auto;max-width: 100%;display: inline-flex;align-items: flex-start;justify-content: flex-start;object-fit: cover;object-position: center center; } }

 .gp-component-id-XfwW51zo6 { padding-right: 8px;width: 100%;padding-left: 8px; } @media (max-width: 639px) { .gp-component-id-XfwW51zo6 { padding-right: 8px;width: 100%;padding-left: 8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-XfwW51zo6 { padding-right: 8px;width: 100%;padding-left: 8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-XfwW51zo6 { padding-right: 8px;width: 100%;padding-left: 8px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-XfwW51zo6 { padding-right: 8px;width: 100%;padding-left: 8px; } } @media (min-width: 1200px) { .gp-component-id-XfwW51zo6 { padding-right: 8px;width: 100%;padding-left: 8px; } }

 .gp-component-id-iaGL0iF1q { flex-wrap: wrap;margin-right: -8px;margin-left: -8px; } @media (max-width: 639px) { .gp-component-id-iaGL0iF1q { flex-wrap: wrap;margin-right: -8px;margin-left: -8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-iaGL0iF1q { flex-wrap: wrap;margin-right: -8px;margin-left: -8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-iaGL0iF1q { flex-wrap: wrap;margin-right: -8px;margin-left: -8px;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-iaGL0iF1q { flex-wrap: wrap;margin-right: -8px;margin-left: -8px;display: flex; } } @media (min-width: 1200px) { .gp-component-id-iaGL0iF1q { flex-wrap: wrap;margin-right: -8px;margin-left: -8px;display: flex; } }

 .gp-component-id-2K_GIIkdwZ { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 100%;padding-left: 8px; } @media (max-width: 639px) { .gp-component-id-2K_GIIkdwZ { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 100%;padding-left: 8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-2K_GIIkdwZ { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 100%;padding-left: 8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-2K_GIIkdwZ { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 33.33%;padding-left: 8px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-2K_GIIkdwZ { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 33.33%;padding-left: 8px; } } @media (min-width: 1200px) { .gp-component-id-2K_GIIkdwZ { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 33.33%;padding-left: 8px; } }

 .gp-component-id-iZlzUFGiWX { height: 100%;width: 100%; } @media (max-width: 639px) { .gp-component-id-iZlzUFGiWX { height: 100%;width: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-iZlzUFGiWX { height: 100%;width: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-iZlzUFGiWX { height: 100%;width: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-iZlzUFGiWX { height: 100%;width: 100%; } } @media (min-width: 1200px) { .gp-component-id-iZlzUFGiWX { height: 100%;width: 100%; } }

 .gp-component-id-E_cEvYAhxR { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 100%;padding-left: 8px; } @media (max-width: 639px) { .gp-component-id-E_cEvYAhxR { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 100%;padding-left: 8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-E_cEvYAhxR { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 100%;padding-left: 8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-E_cEvYAhxR { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 33.33%;padding-left: 8px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-E_cEvYAhxR { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 33.33%;padding-left: 8px; } } @media (min-width: 1200px) { .gp-component-id-E_cEvYAhxR { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 33.33%;padding-left: 8px; } }

 .gp-component-id-BahrM3wYxz { height: 100%;width: 100%; } @media (max-width: 639px) { .gp-component-id-BahrM3wYxz { height: 100%;width: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-BahrM3wYxz { height: 100%;width: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-BahrM3wYxz { height: 100%;width: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-BahrM3wYxz { height: 100%;width: 100%; } } @media (min-width: 1200px) { .gp-component-id-BahrM3wYxz { height: 100%;width: 100%; } }

 .gp-component-id-k5796g02Ap { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 100%;padding-left: 8px; } @media (max-width: 639px) { .gp-component-id-k5796g02Ap { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 100%;padding-left: 8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-k5796g02Ap { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 100%;padding-left: 8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-k5796g02Ap { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 33.33%;padding-left: 8px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-k5796g02Ap { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 33.33%;padding-left: 8px; } } @media (min-width: 1200px) { .gp-component-id-k5796g02Ap { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 33.33%;padding-left: 8px; } }

 .gp-component-id-JLxLHKVDXj { height: 100%;width: 100%; } @media (max-width: 639px) { .gp-component-id-JLxLHKVDXj { height: 100%;width: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-JLxLHKVDXj { height: 100%;width: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-JLxLHKVDXj { height: 100%;width: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-JLxLHKVDXj { height: 100%;width: 100%; } } @media (min-width: 1200px) { .gp-component-id-JLxLHKVDXj { height: 100%;width: 100%; } }

 .gp-component-id-siuGIacfE { z-index: 10;position: relative; } @media (max-width: 639px) { .gp-component-id-siuGIacfE { z-index: 10;position: relative; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-siuGIacfE { z-index: 10;position: relative; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-siuGIacfE { z-index: 10;position: relative; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-siuGIacfE { z-index: 10;position: relative; } } @media (min-width: 1200px) { .gp-component-id-siuGIacfE { z-index: 10;position: relative; } }

 .gp-component-id-siuGIacfE.gp-component [data-section-overlay] { position: absolute;bottom: 0px;top: 0px;left: 0px;right: 0px;z-index: -1; } @media (max-width: 639px) { .gp-component-id-siuGIacfE.gp-component [data-section-overlay] { position: absolute;bottom: 0px;top: 0px;left: 0px;right: 0px;z-index: -1; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-siuGIacfE.gp-component [data-section-overlay] { position: absolute;bottom: 0px;top: 0px;left: 0px;right: 0px;z-index: -1; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-siuGIacfE.gp-component [data-section-overlay] { position: absolute;bottom: 0px;top: 0px;left: 0px;right: 0px;z-index: -1; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-siuGIacfE.gp-component [data-section-overlay] { position: absolute;bottom: 0px;top: 0px;left: 0px;right: 0px;z-index: -1; } } @media (min-width: 1200px) { .gp-component-id-siuGIacfE.gp-component [data-section-overlay] { position: absolute;bottom: 0px;top: 0px;left: 0px;right: 0px;z-index: -1; } }

 .gp-component-id-_teuHQL4x0 { width: 100%;margin-right: auto;margin-left: auto; } @media (max-width: 639px) { .gp-component-id-_teuHQL4x0 { width: 100%;margin-right: auto;margin-left: auto; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-_teuHQL4x0 { width: 100%;margin-right: auto;margin-left: auto;max-width: 640px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-_teuHQL4x0 { width: 100%;margin-right: auto;margin-left: auto;max-width: 768px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-_teuHQL4x0 { width: 100%;margin-right: auto;margin-left: auto;max-width: 992px; } } @media (min-width: 1200px) { .gp-component-id-_teuHQL4x0 { width: 100%;margin-right: auto;margin-left: auto;max-width: 1200px; } }

 .gp-component-id-qLVfbDQyn8 { padding-right: 8px;width: 100%;padding-left: 8px; } @media (max-width: 639px) { .gp-component-id-qLVfbDQyn8 { padding-right: 8px;width: 100%;padding-left: 8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-qLVfbDQyn8 { padding-right: 8px;width: 100%;padding-left: 8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-qLVfbDQyn8 { padding-right: 8px;width: 100%;padding-left: 8px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-qLVfbDQyn8 { padding-right: 8px;width: 100%;padding-left: 8px; } } @media (min-width: 1200px) { .gp-component-id-qLVfbDQyn8 { padding-right: 8px;width: 100%;padding-left: 8px; } }

 .gp-component-id-tFJPVyiinu { margin-right: -8px;margin-left: -8px; } @media (max-width: 639px) { .gp-component-id-tFJPVyiinu { margin-right: -8px;margin-left: -8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-tFJPVyiinu { margin-right: -8px;margin-left: -8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-tFJPVyiinu { margin-right: -8px;margin-left: -8px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-tFJPVyiinu { margin-right: -8px;margin-left: -8px; } } @media (min-width: 1200px) { .gp-component-id-tFJPVyiinu { margin-right: -8px;margin-left: -8px; } }

 .gp-component-id-dptZBo0Y3I { padding-right: 8px;width: 100%;padding-left: 8px; } @media (max-width: 639px) { .gp-component-id-dptZBo0Y3I { padding-right: 8px;width: 100%;padding-left: 8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-dptZBo0Y3I { padding-right: 8px;width: 100%;padding-left: 8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-dptZBo0Y3I { padding-right: 8px;width: 100%;padding-left: 8px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-dptZBo0Y3I { padding-right: 8px;width: 100%;padding-left: 8px; } } @media (min-width: 1200px) { .gp-component-id-dptZBo0Y3I { padding-right: 8px;width: 100%;padding-left: 8px; } }

 .gp-component-id-Tw90GGRGfQ { width: 100%; } @media (max-width: 639px) { .gp-component-id-Tw90GGRGfQ { width: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-Tw90GGRGfQ { width: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-Tw90GGRGfQ { width: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-Tw90GGRGfQ { width: 100%; } } @media (min-width: 1200px) { .gp-component-id-Tw90GGRGfQ { width: 100%; } }

 @media (max-width: 639px) { .gp-component-id-YEvfz9r6dQ[data-gp-component] { font-size: 22px;color: rgba(25, 70, 157, 1);text-align: center;padding-left: 8px;padding-right: 8px;width: 100%;position: relative; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-YEvfz9r6dQ[data-gp-component] { font-size: 22px;color: rgba(25, 70, 157, 1);text-align: center;padding-left: 8px;padding-right: 8px;width: 100%;position: relative; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-YEvfz9r6dQ[data-gp-component] { font-size: 22px;color: rgba(25, 70, 157, 1);text-align: center;padding-left: 8px;padding-right: 8px;width: 100%;position: relative; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-YEvfz9r6dQ[data-gp-component] { font-size: 22px;color: rgba(25, 70, 157, 1);text-align: center;padding-left: 8px;padding-right: 8px;width: 100%;position: relative; } } @media (min-width: 1200px) { .gp-component-id-YEvfz9r6dQ[data-gp-component] { font-size: 22px;color: rgba(25, 70, 157, 1);text-align: center;padding-left: 8px;padding-right: 8px;width: 100%;position: relative; } }

 .gp-component-id-j81jGAYTJ { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } @media (max-width: 639px) { .gp-component-id-j81jGAYTJ { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-j81jGAYTJ { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-j81jGAYTJ { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-j81jGAYTJ { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (min-width: 1200px) { .gp-component-id-j81jGAYTJ { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } }

 .gp-component-id-6RseYRjLX { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;font-size: 2em; } @media (max-width: 639px) { .gp-component-id-6RseYRjLX { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;font-size: 2em; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-6RseYRjLX { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;font-size: 2em; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-6RseYRjLX { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;font-size: 2em; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-6RseYRjLX { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;font-size: 2em; } } @media (min-width: 1200px) { .gp-component-id-6RseYRjLX { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;font-size: 2em; } }

 .gp-component-id-ISPjFvtPVB { width: 100%;margin-right: auto;margin-left: auto; } @media (max-width: 639px) { .gp-component-id-ISPjFvtPVB { width: 100%;margin-right: auto;margin-left: auto; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-ISPjFvtPVB { width: 100%;margin-right: auto;margin-left: auto;max-width: 640px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-ISPjFvtPVB { width: 100%;margin-right: auto;margin-left: auto;max-width: 768px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-ISPjFvtPVB { width: 100%;margin-right: auto;margin-left: auto;max-width: 992px; } } @media (min-width: 1200px) { .gp-component-id-ISPjFvtPVB { width: 100%;margin-right: auto;margin-left: auto;max-width: 1200px; } }

 .gp-component-id-l3ZAN0trbx { margin-right: -8px;margin-left: -8px; } @media (max-width: 639px) { .gp-component-id-l3ZAN0trbx { margin-right: -8px;margin-left: -8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-l3ZAN0trbx { margin-right: -8px;margin-left: -8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-l3ZAN0trbx { margin-right: -8px;margin-left: -8px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-l3ZAN0trbx { margin-right: -8px;margin-left: -8px; } } @media (min-width: 1200px) { .gp-component-id-l3ZAN0trbx { margin-right: -8px;margin-left: -8px; } }

 .gp-component-id-DO1W3dBHJp { padding-right: 8px;width: 100%;padding-left: 8px; } @media (max-width: 639px) { .gp-component-id-DO1W3dBHJp { padding-right: 8px;width: 100%;padding-left: 8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-DO1W3dBHJp { padding-right: 8px;width: 100%;padding-left: 8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-DO1W3dBHJp { padding-right: 8px;width: 100%;padding-left: 8px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-DO1W3dBHJp { padding-right: 8px;width: 100%;padding-left: 8px; } } @media (min-width: 1200px) { .gp-component-id-DO1W3dBHJp { padding-right: 8px;width: 100%;padding-left: 8px; } }

 .gp-component-id-RkQBzsbiPB { width: 100%; } @media (max-width: 639px) { .gp-component-id-RkQBzsbiPB { width: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-RkQBzsbiPB { width: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-RkQBzsbiPB { width: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-RkQBzsbiPB { width: 100%; } } @media (min-width: 1200px) { .gp-component-id-RkQBzsbiPB { width: 100%; } }


        body {margin-bottom: 50px; }
        .poweredby {position: fixed; bottom: 0; line-height: 30px; background-color: black; width: 100vw; z-index: 9999; font-weight: normal; font-size: 13px; text-align: center; color: white; padding: 5px 0; }
        .poweredby .report {color: white; position: absolute; right: 30px; }
        .poweredby-text {display: inline-block; min-width: 240px; padding: 0 20px; }
        .poweredby-text a {color: white; text-decoration: underline; } #reportLink {color: white; text-decoration: underline; }
        .poweredby .report svg {position: relative;}
        
        @media (max-width: 991px) {
            .poweredby {display: flex; flex-direction: column-reverse; }
            .poweredby-text {display: block; }
            .poweredby .report {position: relative; right: 0} }
    

