/*
.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}
*/

body {
  background-color: #e8e8e8;
  background-image: url('../images/bg-circle.svg');
  background-position: 50% 0;
  background-size: cover;
  /*  
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  */
}

.fs-20.box-heading {
  font-weight: 600;
}

.code-embed {
  font-family: Open Sans, sans-serif;
}

.h2.t-white {
  color: #fff;
}

.center {
  text-align: center;
}

.c2 {
  width: 1400px;
  max-width: 95%;
  margin-left: auto;
  margin-right: auto;
}

.c2.c2a {
  background-color: #fff;
  margin-top: 3.5rem;
  padding: .5rem 1rem;
}

.g2a {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: .4fr 1fr;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.g2b {
  grid-column-gap: 2rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.g2b-color {
  background-color: #ccc;
  border: 1px solid #bfbfbf;
  height: 40px;
  margin-bottom: 8px;
}

.svg-1 {
  width: 23px;
}

.g2b-a {
  grid-column-gap: 5px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  display: inline-grid;
}

.g2b-b {
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: auto;
  place-items: center start;
  margin-top: 8px;
}

.g2b-txt-1 {
  text-transform: uppercase;
  font-weight: 600;
}

.s2c {
  text-align: center;
  background-image: url('../images/bgnd-1.jpg');
  background-position: 0 0;
  background-size: cover;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.t1a-menu {
  display: flex;
}

.t1a-content {
  background-color: #fff;
  margin-top: -1px;
  padding: 2.5rem;
}

.t1a-link {
  text-align: center;
  text-transform: uppercase;
  background-color: #ddd0;
  border: 1px solid #343434;
  border-bottom-width: 0;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 220px;
  max-width: 100%;
  height: 85px;
  margin-right: 6px;
  padding: .5rem 2rem;
  line-height: 1.1;
  display: inline-flex;
}

.t1a-link:hover {
  color: #fff;
  background-color: #ffc900;
  border-width: 1px 1px 0;
  border-color: #ffc900;
}

.t1a-link.w--current {
  background-color: #fff;
  border-style: none;
  border-width: 1px;
}

.t1a-link.w--current:hover {
  color: #222;
}

.hr-1 {
  background-color: #007cca;
  width: 68px;
  height: 8px;
  margin-left: auto;
  margin-right: auto;
}

.hr-2 {
  background-color: #c52033;
  width: 40px;
  height: 7px;
}

.link-1 {
  color: #333;
  background-color: #ffc900;
  border-radius: 8px;
  padding: .75rem 1rem;
  text-decoration: none;
  transition: all .2s;
}

.link-1:hover {
  color: #fff;
  background-color: #960;
}

.s2a-2 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.hr-3 {
  background-color: #ccc;
  width: 100%;
  height: 1px;
}

.link-2 {
  color: #008fd9;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.link-2:hover {
  color: #007ac3;
}

.g2b-c {
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.g2a-inner {
  padding-left: 2rem;
  padding-right: 2rem;
}

.form-wrap {
  max-width: 190px;
  display: inline-block;
}

.form-select {
  color: #000;
  background-color: #fff;
  height: 60px;
  font-size: clamp(1.125rem, 1.0708rem + .289vw, 1.25rem);
}

.box {
  background-color: #fff;
  border-bottom: 7px solid #007cca;
  padding: 15px 2.5rem;
}

.box-hr {
  background-color: #ccc;
  height: 1px;
  margin-top: 5px;
  margin-bottom: 20px;
}

.box-grid {
  grid-column-gap: 1.25rem;
  grid-row-gap: 3px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  place-items: center start;
}

.box-color {
  background-color: #ccc;
  border: 1px solid #bfbfbf;
  width: 50px;
  height: 43px;
}

.box-grid2 {
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
}

.link-3 {
  color: #c72033;
  text-align: right;
  text-decoration: none;
}

.link-3:hover {
  color: #e52c3b;
}

.g2c {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
}

.g2c.g2c-2 {
  grid-template-columns: 1fr;
  margin-top: 2rem;
  margin-bottom: 3.5rem;
}

.c-1300 {
  width: 1300px;
  max-width: 95%;
  margin-left: auto;
  margin-right: auto;
}

.c-1200 {
  width: 1200px;
  max-width: 95%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 991px) {
  .g2a {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .g2b {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .t1a-menu {
    display: flex;
    overflow: auto;
  }

  .t1a-link {
    flex: none;
    padding-bottom: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .g2b {
    grid-template-columns: 1fr 1fr;
  }

  .t1a-link {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .g2c {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  .g2b {
    grid-template-columns: 1fr;
  }

  .g2a-inner {
    padding-left: 0;
    padding-right: 0;
  }

  .box-grid2 {
    grid-template-columns: auto;
  }

  .link-3 {
    text-align: left;
  }
}


