/*===================================
=            GENERAL CSS            =
===================================*/


.d-none{ display:none; }
.error_input { border: 1px solid #FF0000; }
.text-center { text-align: center !important;}
.check_contact { height: 14px !important; padding: 0px !important; margin:10px!important;}
.tb-header-3 {
    font-size: 1.5em;
    line-height: 1.33;
}
.tb-font-bold {
    font-weight: bold;
}
.tb-genericmediaelement-container .tb-genericmediaelement-des-section {
    padding: 40px 32px;
    background: #f1f1f1;
}
.tb-body {
    font-size: 1em;
    line-height: 2;
}

.tb-header-3 {
    font-size: 1.5em;
    line-height: 1.33;
}

.tb-pt-2{ font-size: 16px}
/* ----- ALL ----- */

body a :not(.tb-cookie-policy-tab-header .tb-cookie-policy-tab-header-items){
  color: #998242
}

body .cookiedeclaration_wrapper a  {
  color: #998242
}

body .cookiedeclaration_wrapper a:hover {
  color: #998242;
  text-decoration: underline;
}

.tb-cookie-policy-tab-header {
    padding: 21px 32px 0;
    background-color: #f1f1f1;
}

.coi-consent-banner__name-container {
    position: relative;
    display: -webkit-box;
    display: flex;
}

.justify-content-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
    justify-content: space-between !important;
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}

/* ----- MESSAGES  ----- */


.message { padding-bottom:20px; }
.message div.message-head { padding:10px; -khtml-border-top-right-radius: 6px; -khtml-border-top-left-radius: 6px; -webkit-border-top-right-radius: 6px; -webkit-border-top-left-radius: 6px; border-top-right-radius: 6px; border-top-left-radius: 6px; -moz-border-radius-topleft:6px; -moz-border-radius-topright:6px; }
.message div.message-body { padding:10px; padding-bottom:20px; -khtml-border-bottom-right-radius: 6px; -khtml-border-bottom-left-radius: 6px; -webkit-border-bottom-right-radius: 6px; -webkit-border-bottom-left-radius: 6px; border-bottom-right-radius: 6px; border-bottom-left-radius: 6px; -moz-border-radius-bottomleft:6px; -moz-border-radius-bottomright:6px; border-bottom:solid 1px #dedede }
.error div.message-head { background:#FFD1D1; border-bottom:solid 1px #F8ACAC; }
.error div.message-body { background:#FEEBEB; font-size:11px; line-height:20px;}
.success div.message-head { background:#CFFCBA; border-bottom:solid 1px #C5F8AC; }
.success div.message-body { background:#E1FFD1; font-size:11px; line-height:20px; }
div.message-body ul { padding-left:20px;padding-right:20px;line-height:25px;color:#5F5F5F;font-size:12px; }


.draft-alert{margin-left:10px;margin-top:-2px;padding:2px 5px;background:#FEEBEB; border:solid 1px #F8ACAC;color:#F8ACAC;display: inline-block;-webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px;-webkit-box-shadow: inset 1px 1px 0px 1px rgba(0, 0, 0, .1);
-moz-box-shadow: inset 1px 1px 0px 1px rgba(0, 0, 0, .1);
box-shadow: inset 1px 1px 0px 1px rgba(0, 0, 0, .1);}



/* MESSAGE ERROR */
.error div.message-error {
    background: #FFD1D1;
    border-bottom: solid 1px #F8ACAC;
  }
  .message div.message-error {
      padding: 10px;
      -khtml-border-top-right-radius: 6px;
      -khtml-border-top-left-radius: 6px;
      -webkit-border-top-right-radius: 6px;
      -webkit-border-top-left-radius: 6px;
      border-top-right-radius: 6px;
      border-top-left-radius: 6px;
      -moz-border-radius-topleft: 6px;
      -moz-border-radius-topright: 6px;
  }

  .image-file-up-error { color: #ff0000; /*font-weight: bold*/ }




  /* ============= */


@font-face {
    font-family: 'Libre Franklin';
    src: url("admin/img/font/LibreFranklin-Italic-VariableFont_wght.ttf")format('ttf'), url("admin/img/font/LibreFranklin-VariableFont_wght.ttf")format('ttf');
  }


  .wwidget .clearBoth {
    clear: both;
  }

  .widget .form-grp {
    margin-bottom: 16px;
  }

  /*=====  End of GENERAL CSS  ======*/

  /*====================================
  =            GENERAL FORM            =
  ====================================*/

  input {
    font-family: 'Libre Franklin', sans-serif;
    font-size: 1.15em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: .66em .6em .54em .6em;
    border: 1px solid #d3d3d3;
  }

  input[type='password'] {
    font-family: sans-serif;
    font-size: 1.15em;
    letter-spacing: 2px;
  }

  input::-webkit-input-placeholder {
    font-family: 'Libre Franklin', sans-serif;
    letter-spacing: 0;
    color: #393939;
  }

  input:-ms-input-placeholder,
  input[type='password']:-ms-input-placeholder {
    font-family: 'Libre Franklin', sans-serif;
    letter-spacing: 0;
    color: #393939;
  }

  input::-moz-placeholder {
    font-family: 'Libre Franklin', sans-serif;
    letter-spacing: 0;
    color: #393939;
  }

  input::placeholder {
    font-family: 'Libre Franklin', sans-serif;
    letter-spacing: 0;
    color: #393939;
  }

  input[type='submit'],
  input[type='reset'],
  input[type='button'] {
    font-size: .84em;
    font-weight: bold;
    line-height: 1.3em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: auto;
    min-width: 126px;
    margin-top: 2em;
    padding-top: .769230769231em;
    padding-right: 1em;
    padding-bottom: .846153846154em;
    padding-left: 1em;
    cursor: pointer;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
    border: solid 1px #ac9555;
    background: -moz-linear-gradient(top, #bfa96d 0%, #ab9454 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #bfa96d), color-stop(100%, #ab9454));
    background: -webkit-linear-gradient(top, #bfa96d 0%, #ab9454 100%);
    background: -o-linear-gradient(top, #bfa96d 0%, #ab9454 100%);
    background: -ms-linear-gradient(top, #bfa96d 0%, #ab9454 100%);
    background: linear-gradient(to bottom, #bfa96d 0%, #ab9454 100%);
    background-color: #bfa96d;
    filter: progid: DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFBFA96D', endColorstr='#FFAB9454');
  }

  input[type='submit']:hover,
  input[type='reset']:hover,
  input[type='button']:hover {
    /* border: solid 1px #ac9555; */
    background: -moz-linear-gradient(top, #cbba89 0%, #b39f65 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cbba89), color-stop(100%, #b39f65));
    background: -webkit-linear-gradient(top, #cbba89 0%, #b39f65 100%);
    background: -o-linear-gradient(top, #cbba89 0%, #b39f65 100%);
    background: -ms-linear-gradient(top, #cbba89 0%, #b39f65 100%);
    background: linear-gradient(to bottom, #cbba89 0%, #b39f65 100%);
    background-color: #cbba89;
    filter: progid: DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFCBBA89', endColorstr='#FFB39F65');
  }

  input[type='submit']:active,
  input[type='reset']:active,
  input[type='button']:active {
    border: solid 1px #ac9555;
    background: -moz-linear-gradient(top, #b39851 0%, #9a854c 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b39851), color-stop(100%, #9a854c));
    background: -webkit-linear-gradient(top, #b39851 0%, #9a854c 100%);
    background: -o-linear-gradient(top, #b39851 0%, #9a854c 100%);
    background: -ms-linear-gradient(top, #b39851 0%, #9a854c 100%);
    background: linear-gradient(to bottom, #b39851 0%, #9a854c 100%);
    background-color: #b39851;
    filter: progid: DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFB39851', endColorstr='#FF9A854C');
  }



  textarea {
    font-family: 'Libre Franklin', sans-serif;
    font-size: 1.15em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: .66em .6em .54em .6em;
    resize: none;
    border: 1px solid #d3d3d3;
  }

  /* Smartphones */

  @media screen and (max-width: 480px) {
    input[type=button] {
      width: 100%;
    }
  }

  /*=====  End of GENERAL FORM  ======*/

  /*===================================================
  =            ERRORS AND SUCCESS MESSAGES            =
  ===================================================*/

  .severity2,
  .portlet-msg-error,
  .portlet-msg-success,
  .msg-error {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin-top: 0;
    margin-bottom: 1em;
    padding: .6em .6em .8em .6em;
    text-align: center;
    vertical-align: top;
    color: #a94442;
    border: 1px solid #a94442;
    border-radius: 0;
    background-color: #f2dede;
  }

  .severity2,
  .portlet-msg-error,
  .portlet-msg-success {
    display: flex;
    text-align: left;
    align-items: center;
  }

  .severity2::before,
  .portlet-msg-error::before,
  .portlet-msg-success::before,
  .msg-error::before {
    display: inline-block;
    width: 18px;
    min-width: 18px;
    height: 13px;
    margin: 0 .6em 0 0;
    padding-top: 3px;
    content: '';
    vertical-align: bottom;
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkViZW5lXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMTUzNiAxNTM2IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAxNTM2IDE1MzY7IiB4bWw6c3BhY2U9InByZXNlcnZlIj48c3R5bGUgdHlwZT0idGV4dC9jc3MiPi5zdDB7ZmlsbDojQTk0NDQyO308L3N0eWxlPjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik03NjgsMGMxMzkuMywwLDI2Ny44LDM0LjMsMzg1LjUsMTAzczIxMC44LDE2MS44LDI3OS41LDI3OS41czEwMywyNDYuMiwxMDMsMzg1LjVzLTM0LjMsMjY3LjgtMTAzLDM4NS41cy0xNjEuOCwyMTAuOC0yNzkuNSwyNzkuNVM5MDcuMywxNTM2LDc2OCwxNTM2cy0yNjcuOC0zNC4zLTM4NS41LTEwM1MxNzEuNywxMjcxLjIsMTAzLDExNTMuNVMwLDkwNy4zLDAsNzY4czM0LjMtMjY3LjgsMTAzLTM4NS41UzI2NC44LDE3MS43LDM4Mi41LDEwM1M2MjguNywwLDc2OCwweiBNODk2LDEyNDd2LTE5MGMwLTkuMy0zLTE3LjItOS0yMy41cy0xMy4zLTkuNS0yMi05LjVINjczYy04LjcsMC0xNi4zLDMuMy0yMywxMHMtMTAsMTQuMy0xMCwyM3YxOTBjMCw4LjcsMy4zLDE2LjMsMTAsMjNzMTQuMywxMCwyMywxMGgxOTJjOC43LDAsMTYtMy4yLDIyLTkuNVM4OTYsMTI1Ni4zLDg5NiwxMjQ3eiBNODk0LDkwM2wxOC02MjFjMC04LTMuMy0xNC0xMC0xOGMtNi43LTUuMy0xNC43LTgtMjQtOEg2NThjLTkuMywwLTE3LjMsMi43LTI0LDhjLTYuNyw0LTEwLDEwLTEwLDE4bDE3LDYyMWMwLDYuNywzLjMsMTIuNSwxMCwxNy41czE0LjcsNy41LDI0LDcuNWgxODVjOS4zLDAsMTcuMi0yLjUsMjMuNS03LjVTODkzLjMsOTA5LjcsODk0LDkwM3oiLz48L3N2Zz4=");
    background-repeat: no-repeat;
    background-size: contain;
  }

  .severity2:first-child,
  .portlet-msg-error:first-child,
  .portlet-msg-success:first-child {
    margin-top: -1em;
  }

  .portlet-msg-success {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8;
  }

  .portlet-msg-success::before {
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIxLjEuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkViZW5lXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAxNTM2IDE1MzYiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDE1MzYgMTUzNjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLnN0MHtmaWxsOiMzQzc2M0Q7fQo8L3N0eWxlPgo8Zz4KCTxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik03NjgsMTUzNkMzNDQsMTUzNiwwLDExOTIsMCw3NjhTMzQ0LDAsNzY4LDBzNzY4LDM0NCw3NjgsNzY4UzExOTIsMTUzNiw3NjgsMTUzNnogTTEyNjYsNTYwbC05MS05MAoJCWMtMTItMTItMjgtMTktNDUtMTlzLTMzLDctNDUsMTlMNjc3LDg3N0w0NTEsNjUxYy0xMi0xMi0yOC0xOS00NS0xOWMtMTcsMC0zMyw3LTQ1LDE5bC05MSw5MGMtMTIsMTItMTgsMjktMTgsNDZjMCwxNyw2LDMzLDE4LDQ1CgkJbDM2MiwzNjJjMTIsMTIsMjksMTksNDUsMTljMTcsMCwzNC03LDQ2LTE5bDU0My01NDNjMTItMTIsMTgtMjgsMTgtNDVDMTI4NCw1ODksMTI3OCw1NzIsMTI2Niw1NjB6Ii8+CjwvZz4KPC9zdmc+Cg==");
  }

  .msg-error {
    margin-bottom: 3em;
    text-align: left;
  }

  .msg-error::before {
    width: 100%;
    background-position: center;
  }

  .msg-error li {
    margin-top: .2em;
    margin-left: 20px;
  }

  .msg-error li::before {
    font-family: sans-serif;
    padding-right: 5px;
  }

  .msg-error li:first-child:last-child {
    margin-left: 0;
    padding-right: 5px;
    list-style: none;
    text-align: center;
  }

  .form-error {
    border: 1px solid #a94442 !important;
    border-radius: 0;
  }

  .form-error.checkbox-div {
    margin-right: 5px;
  }

  /*=====  End of ERRORS AND SUCCESS MESSAGES  ======*/

  /*======================================
  =            RESET PASSWORD            =
  ======================================*/

  #resetPassword label {
    display: block;
    margin-bottom: .18em;
  }

  /*=====  End of RESET PASSWORD  ======*/

  /*================================
  =      MYTOOLS/LITERATURE  =
  ================================*/

  .member-widget {
    width: 100%;
  }

  .member-widget-top {
    display: none;
  }

  .member-widget-content {
    float: left;
    width: 100%;
  }

  .member-widget-content1 {
    position: relative;
    padding: 15px 0;
    /*border-bottom: 1px solid #DDDDDD;*/
  }

  .member-widget-content1 .text a {
    /* letter-spacing: 1px; */
    font-size: 1.15em;
    font-weight: 400;
    text-decoration: none;
    color: #333;
  }

  .member-widget-content1 .th {
    text-align: right;
  }

  .member-widget-content1 div.th a {
    display: block;
  }

  .member-widget-footer {
    display: none;
  }

  .member-widget .remove {
    position: absolute;
    right: 5px;
    bottom: 51px;
    width: 32px;
    height: 16px;
    cursor: pointer;
    opacity: 0;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
  }

  .member-widget .remove {
    -webkit-animation: fade .5s;
    animation: fade .5s;
    opacity: 1;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
  }

  @-webkit-keyframes fade {
    from {
      opacity: 0;
      -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
    }

    to {
      opacity: 1;
      -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
    }
  }

  @keyframes fade {
    from {
      opacity: 0;
      -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
    }

    to {
      opacity: 1;
      -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
    }
  }

  .member-widget .remove input {
    width: 32px;
    min-width: inherit;
    height: 32px;
    cursor: pointer;
    border: 0 none;
    background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyMS4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iRWJlbmVfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCA4NzIgODcyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA4NzIgODcyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPg0KCS5zdDB7ZmlsbDp1cmwoI1NWR0lEXzFfKTtzdHJva2U6I0FCOTQ1NDtzdHJva2Utd2lkdGg6MTU7c3Ryb2tlLW1pdGVybGltaXQ6MTA7fQ0KCS5zdDF7ZmlsbDojRkZGRkZGO30NCjwvc3R5bGU+DQo8bGluZWFyR3JhZGllbnQgaWQ9IlNWR0lEXzFfIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjQzNiIgeTE9IjYuMjgiIHgyPSI0MzYiIHkyPSI4NjMuMjgiIGdyYWRpZW50VHJhbnNmb3JtPSJtYXRyaXgoMSAwIDAgLTEgMCA4NzAuNzgpIj4NCgk8c3RvcCAgb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojQUI5NDU0Ii8+DQoJPHN0b3AgIG9mZnNldD0iMSIgc3R5bGU9InN0b3AtY29sb3I6I0JGQTk2RCIvPg0KPC9saW5lYXJHcmFkaWVudD4NCjxjaXJjbGUgY2xhc3M9InN0MCIgY3g9IjQzNiIgY3k9IjQzNiIgcj0iNDI4LjUiLz4NCjxnPg0KCTxwYXRoIGNsYXNzPSJzdDEiIGQ9Ik02NTIsMzE1LjRjMCw1LjUtNC4yLDkuNy05LjcsOS43aC0yOS4xdjI4Ny4yYzAsMzMuMy0yMS44LDYxLjgtNDguNSw2MS44SDMxMi43Yy0yNi43LDAtNDguNS0yNy4zLTQ4LjUtNjAuNg0KCQlWMzI1LjFoLTI5LjFjLTUuNSwwLTkuNy00LjItOS43LTkuN1YyOTZjMC01LjUsNC4yLTkuNyw5LjctOS43aDkzLjZsMjEuMi01MC42YzYuMS0xNC44LDI0LjItMjcsNDAuMy0yN2g5Ni45DQoJCWMxNi4xLDAsMzQuMiwxMi4xLDQwLjMsMjdsMjEuMiw1MC42aDkzLjZjNS41LDAsOS43LDQuMiw5LjcsOS43VjMxNS40eiBNMzgwLjYsMzczLjVjMC01LjUtNC4yLTkuNy05LjctOS43aC0xOS40DQoJCWMtNS41LDAtOS43LDQuMi05LjcsOS43djIxMy4zYzAsNS41LDQuMiw5LjcsOS43LDkuN2gxOS40YzUuNSwwLDkuNy00LjIsOS43LTkuN1YzNzMuNXogTTUwNi42LDI4Ni4zbC0xNC41LTM1LjQNCgkJYy0wLjktMS4yLTMuNi0zLTUuMi0zLjNoLTk2Yy0xLjgsMC4zLTQuMiwyLjEtNS4yLDMuM2wtMTQuOCwzNS40SDUwNi42eiBNNDU4LjEsMzczLjVjMC01LjUtNC4yLTkuNy05LjctOS43SDQyOQ0KCQljLTUuNSwwLTkuNyw0LjItOS43LDkuN3YyMTMuM2MwLDUuNSw0LjIsOS43LDkuNyw5LjdoMTkuNGM1LjUsMCw5LjctNC4yLDkuNy05LjdWMzczLjV6IE01MzUuNywzNzMuNWMwLTUuNS00LjItOS43LTkuNy05LjdoLTE5LjQNCgkJYy01LjUsMC05LjcsNC4yLTkuNyw5Ljd2MjEzLjNjMCw1LjUsNC4yLDkuNyw5LjcsOS43SDUyNmM1LjUsMCw5LjctNC4yLDkuNy05LjdWMzczLjV6Ii8+DQo8L2c+DQo8L3N2Zz4NCg==");
    background-repeat: no-repeat;
  }

  .my_tools {
    width: 100%;
  }

  .my_tools .member-widget-content1 .text a {
    font-size: 16px;
    line-height: 32px;
    font-weight: 700;
    font-family: 'Libre Franklin', sans-serif;
  }

  .my_tools .member-widget-content1 .text {
    padding-bottom: 16px;
  }

  .myproj {
    width: 100%;
  }

  @media only screen and (min-width: 768px) {
    .my_tools img {
      width: 200px;
      height: 113.15px;
      min-width: 200px;
      min-height: 113.15px;
      left: 32px;
      top: 128px;
      object-fit: cover;
    }
  }

  div[data-wwidget-type='myLiterature'] .member-widget-content1:after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: '.';
  }

  div[data-wwidget-type='myLiterature'] .member-widget-content1 .text {
    font-size: 1.15em;
    width: 50%;
  }

  div[data-wwidget-type='myLiterature'] .member-widget-content1 .text p {
    display: inline;
    font-family: 'Libre Franklin', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
  }

  div[data-wwidget-type='myLiterature'] .member-widget-content1 .text .language {
    font-size: .8em;
    padding-left: 5px;
  }

  div[data-wwidget-type='myLiterature'] .member-widget-content1 .text>a {
    font-size: 1em;
    font-weight: 600;
    display: block;
    margin-top: 19px;
    padding-left: 20px;
    color: #bfa96d;
    background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyMS4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iRWJlbmVfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHdpZHRoPSIyNXB4IiBoZWlnaHQ9IjIzcHgiIHZpZXdCb3g9IjAgMCAyNSAyMyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjUgMjM7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+DQoJLnN0MHtmaWxsOiMzNTM0MzQ7fQ0KPC9zdHlsZT4NCjxnPg0KCTxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0yNC41LDIwLjljMCwwLjgtMC42LDEuNC0xLjQsMS40SDJjLTAuOCwwLTEuNC0wLjYtMS40LTEuNHYtNC42YzAtMC44LDAuNi0xLjQsMS40LTEuNGg2LjdsMS45LDINCgkJYzAuNSwwLjUsMS4yLDAuOCwyLDAuOHMxLjQtMC4zLDItMC44bDItMmg2LjdjMC44LDAsMS40LDAuNiwxLjQsMS40VjIwLjl6IE0xOS43LDkuMmwtNi40LDYuNGMtMC4yLDAuMi0wLjQsMC4zLTAuNiwwLjMNCgkJYy0wLjIsMC0wLjUtMC4xLTAuNi0wLjNMNS41LDkuMmMtMC4zLTAuMy0wLjMtMC43LTAuMi0xYzAuMS0wLjMsMC41LTAuNiwwLjgtMC42aDMuN1YxLjJjMC0wLjUsMC40LTAuOSwwLjktMC45aDMuNw0KCQljMC41LDAsMC45LDAuNCwwLjksMC45djYuNEgxOWMwLjQsMCwwLjcsMC4yLDAuOCwwLjZDMjAsOC41LDE5LjksOC45LDE5LjcsOS4yeiBNMTguMSwxOC42Yy0wLjUsMC0wLjksMC40LTAuOSwwLjkNCgkJczAuNCwwLjksMC45LDAuOVMxOSwyMCwxOSwxOS41UzE4LjYsMTguNiwxOC4xLDE4LjZ6IE0yMS44LDE4LjZjLTAuNSwwLTAuOSwwLjQtMC45LDAuOXMwLjQsMC45LDAuOSwwLjlzMC45LTAuNCwwLjktMC45DQoJCVMyMi4zLDE4LjYsMjEuOCwxOC42eiIvPg0KPC9nPg0KPC9zdmc+DQo=");
    background-repeat: no-repeat;
    background-position: left 0 center 0;
    background-size: 14px;
  }

  @media only screen and (min-width: 768px) {
    .literature-form-header {
      font-family: 'Libre Franklin', sans-serif;
      font-style: normal;
      font-weight: bold;
      line-height: 32px;
      font-size: 28px;
      color: #393939;
      text-align: left;
      border-bottom: 1px solid #DDDD;
      margin: 0px;
      padding: 24px 0px;
      /* padding: 32px 8px; */
      /* border-collapse: separate; */
      /* border-spacing: 2px 0px; */
      /* width: 71%; */
    }

    .myproj .member-widget-content1,
    .my_tools .member-widget-content1,
    .member-widget1 .member-widget-content1 {
      margin: 0px;
      padding: 32px 0px;
    }
  }

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


    .myproj .member-widget-content1,
    .my_tools .member-widget-content1,
    .member-widget1 .member-widget-content1 {
      margin: 0px;
      padding: 16px 0;
    }

    .my_tools .imageholder {
      padding: 1px;
      width: 100%;
      text-align: center;
      height: auto;
    }

    .my_tools .imageholder img {
      width: 100% !important;
      height: auto !important;
    }

    .my_tools .member-widget-content1 .text {
      font-size: 16px;
      line-height: 32px;
      font-weight: 700;
      position: relative;
      font-family: 'Libre Franklin', sans-serif;
      top: 16px;
    }

    .wwidget .mytools {
      width: 100%;
      margin: 0 !important;
      padding: 0 !important;
    }
  }

  @media screen and (max-width: 767px) {
    div[data-wwidget-type='myProjects'],
    div[data-wwidget-type='myTPO'],
    div[data-wwidget-type='myTools'],
    div[data-wwidget-type='myLiterature'] {
      padding: 0px 16px;
    }
  }

  .tb-my-tools {
    width: 100% !important;
  }

  .wwidget .literature {
    background: #fff !important;
    color: #998242 !important;
    border: 1px solid #998242 !important;
    padding: 8px 24px !important;
    text-transform: uppercase;
    font-family: 'Libre Franklin', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 32px;
    text-align: center;
    margin: 30px 1px 30px 1px;
    float: left;
    text-decoration: none;
  }

  .wwidget #literatureClose {
    position: absolute;
    right: 10px;
    cursor: pointer;
    background-image: url("admin/img/literatureclose.svg");
    background-repeat: no-repeat;
    margin: 1px 20px 1px 1px;
    top: 15px;
  }

  .widget .pdiscription {
    margin: 1px 20px 1px 20px;
    font-family: 'Libre Franklin', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 12px;
    color: #998242;
    cursor: pointer;
  }

  .widget .imageholder {
    float: left;
    padding: 1px 1px 1px 1px;
  }

  .wwidget .mytools {
    background: #fff !important;
    color: #998242 !important;
    border: 1px solid #998242 !important;
    padding: 8px 24px !important;
    font-family: 'Libre Franklin', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 32px;
    text-align: center;
    margin: 0px;
    float: left;
    text-decoration: none;
    height: 48px;
    width: 123;
  }

  .widget .toolsdescription {
    margin: 1px 20px 1px 10px;
    font-family: 'Libre Franklin', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 12px;
    color: #998242;
    padding-left: 10px;
    cursor: pointer;
  }

  /*=====  End of MY TOOLS/LITERATURE  ======*/








  /*===================================================
  =            Feedback form                          =
  ===================================================*/

  .form-error-captcha {
    border: 1px solid #da4040 !important;
  }

  /* .form-error-captcha.form-grp .recaptcha-checkbox-border {
      border: 1px solid red;
  } */

  /*=====  End of Feedback Form   ======*/

  /*Custom Textarea*/

  .wwidget .tb-select-hide {
    display: none;
  }

  .wwidget textarea {
    outline: none;
    /* border: none; */
    /* background: #f1f1f1; */
    resize: vertical;
    border-radius: unset !important;
    min-height: 132px;
    padding: 16px;
    color: #747474;
    font-size: 16px;
    font-family: inherit;
  }

  .wwidget textarea:focus {
    border-bottom: 2px solid #393939;
  }

  .wwidget .tb-textarea-wrapper:after {
    pointer-events: none;
    content: "";
    font-size: 14px;
    position: absolute;
    float: right;
    height: 18px;
    width: 18px;
    text-align: center;
    bottom: 10px !important;
    right: 0px;
    border-bottom: none !important;
    z-index: 2;
    background-size: 12px;
    background-color: transparent;
    background-repeat: no-repeat;
    display: block;
    overflow: hidden;
    /* background-image: url("{{asset('images/corner.png')}}"); */
  }

  .wwidget .tb-textarea-wrapper.focused:after {
    border-bottom: 2px solid #393939;
  }

  .wwidget .tb-underline-error {
    border-bottom: 2px solid #da4040;
  }



  .wwidget .select-selected {
    width: 100%;
    background-color: #f1f1f1;
    color: #393939;
    height: 48px;
    padding: 8px 16px;
    text-align: left !important;
    font-size: 16px;
    line-height: 32px;
    border: 1px solid transparent;
    border-color: transparent transparent #f1f1f1 transparent;
    cursor: pointer;
    position: relative;
    user-select: none;
  }

  .wwidget .select-selected span {
    /* width: calc(100% - 50px);
        */
    position: absolute;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  @supports (-ms-ime-align: auto) {
    .tb-textarea-wrapper .tb-contactForm-teatxare-wrapper::after {
      bottom: 17px !important;
      background: transparent;
    }
  }

  @media screen and (-ms-high-contrast: active),
  (-ms-high-contrast: none) {
    .tb-textarea-wrapper .tb-contactForm-teatxare-wrapper::after {
      background: transparent;
    }
  }

  html.normal .wwidget .select-selected:after {
    position: absolute;
    content: "";
    top: 17px;
    right: 12px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    background-size: contain;
    height: 9px;
    width: 31px;
    background-repeat: no-repeat;
    background: url("admin/img/tb-arrow-down.svg") no-repeat right transparent;
  }

  .wwidget .select-items {
    position: relative;
    background-color: #fff;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.2);
    max-height: 343px;
    overflow-y: auto;
  }

  .wwidget .tb-selected-options {
    color: #393939;
    height: 48px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 8px 16px;
    white-space: nowrap;
    font-size: 16px;
    line-height: 32px;
    border: 1px solid transparent;
    border-color: transparent transparent #f1f1f1 transparent;
    cursor: pointer;
    user-select: none;
    border-bottom: 1px solid #f1f1f1;
  }

  .wwidget .tb-selected-options:hover {
    background: #f1f1f1;
    color: #998242;
  }

  .wwidget input {
    outline: none;
    /* border: none; */
    /* background: #f1f1f1; */
    height: 48px;
    padding: 8px 16px;
    color: #747474;
    font-size: 16px;
    font-family: inherit;
  }

  .wwidget input:not([type=button]) :focus {
    border-bottom: 2px solid #393939 !important;
  }

  .wwidget input.form-error {
    border: none;
    border-bottom: 2px solid #da4040 !important;
  }

  .wwidget input[type="button"]:focus {
    border: none;
  }

  .wwidget .form-error {
    border: none !important;
  }

  .wwidget input[type="button"] {
    padding: 8px 24px;
    font-size: 16px;
    line-height: 32px;
    font-weight: 500;
    letter-spacing: 0.5px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: #998242;
    color: #FFFFFF;
    width: auto;
    min-width: 100px;
    margin-top: 16px;
    border-radius: unset;
    text-align: center;
  }

  .wwidget input[type="button"]:hover {
    background: #393939 !important;
    /*border: 1px solid #393939 !important;*/
    color: #fff !important;
    cursor: pointer;
  }

  .wwidget input[type="button"].secondaryButton {
    background: #fff !important;
    color: #998242 !important;
    border: 1px solid #998242 !important;
    padding: 8px 24px !important;
    font-size: 16px;
    line-height: 32px;
    border-radius: unset;
    /* margin-right: 32px; */
    /* margin-left: 32px; */
    margin-right: 32px;
    /* display: inline; */
    font-weight: 500;
    letter-spacing: 0.5px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .wwidget input[type="button"].secondaryButton:hover {
    border: 1px solid #393939 !important;
    cursor: pointer;
    background: #fff !important;
    color: #393939 !important;
  }

  .wwidget .labeled-field label {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 24px;
    color: #393939;
    text-align: left !important;
    top: -24px;
  }

  .wwidget .tb-hide {
    display: none;
  }

  .wwidget .form-captcha.form-grp label p {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 28px;
    color: #000;
  }

  @media only screen and (max-width: 991.5px) {
    .wwidget .tb-custom-buttons {
      text-align: center;
      margin-top: 20px;
    }
  }

  .wwidget .tb-custom-buttons {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .wwidget .tb-form-error-label {
    font-weight: 500;
    font-size: 12px;
    line-height: 24px;
    color: #da4040;
    position: relative;
  }

  .wwidget .wwidget {
    min-width: 298px;
  }

  .wwidget .tb-custom-select .select-selected.select-arrow-active {
    border-bottom: 2px solid #393939;
  }

  .wwidget .tb-custom-select .select-selected.select-arrow-active:after {
    background-image: url("admin/img/tb-arrow-up.svg");
    background-repeat: no-repeat;
  }

  .wwidget .tb-customised-select.select-arrow-active {
    border-bottom: 2px solid #393939;
  }

  .wwidget .tb-customised-select.select-arrow-active:after {
    background-image: url("admin/img/tb-arrow-up.svg");
    background-repeat: no-repeat;
  }

  .wwidget .tb-customised-select:after {
    position: absolute;
    content: "";
    right: 12px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    background-image: url("admin/img/tb-arrow-down.svg");
    background-size: 12px;
    height: 16px;
    width: 18px;
    top: 12px;
    background-repeat: no-repeat;
  }

  .wwidget .page-tb {
    font-size: 16px;
    line-height: 32px;
    text-align: center;
    color: #393939;
  }

  .wwidget .page-button-wrapper {
    text-align: center;
    margin-top: 32px;
  }

  .wwidget .sucess-msg-form-header {
    font-weight: 900;
    font-size: 48px;
    line-height: 48px;
    color: #393939;
    text-align: center;
    margin-bottom: 32px;
  }

  .wwidget .sucess-msg-submit-subheader {
    text-align: center;
    font-weight: normal;
    font-size: 16px;
    line-height: 32px;
    color: #393939;
    margin-bottom: 0;
  }

  @media only screen and (max-width: 767px) {
    .wwidget .form-grp {
      margin-top: 8px;
      margin-bottom: 8px;
    }

    .wwidget .tb-custom-buttons {
      text-align: center;
      margin-top: 8px;
      margin-bottom: 8px;
    }
  }

  @media only screen and (max-width: 570px) {
    .contactform-step-container .tb-custom-buttons input {
      width: 100%;
    }
  }

  @media screen and (max-width: 1024px) and (min-width: 768px) {
    .wwidget .form-grp {
      margin-top: 12px;
      margin-bottom: 12px;
    }

    .wwidget .tb-custom-buttons {
      text-align: center;
      margin-top: 12px;
      margin-bottom: 12px;
    }
  }

  @media only screen and (min-width: 1025px) {
    .wwidget .form-grp {
      margin-top: 16px;
      margin-bottom: 16px;
    }

    .wwidget .tb-custom-buttons {
      text-align: center;
      margin-top: 16px;
      margin-bottom: 16px;
    }
  }

  .wwidget *, .wwidget *:before, .wwidget *:after {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .tb-winline .for {
    display: inline-block;
    width: 84%;
  }

  .wwidget .contact-msg {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .wwidget .labeled-field,
  .wwidget .tb-custom-seelct-wrapper-div {
    text-align: left !important;
  }

  .wwidget .help-msg-subheader {
    text-align: left;
    font-weight: normal;
    font-size: 16px;
    line-height: 32px;
    color: #393939;
    margin-bottom: 0;
    padding-bottom: 32px;
  }

  .wwidget .help-msg-form-header {
    font-weight: 900;
    font-size: 48px;
    line-height: 48px;
    color: #393939;
    text-align: center;
    margin-bottom: 32px;
  }

  .wwidget .contact-msg-footer {
    font-style: normal;
    font-weight: 500 !important;
    color: #393939;
    font-size: 12px !important;
    line-height: 24px !important;
  }

  .wwidget .tb-textarea-wrapper .tb-underline-error {
    border-bottom: 0;
    margin-bottom: -10px;
  }

  .wwidget .tb-textarea-wrapper .tb-underline-error textarea {
    border-bottom: 0;
    margin-bottom: -10px;
  }

  .wwidget .tb-underline-error textarea {
    border-bottom: 0;
    margin-bottom: -6px !important;
  }

  .tb-checkbox-container {
    display: inline-block;
    position: relative;
    padding-left: 25px;
    padding-right: 8px;
    margin: 0px !important;
    cursor: pointer;
    font-size: 16px !important;
    line-height: 20px !important;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

  .tb-checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }

  .tb-checkbox-checkmark {
    position: absolute;
    top: 5px;
    left: 0;
    height: 20px;
    width: 20px;
    background: #F1F1F1;
    border: 1px solid #BFBFBF;
    box-sizing: border-box;
  }

  .tb-checkbox-checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }

  .tb-checkbox-container.toggle {
    top: 40px;
    padding-left: 27px;
  }

  .tb-checkbox-checkmark-error {
    position: absolute;
    left: 4px;
    height: 20px;
    width: 20px;
    border: 2px solid #a94442;
  }

  .wwidget .sucess-msg-profile-header {
    margin-bottom: 32px;
    text-align: left;
    font-weight: 700;
    font-size: 20px;
    color: rgb(73, 177, 187);
    line-height: normal;
  }

  .wwidget .error-msg-profile-header {
    margin-bottom: 32px;
    text-align: left;
    font-weight: 700;
    font-size: 20px;
    color: #da4040;
    text-decoration: underline;
  }

  .form-error-custom-ck {
    border: 1px solid #a94442 !important;
    border-radius: 0;
    box-shadow: 0px 0px 0px 1px #DDDD;
    height: 20px !important;
    width: 20px !important;
  }

  .checkboxnormal {
    width: 20px;
    height: 20px;
  }

  .tb-loader-background {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 7;
  }

  .tb-loader {
    border: 4px solid #333;
    border-top: 4px solid #998242;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    position: absolute;
    width: 32px;
    height: 32px;
    opacity: 1;
    z-index: 100;
    -webkit-animation: tb-loader-spin 2s linear infinite;
    animation: tb-loader-spin 2s linear infinite;
  }

  .contactform-step-container {
    max-width: 600px;
    width: 100%;
    margin: auto;
    text-align: left !important;
  }

  .wwidget .jobEditBox-parent .tb-form-error-label {
    position: relative;
    top: 30px;
  }

  .wwidget .jobEditBox {
    position: relative;
    top: 30px;
  }

  @media only screen and (max-width: 767px) {
    .wwidget .jobEditBox {
      position: relative;
      top: 13px;
    }

    .wwidget .jobEditBox-parent .tb-form-error-label {
      position: relative;
      top: 6px;
    }

    .contactform-step-container {
      padding: 0 8px;
    }
  }

  .wwidget .form-captcha {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .wwidget a {
    color: #998242;
    text-decoration: none;
  }

  .g-recaptcha-bubble-arrow+div {
    position: fixed !important;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }

  /*=====  End of General CSS  ======*/
  /*====================================
  =            CONTACT FORM            =
  ====================================*/

  div[data-wwidget-type='contactForm'] .contact-msg p {
    margin-bottom: 45px;
  }

  .react-autosuggest-container {
    margin-top: -5px;
    display: block !important;
    padding-top: 5px;
  }

  .react-autosuggest-container ul {
    font-size: 1.15em;
    overflow-y: auto;
    max-height: 255px;
    padding-left: 0;
    /* position: absolute; */
    list-style-type: none;
    border: 1px solid #d3d3d3;
    border-top: 0;
  }

  .react-autosuggest-container ul li:first-child {
    padding-top: 15px;
  }

  .react-autosuggest-container ul li:last-child {
    padding-bottom: 10px;
  }

  .react-autosuggest-container ul li {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 10px;
    cursor: pointer;
  }

  .react-autosuggest-container ul li:nth-child(odd) {
    background: #fbfbfb;
  }

  .react-autosuggest-container ul li:hover {
    background: #e2e2e2;
  }

  .companyQuestions {
    padding-bottom: 65px;
  }

  .companyQuestions .radio-label-company {
    float: left;
    margin: 0 0 0 10px;
  }

  .companyQuestions .radio-label-company:first-child {
    margin: 0px 0px;
  }

  .companyQuestions .radio-label-company input {
    width: auto;
  }

  .companyQuestions label {
    float: right;
    margin-top: 17px;
    padding-left: 3px;
  }

  .companyQuestions .comboTitle {
    padding-top: 15px;
    padding-bottom: 3px;
    clear: left;
  }

  div[data-wwidget-type='contactForm'] .jobTitle:after,
  div[data-wwidget-type='contactForm'] .form-grp:after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: ' ';
  }

  div[data-wwidget-type='contactForm'] #message {
    height: 10em;
  }

  div[data-wwidget-type='contactForm'] input[type='button'] {
    margin-top: 0;
    margin-left: 0;
    /* margin-right: 0; */
  }

  div[data-wwidget-type='contactForm'] input.radio {
    float: left;
    width: 20px;
    height: 20px;
    position: relative;
    top: 0px;
  }

  .padding-bottom-25 {
    padding-bottom: 25px;
  }

  @media only screen and (min-width: 992px) {
    .passwordPopup .sucess-msg-form-header {
      font-size: 28px!important;
      text-align: left;
      margin-bottom: 16px;
    }

    .passwordPopup .sucess-msg-submit-subheader {
      font-size: 20px;
      text-align: left;
    }
  }

  @media only screen and (max-width: 991.5px) {
    .passwordPopup .sucess-msg-form-header {
      font-size: 24px!important;
      text-align: left;
      margin-bottom: 16px;
    }

    .passwordPopup .sucess-msg-submit-subheader {
      font-size: 20px;
      text-align: left;
    }
  }

  .wwidget[data-wwidget-type="contactFormRU"] input {
    padding-left: 50px !important;
  }

  .wwidget[data-wwidget-type="contactFormRU"] .countryContainer input {
    padding-left: 10px !important;
  }

  div[data-wwidget-type='twsContactus'] .tb-underline-error:after {
    margin-bottom: -6px !important;
  }

  /*=====  End of Contact Form  ======*/


  /* Component-cta-button-tb.css */
  .tb-cta {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 32px;
    text-align: center;
    padding: 8px 24px;
    border: none !important;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
  }

  .tb-cta.tb-cta-button {
    background: #998242;
    color: #FFFFFF;
    padding: 8px 24px;
    font-size: 16px;
    border-radius: unset !important;
    line-height: 32px;
    font-weight: 500;
    letter-spacing: 0.5px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    height: auto;
  }

  .tb-cta.tb-cta-button a {
    color: inherit !important;
    word-break: break-word;
  }

  .tb-cta.tb-cta-button:hover {
    background: #393939 !important;
    color: #FFFFFF !important;
    cursor: pointer;
    text-decoration: none;
  }

  .tb-cta.tb-cta-button:focus {
    outline: none !important;
  }

  .tb-cta.tb-cta-button-secondary {
    background: #FFFFFF !important;
    color: #998242 !important;
    border: 1px solid #998242 !important;
    padding: 8px 24px;
    font-size: 16px;
    line-height: 32px;
    border-radius: unset !important;
    font-weight: 500;
    letter-spacing: 0.5px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    height: auto;
  }

  .tb-cta.tb-cta-button-secondary a {
    color: inherit !important;
  }

  .tb-cta.tb-cta-button-secondary:hover {
    border: 1px solid #393939 !important;
    cursor: pointer;
    background: #FFFFFF !important;
    color: #393939 !important;
  }

  .tb-cta.tb-cta-button-secondary.tb-cta-sort {
    border: none !important;
    padding: 0;
    height: 28px;
  }

  .tb-cta.tb-cta-button-secondary.tb-cta-sort svg {
    margin-right: 8px;
  }

  .tb-cta.tb-cta-button-secondary.tb-cta-sort:hover svg path {
    fill: #393939 !important;
  }

  .tb-cta.tb-cta-button-secondary.tb-cta-sort[data-direction="Descending"] svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .tb-cta.tb-cta-button-secondary-white {
    background: #FFFFFF !important;
    color: transparent !important;
    border: 1px solid #FFFFFF !important;
    padding: 8px 24px;
    font-size: 16px;
    line-height: 32px;
    font-weight: 500;
    letter-spacing: 0.5px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .tb-cta.tb-cta-button-secondary-white a {
    color: inherit !important;
  }

  .tb-cta.tb-cta-button-secondary-white:hover {
    border: 1px solid #FFFFFF !important;
    cursor: pointer;
    background: #393939 !important;
    color: #FFFFFF !important;
  }

  .tb-cta:hover {
    background-position: 0 0;
  }

  .tb-cta:disabled {
    opacity: 0.4;
    pointer-events: none;
  }

  .tb-cta.disabled {
    opacity: 0.4;
    pointer-events: none;
  }

  .tb-cta a {
    background: transparent;
    text-decoration: none;
    font-size: initial;
  }

  .tb-cta-link a, .tb-cta-link-arrow a, .tb-link a, .tb-link-arrow a, .tb-cta-link-arrow-basic a {
    color: #998242;
    text-decoration: none;
    display: inline-block;
  }

  .tb-cta-link a:hover, .tb-cta-link-arrow a:hover, .tb-link a:hover, .tb-link-arrow a:hover, .tb-cta-link-arrow-basic a:hover {
    color: #998242 !important;
  }

  .tb-cta-link a:hover:after, .tb-cta-link-arrow a:hover:after, .tb-link a:hover:after, .tb-link-arrow a:hover:after, .tb-cta-link-arrow-basic a:hover:after {
    width: 100%;
  }

  .tb-cta-link a:after, .tb-cta-link-arrow a:after, .tb-link a:after, .tb-link-arrow a:after, .tb-cta-link-arrow-basic a:after {
    content: "";
    display: block;
    height: 1px;
    left: 0;
    bottom: 0;
    border-bottom: 1px solid #998242;
    -webkit-transition: width 0.3s ease 0s, right 0.3s ease 0s;
    transition: width 0.3s ease 0s, right 0.3s ease 0s;
    width: 0;
  }

  .tb-cta-link-arrow a, .tb-link-arrow a, .tb-cta-link-arrow-basic a {
    background: url("../images/svg_icons/arrow-right-golden.svg");
    background-position: left 100% top 49%;
    background-repeat: no-repeat;
    padding-right: 16px;
  }

  .tb-cta-link-arrow a:hover:after, .tb-link-arrow a:hover:after, .tb-cta-link-arrow-basic a:hover:after {
    width: 110%;
  }

  .tb-close-golden {
    background-position: left 100% top 49% !important;
    background-repeat: no-repeat !important;
    padding-right: 24px;
    background: url("../images/svg_icons/close-icon-golden.svg");
  }

  .tb-close-white {
    background-position: left 100% top 49% !important;
    background-repeat: no-repeat !important;
    padding-right: 24px;
    color: #FFFFFF !important;
    background: url("../images/svg_icons/close-icon-white.svg");
  }

  .tb-cta-link-arrow-basic a {
    background: url("../images/svg_icons/arrow-right-white.svg") no-repeat;
    background-position: left 100% top 50%;
    color: #FFFFFF !important;
  }

  .tb-cta-link-arrow-basic a:hover {
    color: #FFFFFF !important;
  }

  .tb-cta-link-arrow-basic a:hover:after {
    width: 110%;
  }

  .tb-cta-link-arrow-basic a:after {
    content: "";
    display: block;
    height: 1px;
    left: 0;
    bottom: 0;
    border-bottom: 1px solid #FFFFFF !important;
    -webkit-transition: width 0.3s ease 0s, right 0.3s ease 0s;
    transition: width 0.3s ease 0s, right 0.3s ease 0s;
    width: 0;
  }

  .tb-fixed-button-container {
    position: fixed;
    bottom: 24px;
    right: 24px;
    z-index: 99;
  }

  .tb-fixed-button-container .tb-cta.tb-cta-button {
    padding: 12px 9px;
  }

  @media only screen and (max-width: 1024px) {
    .tb-fixed-button-container {
      bottom: 16px;
      right: 16px;
    }
  }

  .tb-cta-button:focus {
    outline: none !important;
  }

  .component.CTA {
    margin: 16px 0;
  }

  @media only screen and (max-width: 1024px) {
    .component.CTA {
      margin: 12px 0;
    }
  }

  @media only screen and (max-width: 1024px) {
    .component.CTA {
      margin: 8px 0;
    }
    .component.CTA .tb-cta.tb-cta-button {
      width: 100%;
    }
  }

  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .component.CTA {
      padding: 8px 8px !important;
    }
  }

  @media only screen and (max-width: 768px) {
    .component.CTA {
      padding: 8px 16px;
    }
  }

/* Component-cookie-policy-tb.css */
/* *** BANNER CSS START *** */
.noScroll, .noScroll body {
  overflow: hidden !important;
  position: relative;
  height: 100%;
}

#Coi-Renew {
  display: none;
  box-sizing: border-box;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 60px;
  height: 60px;
  background: #fff;
  z-index: 99999999999;
  padding: 10px;
  cursor: pointer;
  border-top-right-radius: 50%;
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  transform-origin: bottom left;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

#Coi-Renew:hover {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

#Coi-Renew svg {
  width: 100%;
}

#Coi-Renew .renew_path {
  fill: #998242 !important;
}


#coi-banner-wrapper h2 {
  font-size: 20px;
}

#coiOverlay {
  background: rgba(0, 0, 0, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  overflow: auto;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  z-index: 99999999999;
  padding: 96px;
  box-sizing: border-box;
}

.coi-banner__wrapper {
  width: 800px;
  max-width: 100%;
  max-height: 100%;
  background: transparent;
  border-radius: 0px;
}

.coi-banner__wrapper::-webkit-scrollbar-thumb {
  background-color: #ccc !important;
  border-radius: 5px;
}

.coi-banner__wrapper::-webkit-scrollbar-track {
  background-color: none;
}

.coi-banner__wrapper::-webkit-scrollbar {
  width: 6px;
  background-color: #f5f5f5;
  border-radius: 2px;
}

.coi-banner__page {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  display: block;
  box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.2);
  background: #fff;
}

#coiConsentBannerCategoriesWrapper,
.coi-banner__summary,
.cookiedeclaration_wrapper {
  background: #FFF;
  color: #FFF;
}

.coi-banner__summary {
  -webkit-box-flex: 4;
  -ms-flex: 4;
  flex: 4;
}

#coiConsentBannerCategoriesWrapper, .coi-banner__cookiedeclaration, .coi-banner__privacycontrols, .coi-banner__summary, .cookiedeclaration_wrapper {
  color: #393939;
  width: 100%;
  padding: 40px 32px 0;
}

.coi-banner__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.coi-banner__header img {
  max-width: 100%;
}

.coi-banner__header a {
  font-size: 12px !important;
  text-decoration: none !important;
}

.coi-banner__text {
  font-size: 16px;
  line-height: 20px;
}

.coi-banner__cookiedeclaration .coi-banner__maintext {
  white-space: normal !important;
}

.coi-banner__header .coi-banner__branding {
  font-size: 9px;
  color: #666;
}

.coi-banner__header .coi-banner__branding a {
  display: block;
  text-decoration: none !important;
  color: #555 !important;
  font-size: 10px;
  font-weight: bold;
}

.coi-banner__page-footer {
  background: #FFF;
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0;
  flex: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 32px 32px 40px;
  bottom: 0;
  z-index: 99999;
}

.coi-banner__page-footer button {
  margin: 0 8px;
}

.coi-banner__lastpage, .coi-banner__nextpage {
  border: solid 1px #e1e1e1;
}

.coi-consent-banner__decline-button {
  font-size: 14px;
  margin: 10px 0;
  padding: 0 !important;
  background: none !important;
  border: none !important;
  cursor: pointer !important;
  -ms-flex-item-align: baseline;
  align-self: baseline;
}

.coi-banner__accept {
  text-transform: uppercase;
  background: #998242!important;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  line-height: 1.3em;
  letter-spacing: 1px;
  background-color: #bfa96d;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #bfa96d), color-stop(100%, #ab9454));
  background: -webkit-linear-gradient(top, #bfa96d 0%, #ab9454 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#bfa96d), to(#ab9454));
  background: linear-gradient(to bottom, #bfa96d 0%, #ab9454 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#FFBFA96D',endColorstr='#FFAB9454');
  border: solid 1px #ac9555;
  color: #fff;
  text-transform: uppercase;
  text-shadow: 0.07692em 1px 1px rgba(0, 0, 0, 0.1);
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}

.coi-banner__accept:hover {
  background: #998242!important;
  background-color: #cbba89;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cbba89), color-stop(100%, #b39f65));
  background: -webkit-linear-gradient(top, #cbba89 0%, #b39f65 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#cbba89), to(#b39f65));
  background: linear-gradient(to bottom, #cbba89 0%, #b39f65 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#FFCBBA89',endColorstr='#FFB39F65');
  border: solid 1px #ac9555;
}

.coi-banner__accept:active {
  background-color: #b39851;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b39851), color-stop(100%, #9a854c));
  background: -webkit-linear-gradient(top, #b39851 0%, #9a854c 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#b39851), to(#9a854c));
  background: linear-gradient(to bottom, #b39851 0%, #9a854c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#FFB39851',endColorstr='#FF9A854C');
  border: solid 1px #ac9555;
}

.coi-consent-banner__categories-wrapper {
  box-sizing: border-box;
  position: relative;
}

.coi-consent-banner__category-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 24px 24px  0;
}

.coi-consent-banner__category-container .coi-consent-banner__category-container-wrapper {
  margin: 0 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #DDDDDD;
}

.coi-consent-banner__category-container.active .coi-consent-banner__category-container-wrapper {
  border-bottom: 1px solid transparent;
}

.coi-consent-banner__category-container:last-child {
  margin-bottom: 0;
}

.coi-consent-banner__name-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.coi-consent-banner__category-name {
  font-weight: 600;
  font-size: 14px;
  word-break: break-word;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}

.coi-consent-banner__no-cookies {
  margin: 0;
  font-size: 1em;
}

.coi-consent-banner__category-name span {
  font-weight: bold;
  font-size: 16px;
  line-height: 32px;
  color: #393939 !important;
  margin-left: 24px;
}

.coi-consent-banner__category-expander:checked ~ .coi-consent-banner__name-container, .coi-consent-banner__category-name:hover {
  color: #998242!important;
}

.coi-consent-banner__category-expander {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

.coi-consent-banner__category-expander:focus + .coi-consent-banner__name-container {
  outline: solid 1px #4D90FE;
}

.coi-consent-banner__switch-container {
  margin-left: 10px;
}

.coi-checkboxes {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.coi-checkboxes input {
  opacity: 0 !important;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.coi-checkboxes .checkbox-toggle {
  background: #F1F1F1;
  width: 20px;
  height: 20px;
  float: left;
  position: relative;
  cursor: pointer;
  border: 1px solid #BFBFBF;
  box-sizing: border-box;
}

.coi-checkboxes input[type=checkbox]:checked + .checkbox-toggle {
  background: #F1F1F1;
  border: 1px solid #BFBFBF;
}

.coi-checkboxes input[type=checkbox]:checked + .checkbox-toggle:before {
  left: 26px;
  content: '';
  left: 6px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid #393939;
  border-width: 0 1px 1px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
}

.coi-consent-banner__description-container {
  max-height: 0;
  width: 100%;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  -ms-flex-item-align: end;
  align-self: flex-end;
  overflow: hidden;
}

.coi-consent-banner__category-expander:checked ~ .coi-consent-banner__description-container {
  max-height: 3000px;
  overflow: hidden;
}

.coi-consent-banner__description-container::-webkit-scrollbar-thumb {
  background-color: #ccc !important;
  border-radius: 5px;
}

.coi-consent-banner__description-container::-webkit-scrollbar-track {
  background-color: none;
}

.coi-consent-banner__description-container::-webkit-scrollbar {
  width: 6px;
  background-color: #f5f5f5;
  border-radius: 2px;
  display: none;
}

.coi-consent-banner__category-description {
  padding: 16px 24px 16px 40px;
  background: 0 0;
  color: #393939;
  font-size: 16px;
  line-height: 32px;
  font-weight: 400;
}

.cookie-details__detail-container, .cookie-details__detail-container a {
  font-size: 13px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  word-break: break-word;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cookie-details__detail-title {
  font-weight: 700;
  min-width: 150px;
  max-width: 150px;
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
  padding-right: 5px;
}

.cookie-details__detail-container-data-processor-name {
  font-size: 1em;
  font-weight: bold;
}

.cookie-details__detail-content {
  -webkit-box-flex: 4;
  -ms-flex: 4;
  flex: 4;
}

.coi-consent-banner__found-cookies {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 40px;
  padding-right: 24px;
}

.coi-consent-banner__cookie-details {
  color: #6f6f6f;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 20px 0;
  line-height: 16px;
}

.coi-banner__toggle-consent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-bottom: 20px;
}

.coi-banner__policy {
  font-weight: 500;
  cursor: pointer;
  margin-top: 10px;
  color: #393939;
}

#coi-banner__deselectAll, #coi-banner__selectAll {
  cursor: pointer;
  text-decoration: underline;
  margin: 5px 0;
  color: #393939;
  background: none;
  padding: 0 !important;
  border: none !important;
}

.coi-bottom-column {
  max-height: 100%;
  overflow-y: auto;
}

.top-column__bold-text {
  font-weight: 700;
  display: block;
  margin: 10px 0;
}

.ci-arrow {
  border: solid #ddd;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  margin-right: 10px;
  margin-bottom: 10px;
  width: 10px;
  height: 10px;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  position: relative;
  top: 3px;
}

.coi-consent-banner__category-expander:checked ~ .coi-consent-banner__name-container .ci-arrow {
  -ms-transform: rotate(-135deg) !important;
  transform: rotate(-135deg) !important;
  -webkit-transform: rotate(-135deg) !important;
  top: 5px;
}

@media only screen and (max-width: 540px) {
  .coi-consent-banner__cookie-details {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

/** ANIMATIONS **/
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-20px);
  }
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

.bounce {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: bounce;
  animation-name: bounce;
}

.coi-checkboxes * {
  cursor: pointer;
}

button:focus {
  outline: none !important;
}

#coiPage-1 {
  display: block !important;
}

#coiPage-2 {
  position: relative;
  top: 16px;
  margin-bottom: 16px;
}

#coiPage-2 .coi-consent-banner__categories-wrapper {
  padding: 0;
}

#coiPage-3 {
  display: none !important;
}

.tb-cookie-policy-tab-header {
  padding: 21px 32px 0;
  background-color: #F1F1F1;
}

.tb-cookie-policy-tab-header .tb-cookie-policy-tab-header-items {
  font-size: 16px;
  padding-bottom: 20px;
  cursor: pointer;
}

.tb-cookie-policy-tab-header .tb-cookie-policy-tab-header-items.active {
  border-bottom: 2px solid #998242!important;
  color: #998242 !important;
  font-weight: bold;
}

.tb-cookie-policy-tab-header .tb-cookie-policy-tab-header-items:first-child {
  margin-right: 21px;
}

.tb-cookie-policy-minus {
  display: none;
}

#coi-banner-wrapper_label {
  padding-top: 16px;
}

.coi-consent-banner__category-name.active .tb-cookie-policy-minus {
  display: block;
}

.coi-consent-banner__category-name.active .tb-cookie-policy-plus {
  display: none;
}

.coi-consent-banner__category-container.active {
  background: #FAFAFA;
}

#tb-cookie-poicy-footer-tab-1, #tb-cookie-poicy-footer-tab-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
}

#coi-banner-wrapper h2, #coi-banner-wrapper p {
  font-size: 16px;
  font-weight: bold;
  margin: 0;
  line-height: 32px;
}

#coi-banner-wrapper p {
  font-weight: normal;
}

.tb-cookie-policy-mobile-tabs {
  display: none;
}

@media only screen and (max-width: 1024px) {
  #coiOverlay {
    padding: 40px;
  }
}

@media only screen and (max-width: 768px) {
  #tb-cookie-poicy-footer-tab-2 {
    display: block;
  }
  #tb-cookie-poicy-footer-tab-2 button {
    width: 100%;
    text-align: center;
    margin: 0;
  }
  #tb-cookie-poicy-footer-tab-2 button:first-child {
    margin-bottom: 8px;
  }
}

@media only screen and (max-width: 767px) {
  #coiOverlay {
    padding: 0px;
    background: #FFF;
  }
  #coiOverlay .tb-header-3 {
    font-size: 20px !important;
  }
  .coi-banner__page {
    box-shadow: none;
  }
  .coi-banner__page-footer {
    display: block;
    padding: 48px 16px 16px;
  }
  #coiConsentBannerCategoriesWrapper, .coi-banner__cookiedeclaration, .coi-banner__privacycontrols, .coi-banner__summary, .cookiedeclaration_wrapper {
    padding: 16px 16px 0;
  }
  /*button {
    width: 100%;
    text-align: center !important;
    margin: 0 !important;
    white-space: nowrap !important;
    overflow: hidden;
    text-overflow: ellipsis;
  }*/
  button:first-child {
    margin-bottom: 8px !important;
  }
  .tb-cookie-policy-tab-header {
    display: none !important;
  }
  .tb-cookie-policy-margin-1 {
    margin-bottom: 8px !important;
  }
  .tb-cookie-policy-mobile-tabs {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    color: #998242 !important;
  }
  .tb-cookie-policy-mobile-tabs:last-child {
    margin-top: 2px;
  }
  .tb-cookie-policy-mobile-tabs a {
    font-weight: bold;
  }
  .tb-cookie-policy-mobile-tabs.active a {
    color: #393939 !important;
  }
  .coi-consent-banner__category-container {
    padding-right: 0;
    padding-left: 0;
  }
  .coi-consent-banner__category-container .coi-consent-banner__category-container-wrapper {
    margin-right: 16px;
    margin-left: 16px;
  }
  .tb-cookie-policy-tab-header {
    padding: 21px 40px 0;
    font-weight: bold;
  }
  #tb-cookie-policy-description-tab-2 {
    padding: 0px 24px;
  }
  #coiPage-2 {
    top: 24px;
  }
}


.tb-header-3 {
  font-size: 1.5em;
  line-height: 1.33;
}
.tb-font-bold {
  font-weight: bold;
}
.tb-genericmediaelement-container .tb-genericmediaelement-des-section {
  padding: 40px 32px;
  background: #f1f1f1;
}
.tb-body {
  font-size: 1em;
  line-height: 2;
}

.tb-header-3 {
  font-size: 1.5em;
  line-height: 1.33;
}

.tb-pt-2{ font-size: 16px}

.tb-cookie-policy-tab-header {
  padding: 21px 32px 0;
  background-color: #f1f1f1;
}

.coi-consent-banner__name-container {
  position: relative;
  display: -webkit-box;
  display: flex;
}

