@import "../fonts/stylesheet.css";
* {
  margin: 0;
  padding: 0;
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  line-height: 1;
  min-width: 320px;
  position: relative;
}

article,
aside,
details,
figure,
figcaption,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

fieldset {
  border: 0;
  padding: 0;
  margin: 0;
  min-width: 0;
}

.hidden,
[hidden],
template {
  display: none;
}

a {
  text-decoration: none;
  background: transparent;
}
a:active, a:hover {
  outline: 0;
}
a img {
  border: 0;
}

b,
strong {
  font-weight: bold;
}

small {
  font-size: 75%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  border: 0;
  font: inherit;
  color: inherit;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  text-transform: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none !important;
  background-clip: padding-box;
  background-color: transparent;
}

button,
html input[type=button] {
  cursor: pointer;
  -webkit-appearance: button;
     -moz-appearance: button;
          appearance: button;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}
input[type=reset], input[type=submit] {
  cursor: pointer;
  -webkit-appearance: button;
     -moz-appearance: button;
          appearance: button;
}
input[type=checkbox], input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto;
}
input[type=search] {
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
          appearance: none;
}

textarea {
  resize: none;
  overflow: auto;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

td,
th {
  padding: 0;
}

ol,
ul {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5 {
  color: #000;
  font-weight: 400;
}

img {
  max-width: 100%;
  height: auto;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 0;
}

.clearfix {
  clear: both;
}

body {
  color: #0b0b0b;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  font-style: normal;
}
body.ovf_hidden {
  overflow: hidden;
}

section {
  display: block;
}

.container {
  max-width: 1250px;
  width: 100%;
  margin: 0 auto;
  padding: 0 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 1200px) {
  .container {
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .container {
    padding: 0 15px;
  }
}

main {
  position: relative;
}

.header {
  background: #fff;
  color: #0b0b0b;
  border-bottom: 1px solid #F7F7F7;
  position: -webkit-sticky;
  position: sticky;
  width: 100%;
  z-index: 10;
}
.header:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 1;
}
@-webkit-keyframes header {
  0% {
    top: -100%;
    opacity: 0;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
@keyframes header {
  0% {
    top: -100%;
    opacity: 0;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
.header .container {
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 1;
}
.header .custom-logo-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 20px;
}
.header .custom-logo-link img {
  width: 150px;
}
.header .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 20px;
}
.header .logo img {
  width: 150px;
}
.header nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.header nav .main-nav {
  height: auto;
  position: relative;
  display: none;
}
.header nav .main-nav li {
  margin: 0 15px;
  border-bottom: solid 2px transparent;
  position: relative;
}
.header nav .main-nav li:hover {
  border-color: #A6C20F;
}
.header nav .main-nav li a {
  height: auto;
  padding-top: 40px;
  padding-bottom: 35px;
  display: block;
  color: #0b0b0b;
}
.header nav .main-nav li.menu-item-has-children {
  padding-right: 30px;
}
.header nav .main-nav li.menu-item-has-children:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.71604 0.621032C9.00995 0.361242 9.48582 0.361242 9.77973 0.621032C10.0732 0.880821 10.0736 1.30176 9.77973 1.56194L5.53193 5.27977C5.23802 5.53956 4.76171 5.53956 4.4678 5.27977L0.220434 1.56194C-0.0734779 1.30176 -0.0734779 0.881209 0.220434 0.621032C0.514345 0.361242 0.990212 0.361242 1.28412 0.621032L4.99997 3.66997L8.71604 0.621032Z' fill='%236A5555'/%3E%3C/svg%3E");
  background-size: 10px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 5px;
  width: 17px;
  height: 17px;
}
.header nav .main-nav .sub-menu {
  background-color: #eee;
  display: none;
  width: 275px;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  z-index: 15;
  position: absolute;
  top: 100%;
}
.header nav .main-nav .sub-menu:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #A6C20F;
  top: -2px;
  left: 0;
}
.header nav .main-nav .sub-menu li {
  position: relative;
  width: 100%;
  height: unset;
  margin: 0;
  border: none;
}
.header nav .main-nav .sub-menu li:hover, .header nav .main-nav .sub-menu li:active {
  background-color: #A6C20F;
}
.header nav .main-nav .sub-menu li:hover > a, .header nav .main-nav .sub-menu li:active > a {
  color: #fff;
}
.header nav .main-nav .sub-menu li a {
  height: unset;
  width: 100%;
  line-height: 1.3;
  padding: 5px 30px 5px 15px;
  color: #0b0b0b;
}
.header nav .main-nav .sub-menu .menu-item-has-children:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.71604 0.621032C9.00995 0.361242 9.48582 0.361242 9.77973 0.621032C10.0732 0.880821 10.0736 1.30176 9.77973 1.56194L5.53193 5.27977C5.23802 5.53956 4.76171 5.53956 4.4678 5.27977L0.220434 1.56194C-0.0734779 1.30176 -0.0734779 0.881209 0.220434 0.621032C0.514345 0.361242 0.990212 0.361242 1.28412 0.621032L4.99997 3.66997L8.71604 0.621032Z' fill='%236A5555'/%3E%3C/svg%3E");
  background-size: 10px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 10px;
  width: 17px;
  height: 17px;
}
.header nav .main-nav .sub-menu .menu-item-has-children .sub-menu {
  position: absolute;
  display: none;
  left: 100%;
  top: 0;
}
.header nav .main-nav .sub-menu .menu-item-has-children .sub-menu:before {
  display: none;
}
.header nav .main-nav .sub-menu .menu-item-has-children .sub-menu .menu-item-has-children:hover ul, .header nav .main-nav .sub-menu .menu-item-has-children .sub-menu .menu-item-has-children:active ul {
  display: block;
}
.header nav .main-nav .sub-menu .menu-item-has-children .sub-menu .menu-item-has-children .sub-menu {
  display: none;
}
.header .nav-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header .nav-controls .menu-toggle {
  display: block;
  position: relative;
  width: 30px;
  height: 20px;
  cursor: pointer;
  margin-right: 15px;
}
.header .nav-controls .menu-toggle.active small {
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
}
.header .nav-controls .menu-toggle.active::before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 9px;
}
.header .nav-controls .menu-toggle.active::after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  bottom: 9px;
}
.header .nav-controls .menu-toggle small {
  position: absolute;
  background-color: #000;
  left: 0;
  top: 9px;
  width: 100%;
  height: 2px;
  -webkit-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
}
.header .nav-controls .menu-toggle::before, .header .nav-controls .menu-toggle::after {
  content: "";
  background-color: #000;
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.header .nav-controls .menu-toggle::before {
  top: 0;
}
.header .nav-controls .menu-toggle::after {
  bottom: 0;
}
.header .nav-controls .search-form {
  position: relative;
  width: 100%;
}
.header .nav-controls .search-form input {
  font-size: 16px;
  color: #000;
  border-radius: 18px;
  width: 100%;
  height: 40px;
  background-color: #fff;
  padding-left: 20px;
  padding-right: 50px;
}
.header .nav-controls .search-form button {
  position: absolute;
  right: 3px;
  width: 35px;
  height: 35px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background-color: #A6C20F;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .nav-controls .search-form button img {
  width: 16px;
}
.header .header_switcher {
  position: relative;
  margin-right: 8px;
}
.header .header_switcher .current_language {
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  position: relative;
}
.header .header_switcher .current_language span {
  position: absolute;
  right: 0;
  top: auto;
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}
.header .header_switcher .current_language span:after {
  content: "";
  position: absolute;
  right: -8px;
  width: 6px;
  height: 6px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  border-bottom: 1px solid #41A3E5;
  border-right: 1px solid #41A3E5;
  top: calc(50% - 5px);
}
.header .header_switcher .current_language.active span {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}
.header .header_switcher .languages_list {
  position: absolute;
  background: #fff;
  padding: 5px 0 0;
  width: 100%;
  border-bottom: 1px solid #A6C20F;
  display: none;
}
.header .header_switcher .languages_list .wpml-ls-legacy-list-horizontal {
  border: none;
  padding: 0;
  width: 100%;
}
.header .header_switcher .languages_list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
.header .header_switcher .languages_list ul li {
  display: inline-block;
  margin: 5px 0;
}
.header .header_switcher .languages_list ul li.wpml-ls-current-language {
  display: none;
}
.header .header_switcher .languages_list ul li.wpml-ls-current-language a {
  background-color: #A6C20F;
}
.header .header_switcher .languages_list ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 8px;
}
.header .header_switcher .languages_list ul li a:hover {
  background-color: #A6C20F;
}
.header.fixed {
  -webkit-animation: header 0.4s ease forwards;
          animation: header 0.4s ease forwards;
}
@media screen and (min-width: 1025px) {
  .header nav .main-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header nav .main-nav li:hover .sub-menu, .header nav .main-nav li:active .sub-menu {
    display: block;
  }
  .header nav .main-nav .sub-menu .menu-item-has-children:hover .sub-menu, .header nav .main-nav .sub-menu .menu-item-has-children:active .sub-menu {
    display: block;
  }
  .header nav .main-nav > li.current-menu-item, .header nav .main-nav > li.current-menu-ancestor {
    border-color: #A6C20F;
  }
  .header nav .main-nav > li.current-menu-item li, .header nav .main-nav > li.current-menu-ancestor li {
    padding-right: 0;
  }
  .header nav .main-nav > li.current-menu-item .current-menu-ancestor > a, .header nav .main-nav > li.current-menu-ancestor .current-menu-ancestor > a {
    background-color: #A6C20F;
    color: #fff;
  }
  .header nav .main-nav > li.current-menu-item .current-menu-item > a, .header nav .main-nav > li.current-menu-ancestor .current-menu-item > a {
    background-color: #A6C20F;
    color: #fff;
  }
  .header .nav-controls {
    height: auto;
  }
  .header .nav-controls .menu-toggle {
    display: none;
  }
  .header .nav-controls .search-form {
    position: absolute;
    right: 80px;
    top: -72px;
    max-width: 380px;
  }
}
@media screen and (max-width: 1200px) {
  .header .logo, .header .custom-logo-link {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .header .logo img, .header .custom-logo-link img {
    width: 120px;
  }
  .header .search_toggle {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .header nav {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .header nav .main-nav li {
    margin: 0 10px;
  }
  .header nav .main-nav li.menu-item-has-children {
    padding-right: 22px;
  }
  .header nav .main-nav li a {
    padding: 20px 0;
    font-size: 14px;
  }
  .header nav .main-nav li a:after {
    right: 2px;
  }
  .header nav .main-nav .sub-menu {
    width: 220px;
  }
  .header .header_switcher {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-left: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .header {
    padding: 10px 0;
  }
  .header nav {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
    position: absolute;
    left: 0;
    width: 100%;
    top: 100%;
    display: none;
    background-color: #fff;
  }
  .header nav .main-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .header nav .main-nav li {
    border-bottom: solid 1px #A6C20F;
  }
  .header nav .main-nav li.menu-item-has-children {
    position: relative;
    padding-right: 0;
  }
  .header nav .main-nav li.menu-item-has-children .drop-down {
    width: 20px;
    height: 100%;
    max-height: 46px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    margin: auto;
    cursor: pointer;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .header nav .main-nav li.menu-item-has-children .drop-down::before {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.71604 0.621032C9.00995 0.361242 9.48582 0.361242 9.77973 0.621032C10.0732 0.880821 10.0736 1.30176 9.77973 1.56194L5.53193 5.27977C5.23802 5.53956 4.76171 5.53956 4.4678 5.27977L0.220434 1.56194C-0.0734779 1.30176 -0.0734779 0.881209 0.220434 0.621032C0.514345 0.361242 0.990212 0.361242 1.28412 0.621032L4.99997 3.66997L8.71604 0.621032Z' fill='%236A5555'/%3E%3C/svg%3E");
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    left: 50%;
    width: 17px;
    height: 17px;
  }
  .header nav .main-nav li.menu-item-has-children::after {
    display: none;
  }
  .header nav .main-nav li.menu-item-has-children .sub-menu:before {
    height: 1px;
    top: -1px;
  }
  .header nav .main-nav li.menu-item-has-children .sub-menu li:hover, .header nav .main-nav li.menu-item-has-children .sub-menu li:active {
    background: none;
  }
  .header nav .main-nav li.menu-item-has-children .sub-menu li:hover a, .header nav .main-nav li.menu-item-has-children .sub-menu li:active a {
    color: #0b0b0b;
  }
  .header nav .main-nav li.menu-item-has-children .sub-menu li.menu-item-has-children::after {
    display: none;
  }
  .header nav .main-nav li.menu-item-has-children .sub-menu li.menu-item-has-children .drop-down {
    height: 100%;
    max-height: 31px;
    top: 0;
  }
  .header nav .main-nav li.menu-item-has-children .sub-menu li.menu-item-has-children .sub-menu {
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
    left: 0;
  }
  .header nav .main-nav li.menu-item-has-children .sub-menu li.menu-item-has-children .sub-menu:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #A6C20F;
    top: -1px;
    left: 0;
    display: block;
  }
  .header nav .main-nav li.menu-item-has-children.is-opened > .sub-menu {
    display: block;
  }
  .header nav .main-nav li.menu-item-has-children.is-opened > .drop-down:before {
    -webkit-transform: translate(-50%, -50%) rotateX(180deg);
            transform: translate(-50%, -50%) rotateX(180deg);
  }
  .header nav .main-nav li a {
    padding: 15px 0;
    font-size: 16px;
  }
  .header nav .main-nav li.current-menu-ancestor > a {
    color: #A6C20F !important;
  }
  .header nav .main-nav li.current-menu-item a {
    color: #A6C20F !important;
  }
  .header nav .main-nav .sub-menu {
    position: relative;
    width: 100%;
    background: none;
  }
  .header .header_switcher {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-left: auto;
  }
  .header .header_switcher .current_language {
    display: none;
  }
  .header .header_switcher .languages_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    border: none;
    position: relative;
    padding-top: 0;
  }
  .header .header_switcher .languages_list ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .header .header_switcher .languages_list ul li a {
    padding: 8px 12px;
  }
  .header .header_switcher .languages_list ul li.wpml-ls-current-language {
    display: block;
    border-bottom: 1px solid #A6C20F;
  }
  .header .header_switcher .languages_list ul li.wpml-ls-current-language a {
    background: none;
  }
  .header .logo, .header .custom-logo-link {
    padding-right: 10px;
  }
  .header .logo img, .header .custom-logo-link img {
    width: 110px;
  }
  .header .nav-controls {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .header .nav-controls .menu-toggle {
    margin-left: 15px;
    margin-right: 15px;
  }
  .header .search_toggle {
    margin-left: 15px;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
@media screen and (max-width: 480px) {
  .header {
    padding: 5px 0;
  }
  .header .logo {
    padding-right: 10px;
    margin-right: auto;
  }
  .header .logo img {
    width: 100px;
  }
  .header .header_switcher {
    margin-right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .header .header_switcher .languages_list {
    padding: 0;
  }
  .header .header_switcher .languages_list ul {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .header .header_switcher .languages_list ul li a {
    padding: 8px;
  }
  .header .nav-controls {
    margin-left: 10px;
  }
  .header .nav-controls .menu-toggle {
    width: 25px;
    margin-right: 0;
  }
  .header .search_toggle {
    margin-left: auto;
  }
}

@media screen and (max-width: 480px) {
  #wp-admin-bar-wpseo-menu {
    display: none !important;
  }

  #wp-admin-bar-customize {
    display: none !important;
  }

  html {
    margin-top: 0 !important;
  }
}
.section_title {
  width: 100%;
  color: #496D85;
  font-style: normal;
  font-weight: 800;
  font-size: 30px;
  line-height: 1.3;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 50px;
}
@media screen and (max-width: 480px) {
  .section_title {
    font-size: 26px;
    margin-bottom: 30px;
  }
}

.items_grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
}
.items_grid_articles .item {
  background: rgba(158, 185, 187, 0.07);
  border-radius: 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: 240px;
  margin-bottom: 60px;
  overflow: hidden;
  position: relative;
}
.items_grid_articles .item .image {
  width: 100%;
  background-color: #A6C20F;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 150px;
          flex: 0 0 150px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.items_grid_articles .item .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-size: 0px;
}
.items_grid_articles .item .title {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  padding: 15px 25px 10px;
  color: #496D85;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  z-index: 2;
  -webkit-transition: 0.2s ease 0s;
  -o-transition: 0.2s ease 0s;
  transition: 0.2s ease 0s;
  position: absolute;
  top: 150px;
  opacity: 0;
}
.items_grid_articles .item .preview-title {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  padding: 15px 25px 10px;
  color: #496D85;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  z-index: 2;
  -webkit-transition: 0.2s ease 0s;
  -o-transition: 0.2s ease 0s;
  transition: 0.2s ease 0s;
  position: absolute;
  top: 150px;
  height: 90px;
}
.items_grid_articles .item .read_more {
  position: absolute;
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
  z-index: 2;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  bottom: -60px;
  right: 30px;
  background-color: #fff;
  -webkit-transition: 0.2s ease 0s;
  -o-transition: 0.2s ease 0s;
  transition: 0.2s ease 0s;
}
.items_grid_articles .item:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 0%;
  background-color: #41A3E5;
  z-index: 1;
  width: 100%;
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}
.items_grid_articles .item:hover:before {
  height: 100%;
}
.items_grid_articles .item:hover .preview-title {
  opacity: 0;
}
.items_grid_articles .item:hover .title {
  color: #fff;
  bottom: auto;
  top: 10px;
  opacity: 1;
}
.items_grid_articles .item:hover .read_more {
  bottom: 30px;
  -webkit-transition: 0.2s ease 0.15s;
  -o-transition: 0.2s ease 0.15s;
  transition: 0.2s ease 0.15s;
}
@media screen and (max-width: 1200px) {
  .items_grid_articles .item .preview-title {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 1024px) {
  .items_grid_articles .item {
    margin-bottom: 40px;
  }
  .items_grid_articles .item .preview-title {
    padding: 10px 15px;
    font-size: 14px;
  }
  .items_grid_articles .item .title {
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  .items_grid_articles .item .preview-title {
    font-size: 16px;
  }
  .items_grid_articles .item .title {
    font-size: 16px;
  }
}
.items_grid_category {
  -webkit-box-align: unset;
      -ms-flex-align: unset;
          align-items: unset;
}
.items_grid_category .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: unset;
      -ms-flex-align: unset;
          align-items: unset;
  padding: 25px 0;
  border: 1px solid #EAE4E4;
  border-left: none;
  border-right: none;
  position: relative;
}
.items_grid_category .item .image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 45%;
          flex: 0 0 45%;
  max-width: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: rgba(158, 185, 187, 0.07);
}
.items_grid_category .item .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.items_grid_category .item .info {
  padding-left: 20px;
  padding-right: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.items_grid_category .item .info .title {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.2;
  color: #496D85;
  margin-bottom: 10px;
}
.items_grid_category .item .info .excerpt {
  margin-bottom: 24px;
}
.items_grid_category .item .info .excerpt p {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #0b0b0b;
}
.items_grid_category .item .info .read_more {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  line-height: 1.2;
  position: relative;
  color: #A6C20F;
  font-weight: normal;
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
  padding: 3px 0;
  margin-top: auto;
}
.items_grid_category .item .info .read_more svg {
  position: absolute;
  left: 110%;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
  pointer-events: none;
}
.items_grid_category .item .info .read_more:hover {
  color: #41A3E5;
}
.items_grid_category .item .info .read_more:hover svg {
  left: 120%;
}
.items_grid_category .item .info .read_more:hover svg path {
  fill: #41A3E5;
}
@media screen and (max-width: 1200px) {
  .items_grid_category .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .items_grid_category .item .image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 200px;
            flex: 0 0 200px;
    overflow: hidden;
    width: 100%;
    max-width: 100%;
  }
  .items_grid_category .item .info {
    padding: 20px;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }
}
@media screen and (max-width: 640px) {
  .items_grid_category .item .info {
    padding: 20px 10px;
  }
  .items_grid_category .item .info .title {
    font-size: 18px;
  }
}
.items_grid_4 .item {
  width: calc(100% / 4 - 30px + 30px / 4);
  margin-right: 30px;
}
.items_grid_4 .item:nth-child(5n) {
  margin-right: 30px;
}
.items_grid_4 .item:nth-child(4n) {
  margin-right: 0;
}
@media screen and (max-width: 1024px) {
  .items_grid_4.items_grid_articles .item {
    width: calc(100% / 4 - 15px + 15px / 4);
    margin-right: 15px;
  }
  .items_grid_4.items_grid_articles .item:nth-child(5n) {
    margin-right: 15px;
  }
  .items_grid_4.items_grid_articles .item:nth-child(4n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .items_grid_4.items_grid_articles .item {
    width: calc(100% / 3 - 15px + 15px / 3);
    margin-right: 15px;
  }
  .items_grid_4.items_grid_articles .item:nth-child(4n) {
    margin-right: 15px;
  }
  .items_grid_4.items_grid_articles .item:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 480px) {
  .items_grid_4.items_grid_articles .item {
    width: calc(100% / 1 - 0px + 0px / 1);
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .items_grid_4.items_grid_articles .item:nth-child(2n) {
    margin-right: 0px;
  }
  .items_grid_4.items_grid_articles .item:nth-child(1n) {
    margin-right: 0;
  }
}
.items_grid_3 .item {
  width: calc(100% / 3 - 30px + 30px / 3);
  margin-right: 30px;
}
.items_grid_3 .item:nth-child(4n) {
  margin-right: 30px;
}
.items_grid_3 .item:nth-child(3n) {
  margin-right: 0;
}
.items_grid_2 .item {
  width: calc(100% / 2 - 45px + 45px / 2);
  margin-right: 45px;
}
.items_grid_2 .item:nth-child(3n) {
  margin-right: 45px;
}
.items_grid_2 .item:nth-child(2n) {
  margin-right: 0;
}
@media screen and (max-width: 1024px) {
  .items_grid_2.items_grid_category .item {
    width: calc(100% / 2 - 20px + 20px / 2);
    margin-right: 20px;
  }
  .items_grid_2.items_grid_category .item:nth-child(3n) {
    margin-right: 20px;
  }
  .items_grid_2.items_grid_category .item:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 480px) {
  .items_grid_2.items_grid_category .item {
    width: calc(100% / 1 - 0px + 0px / 1);
    margin-right: 0px;
    padding: 15px 0;
  }
  .items_grid_2.items_grid_category .item:nth-child(2n) {
    margin-right: 0px;
  }
  .items_grid_2.items_grid_category .item:nth-child(1n) {
    margin-right: 0;
  }
}

.wp-block-buttons {
  margin-bottom: 20px;
}

.meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}
.meta__users {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.meta__users__reviewed {
  display: inline-block;
}
.meta__users__reviewed:not(:last-child) {
  margin-bottom: 15px;
}
.meta__users__caption, .meta__users .users {
  display: inline;
  line-height: 1;
  margin-bottom: 0 !important;
}
.meta__users__caption {
  font-style: italic;
  font-weight: 600;
  opacity: 0.5;
}
.meta__users .users {
  padding-left: 0 !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none !important;
}
.meta__users .users__user {
  line-height: 1;
  margin-bottom: 0 !important;
}
.meta__date-modified {
  font-style: italic;
  font-size: 18px;
  font-weight: 600;
  opacity: 0.5;
}

* {
  margin: 0;
  padding: 0;
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  line-height: 1;
  min-width: 320px;
  position: relative;
}

article,
aside,
details,
figure,
figcaption,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

fieldset {
  border: 0;
  padding: 0;
  margin: 0;
  min-width: 0;
}

.hidden,
[hidden],
template {
  display: none;
}

a {
  text-decoration: none;
  background: transparent;
}

a:active, a:hover {
  outline: 0;
}

a img {
  border: 0;
}

b,
strong {
  font-weight: bold;
}

small {
  font-size: 75%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  border: 0;
  font: inherit;
  color: inherit;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  text-transform: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none !important;
  background-clip: padding-box;
  background-color: transparent;
}

button,
html input[type=button] {
  cursor: pointer;
  -webkit-appearance: button;
     -moz-appearance: button;
          appearance: button;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=reset], input[type=submit] {
  cursor: pointer;
  -webkit-appearance: button;
     -moz-appearance: button;
          appearance: button;
}

input[type=checkbox], input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
          appearance: none;
}

textarea {
  resize: none;
  overflow: auto;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

td,
th {
  padding: 0;
}

ol,
ul {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5 {
  color: #000;
  font-weight: 400;
}

img {
  max-width: 100%;
  height: auto;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 0;
}

.clearfix {
  clear: both;
}

.article-data.before-content {
  border-width: 2px 0 2px 0;
  border-style: solid;
  border-color: #000;
  padding: 5px 0;
  margin-bottom: 20px;
  opacity: 0.5;
}
.article-data__date {
  font-style: italic;
  color: #000;
  font-weight: 700;
}

.user-info__body {
  border-bottom: 4px solid #000;
}
.user-info__body:not(:last-child) {
  margin-bottom: 25px;
}
.user-info__caption {
  display: inline-block;
  position: relative;
  background: #fff;
  z-index: 10;
  font-size: 20px;
  font-weight: 600;
  width: 100%;
  overflow: hidden;
  margin-bottom: 15px;
}
.user-info__caption span {
  z-index: 10;
  padding-right: 20px;
}
.user-info__caption::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #000;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.user-info__wrap.bordered {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 2px dotted #000;
}
.user-info__data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 640px) {
  .user-info__data {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.user-info__data__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.user-info__data__info .photo {
  width: 66px;
  height: 66px;
  overflow: hidden;
  border-radius: 50%;
  margin-bottom: 15px;
  margin-right: 15px;
}
.user-info__data__info .photo img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.user-info__data__info .name {
  font-size: 18px;
  text-transform: uppercase;
}
.user-info__data__social {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 640px) {
  .user-info__data__social {
    margin-left: unset;
    margin-bottom: 15px;
  }
}
.user-info__data__social .soc-item.facebook {
  background-image: url("../../assets/img/social/facebook.svg");
}
.user-info__data__social .soc-item.twitter {
  background-image: url("../../assets/img/social/twitter.svg");
}
.user-info__data__social .soc-item.linkedin {
  background-image: url("../../assets/img/social/linkedin.svg");
}
.user-info__data__social .soc-item.instagram {
  background-image: url("../../assets/img/social/instagram.svg");
}
.user-info__data__social .soc-item.twiiter {
  background-image: url("../../assets/img/social/twiiter.svg");
}
.user-info__data__social .soc-item.website {
  background-image: url("../../assets/img/social/website.svg");
}
.user-info__data__social .soc-item.email {
  background-image: url("../../assets/img/social/email.svg");
}
.user-info__data__social .soc-item {
  display: inline-block;
  width: 30px;
  height: 30px;
  font-size: 0;
  background-size: cover;
  border-radius: 6px;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.user-info__data__social .soc-item:hover {
  opacity: 0.7;
}
.user-info__data__social .soc-item:not(:last-child) {
  margin-right: 15px;
}
.user-info__description {
  line-height: 1;
  font-size: 14px;
}
.user-info__description p {
  font-size: 14px !important;
}

* {
  margin: 0;
  padding: 0;
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  line-height: 1;
  min-width: 320px;
  position: relative;
}

article,
aside,
details,
figure,
figcaption,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

fieldset {
  border: 0;
  padding: 0;
  margin: 0;
  min-width: 0;
}

.hidden,
[hidden],
template {
  display: none;
}

a {
  text-decoration: none;
  background: transparent;
}

a:active, a:hover {
  outline: 0;
}

a img {
  border: 0;
}

b,
strong {
  font-weight: bold;
}

small {
  font-size: 75%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  border: 0;
  font: inherit;
  color: inherit;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  text-transform: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none !important;
  background-clip: padding-box;
  background-color: transparent;
}

button,
html input[type=button] {
  cursor: pointer;
  -webkit-appearance: button;
     -moz-appearance: button;
          appearance: button;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=reset], input[type=submit] {
  cursor: pointer;
  -webkit-appearance: button;
     -moz-appearance: button;
          appearance: button;
}

input[type=checkbox], input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
          appearance: none;
}

textarea {
  resize: none;
  overflow: auto;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

td,
th {
  padding: 0;
}

ol,
ul {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5 {
  color: #000;
  font-weight: 400;
}

img {
  max-width: 100%;
  height: auto;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 0;
}

.clearfix {
  clear: both;
}

.author .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 2%;
}
@media screen and (max-width: 768px) {
  .author .container {
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.author .container .content_wrapper {
  width: 69%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1.25rem;
  background: rgba(153, 141, 141, 0.0588235294);
  padding: 0.9375rem;
}
.author .container .content_wrapper.full-width {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .author .container .content_wrapper {
    width: 100%;
  }
}
.author .container .articles {
  width: 29%;
  background: rgba(153, 141, 141, 0.0588235294);
  padding: 0.9375rem;
}
@media screen and (max-width: 768px) {
  .author .container .articles {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 2%;
  }
}
.author .container .articles__caption {
  margin-bottom: 0.9375rem;
  font-size: 1.125rem;
  font-style: italic;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .author .container .articles__caption {
    width: 100%;
  }
}
.author .container .articles__item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 35% auto;
  grid-template-columns: 35% auto;
  -ms-grid-rows: (auto)[2];
  grid-template-rows: repeat(2, auto);
  -webkit-column-gap: 0.625rem;
     -moz-column-gap: 0.625rem;
          column-gap: 0.625rem;
}
@media screen and (max-width: 1024px) {
  .author .container .articles__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-column-gap: unset;
       -moz-column-gap: unset;
            column-gap: unset;
    row-gap: 0.625rem;
  }
}
@media screen and (max-width: 768px) {
  .author .container .articles__item {
    width: 49%;
  }
}
@media screen and (max-width: 480px) {
  .author .container .articles__item {
    width: 100%;
  }
}
.author .container .articles__item:not(:last-child) {
  margin-bottom: 1.25rem;
}
.author .container .articles__item__date, .author .container .articles__item__title {
  color: #0c0c0c;
  line-height: 1.4;
  font-size: 1em;
}
@media screen and (max-width: 1024px) {
  .author .container .articles__item__date, .author .container .articles__item__title {
    font-size: 0.875rem;
  }
}
.author .container .articles__item__date {
  font-size: 0.875em;
  font-weight: 500;
  font-style: italic;
}
.author .container .articles__item__image {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 1/1/3/2;
}
.author .container .articles__item__image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.author__data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 0.9375rem;
     -moz-column-gap: 0.9375rem;
          column-gap: 0.9375rem;
}
.author__data__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 0.9375rem;
}
.author__data__info .author-title {
  font-size: 1.625rem;
  font-weight: 600;
}
.author__data__info ul {
  list-style: none !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 0.9375rem;
  padding-left: 0 !important;
}
.author__data__info ul li {
  font-size: 1rem !important;
  margin-bottom: 0 !important;
}
.author__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.9375rem;
  margin-right: auto;
}
@media screen and (max-width: 640px) {
  .author__social {
    margin-left: unset;
    margin-bottom: 0.9375rem;
  }
}
.author__social .soc-item.facebook {
  background-image: url("../../assets/img/social/facebook.svg");
}
.author__social .soc-item.twitter {
  background-image: url("../../assets/img/social/twitter.svg");
}
.author__social .soc-item.linkedin {
  background-image: url("../../assets/img/social/linkedin.svg");
}
.author__social .soc-item.instagram {
  background-image: url("../../assets/img/social/instagram.svg");
}
.author__social .soc-item.twiiter {
  background-image: url("../../assets/img/social/twiiter.svg");
}
.author__social .soc-item.email {
  background-image: url("../../assets/img/social/email.svg");
}
.author__social .soc-item {
  display: inline-block;
  width: 1.875rem;
  height: 1.875rem;
  font-size: 0;
  background-size: cover;
  border-radius: 0.3125rem;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.author__social .soc-item:hover {
  opacity: 0.7;
}
.author__job__title {
  margin-bottom: 0.9375rem !important;
  font-size: 1.375rem !important;
}
.author__job article {
  font-size: 1rem !important;
}
.author__job article p {
  font-size: 1rem !important;
  line-height: 1.2;
}

.article_wrapper {
  padding: 60px 0;
  width: 100%;
}
.article_wrapper .page_title {
  margin-bottom: 50px;
  color: #41A3E5;
  font-size: 40px;
  font-weight: 500;
  width: 100%;
  text-align: center;
}
.article_wrapper #ez-toc-container {
  margin-bottom: 40px;
}
.article_wrapper #ez-toc-container a {
  color: #A6C20F;
}
.article_wrapper #ez-toc-container .ez-toc-title {
  margin-bottom: 15px;
  display: inline-block;
}
.article_wrapper .content_wrapper {
  width: 100%;
}
.article_wrapper .content_wrapper .entry-content img {
  margin: 0 0 1.5em 0;
}
.article_wrapper .content_wrapper .alignleft, .article_wrapper .content_wrapper img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left;
}
.article_wrapper .content_wrapper .alignright, .article_wrapper .content_wrapper img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right;
}
.article_wrapper .content_wrapper .aligncenter, .article_wrapper .content_wrapper img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both;
}
.article_wrapper .content_wrapper .alignnone, .article_wrapper .content_wrapper img.alignnone {
  /* not sure about this one */
}
.article_wrapper .content_wrapper .wp-block-image a {
  display: inline-block;
}
.article_wrapper .content_wrapper .wp-block-image .alignright, .article_wrapper .content_wrapper .wp-block-image .alignleft, .article_wrapper .content_wrapper .wp-block-image .aligncenter {
  display: table;
}
.article_wrapper .content_wrapper .wp-block-image .alignright figcaption, .article_wrapper .content_wrapper .wp-block-image .alignleft figcaption, .article_wrapper .content_wrapper .wp-block-image .aligncenter figcaption {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #8b8b8b;
}
.article_wrapper .content_wrapper .wp-caption {
  margin-bottom: 1.5em;
  text-align: center;
  padding-top: 5px;
}
.article_wrapper .content_wrapper .wp-caption img {
  border: 0 none;
  padding: 0;
  margin: 0;
}
.article_wrapper .content_wrapper .wp-caption p.wp-caption-text {
  line-height: 1.5;
  font-size: 10px;
  margin: 0;
}
.article_wrapper .content_wrapper .wp-smiley {
  margin: 0 !important;
  max-height: 1em;
}
.article_wrapper .content_wrapper blockquote.left {
  margin-right: 20px;
  text-align: right;
  margin-left: 0;
  width: 33%;
  float: left;
}
.article_wrapper .content_wrapper blockquote.right {
  margin-left: 20px;
  text-align: left;
  margin-right: 0;
  width: 33%;
  float: right;
}
.article_wrapper .content_wrapper p {
  color: #0b0b0b;
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 20px;
  line-height: 1.3;
}
.article_wrapper .content_wrapper ul {
  list-style: disc;
}
.article_wrapper .content_wrapper ol {
  list-style: decimal;
}
.article_wrapper .content_wrapper ul, .article_wrapper .content_wrapper ol {
  padding-left: 20px;
}
.article_wrapper .content_wrapper ul li, .article_wrapper .content_wrapper ol li {
  color: #0b0b0b;
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 20px;
  line-height: 1.3;
}
.article_wrapper .content_wrapper a {
  color: #A6C20F;
}
.article_wrapper .content_wrapper a:hover {
  text-decoration: underline;
}
.article_wrapper .content_wrapper h2, .article_wrapper .content_wrapper h3, .article_wrapper .content_wrapper h4, .article_wrapper .content_wrapper h5, .article_wrapper .content_wrapper h6 {
  color: #41A3E5;
  margin-bottom: 30px;
  line-height: 1.3;
  font-weight: 500;
}
.article_wrapper .content_wrapper h2 {
  font-size: 30px;
}
.article_wrapper .content_wrapper h3 {
  font-size: 26px;
}
.article_wrapper .content_wrapper h4 {
  font-size: 22px;
}
.article_wrapper .content_wrapper h5 {
  font-size: 20px;
}
.article_wrapper .content_wrapper h6 {
  font-size: 18px;
}
.article_wrapper .content_wrapper iframe, .article_wrapper .content_wrapper img, .article_wrapper .content_wrapper video {
  max-width: 100%;
}
.article_wrapper.notfound {
  padding-bottom: 200px;
}
@media screen and (max-width: 480px) {
  .article_wrapper {
    padding: 40px 0;
  }
  .article_wrapper .page_title {
    font-size: 30px;
    margin-bottom: 30px;
  }
  .article_wrapper .content_wrapper p {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .article_wrapper .content_wrapper h2 {
    font-size: 24px;
  }
  .article_wrapper .content_wrapper h3 {
    font-size: 22px;
  }
  .article_wrapper .content_wrapper h4 {
    font-size: 20px;
  }
  .article_wrapper .content_wrapper h5 {
    font-size: 18px;
  }
  .article_wrapper .content_wrapper h6 {
    font-size: 16px;
  }
  .article_wrapper .content_wrapper ul li, .article_wrapper .content_wrapper ol li {
    font-size: 16px;
  }
}

.wp-block-table.is-style-stripes tr td, .wp-block-table.is-style-stripes tr th, .wp-block-table.is-style-regular tr td, .wp-block-table.is-style-regular tr th {
  padding: 14px;
  border: 1px solid #496D85;
  line-height: 1.3;
}
.wp-block-table.is-style-stripes thead, .wp-block-table.is-style-regular thead {
  font-size: 20px;
}
.wp-block-table.is-style-stripes tfoot, .wp-block-table.is-style-regular tfoot {
  font-size: 18px;
}
.wp-block-table.is-style-stripes figcaption, .wp-block-table.is-style-regular figcaption {
  padding: 14px;
  color: #0b0b0b;
  text-align: center;
}
.wp-block-table.is-style-stripes tr td, .wp-block-table.is-style-stripes tr th {
  border: none;
}
.search_toggle {
  margin-left: 15px;
}
.search_toggle span {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 25px;
}
.search_toggle span svg {
  width: 100%;
}

.search_wrapper {
  position: absolute;
  left: 0;
  top: 0%;
  opacity: 0;
  width: 100%;
  background-color: #fff;
  z-index: 0;
  border-top: 1px solid #eee;
  -webkit-box-shadow: 0px 1px 10px 0px #bbb;
          box-shadow: 0px 1px 10px 0px #bbb;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.search_wrapper form {
  width: 100%;
  padding: 15px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.search_wrapper form input[type=text] {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}
.search_wrapper form button[type=submit] {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 200px;
          flex: 0 0 200px;
  background-color: #41A3E5;
  padding: 12px 20px;
  color: #fff;
}
.search_wrapper.active {
  top: 100%;
  opacity: 1;
}
@media screen and (max-width: 480px) {
  .search_wrapper form {
    padding: 12px 10px;
  }
  .search_wrapper form input {
    font-size: 14px;
  }
  .search_wrapper form button[type=submit] {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    font-size: 14px;
  }
}

.footer {
  background-color: #E5E5E5;
  padding-top: 60px;
}
.footer .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.footer_widget {
  width: 33.3333333333%;
  color: #0b0b0b;
  padding-bottom: 60px;
  max-width: 300px;
  margin-left: auto;
}
.footer_widget:first-child {
  margin-left: 0;
}
.footer_widget-title {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 22px;
  color: #0b0b0b;
}
.footer_widget-list {
  list-style: disc;
  color: #41A3E5;
  padding-left: 20px;
}
.footer_widget-list li {
  font-size: 16px;
  font-weight: normal;
  font-family: "Montserrat", sans-serif;
  line-height: 1.3;
  margin-bottom: 10px;
}
.footer_widget-list li::marker {
  vertical-align: top;
}
.footer_widget-list li a {
  color: #0b0b0b;
}
.footer_widget-list li a:hover {
  color: #41A3E5;
}
.footer_widget p {
  font-size: 16px;
  line-height: 1.5;
  color: #0b0b0b;
}
.footer .copyright {
  background-color: #265472;
  padding: 30px 0;
}
.footer .copyright p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  line-height: 1.5;
  font-family: "Montserrat", sans-serif;
}
@media screen and (max-width: 768px) {
  .footer .footer_widget {
    width: 50%;
    margin-left: 0;
    margin-right: auto;
  }
  .footer .footer_widget:nth-of-type(3) {
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .footer .footer_widget {
    width: 100%;
    max-width: 100%;
    padding-bottom: 30px;
  }
}