/*!
 * Reely Theme is a Khaotic Digital Project
 * https://www.reely.io
 * https://www.khaoticdigital.com
 */
 
/* Reely Main *//* Reely Variables */

.ry {
  --border_radius: ;
  
  --background: 255, 255, 255;
  --primary: 7, 32, 52;
  --secondary: 244, 96, 54;
  --tertiary: 131, 195, 231;
  --quaternary: 80, 150, 203;
  
  --success: 133, 196, 77;
  --warning: 246, 105, 7;
  --danger: 172, 24, 23;
  --info: 39, 130, 218;
  
  --gray: 237, 240, 247;
  --lightgray: 247, 247, 247;
  --light: 249, 249, 255;
  --dark: 45, 54, 72;
  
  --background100: 255, 255, 255;
  --background200: 255, 255, 255;
  --background300: 255, 255, 255;
  --background400: 255, 255, 255;
  --background500: 255, 255, 255;
  --background600: 235, 235, 235;
  --background700: 215, 215, 215;
  --background800: 195, 195, 195;
  --background900: 175, 175, 175;

  --primary100: 87, 112, 132;
  --primary200: 67, 92, 112;
  --primary300: 47, 72, 92;
  --primary400: 27, 52, 72;
  --primary500: 7, 32, 52;
  --primary600: 0, 12, 32;
  --primary700: 0, 0, 12;
  --primary800: 0, 0, 0;
  --primary900: 0, 0, 0;

  --secondary100: 255, 176, 134;
  --secondary200: 255, 156, 114;
  --secondary300: 255, 136, 94;
  --secondary400: 255, 116, 74;
  --secondary500: 244, 96, 54;
  --secondary600: 224, 76, 34;
  --secondary700: 204, 56, 14;
  --secondary800: 184, 36, 0;
  --secondary900: 164, 16, 0;
  
  --tertiary100: 211, 255, 255;
  --tertiary200: 191, 255, 255;
  --tertiary300: 171, 235, 255;
  --tertiary400: 151, 215, 251;
  --tertiary500: 131, 195, 231;
  --tertiary600: 111, 175, 211;
  --tertiary700: 91, 155, 191;
  --tertiary800: 71, 135, 171;
  --tertiary900: 51, 115, 151;
  
  --quaternary100: 160, 230, 255;
  --quaternary200: 140, 210, 255;
  --quaternary300: 120, 190, 243;
  --quaternary400: 100, 170, 223;
  --quaternary500: 80, 150, 203;
  --quaternary600: 60, 130, 183;
  --quaternary700: 40, 110, 163;
  --quaternary800: 20, 90, 143;
  --quaternary900: 0, 70, 123;

  --gray100: 255, 255, 255;
  --gray200: 255, 255, 255;
  --gray300: 255, 255, 255;
  --gray400: 255, 255, 255;
  --gray500: 237, 240, 247; }};
  --gray600: 217, 220, 227;
  --gray700: 197, 200, 207;
  --gray800: 177, 180, 187;
  --gray900: 157, 160, 167;
  
  --dark100: 125, 134, 152;
  --dark200: 105, 114, 132;
  --dark300: 85, 94, 112;
  --dark400: 65, 74, 92;
  --dark500: 45, 54, 72;
  --dark600: 25, 34, 52;
  --dark700: 5, 14, 32;
  --dark800: 0, 0, 12;
  --dark900: 0, 0, 0;
}

html {
  scroll-behavior: smooth;
}

/* Reely Includes */
/** REELY SANITIZER **/
/*-- cleans all elements within reely container, to avoid css interference --
 *-- Derived from HTML Doctor CSS Reset (https://cssreset.com)             --*/
 html {
    scroll-behavior: smooth;
  }
  
  .ry {
      top:0;
  }
  
  :target:before {
  content:"";
  display:block;
  height:150px; /* fixed header height*/
  margin:-150px 0 0; /* negative fixed header height */
  }
  
  footer.ry,
  .ry footer,
  header.ry,
  .ry header,
  section.ry,
  .ry section,
  /* .ry div, */
  .ry span,
  .ry object,
  .ry iframe,
  .ry h1,
  .ry h2,
  .ry h3,
  .ry h4,
  .ry h5,
  .ry h6,
  .ry p,
  .ry blockquote,
  .ry pre,
  .ry abbr,
  .ry address,
  .ry cite,
  .ry code,
  .ry del,
  .ry dfn,
  .ry em,
  .ry img,
  .ry ins,
  .ry kbd,
  .ry q,
  .ry samp,
  .ry small,
  .ry strong,
  .ry sub,
  .ry sup,
  .ry var,
  .ry b,
  .ry i,
  .ry dl,
  .ry dt,
  .ry dd,
  .ry ol,
  .ry ul,
  .ry li,
  .ry fieldset,
  .ry form,
  .ry label,
  .ry legend,
  .ry table,
  .ry caption,
  .ry tbody,
  .ry tfoot,
  .ry thead,
  .ry tr,
  .ry th,
  .ry td,
  .ry article,
  .ry aside,
  .ry canvas,
  .ry details,
  .ry figcaption,
  .ry figure,
  .ry hgroup,
  .ry menu,
  .ry nav,
  .ry summary,
  .ry time,
  .ry mark,
  .ry audio,
  .ry video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
  }
  
  footer.ry,
  .ry footer,
  header.ry,
  .ry header,
  section.ry,
  .ry section,
  .ry article,
  .ry aside,
  .ry details,
  .ry figcaption,
  .ry figure,
  .ry hgroup,
  .ry menu,
  .ry nav,
  .ry div {
    display: block;
    box-sizing: border-box;
  }
  
  .ry nav ul {
    list-style: none;
  }
  
  .ry blockquote,
  .ry q {
    quotes: none;
  }
  
  .ry blockquote:before,
  .ry blockquote:after,
  .ry q:before,
  .ry q:after {
    content: "";
    content: none;
  }
  
  .ry a {
    /* margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline; */
    /* background: transparent; */
  }
  
  .ry ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
  }
  
  .ry mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
  }
  
  .ry del {
    text-decoration: line-through;
  }
  
  .ry abbr[title],
  .ry dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
  }
  
  .ry table {
    border-collapse: collapse;
    border-spacing: 0;
  }
  
  .ry hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
  }
  
  .ry input,
  .ry select {
    vertical-align: middle;
  }
/* Containers */
body,html {padding: 0; margin: 0;} 

.ry .ry-container {
  float: none !important;
  margin: 0 auto;
  margin-left: auto !important;
  width: 100% !important;
  padding-left: 60px;
  padding-right: 60px;
}


.ry .ry-container.xs {max-width:480px;}

.ry .ry-container.sm {max-width:768px;}

.ry .ry-container.md {max-width:1020px;}

.ry .ry-container.lg {max-width:1283px;}

.ry .ry-container.xl {max-width:1424px;}
 


.ry .ry-split.xs {max-width:240.0px;}

.ry .ry-split.sm {max-width:384.0px;}

.ry .ry-split.md {max-width:510.0px;}

.ry .ry-split.lg {max-width:641.5px;}

.ry .ry-split.xl {max-width:712.0px;}
 


.ry .ry-container.full {
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

@media only screen and (max-width: 768px) {
  .ry .ry-container {
    padding-left: 10px;
    padding-right: 10px;
  }
}

  
  /* Grid Sytem */
  .ry .ry-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  }
  
  .ry .ry-grid.row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  }
  
  .ry .ry-grid.column {
    -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  }
  
  .ry .ry-grid.hzleft {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  }
  .ry .ry-grid.hzcenter {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  }
  .ry .ry-grid.hzright {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  }
  .ry .ry-grid.hzbetween {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  }
  .ry .ry-grid.hzaround {
    -ms-flex-pack: distribute;
      justify-content: space-around;
  }
  .ry .ry-grid.hzeven {
    -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  }
  
  .ry .ry-grid.vttop {
  -webkit-box-align: start;
      -ms-flex-align: start;
              -ms-grid-row-align: flex-start;
          align-items: flex-start;  
  }
  .ry .ry-grid.vtcenter {
  -webkit-box-align: center;
      -ms-flex-align: center;
              -ms-grid-row-align: center;
          align-items: center;
  }
  .ry .ry-grid.vtbottom {
  -webkit-box-align: end;
      -ms-flex-align: end;
              -ms-grid-row-align: flex-end;
          align-items: flex-end;
  }
  .ry .ry-grid.vtstretch {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
              -ms-grid-row-align: stretch;
          align-items: stretch;
  }
  .ry .ry-grid.vtbase {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
              -ms-grid-row-align: baseline;
          align-items: baseline;
  }
  
  .ry .ry-grid.wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  }
  .ry .ry-grid.wrapr {
  -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
  }
  
  
  
  .ry .ry-01 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 18px;
  }
  .ry .ry-01:last-of-type {
  margin-right: 0;
  }
  .ry .ry-02 {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  margin-right: 18px;
  }
  .ry .ry-02:last-of-type {
  margin-right: 0;
  }
  .ry .ry-03 {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  margin-right: 18px;
  }
  .ry .ry-03:last-of-type {
  margin-right: 0;
  }
  .ry .ry-04 {
  -webkit-box-flex: 4;
      -ms-flex: 4;
          flex: 4;
  margin-right: 18px;
  }
  .ry .ry-04:last-of-type {
  margin-right: 0;
  }
  .ry .ry-05 {
  -webkit-box-flex: 5;
      -ms-flex: 5;
          flex: 5;
  margin-right: 18px;
  }
  .ry .ry-05:last-of-type {
  margin-right: 0;
  }
  .ry .ry-06 {
  -webkit-box-flex: 6;
      -ms-flex: 6;
          flex: 6;
  margin-right: 18px;
  }
  .ry .ry-06:last-of-type {
  margin-right: 0;
  }
  .ry .ry-07 {
  -webkit-box-flex: 7;
      -ms-flex: 7;
          flex: 7;
  margin-right: 18px;
  }
  .ry .ry-07:last-of-type {
  margin-right: 0;
  }
  .ry .ry-08 {
  -webkit-box-flex: 8;
      -ms-flex: 8;
          flex: 8;
  margin-right: 18px;
  }
  .ry .ry-08:last-of-type {
  margin-right: 0;
  }
  .ry .ry-09 {
  -webkit-box-flex: 9;
      -ms-flex: 9;
          flex: 9;
  margin-right: 18px;
  }
  .ry .ry-09:last-of-type {
  margin-right: 0;
  }
  .ry .ry-10 {
  -webkit-box-flex: 10;
      -ms-flex: 10;
          flex: 10;
  margin-right: 18px;
  }
  .ry .ry-10:last-of-type {
  margin-right: 0;
  }
  .ry .ry-11 {
  -webkit-box-flex: 11;
      -ms-flex: 11;
          flex: 11;
  margin-right: 18px;
  }
  .ry .ry-11:last-of-type {
  margin-right: 0;
  }
  .ry .ry-12 {
  -webkit-box-flex: 12;
      -ms-flex: 12;
          flex: 12;
  margin-right: 18px;
  }
  .ry .ry-12:last-of-type {
  margin-right: 0;
  }
  
  
  @media screen and (max-width: 767px) {
    .ry .ry-01 {
      margin-right: 0px;
    }
  
    .ry .ry-02 {
      margin-right: 0px;
    }
  
    .ry .ry-03 {
      margin-right: 0px;
    }
  
    .ry .ry-04 {
      margin-right: 0px;
    }
  
    .ry .ry-05 {
      margin-right: 0px;
    }
  
    .ry .ry-06 {
      margin-right: 0px;
    }
  
    .ry .ry-07 {
      margin-right: 0px;
    }
  
    .ry .ry-08 {
      margin-right: 0px;
    }
  
    .ry .ry-09 {
      margin-right: 0px;
    }
  
    .ry .ry-10 {
      margin-right: 0px;
    }
  
    .ry .ry-11 {
      margin-right: 0px;
    }
  
    .ry .ry-12 {
      margin-right: 0px;
    }
  }
  
  @media only screen and (max-width: 480px) {
    .ry .ry-grid.breakxs {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    }
  }
  @media only screen and (max-width: 768px) {
    .ry .ry-grid.breaksm {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    }
  }
  @media only screen and (max-width: 1020px) {
    .ry .ry-grid.breakmd {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    }
  }
  @media only screen and (max-width: 1283px) {
    .ry .ry-grid.breaklg {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    }
  }
  @media only screen and (max-width: 1424px) {
    .ry .ry-grid.breakxl {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    }
  }
  
/* -- Spacing
 *  - padding
 *  - margin
 */

 
 /* padding */
 .ry .p1 {
 padding: 12px;
 }
   
 .ry .p2 {
 padding: 24px;
 }
   
 .ry .p3 {
 padding: 36px;
 }
   
 .ry .p4 {
 padding: 48px;
 }
   
 .ry .p5 {
 padding: 60px;
 }
   
 .ry .p6 {
 padding: 72px;
 }
   
 .ry .p7 {
 padding: 84px;
 }
   
 .ry .p8 {
 padding: 96px;
 }
   
 .ry .p9 {
 padding: 108px;
 }
   
 
 .ry .pl1 {
 padding-left:  12px;
 }
   
 .ry .pl2 {
 padding-left:  24px;
 }
   
 .ry .pl3 {
 padding-left:  36px;
 }
   
 .ry .pl4 {
 padding-left:  48px;
 }
   
 .ry .pl5 {
 padding-left:  60px;
 }
   
 .ry .pl6 {
 padding-left:  72px;
 }
   
 .ry .pl7 {
 padding-left:  84px;
 }
   
 .ry .pl8 {
 padding-left:  96px;
 }
   
 .ry .pl9 {
 padding-left:  108px;
 }
   
 
 .ry .pr1 {
 padding-right:  12px;
 }
   
 .ry .pr2 {
 padding-right:  24px;
 }
   
 .ry .pr3 {
 padding-right:  36px;
 }
   
 .ry .pr4 {
 padding-right:  48px;
 }
   
 .ry .pr5 {
 padding-right:  60px;
 }
   
 .ry .pr6 {
 padding-right:  72px;
 }
   
 .ry .pr7 {
 padding-right:  84px;
 }
   
 .ry .pr8 {
 padding-right:  96px;
 }
   
 .ry .pr9 {
 padding-right:  108px;
 }
   
 
 .ry .pt1 {
 padding-top:  12px;
 }
   
 .ry .pt2 {
 padding-top:  24px;
 }
   
 .ry .pt3 {
 padding-top:  36px;
 }
   
 .ry .pt4 {
 padding-top:  48px;
 }
   
 .ry .pt5 {
 padding-top:  60px;
 }
   
 .ry .pt6 {
 padding-top:  72px;
 }
   
 .ry .pt7 {
 padding-top:  84px;
 }
   
 .ry .pt8 {
 padding-top:  96px;
 }
   
 .ry .pt9 {
 padding-top:  108px;
 }
   
 
 .ry .pb1 {
 padding-bottom:  12px;
 }
   
 .ry .pb2 {
 padding-bottom:  24px;
 }
   
 .ry .pb3 {
 padding-bottom:  36px;
 }
   
 .ry .pb4 {
 padding-bottom:  48px;
 }
   
 .ry .pb5 {
 padding-bottom:  60px;
 }
   
 .ry .pb6 {
 padding-bottom:  72px;
 }
   
 .ry .pb7 {
 padding-bottom:  84px;
 }
   
 .ry .pb8 {
 padding-bottom:  96px;
 }
   
 .ry .pb9 {
 padding-bottom:  108px;
 }
   
 
 .ry .plr1 {
 padding-left:  12px;
   padding-right:  12px;
 }
   
 .ry .plr2 {
 padding-left:  24px;
   padding-right:  24px;
 }
   
 .ry .plr3 {
 padding-left:  36px;
   padding-right:  36px;
 }
   
 .ry .plr4 {
 padding-left:  48px;
   padding-right:  48px;
 }
   
 .ry .plr5 {
 padding-left:  60px;
   padding-right:  60px;
 }
   
 .ry .plr6 {
 padding-left:  72px;
   padding-right:  72px;
 }
   
 .ry .plr7 {
 padding-left:  84px;
   padding-right:  84px;
 }
   
 .ry .plr8 {
 padding-left:  96px;
   padding-right:  96px;
 }
   
 .ry .plr9 {
 padding-left:  108px;
   padding-right:  108px;
 }
   
 
 .ry .ptb1 {
 padding-top:  12px;
   padding-bottom:  12px;
 }
   
 .ry .ptb2 {
 padding-top:  24px;
   padding-bottom:  24px;
 }
   
 .ry .ptb3 {
 padding-top:  36px;
   padding-bottom:  36px;
 }
   
 .ry .ptb4 {
 padding-top:  48px;
   padding-bottom:  48px;
 }
   
 .ry .ptb5 {
 padding-top:  60px;
   padding-bottom:  60px;
 }
   
 .ry .ptb6 {
 padding-top:  72px;
   padding-bottom:  72px;
 }
   
 .ry .ptb7 {
 padding-top:  84px;
   padding-bottom:  84px;
 }
   
 .ry .ptb8 {
 padding-top:  96px;
   padding-bottom:  96px;
 }
   
 .ry .ptb9 {
 padding-top:  108px;
   padding-bottom:  108px;
 }
   
 
 
 /* Margin */
 
 .ry .m1 {
     margin: 12px;
 }
   .ry .m2 {
     margin: 24px;
 }
   .ry .m3 {
     margin: 36px;
 }
   .ry .m4 {
     margin: 48px;
 }
   .ry .m5 {
     margin: 60px;
 }
   .ry .m6 {
     margin: 72px;
 }
   .ry .m7 {
     margin: 84px;
 }
   .ry .m8 {
     margin: 96px;
 }
   .ry .m9 {
     margin: 108px;
 }
   .ry .ml1 {
     margin-left:  12px;
 }
   .ry .ml2 {
     margin-left:  24px;
 }
   .ry .ml3 {
     margin-left:  36px;
 }
   .ry .ml4 {
     margin-left:  48px;
 }
   .ry .ml5 {
     margin-left:  60px;
 }
   .ry .ml6 {
     margin-left:  72px;
 }
   .ry .ml7 {
     margin-left:  84px;
 }
   .ry .ml8 {
     margin-left:  96px;
 }
   .ry .ml9 {
     margin-left:  108px;
 }
   .ry .mr1 {
     margin-right:  12px;
 }
   .ry .mr2 {
     margin-right:  24px;
 }
   .ry .mr3 {
     margin-right:  36px;
 }
   .ry .mr4 {
     margin-right:  48px;
 }
   .ry .mr5 {
     margin-right:  60px;
 }
   .ry .mr6 {
     margin-right:  72px;
 }
   .ry .mr7 {
     margin-right:  84px;
 }
   .ry .mr8 {
     margin-right:  96px;
 }
   .ry .mr9 {
     margin-right:  108px;
 }
   .ry .mt1 {
     margin-top:  12px;
 }
   .ry .mt2 {
     margin-top:  24px;
 }
   .ry .mt3 {
     margin-top:  36px;
 }
   .ry .mt4 {
     margin-top:  48px;
 }
   .ry .mt5 {
     margin-top:  60px;
 }
   .ry .mt6 {
     margin-top:  72px;
 }
   .ry .mt7 {
     margin-top:  84px;
 }
   .ry .mt8 {
     margin-top:  96px;
 }
   .ry .mt9 {
     margin-top:  108px;
 }
   .ry .mb1 {
     margin-bottom:  12px;
 }
   .ry .mb2 {
     margin-bottom:  24px;
 }
   .ry .mb3 {
     margin-bottom:  36px;
 }
   .ry .mb4 {
     margin-bottom:  48px;
 }
   .ry .mb5 {
     margin-bottom:  60px;
 }
   .ry .mb6 {
     margin-bottom:  72px;
 }
   .ry .mb7 {
     margin-bottom:  84px;
 }
   .ry .mb8 {
     margin-bottom:  96px;
 }
   .ry .mb9 {
     margin-bottom:  108px;
 }
   .ry .mlr1 {
     margin-left:  12px;
   margin-right:  12px;
 }
   .ry .mlr2 {
     margin-left:  24px;
   margin-right:  24px;
 }
   .ry .mlr3 {
     margin-left:  36px;
   margin-right:  36px;
 }
   .ry .mlr4 {
     margin-left:  48px;
   margin-right:  48px;
 }
   .ry .mlr5 {
     margin-left:  60px;
   margin-right:  60px;
 }
   .ry .mlr6 {
     margin-left:  72px;
   margin-right:  72px;
 }
   .ry .mlr7 {
     margin-left:  84px;
   margin-right:  84px;
 }
   .ry .mlr8 {
     margin-left:  96px;
   margin-right:  96px;
 }
   .ry .mlr9 {
     margin-left:  108px;
   margin-right:  108px;
 }
   .ry .mtb1 {
     margin-top:  12px;
   margin-bottom:  12px;
 }
   .ry .mtb2 {
     margin-top:  24px;
   margin-bottom:  24px;
 }
   .ry .mtb3 {
     margin-top:  36px;
   margin-bottom:  36px;
 }
   .ry .mtb4 {
     margin-top:  48px;
   margin-bottom:  48px;
 }
   .ry .mtb5 {
     margin-top:  60px;
   margin-bottom:  60px;
 }
   .ry .mtb6 {
     margin-top:  72px;
   margin-bottom:  72px;
 }
   .ry .mtb7 {
     margin-top:  84px;
   margin-bottom:  84px;
 }
   .ry .mtb8 {
     margin-top:  96px;
   margin-bottom:  96px;
 }
   .ry .mtb9 {
     margin-top:  108px;
   margin-bottom:  108px;
 }
   @media only screen and (max-width: 1020px) {
 
 /* padding */
 .ry .p1 {
 padding: 7.5px;
 }
   
 .ry .p2 {
 padding: 15.0px;
 }
   
 .ry .p3 {
 padding: 22.5px;
 }
   
 .ry .p4 {
 padding: 30.0px;
 }
   
 .ry .p5 {
 padding: 37.5px;
 }
   
 .ry .p6 {
 padding: 45.0px;
 }
   
 .ry .p7 {
 padding: 52.5px;
 }
   
 .ry .p8 {
 padding: 60.0px;
 }
   
 .ry .p9 {
 padding: 67.5px;
 }
   
 
 .ry .pl1 {
 padding-left:  7.5px;
 }
   
 .ry .pl2 {
 padding-left:  15.0px;
 }
   
 .ry .pl3 {
 padding-left:  22.5px;
 }
   
 .ry .pl4 {
 padding-left:  30.0px;
 }
   
 .ry .pl5 {
 padding-left:  37.5px;
 }
   
 .ry .pl6 {
 padding-left:  45.0px;
 }
   
 .ry .pl7 {
 padding-left:  52.5px;
 }
   
 .ry .pl8 {
 padding-left:  60.0px;
 }
   
 .ry .pl9 {
 padding-left:  67.5px;
 }
   
 
 .ry .pr1 {
 padding-right:  7.5px;
 }
   
 .ry .pr2 {
 padding-right:  15.0px;
 }
   
 .ry .pr3 {
 padding-right:  22.5px;
 }
   
 .ry .pr4 {
 padding-right:  30.0px;
 }
   
 .ry .pr5 {
 padding-right:  37.5px;
 }
   
 .ry .pr6 {
 padding-right:  45.0px;
 }
   
 .ry .pr7 {
 padding-right:  52.5px;
 }
   
 .ry .pr8 {
 padding-right:  60.0px;
 }
   
 .ry .pr9 {
 padding-right:  67.5px;
 }
   
 
 .ry .pt1 {
 padding-top:  7.5px;
 }
   
 .ry .pt2 {
 padding-top:  15.0px;
 }
   
 .ry .pt3 {
 padding-top:  22.5px;
 }
   
 .ry .pt4 {
 padding-top:  30.0px;
 }
   
 .ry .pt5 {
 padding-top:  37.5px;
 }
   
 .ry .pt6 {
 padding-top:  45.0px;
 }
   
 .ry .pt7 {
 padding-top:  52.5px;
 }
   
 .ry .pt8 {
 padding-top:  60.0px;
 }
   
 .ry .pt9 {
 padding-top:  67.5px;
 }
   
 
 .ry .pb1 {
 padding-bottom:  7.5px;
 }
   
 .ry .pb2 {
 padding-bottom:  15.0px;
 }
   
 .ry .pb3 {
 padding-bottom:  22.5px;
 }
   
 .ry .pb4 {
 padding-bottom:  30.0px;
 }
   
 .ry .pb5 {
 padding-bottom:  37.5px;
 }
   
 .ry .pb6 {
 padding-bottom:  45.0px;
 }
   
 .ry .pb7 {
 padding-bottom:  52.5px;
 }
   
 .ry .pb8 {
 padding-bottom:  60.0px;
 }
   
 .ry .pb9 {
 padding-bottom:  67.5px;
 }
   
 
 .ry .plr1 {
 padding-left:  7.5px;
   padding-right:  7.5px;
 }
   
 .ry .plr2 {
 padding-left:  15.0px;
   padding-right:  15.0px;
 }
   
 .ry .plr3 {
 padding-left:  22.5px;
   padding-right:  22.5px;
 }
   
 .ry .plr4 {
 padding-left:  30.0px;
   padding-right:  30.0px;
 }
   
 .ry .plr5 {
 padding-left:  37.5px;
   padding-right:  37.5px;
 }
   
 .ry .plr6 {
 padding-left:  45.0px;
   padding-right:  45.0px;
 }
   
 .ry .plr7 {
 padding-left:  52.5px;
   padding-right:  52.5px;
 }
   
 .ry .plr8 {
 padding-left:  60.0px;
   padding-right:  60.0px;
 }
   
 .ry .plr9 {
 padding-left:  67.5px;
   padding-right:  67.5px;
 }
   
 
 .ry .ptb1 {
 padding-top:  7.5px;
   padding-bottom:  7.5px;
 }
   
 .ry .ptb2 {
 padding-top:  15.0px;
   padding-bottom:  15.0px;
 }
   
 .ry .ptb3 {
 padding-top:  22.5px;
   padding-bottom:  22.5px;
 }
   
 .ry .ptb4 {
 padding-top:  30.0px;
   padding-bottom:  30.0px;
 }
   
 .ry .ptb5 {
 padding-top:  37.5px;
   padding-bottom:  37.5px;
 }
   
 .ry .ptb6 {
 padding-top:  45.0px;
   padding-bottom:  45.0px;
 }
   
 .ry .ptb7 {
 padding-top:  52.5px;
   padding-bottom:  52.5px;
 }
   
 .ry .ptb8 {
 padding-top:  60.0px;
   padding-bottom:  60.0px;
 }
   
 .ry .ptb9 {
 padding-top:  67.5px;
   padding-bottom:  67.5px;
 }
   
 
 
 /* Margin */
 
 .ry .m1 {
     margin: 7.5px;
 }
   .ry .m2 {
     margin: 15.0px;
 }
   .ry .m3 {
     margin: 22.5px;
 }
   .ry .m4 {
     margin: 30.0px;
 }
   .ry .m5 {
     margin: 37.5px;
 }
   .ry .m6 {
     margin: 45.0px;
 }
   .ry .m7 {
     margin: 52.5px;
 }
   .ry .m8 {
     margin: 60.0px;
 }
   .ry .m9 {
     margin: 67.5px;
 }
   .ry .ml1 {
     margin-left:  7.5px;
 }
   .ry .ml2 {
     margin-left:  15.0px;
 }
   .ry .ml3 {
     margin-left:  22.5px;
 }
   .ry .ml4 {
     margin-left:  30.0px;
 }
   .ry .ml5 {
     margin-left:  37.5px;
 }
   .ry .ml6 {
     margin-left:  45.0px;
 }
   .ry .ml7 {
     margin-left:  52.5px;
 }
   .ry .ml8 {
     margin-left:  60.0px;
 }
   .ry .ml9 {
     margin-left:  67.5px;
 }
   .ry .mr1 {
     margin-right:  7.5px;
 }
   .ry .mr2 {
     margin-right:  15.0px;
 }
   .ry .mr3 {
     margin-right:  22.5px;
 }
   .ry .mr4 {
     margin-right:  30.0px;
 }
   .ry .mr5 {
     margin-right:  37.5px;
 }
   .ry .mr6 {
     margin-right:  45.0px;
 }
   .ry .mr7 {
     margin-right:  52.5px;
 }
   .ry .mr8 {
     margin-right:  60.0px;
 }
   .ry .mr9 {
     margin-right:  67.5px;
 }
   .ry .mt1 {
     margin-top:  7.5px;
 }
   .ry .mt2 {
     margin-top:  15.0px;
 }
   .ry .mt3 {
     margin-top:  22.5px;
 }
   .ry .mt4 {
     margin-top:  30.0px;
 }
   .ry .mt5 {
     margin-top:  37.5px;
 }
   .ry .mt6 {
     margin-top:  45.0px;
 }
   .ry .mt7 {
     margin-top:  52.5px;
 }
   .ry .mt8 {
     margin-top:  60.0px;
 }
   .ry .mt9 {
     margin-top:  67.5px;
 }
   .ry .mb1 {
     margin-bottom:  7.5px;
 }
   .ry .mb2 {
     margin-bottom:  15.0px;
 }
   .ry .mb3 {
     margin-bottom:  22.5px;
 }
   .ry .mb4 {
     margin-bottom:  30.0px;
 }
   .ry .mb5 {
     margin-bottom:  37.5px;
 }
   .ry .mb6 {
     margin-bottom:  45.0px;
 }
   .ry .mb7 {
     margin-bottom:  52.5px;
 }
   .ry .mb8 {
     margin-bottom:  60.0px;
 }
   .ry .mb9 {
     margin-bottom:  67.5px;
 }
   .ry .mlr1 {
     margin-left:  7.5px;
   margin-right:  7.5px;
 }
   .ry .mlr2 {
     margin-left:  15.0px;
   margin-right:  15.0px;
 }
   .ry .mlr3 {
     margin-left:  22.5px;
   margin-right:  22.5px;
 }
   .ry .mlr4 {
     margin-left:  30.0px;
   margin-right:  30.0px;
 }
   .ry .mlr5 {
     margin-left:  37.5px;
   margin-right:  37.5px;
 }
   .ry .mlr6 {
     margin-left:  45.0px;
   margin-right:  45.0px;
 }
   .ry .mlr7 {
     margin-left:  52.5px;
   margin-right:  52.5px;
 }
   .ry .mlr8 {
     margin-left:  60.0px;
   margin-right:  60.0px;
 }
   .ry .mlr9 {
     margin-left:  67.5px;
   margin-right:  67.5px;
 }
   .ry .mtb1 {
     margin-top:  7.5px;
   margin-bottom:  7.5px;
 }
   .ry .mtb2 {
     margin-top:  15.0px;
   margin-bottom:  15.0px;
 }
   .ry .mtb3 {
     margin-top:  22.5px;
   margin-bottom:  22.5px;
 }
   .ry .mtb4 {
     margin-top:  30.0px;
   margin-bottom:  30.0px;
 }
   .ry .mtb5 {
     margin-top:  37.5px;
   margin-bottom:  37.5px;
 }
   .ry .mtb6 {
     margin-top:  45.0px;
   margin-bottom:  45.0px;
 }
   .ry .mtb7 {
     margin-top:  52.5px;
   margin-bottom:  52.5px;
 }
   .ry .mtb8 {
     margin-top:  60.0px;
   margin-bottom:  60.0px;
 }
   .ry .mtb9 {
     margin-top:  67.5px;
   margin-bottom:  67.5px;
 }
   }


/* overflow */
.ry .ofscroll { overflow: scroll}
.ry .ofauto { overflow: auto}
.ry .ofvisible { overflow: visible}
.ry .ofhidden { overflow: hidden}

.ry .ofxscroll { overflow-x: scroll}
.ry .ofxauto { overflow-x: auto}
.ry .ofxvisible { overflow-x: visible}
.ry .ofxhidden { overflow-x: hidden}

.ry .ofyscroll { overflow-y: scroll}
.ry .ofyauto { overflow-y: auto}
.ry .ofyvisible { overflow-y: visible}
.ry .ofyhidden { overflow-y: hidden}


/* positions */
.ry .static {position: static}
.ry .relative {position: relative}
.ry .absolute {position: absolute}
.ry .fixed {position: fixed}

/* common positions */
.ry .ptl {
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
}

.ry .ptr {
  top: 0;
  left: auto;
  right: 0;
  bottom: auto;
}

.ry .pbl {
  top: auto;
  left: 0;
  right: auto;
  bottom: 0;
}

.ry .pbr {
  top: auto;
  left: auto;
  right: 0;
  bottom: 0;
}

.ry .pcenter {
  top: 50%;
  left: 50%;
  right: auto;
  bottom: auto;
}

/* Z-indexing */
.ry .z1-1 {z-index: 1}
.ry .z1-2 {z-index: 2}
.ry .z1-3 {z-index: 3}
.ry .z1-4 {z-index: 4}
.ry .z1-5 {z-index: 5}
.ry .z1-6 {z-index: 6}
.ry .z1-7 {z-index: 7}
.ry .z1-8 {z-index: 8}
.ry .z1-9 {z-index: 9}
.ry .z1-10 {z-index: 10}

.ry .z2-1 {z-index: 1001}
.ry .z2-2 {z-index: 1002}
.ry .z2-3 {z-index: 1003}
.ry .z2-4 {z-index: 1004}
.ry .z2-5 {z-index: 1005}
.ry .z2-6 {z-index: 1006}
.ry .z2-7 {z-index: 1007}
.ry .z2-8 {z-index: 1008}
.ry .z2-9 {z-index: 1009}
.ry .z2-10 {z-index: 1010}

.ry .z3-1 {z-index: 2001}
.ry .z3-2 {z-index: 2002}
.ry .z3-3 {z-index: 2003}
.ry .z3-4 {z-index: 2004}
.ry .z3-5 {z-index: 2005}
.ry .z3-6 {z-index: 2006}
.ry .z3-7 {z-index: 2007}
.ry .z3-8 {z-index: 2008}
.ry .z3-9 {z-index: 2009}
.ry .z3-10 {z-index: 2010}

.ry .z4-1 {z-index: 3001}
.ry .z4-2 {z-index: 3002}
.ry .z4-3 {z-index: 3003}
.ry .z4-4 {z-index: 3004}
.ry .z4-5 {z-index: 3005}
.ry .z4-6 {z-index: 3006}
.ry .z4-7 {z-index: 3007}
.ry .z4-8 {z-index: 3008}
.ry .z4-9 {z-index: 3009}
.ry .z4-10 {z-index: 3010}

.ry .z5-1 {z-index: 4001}
.ry .z5-2 {z-index: 4002}
.ry .z5-3 {z-index: 4003}
.ry .z5-4 {z-index: 4004}
.ry .z5-5 {z-index: 4005}
.ry .z5-6 {z-index: 4006}
.ry .z5-7 {z-index: 4007}
.ry .z5-8 {z-index: 4008}
.ry .z5-9 {z-index: 4009}
.ry .z5-10 {z-index: 4010}

.ry .z6-1 {z-index: 5001}
.ry .z6-2 {z-index: 5002}
.ry .z6-3 {z-index: 5003}
.ry .z6-4 {z-index: 5004}
.ry .z6-5 {z-index: 5005}
.ry .z6-6 {z-index: 5006}
.ry .z6-7 {z-index: 5007}
.ry .z6-8 {z-index: 5008}
.ry .z6-9 {z-index: 5009}
.ry .z6-10 {z-index: 5010}
.ry .self-center {
   -webkit-transform: translate(-50%, -50%);
         transform: translate(-50%, -50%);
}

.ry .self-center-y {
   -webkit-transform: translateY(-50%);
         transform: translateY(-50%);
}

.ry .self-center-x {
   -webkit-transform: translateX(-50%);
         transform: translateX(-50%);
}

.ry h1, .ry .h1, 
.ry h2, .ry .h2, 
.ry h3, .ry .h3, 
.ry h4, .ry .h4 {
  margin-top: 0;
  margin-bottom: 0.75rem;
  line-height: 1.1;
  word-break: break-word;
}

.ry h1,.ry .h1 { color: #2d3648; 
  font: normal normal 700 3.111111111111111rem/67.2px Inter; 
  letter-spacing: initial; 
  text-transform: none; }
.ry h2,.ry .h2 { color: #2d3648; 
  font: normal normal 700 1.7777777777777777rem/1 Inter; 
  letter-spacing: initial; 
  text-transform: none; }
.ry h3,.ry .h3 { color: #2d3648; 
  font: normal normal 700 1.3333333333333333rem/1 Inter; 
  letter-spacing: initial; 
  text-transform: none; }
.ry h4,.ry .h4 { color: #2d3648; 
  font: normal normal 700 1.2222222222222223rem/1 Inter; 
  letter-spacing: initial; 
  text-transform: none; }
.ry h5,.ry .h5 { color: #2d3648; 
  font: normal normal 700 1.0rem/1 Inter; 
  letter-spacing: initial; 
  text-transform: none; }
.ry h6,.ry .h6 { color: #2d3648; 
  font: normal normal 700 0.8888888888888888rem/1 Inter; 
  letter-spacing: initial; 
  text-transform: none; }

.widget-type-rich_text * + h1,
.widget-type-rich_text * + h2,
.widget-type-rich_text * + h3,
.widget-type-rich_text * + h4,
.widget-type-rich_text * + h5,
.widget-type-rich_text * + h6 {
  margin-top: 2.25rem;
}

/*.ry h1 span, .ry .h1 span, 
.ry h2 span, .ry .h2 span, 
.ry h3 span, .ry .h3 span, 
.ry h4 span, .ry .h4 span {
  font-weight: 700;
}*/

.ry p {margin: 20px 0;}

.ry p,.ry li,.ry .p5 { color: #2d3648; 
  font: normal normal normal 1.0rem/1.75 Inter; 
  letter-spacing: initial; 
  text-transform: none; }
.ry blockquote p { color: ; 
  font:  normal  0.0rem/1.16666666667 ; 
  letter-spacing: initial; 
  text-transform: none; }
.ry blockquote footer p { color: #072034; 
  font: normal normal normal 1.0rem/17.6px Inter; 
  letter-spacing: initial; 
  text-transform: none; }  

.ry p:last-child {
  margin-bottom: 0;
}



.ry .ry-intro {
	font-size: 1.2rem;
	line-height: 1.5;
	margin-bottom: 1rem;
}

.ry .ry-dropcap *:first-child::first-letter {
  font-size: 6rem;
	line-height: 1;
  padding-right: 1rem;
	float: left;
	font-weight: bold;
	color: #072034;
}

.ry .text-quaternary h1,
.ry .text-quaternary .h1,
.ry .text-quaternary h2,
.ry .text-quaternary .h2,
.ry .text-quaternary h3,
.ry .text-quaternary .h3,
.ry .text-quaternary h4,
.ry .text-quaternary .h4,
.ry .text-quaternary h5,
.ry .text-quaternary .h5,
.ry .text-quaternary h6,
.ry .text-quaternary .h6 {
  color: rgba(var(--quaternary), 1);
}

.ry .text-light p,
.ry .text-light li {
  color: rgba(var(--dark), 1);
}

.ry .text-light h1,
.ry .text-light .h1,
.ry .text-light h2,
.ry .text-light .h2,
.ry .text-light h3,
.ry .text-light .h3,
.ry .text-light h4,
.ry .text-light .h4,
.ry .text-light h5,
.ry .text-light .h5,
.ry .text-light h6,
.ry .text-light .h6 {
  color: rgba(var(--light), 1);
}

.ry .text-light p,
.ry .text-light li {
  color: rgba(var(--light), 1);
}

.ry .primary-dark h1,
.ry .primary-dark .h1,
.ry .primary-dark h2,
.ry .primary-dark .h2,
.ry .primary-dark h3,
.ry .primary-dark .h3,
.ry .primary-dark h4,
.ry .primary-dark .h4,
.ry .primary-dark h5,
.ry .primary-dark .h5,
.ry .primary-dark h6,
.ry .primary-dark .h6 {
  color: rgba(var(--primary700), 1);
}

.ry .primary-dark p,
.ry .primary-dark li {
  color: rgba(var(--primary900), 1);
}

.ry .secondary-dark h1,
.ry .secondary-dark .h1,
.ry .secondary-dark h2,
.ry .secondary-dark .h2,
.ry .secondary-dark h3,
.ry .secondary-dark .h3,
.ry .secondary-dark h4,
.ry .secondary-dark .h4,
.ry .secondary-dark h5,
.ry .secondary-dark .h5,
.ry .secondary-dark h6,
.ry .secondary-dark .h6 {
  color: rgba(var(--secondary700), 1);
}

.ry .secondary-dark p,
.ry .secondary-dark li {
  color: rgba(var(--secondary900), 1);
}

.ry .tertiary-dark h1,
.ry .tertiary-dark .h1,
.ry .tertiary-dark h2,
.ry .tertiary-dark .h2,
.ry .tertiary-dark h3,
.ry .tertiary-dark .h3,
.ry .tertiary-dark h4,
.ry .tertiary-dark .h4,
.ry .tertiary-dark h5,
.ry .tertiary-dark .h5,
.ry .tertiary-dark h6,
.ry .tertiary-dark .h6 {
  color: rgba(var(--tertiary700), 1);
}

.ry .tertiary-dark p,
.ry .tertiary-dark li {
  color: rgba(var(--tertiary900), 1);
}

.ry .quaternary-dark h1,
.ry .quaternary-dark .h1,
.ry .quaternary-dark h2,
.ry .quaternary-dark .h2,
.ry .quaternary-dark h3,
.ry .quaternary-dark .h3,
.ry .quaternary-dark h4,
.ry .quaternary-dark .h4,
.ry .quaternary-dark h5,
.ry .quaternary-dark .h5,
.ry .quaternary-dark h6,
.ry .quaternary-dark .h6 {
  color: rgba(var(--quaternary700), 1);
}

.ry .quaternary-dark p,
.ry .quaternary-dark li {
  color: rgba(var(--quaternary900), 1);
}

.ry .primary-light h1,
.ry .primary-light .h1,
.ry .primary-light h2,
.ry .primary-light .h2,
.ry .primary-light h3,
.ry .primary-light .h3,
.ry .primary-light h4,
.ry .primary-light .h4,
.ry .primary-light h5,
.ry .primary-light .h5,
.ry .primary-light h6,
.ry .primary-light .h6 {
  color: rgba(var(--primary200), 1);
}

.ry .primary-light p,
.ry .primary-light li {
  color: rgba(var(--primary100), 1);
}

.ry .secondary-light h1,
.ry .secondary-light .h1,
.ry .secondary-light h2,
.ry .secondary-light .h2,
.ry .secondary-light h3,
.ry .secondary-light .h3,
.ry .secondary-light h4,
.ry .secondary-light .h4,
.ry .secondary-light h5,
.ry .secondary-light .h5,
.ry .secondary-light h6,
.ry .secondary-light .h6 {
  color: rgba(var(--secondary200), 1);
}

.ry .secondary-light p,
.ry .secondary-light li {
  color: rgba(var(--secondary100), 1);
}

.ry .tertiary-light h1,
.ry .tertiary-light .h1,
.ry .tertiary-light h2,
.ry .tertiary-light .h2,
.ry .tertiary-light h3,
.ry .tertiary-light .h3,
.ry .tertiary-light h4,
.ry .tertiary-light .h4,
.ry .tertiary-light h5,
.ry .tertiary-light .h5,
.ry .tertiary-light h6,
.ry .tertiary-light .h6 {
  color: rgba(var(--tertiary200), 1);
}

.ry .tertiary-light p,
.ry .tertiary-light li {
  color: rgba(var(--tertiary100), 1);
}

.ry .quaternary-light h1,
.ry .quaternary-light .h1,
.ry .quaternary-light h2,
.ry .quaternary-light .h2,
.ry .quaternary-light h3,
.ry .quaternary-light .h3,
.ry .quaternary-light h4,
.ry .quaternary-light .h4,
.ry .quaternary-light h5,
.ry .quaternary-light .h5,
.ry .quaternary-light h6,
.ry .quaternary-light .h6 {
  color: rgba(var(--quaternary200), 1);
}

.ry .quaternary-light p,
.ry .quaternary-light li {
  color: rgba(var(--quaternary100), 1);
}

.ry .success-dark h1,
.ry .success-dark .h1,
.ry .success-dark h2,
.ry .success-dark .h2,
.ry .success-dark h3,
.ry .success-dark .h3,
.ry .success-dark h4,
.ry .success-dark .h4,
.ry .success-dark h5,
.ry .success-dark .h5,
.ry .success-dark h6,
.ry .success-dark .h6 {
  color: rgba(var(--success), 1);
}

.ry .success-dark p,
.ry .success-dark li {
  color: rgba(var(--success), 1);
}

.ry .warning-dark h1,
.ry .warning-dark .h1,
.ry .warning-dark h2,
.ry .warning-dark .h2,
.ry .warning-dark h3,
.ry .warning-dark .h3,
.ry .warning-dark h4,
.ry .warning-dark .h4,
.ry .warning-dark h5,
.ry .warning-dark .h5,
.ry .warning-dark h6,
.ry .warning-dark .h6 {
  color: rgba(var(--warning), 1);
}

.ry .warning-dark p,
.ry .warning-dark li {
  color: rgba(var(--warning), 1);
}

.ry .danger-dark h1,
.ry .danger-dark .h1,
.ry .danger-dark h2,
.ry .danger-dark .h2,
.ry .danger-dark h3,
.ry .danger-dark .h3,
.ry .danger-dark h4,
.ry .danger-dark .h4,
.ry .danger-dark h5,
.ry .danger-dark .h5,
.ry .danger-dark h6,
.ry .danger-dark .h6 {
  color: rgba(var(--danger), 1);
}

.ry .danger-dark p,
.ry .danger-dark li {
  color: rgba(var(--danger), 1);
}


.ry .text-center {
  text-align: center;
}

.ry .text-left {
  text-align: left;
}

.ry .text-right {
  text-align: right;
}

.ry .accent-text {
  display: block;
  position: relative;
  color: rgba(var(--secondary), 1); 
  font: normal normal 700 1.2222222222222223rem/1 Inter; 
  letter-spacing: initial; 
  text-transform: uppercase;
  margin: 32px 0;
}

.ry .accent-text:after {
  position: absolute;
  bottom: -16px;
  left: 0;
  content: "";
  display: block;
  height: 1px;
  width: 141px;
  background: rgba(var(--tertiary), 1);
}

.ry .text-center .accent-text:after  {
  left: 50% !important;
  transform: translateX(-50%) !important;
  -webkit-transform: translateX(-50%) !important;
}

  /** primary background **/
  .ry .bg-primary {
    background: rgba(var(--primary), 1);
  }
  .ry .bg-primary300 {
    background:rgba(var(--primary300), 1);
  }
  .ry .bg-primary700 {
    background: rgba(var(--primary700), 1);
  }
  
  /** secondary background **/
  .ry .bg-secondary {
    background: rgba(var(--secondary), 1);
  }
  .ry .bg-secondary300 {
    background:rgba(var(--secondary300), 1);
  }
  .ry .bg-secondary700 {
    background: rgba(var(--secondary700), 1);
  }
  
  /** tertiary background **/
  .ry .bg-tertiary {
    background: rgba(var(--tertiary), 1);
  }
  .ry .bg-tertiary300 {
    background:rgba(var(--tertiary300), 1);
  }
  .ry .bg-tertiary700 {
    background: rgba(var(--tertiary700), 1);
  }
  
  /** quaternary background **/
  .ry .bg-quaternary {
    background: rgba(var(--quaternary), 1);
  }
  .ry .bg-quaternary300 {
    background:rgba(var(--quaternary300), 1);
  }
  .ry .bg-quaternary700 {
    background: rgba(var(--quaternary700), 1);
  }
  
  /** background background **/
  .ry .bg-background {
    background: rgba(var(--background), 1);
  }
  .ry .bg-background300 {
    background:rgba(var(--background300), 1);
  }
  .ry .bg-background700 {
    background: rgba(var(--background700), 1);
  }
  
  /** dark background **/
  .ry .bg-dark {
    background: rgba(var(--dark), 1);
  }
  .ry .bg-dark300 {
    background:rgba(var(--dark300), 1);
  }
  .ry .bg-dark700 {
    background: rgba(var(--dark700), 1);
  }
  
  /** gray background **/
  .ry .bg-gray {
    background: rgba(var(--gray), 1);
  }
  .ry .bg-gray300 {
    background:rgba(var(--gray300), 1);
  }
  .ry .bg-gray700 {
    background: rgba(var(--gray700), 1);
  }
  
  /** lightgray background **/
  .ry .bg-lightgray {
    background: rgba(var(--lightgray), 1);
  }
  .ry .bg-lightgray300 {
    background:rgba(var(--lightgray300), 1);
  }
  .ry .bg-lightgray700 {
    background: rgba(var(--lightgray700), 1);
  }
  
  /** light background **/
  .ry .bg-light {
    background: rgba(var(--light), 1);
  }
  .ry .bg-light300 {
    background:rgba(var(--light300), 1);
  }
  .ry .bg-light700 {
    background: rgba(var(--light700), 1);
  }
  
  /** success background **/
  .ry .bg-success {
    background: rgba(var(--success), 1);
  }
  /** warning background **/
  .ry .bg-warning {
    background: rgba(var(--warning), 1);
  }
  /** error background **/
  .ry .bg-error {
    background: rgba(var(--error), 1);
  }
  /** info background **/
  .ry .bg-info {
    background: rgba(var(--info), 1);
  }
/* button colors */
/* primary */
.ry .btn.btn-primary300,
.ry .hs-button.btn-primary300 {
  color: rgba(var(--quaternary200), 1);
  background: rgba(var(--primary300), 1);
  border-color: rgba(var(--primary300), 1);  
}

.ry .btn.btn-primary300:hover,
.ry .hs-button.btn-primary300:hover {
  color: rgba(var(--quaternary), 1);
  background: rgba(var(--primary100), 1);
  border-color: rgba(var(--primary100), 1);  
}

/* - */
.ry .btn.btn-primary,
.ry .hs-button.btn-primary {
  color: rgba(var(--quaternary200), 1);
  background: rgba(var(--primary), 1);
  border-color: rgba(var(--primary), 1);  
}

.ry .btn.btn-primary:hover,
.ry .hs-button.btn-primary:hover {
  color: rgba(var(--quaternary), 1);
  background: rgba(var(--primary300), 1);
  border-color: rgba(var(--primary300), 1);  
}

/* - */
.ry .btn.btn-primary700,
.ry .hs-button.btn-primary700 {
  color: rgba(var(--quaternary100), 1);
  background: rgba(var(--primary700), 1);
  border-color: rgba(var(--primary700), 1);  
}

.ry .btn.btn-primary700:hover,
.ry .hs-button.btn-primary700:hover {
  color: rgba(var(--quaternary100), 1);
  background: rgba(var(--primary500), 1);
  border-color: rgba(var(--primary500), 1);  
}

/* secondary */



.ry .btn.btn-secondary300,
.ry .hs-button.btn-secondary300 {
  color: rgba(var(--tertiary300), 1);
  background: rgba(var(--secondary300), 1);
  border-color: rgba(var(--secondary300), 1);  
}

.ry .btn.btn-secondary300:hover,
.ry .hs-button.btn-secondary300:hover {
  color: rgba(var(--tertiary), 1);
  background: rgba(var(--secondary100), 1);
  border-color: rgba(var(--secondary100), 1);  
}

/* - */
.ry .btn.btn-secondary,
.ry .hs-button.btn-secondary {
  color: rgba(var(--light), 1);
  background: rgba(var(--secondary), 1);
  border-color: rgba(var(--secondary), 1);  
}

.ry .btn.btn-secondary:hover,
.ry .hs-button.btn-secondary:hover {
  color: rgba(var(--quaternary), 1);
  background: rgba(var(--light), 1);
  border-color: rgba(var(--quaternary), 1);  
}

.ry .btn.btn-secondary:disabled:hover,
.ry .hs-button.btn-secondary[disabled]:hover {
  color: rgba(var(--light), 1);
  background: rgba(var(--secondary), 1);
  border-color: rgba(var(--secondary), 1);
}

/* - */
.ry .btn.btn-secondary700,
.ry .hs-button.btn-secondary700 {
  color: rgba(var(--tertiary100), 1);
  background: rgba(var(--secondary700), 1);
  border-color: rgba(var(--secondary700), 1);  
}

.ry .btn.btn-secondary700:hover,
.ry .hs-button.btn-secondary700:hover {
  color: rgba(var(--secondary100), 1);
  background: rgba(var(--secondary500), 1);
  border-color: rgba(var(--secondary500), 1);  
}


/* - */
.ry .btn.btn-light-outline,
.ry .hs-button.btn-light-outline {
  color: rgba(var(--light), 1);
  background: transparent;
  border-color: rgba(var(--light), 1);  
}

.ry .btn.btn-light-outline:hover,
.ry .hs-button.btn-light-outline:hover {
  color: rgba(var(--light), 1);
  background: rgba(var(--secondary), 1);
  border-color: rgba(var(--secondary), 1);    
}


.ry .btn.btn-primary-outline,
.ry .hs-button.btn-primary-outline {
  color: rgba(var(--primary), 1);
  background: transparent;
  border-color: rgba(var(--primary), 1);  
}

.ry .btn.btn-primary-outline:hover,
.ry .hs-button.btn-primary-outline:hover {
  color: rgba(var(--primary), .7);
  background: transparent;
  border-color: rgba(var(--primary), .4);    
}


.ry .btn.btn-secondary-outline,
.ry .hs-button.btn-secondary-outline {
  color: rgba(var(--secondary), 1);
  background: transparent;
  border-color: rgba(var(--secondary), 1);  
}

.ry .btn.btn-secondary-outline:hover,
.ry .hs-button.btn-secondary-outline:hover {
  color: rgba(var(--secondary), .7);
  background: transparent;
  border-color: rgba(var(--secondary), .4);    
}


.ry .btn.btn-tertiary-outline,
.ry .hs-button.btn-tertiary-outline {
  color: rgba(var(--tertiary), 1);
  background: transparent;
  border-color: rgba(var(--tertiary), 1);  
}

.ry .btn.btn-tertiary-outline:hover,
.ry .hs-button.btn-tertiary-outline:hover {
  color: rgba(var(--tertiary), .7);
  background: transparent;
  border-color: rgba(var(--tertiary), .4);    
}


.ry .btn.btn-quaternary-outline,
.ry .hs-button.btn-quaternary-outline {
  color: rgba(var(--quaternary), 1);
  background: transparent;
  border-color: rgba(var(--quaternary), 1);  
}

.ry .btn.btn-quaternary-outline:hover,
.ry .hs-button.btn-quaternary-outline:hover {
  color: rgba(var(--light), 1);
  background: rgba(var(--secondary), 1);
  border-color: rgba(var(--secondary), 1);    
}






/* border colors */
.ry .ry-border.primary {
  border-color: rgba(var(--primary), 1);
}

.ry .ry-border.primary300 {
  border-color: rgba(var(--primary300), 1);
}

.ry .ry-border.primary700 {
  border-color: rgba(var(--primary700), 1);
}

.ry .ry-border.secondary {
  border-color: rgba(var(--secondary), 1);
}

.ry .ry-border.secondary300 {
  border-color: rgba(var(--secondary300), 1);
}

.ry .ry-border.secondary700 {
  border-color: rgba(var(--secondary700), 1);
}

.ry .ry-border.tertiary {
  border-color: rgba(var(--tertiary), 1);
}

.ry .ry-border.tertiary300 {
  border-color: rgba(var(--tertiary300), 1);
}

.ry .ry-border.tertiary700 {
  border-color: rgba(var(--tertiary700), 1);
}

.ry .ry-border.quaternary {
  border-color: rgba(var(--quaternary), 1);
}

.ry .ry-border.quaternary300 {
  border-color: rgba(var(--quaternary300), 1);
}

.ry .ry-border.quaternary700 {
  border-color: rgba(var(--quaternary700), 1);
}

.ry .ry-border.background {
  border-color: rgba(var(--background), 1);
}

.ry .ry-border.background300 {
  border-color: rgba(var(--background300), 1);
}

.ry .ry-border.background700 {
  border-color: rgba(var(--background700), 1);
}

.ry .ry-border.dark {
  border-color: rgba(var(--dark), 1);
}

.ry .ry-border.dark300 {
  border-color: rgba(var(--dark300), 1);
}

.ry .ry-border.dark700 {
  border-color: rgba(var(--dark700), 1);
}

.ry .ry-border.light {
  border-color: rgba(var(--light), 1) !important;
}

.ry .ry-border.light300 {
  border-color: rgba(var(--light300), 1);
}

.ry .ry-border.light700 {
  border-color: rgba(var(--light700), 1);
}

.ry .ry-border.gray {
  border-color: rgba(var(--gray), 1);
}

.ry .ry-border.gray300 {
  border-color: rgba(var(--gray300), 1);
}

.ry .ry-border.gray700 {
  border-color: rgba(var(--gray700), 1);
}

/* shadow colors */
.ry .ry-shadow.sh-primary {
  color: rgba(var(--primary), 1);
}

.ry .ry-shadow.sh-primary300 {
  color: rgba(var(--primary300), 1);
}

.ry .ry-shadow.sh-primary700 {
  color: rgba(var(--primary700), 1);
}

.ry .ry-shadow.sh-secondary {
  color: rgba(var(--secondary), 1);
}

.ry .ry-shadow.sh-secondary300 {
  color: rgba(var(--secondary300), 1);
}

.ry .ry-shadow.sh-secondary700 {
  color: rgba(var(--secondary700), 1);
}

.ry .ry-shadow.sh-tertiary {
  color: rgba(var(--tertiary), 1);
}

.ry .ry-shadow.sh-tertiary300 {
  color: rgba(var(--tertiary300), 1);
}

.ry .ry-shadow.sh-tertiary700 {
  color: rgba(var(--tertiary700), 1);
}

.ry .ry-shadow.sh-quaternary {
  color: rgba(var(--quaternary), 1);
}

.ry .ry-shadow.sh-quaternary300 {
  color: rgba(var(--quaternary300), 1);
}

.ry .ry-shadow.sh-quaternary700 {
  color: rgba(var(--quaternary700), 1);
}

.ry .ry-shadow.sh-background {
  color: rgba(var(--background), 1);
}

.ry .ry-shadow.sh-background300 {
  color: rgba(var(--background300), 1);
}

.ry .ry-shadow.sh-background700 {
  color: rgba(var(--background700), 1);
}

.ry .ry-shadow.sh-dark {
  color: rgba(var(--dark), 1);
}

.ry .ry-shadow.sh-dark300 {
  color: rgba(var(--dark300), 1);
}

.ry .ry-shadow.sh-dark700 {
  color: rgba(var(--dark700), 1);
}

.ry .ry-shadow.sh-light {
  color: rgba(var(--light), 1);
}

.ry .ry-shadow.sh-light300 {
  color: rgba(var(--light300), 1);
}

.ry .ry-shadow.sh-light700 {
  color: rgba(var(--light700), 1);
}

.ry .ry-shadow.sh-gray {
  color: rgba(var(--gray), 1);
}

.ry .ry-shadow.sh-gray300 {
  color: rgba(var(--gray300), 1);
}

.ry .ry-shadow.sh-gray700 {
  color: rgba(var(--gray700), 1);
}
/* border radius */
.ry .bradsm {overflow:hidden; border-radius: 6.0px;}
.ry .bradmd {overflow:hidden; border-radius: 12px;}
.ry .bradlg {overflow:hidden; border-radius: 24px;}

/* border base */
.ry .ry-border {
  border-width: 1px;
  border-style: solid;
  border-color: rgba(var(--primary), 1);
  box-sizing: border-box;
}

/* border sizes */
.ry .ry-border.sm {border-width: 1px;}

.ry .ry-border.md {border-width: 3px;}

.ry .ry-border.lg {border-width:  6px;}

/* border orientation */
.ry .ry-border.t {
  border-left: 0;
  border-right: 0;
  border-bottom: 0;  
}
.ry .ry-border.b {
  border-top: 0;
  border-left: 0;
  border-right: 0;  
}
.ry .ry-border.l {
  border-top: 0;
  border-right: 0; 
  border-bottom: 0; 
}
.ry .ry-border.r {
  border-top: 0;
  border-left: 0; 
  border-bottom: 0; 
}
.ry .ry-border.tb {
  border-left: 0;
  border-right: 0;
}
.ry .ry-border.lr {
  border-top: 0;
  border-bottom: 0;  
}
.ry .ry-border.tl {
  border-right: 0;
  border-bottom: 0;
}
.ry .ry-border.tr {
  border-left: 0;
  border-bottom: 0;  
}
.ry .ry-border.bl {
  border-right: 0;
  border-top: 0;
}
.ry .ry-border.br {
  border-left: 0;
  border-top: 0;  
}
.ry .ry-border.tlr {
  border-bottom: 0;  
}
.ry .ry-border.tlb {
  border-right: 0;  
}
.ry .ry-border.trb {
  border-left: 0;  
}
.ry .ry-border.lrb {
  border-top: 0;  
}
/* Shadow */
.ry .ry-shadow {
  -webkit-box-shadow: 5px 5px 5px 5px; 
  box-shadow: 5px 5px 5px 5px;
}
.ry .ry-shadow.inset {
  -webkit-box-shadow: inset 5px 5px 5px 5px; 
  box-shadow: inset 5px 5px 5px 5px;
}
.ry.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: auto;
  z-index: 1000;
}

.ry.site-header .sh-main.ry-grid {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  transition: .2s ease padding;
  -webkit-transition: .2s ease padding;
}

.ry.site-header.active .sh-main.ry-grid {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  transition: .2s ease padding;
  -webkit-transition: .2s ease padding;
}

.ry.site-header .sh-wrapper {
  position: relative;
}

.ry.site-header .sh-overlay {
  background: rgba(var(--background), 1);
  border-bottom: 2px solid rgba(var(--dark), 1);
}

.ry.site-header .sh-main .sh-logo a,
.ry.site-header .sh-main .sh-logo a img {
  display: block;
/*   max-width: 148px; */
}

.ry.site-header .sh-nav ul {
  text-align: right;
}

.ry.site-header .sh-cta a.cta_button {
  font-family: inter, sans-serif;
  text-decoration: none;
  color: rgba(var(--light), 1);
  background: rgba(var(--secondary), 1);
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: -0.01em;
  padding: 12px 20px 12px 20px;
  border-radius: 6px;
}

.ry.site-header a.cta_button {
  display: block;
}

.ry.site-header .mobile-menu-trigger-container {display:none !important;}

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

.ry.site-header .mobile-menu-trigger-container {display:block !important;}
  
  .ry.site-header .nav-wrapper {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
    padding: 30px;
  box-shadow: 0 2px 9px 0 rgba(var(--dark), 0.2);
    display: none;
  }
  
  .ry.site-header .nav-wrapper.open {
    display: block;
  }

  
  * {
  margin: 0;
  padding: 0; 
}

/* Icon 1 */

  #mobile-menu-trigger {
  width: 30px;
  height: 22px;
  position: relative;
  margin: 0 0 0 auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#mobile-menu-trigger span {
  display: block;
  position: absolute;
  height: 3px;
  width: 50%;
  background: rgba(var(--primary), 1);
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#mobile-menu-trigger span:nth-child(even) {
  left: 50%;
  border-radius: 0 9px 9px 0;
}

#mobile-menu-trigger span:nth-child(odd) {
  left:0px;
  border-radius: 9px 0 0 9px;
}

#mobile-menu-trigger span:nth-child(1), #mobile-menu-trigger span:nth-child(2) {
  top: 0px;
}

#mobile-menu-trigger span:nth-child(3), #mobile-menu-trigger span:nth-child(4) {
  top: 9px;
}

#mobile-menu-trigger span:nth-child(5), #mobile-menu-trigger span:nth-child(6) {
  top: 18px;
}

.ry.site-header #mobile-menu-trigger.open span:nth-child(1),
.ry.site-header #mobile-menu-trigger.open span:nth-child(6) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.ry.site-header #mobile-menu-trigger.open span:nth-child(2),
.ry.site-header #mobile-menu-trigger.open span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.ry.site-header #mobile-menu-trigger.open span:nth-child(1) {
  left: 0px;
  top: 7px;
}

.ry.site-header #mobile-menu-trigger.open span:nth-child(2) {
  left: calc(50% - 5px);
  top: 7px;
}

.ry.site-header #mobile-menu-trigger.open span:nth-child(3) {
  left: -50%;
  opacity: 0;
}

.ry.site-header #mobile-menu-trigger.open span:nth-child(4) {
  left: 100%;
  opacity: 0;
}

.ry.site-header #mobile-menu-trigger.open span:nth-child(5) {
  left: 0px;
  top: 18px;
}

.ry.site-header #mobile-menu-trigger.open span:nth-child(6) {
  left: calc(50% - 5px);
  top: 18px;
}
  
  
}
.ry form.hs-form {
    display: block;
    width: 100%;
    max-width: 100%;
  }
  
  .ry form.hs-form .input {
    padding: 18px 0px;
  }
  
  .ry form.hs-form li,
  .ry form.hs-form p,
  .ry form.hs-form h1,
  .ry form.hs-form h2,
  .ry form.hs-form h3,
  .ry form.hs-form h4,
  .ry form.hs-form h5,
  .ry form.hs-form h6,
  .ry form.hs-form input.hs-input,
  .ry form.hs-form textarea,
  .ry form.hs-form select,
  .ry form.hs-form button,
  .ry form.hs-form legend,
  .ry form.hs-form em {
    font-family: Roboto, sans-serif;
  }
  
  .ry form.hs-form input[type="text"].hs-input,
  .ry form.hs-form input[type="email"].hs-input,
  .ry form.hs-form input[type="num"].hs-input,
  .ry form.hs-form input[type="tel"].hs-input,
  .ry form.hs-form textarea,
  .ry form.hs-form select {
    appearance: none;
    -webkit-appearance: none;
    border: 0;
    outline: none;
    background: #F9F9FF;
    border-radius: 6px;
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 16px;
    font-size: 18px;
    font-weight: 400;
    line-height: 21.6px;
    box-sizing: border-box;
    font-family: roboto, sans-serif;
    border: 1px solid #000;
    box-sizing: border-box;
  }
  
  .ry form.hs-form input[type="submit"],
  .ry form.hs-form button[type="submit"] {
    display: block;
    height: auto;
    width: auto;
    padding: 12px 24px;
    color: #fff;
    background: rgba(0, 84, 79, 1);
  }
  
  .ry form.hs-form textarea {
    min-height: 150px;
  }
  
  .ry form.hs-form ::-webkit-input-placeholder { /* Edge */
    color: #272643;
  }
  
  .ry form.hs-form :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #272643;
  }
  
  .ry form ::placeholder {
    color: #272643;
  }
  
  .ry form.hs-form .form-columns-1,
  .ry form.hs-form .form-columns-2 {
    margin-right: 0;
    width: 100%;
    max-width: 100%;
  }
  
  .ry form.hs-form .form-columns-1 .input,
  .ry form.hs-form .form-columns-2 .hs_lastname .input {
    margin: 0;
    width: 100%;
    max-width: 100%;
  }
  
  .ry form.hs-form input[type="submit"] {
  /*   background: rgba(var(--primary), 1);
    color: rgba(var(--light), 1); */
    appearance: none;
    -webkit-appearance: none;
    border: 0;
    outline: none;
    border-radius: 6px;
    display: block;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.2px;
    letter-spacing: -0.00027em;
    font-family: roboto, sans-serif;
    margin-bottom: 20px;
  }
  
  .ry form.hs-form ul.inputs-list.multi-container {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  
  .ry form.hs-form ul.inputs-list.multi-container li {
    padding: 8px 0;
  }
  
  .ry.contact-form .cf-info h3 {
    color: rgba(var(--secondary), 1);
  }
  
  .ry.contact-form .cf-info ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
/* Buttons */
.ry .btn,
.ry .hs-button {
  font-family: Inter;
  font-size: 12px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.0;
  text-align: center;
  text-decoration: none!important;
  vertical-align: middle;
  white-space: nowrap;

  background-image: none;

  display: inline-block;
  padding: 16px 24px;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  border-radius: 6px;

  touch-action: manipulation;
  cursor: pointer;
  user-select: none;

  transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}  

.ry .btn.sm,
.ry .hs-button.sm,
.ry .btn.btn--sm {
  font-size:  8.399999999999999px;
  padding: 16px 16.799999999999997px;
  border-width: 1px;
}

.ry .btn.lg,
.ry .hs-button.lg {
  font-size:  15.600000000000001px;
  padding: 20.8px 31.200000000000003px;
  border-width: 1px;
}

.ry .btn:hover,
.ry .hs-button:hover {
  transform: translateY(-3px);
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
}


.ry .btn:disabled,
.ry .btn[disabled] {
  opacity: .5;
  pointer-events:none;
}
.ry .btn:disabled:hover,
.ry .btn[disabled]:hover {
  cursor: not-allowed;
}


.ry .btn.module-btn {
  padding: 18px 28px;
  border-radius: 8px;
  border-width: 2px;
  border-style: solid;
  font-size: 20px;
  line-height: 20px;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
}

.ry .btn.module-btn svg {
  display: inline-block;
  height: 20px;
  width: 20px;
  padding-left: 0;
  transition: .2s ease all;
  -webkit-transition: .2s ease all;
}

.ry .btn.module-btn:hover svg {
  transition: .2s ease all;
  -webkit-transition: .2s ease all;
  padding-left: 6px;
}

.ry .btn.module-btn.solid {}
.ry .btn.module-btn.outline {}
.ry .btn.module-btn.plain {
  padding-left: 0;
  padding-right: 0;
}

.ry .btn.module-btn.accent {
  text-decoration: none;
    padding-left: 0;
  padding-right: 0;
      font-size: 30px;
      font-weight: 600;
      line-height: 32px;
      font-family: "Roboto", sans-serif;
      margin-bottom: 24px;
}

.ry .btn.module-btn.accent svg {
  height: 32px;
  width: 32px;
}


@media screen and (max-width: 900px) {
  .ry .btn.module-btn {
    white-space: normal; /* Allow text to wrap */
  word-wrap: break-word; /* Legacy support */
  overflow-wrap: break-word; /* Modern browsers */
  word-break: break-word; /* For aggressive word breaking */
    text-align: left !important;
  width: auto !important;
  }
}




.object-1 {
    animation: object-1 120s ease-in-out infinite;
  }
  
  .object-2 {
    animation: object-1 80s ease-in-out infinite;
  }
  
  .object-3 {
    animation: object-1 120s ease-in-out infinite;
  }
  
  .object-4 {
    animation: object-1 80s ease-in-out infinite;
  }
  
  .object-5 {
    animation: object-2 120s ease-in-out infinite;
  }
  
  .object-6 {
    animation: object-2 80s ease-in-out infinite;
  }
  
  .object-7 {
    animation: object-2 120s ease-in-out infinite;
  }
  
  
  @-webkit-keyframes object-1 {
    0% {
      -webkit-transform: translate(0, 0) scale(1);
              transform: translate(0, 0) scale(1);
    }
    20% {
      -webkit-transform: translate(-100px, -100px) scale(.8);
              transform: translate(-100px, -100px) scale(.8);
    }
    40% {
      -webkit-transform: translate(0, 0) scale(1);
              transform: translate(0, 0) scale(1);
    }
    60% {
      -webkit-transform: translate(-100px, 100px) scale(0.8);
              transform: translate(-100px, 100px) scale(0.8);
    }
    80% {
      -webkit-transform: translate(100px, -100px) scale(1.75);
              transform: translate(100px, -100px) scale(1.75);
    }
    100% {
      -webkit-transform: translate(0, 0) scale(1);
              transform: translate(0, 0) scale(1);
    }
  }
  @keyframes object-1 {
    0% {
      -webkit-transform: translate(0, 0) scale(1);
              transform: translate(0, 0) scale(1);
    }
    20% {
      -webkit-transform: translate(-100px, -100px) scale(1);
              transform: translate(-100px, -100px) scale(1);
    }
    40% {
      -webkit-transform: translate(0, 0) scale(0.75);
              transform: translate(0, 0) scale(0.75);
    }
    60% {
      -webkit-transform: translate(-100px, 100px) scale(0.5);
              transform: translate(-100px, 100px) scale(0.5);
    }
    80% {
      -webkit-transform: translate(100px, -100px) scale(1.75);
              transform: translate(100px, -100px) scale(1.75);
    }
    100% {
      -webkit-transform: translate(0, 0) scale(1);
              transform: translate(0, 0) scale(1);
    }
  }
  
  @-webkit-keyframes object-2 {
   0% {
      -webkit-transform: translate(0, 0) scale(1);
              transform: translate(0, 0) scale(1);
    }
    20% {
      -webkit-transform: translate(100px, 100px) scale(1);
              transform: translate(100px, 100px) scale(1);
    }
    40% {
      -webkit-transform: translate(0, 0) scale(0.75);
              transform: translate(0, 0) scale(0.75);
    }
    60% {
      -webkit-transform: translate(100px, -100px) scale(0.5);
              transform: translate(100px, -100px) scale(0.5);
    }
    80% {
      -webkit-transform: translate(-100px, 100px) scale(1.75);
              transform: translate(-100px, 100px) scale(1.75);
    }
    100% {
      -webkit-transform: translate(0, 0) scale(1);
              transform: translate(0, 0) scale(1);
    }
  }
  @keyframes object-2 {
   0% {
      -webkit-transform: translate(0, 0) scale(1);
              transform: translate(0, 0) scale(1);
    }
    20% {
      -webkit-transform: translate(100px, 100px) scale(1);
              transform: translate(100px, 100px) scale(1);
    }
    40% {
      -webkit-transform: translate(0, 0) scale(0.75);
              transform: translate(0, 0) scale(0.75);
    }
    60% {
      -webkit-transform: translate(100px, -100px) scale(0.5);
              transform: translate(100px, -100px) scale(0.5);
    }
    80% {
      -webkit-transform: translate(-100px, 100px) scale(1.75);
              transform: translate(-100px, 100px) scale(1.75);
    }
    100% {
      -webkit-transform: translate(0, 0) scale(1);
              transform: translate(0, 0) scale(1);
    }
  }
  
  
  @-webkit-keyframes object-3 {
    0% {
      -webkit-transform: translate(0, 0) scale(1);
              transform: translate(0, 0) scale(1);
    }
    25% {
      -webkit-transform: translate(100px, 0) scale(1.25);
              transform: translate(100px, 0) scale(1.25);
    }
    50% {
      -webkit-transform: translate(50px, -50px) scale(1.50);
              transform: translate(50px, -50px) scale(1.50);
    }
    75% {
      -webkit-transform: translate(-50px, 50px) scale(.75);
              transform: translate(-50px, 50px) scale(.75);
    }
    100% {
      -webkit-transform: translate(0, 0) scale(1);
              transform: translate(0, 0) scale(1);
    }
  }
  @keyframes object-3 {
    0% {
      -webkit-transform: translate(0, 0) scale(1);
              transform: translate(0, 0) scale(1);
    }
    25% {
      -webkit-transform: translate(100px, 0) scale(1.25);
              transform: translate(100px, 0) scale(1.25);
    }
    50% {
      -webkit-transform: translate(50px, -50px) scale(1.50);
              transform: translate(50px, -50px) scale(1.50);
    }
    75% {
      -webkit-transform: translate(-50px, 50px) scale(.75);
              transform: translate(-50px, 50px) scale(.75);
    }
    100% {
      -webkit-transform: translate(0, 0) scale(1);
              transform: translate(0, 0) scale(1);
    }
  }
.ry.site-footer .sf-overlay {
  background: rgba(var(--primary), 1);
  padding: 64px;
}

.ry.site-footer .sf-overlay .sf-logo {padding-bottom: 32px;}
.ry.site-footer .sf-overlay .sf-logo a,
.ry.site-footer .sf-overlay .sf-logo a img {
  max-width: 148px;
  display: block;
}

.ry.site-footer .sf-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: right;
}

.ry.site-footer .sf-nav ul li {
  display: inline-block;
  margin-left: 24px;
}

.ry.site-footer .sf-nav ul li a {
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: -0.01em;
  color: #A0ABC0;
  text-decoration: none;
}


.ry.blog-listing {
  position: relative;
  z-index: 3;
}

.ry.blog-listing .bl-main {
  margin-right: 21px !important;
}

@media only screen and (max-width: 1300px) {
  .ry.blog-listing .bl-grid {
      -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  }
}


/* CSS variables */

:root {
  --column-gap: 2.13%;
  --column-width-multiplier: 8.333;
}

/* Mobile layout */

.row-fluid {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}


  .row-fluid .span1,
  .row-fluid .span2,
  .row-fluid .span3,
  .row-fluid .span4,
  .row-fluid .span5,
  .row-fluid .span6,
  .row-fluid .span7,
  .row-fluid .span8,
  .row-fluid .span9,
  .row-fluid .span10,
  .row-fluid .span11,
  .row-fluid .span12{
  min-height: 1px;
  width: 100%;
}

/* Desktop layout */

@media (min-width: 768px) {
  .row-fluid {
    flex-wrap: nowrap;
    justify-content: space-between;
  }

  
    .row-fluid .span1 {
      width: calc(var(--column-width-multiplier) * 1% * 1 - var(--column-gap) * (11 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span2 {
      width: calc(var(--column-width-multiplier) * 1% * 2 - var(--column-gap) * (10 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span3 {
      width: calc(var(--column-width-multiplier) * 1% * 3 - var(--column-gap) * (9 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span4 {
      width: calc(var(--column-width-multiplier) * 1% * 4 - var(--column-gap) * (8 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span5 {
      width: calc(var(--column-width-multiplier) * 1% * 5 - var(--column-gap) * (7 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span6 {
      width: calc(var(--column-width-multiplier) * 1% * 6 - var(--column-gap) * (6 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span7 {
      width: calc(var(--column-width-multiplier) * 1% * 7 - var(--column-gap) * (5 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span8 {
      width: calc(var(--column-width-multiplier) * 1% * 8 - var(--column-gap) * (4 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span9 {
      width: calc(var(--column-width-multiplier) * 1% * 9 - var(--column-gap) * (3 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span10 {
      width: calc(var(--column-width-multiplier) * 1% * 10 - var(--column-gap) * (2 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span11 {
      width: calc(var(--column-width-multiplier) * 1% * 11 - var(--column-gap) * (1 * var(--column-width-multiplier) / 100));
    }
  
}

.content-wrapper {
  margin: 0 auto;
  padding: 0 1rem;
}

@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}

.dnd-section > .row-fluid {
  margin: 0 auto;
}

.dnd-section .dnd-column {
  padding: 0 1rem;
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
/* Misc. Reely */

.body-container--home {
  padding-top: 80px;
}